Dedicated to my thoughts while learning cybersec

10/26/2020
Threat modeling: the sooner the better, but never too late.
Most bugs are put into production through Development. OWASP recommends to bring Security and Development teams together to collaborate on a shared understanding to identify threats, compliance requirements, and evaluate risk to build required controls.
DREAD is an acronym for risk assessment. It was created at Microsoft and is a standard for OpenStack.
DREAD scores five categories, which are summed and divided by five, the result is a score from 0-10
The categories are:
Damage – how bad would an attack be?Reproducibility – how easy is it to reproduce the attack?Exploitability – how much work is it to launch the attack?Affected users – how many people will be impacted?Discoverability – how easy is it to discover the threat?