Threat Modeling + Security Mindset Flashcards
Slammer Worm: What is it? When did it happen? Impact?
Computer worm in 2003 that caused denial of service. (Slowed internet traffic around the world within 10 min). It took advantage of a vulnerability/bug from Microsoft SQL Server using a buffer overflow. Mainly for bragging rights.
How have the motivations for cybercrime evolved (3 main areas)? What are some examples?
1990s-Early 200s: Bragging rights
Mid 2000s- Today: financially motivated (credit card theft, phishing, identity theft)
2010s: Politically motivated (like espionage, censorship, surveillance, hacktivism)
What are the 6 properties we want for security (listed)? (CIAx4)
Confidentiality, Integrity, Availability, Authorization, Authentication, Accountability
Security Property: Confidentiality
Ensuring that sensitive information is kept** private**
Security Property: Integrity
Ensuring that information has not been tampered with or secretly modified
Security Property: Availability
Information is readily accessible when we need it
Security Property: Authorization
The correct, authorized entities are accessing the information
Security Property: Authentication
Ensuring that information is correct and genuine
Security Property: Accountability
We are responsible for past actions
What the steps of threat modeling? (5 steps)
Step 1: Define assets to protect
Step 2: Come up with security policies
Step 3: Diagram of the System
Step 4: Adversary Modeling (scope out capabilities of what attackers are going to be doing)
Step 5: Threat Modeling (STRIDE, attack trees)
In the context of threat modeling, what are assets?
The stuff we are aiming to protect: information/data, software, hardware, communciation services, etc
Threat Modeling: Policies
Common approach: 1) come up with a main functional goal 2) define security policies that will support this goal 3) can categorize these through security properties
What does STRIDE stand for?
Spoofing, Tampering, Repudiation, Information disclosure, Denial of Service, Escalation of privilege