flâneur — a map of the web's best reading

Learning How To Quantify Cyber Risk Using Bayes | by Stephen Shaffer | Medium

stephenshaffer.io · 864 words · saved by 1 readers

Mitigating risks in cloud environments like AWS is a challenging yet crucial task. A commonly proposed control is to remove specific ports like 22 (SSH) and 3389 (RDP) from all security group ingress rules to prevent unwanted access and reduce the probability of instance compromise. But how can we measure the effectiveness of such a strategy? Bayes’ theorem is a fundamental concept in probability theory and statistics, providing a mathematical framework for updating probabilities based on new evidence. In the context of cybersecurity, it can be used to calculate the probability of an event (like an instance compromise in AWS) given that a control (like removing port 22 and 3389) is in place. Bayes’ theorem is typically represented as: In this context: To use Bayes’ theorem, we need to understand and quantify these probabilities. By plugging these values into the Bayes’ theorem formula, we can calculate P(A|B), the updated probability of an instance compromise given the control is in pl

Cybersecurity Risk Management Cyber Risk Quantification Learning How To Quantify Cyber Risk Using Bayes Stephen Shaffer 4 min read · May 24, 2023 -- Listen Share Press enter or click to view image in full size Generated by Midjourney A Case Study on Instance Security Groups in AWS Mitigating risks in cloud environments like AWS is a challenging yet crucial task. A commonly proposed control is to remove specific ports like 22 (SSH) and 3389 (RDP) from all security group ingress rules to prevent unwanted access and reduce the probability of instance compromise. But how can we measure the effecti

Explore this link on the map →

related reading