Match each network security threat on the left with its corresponding primary mitigation strategy on the right.
- Ransomware infectionMaintaining immutable offsite backups and deploying endpoint protection software
- IP address spoofingConfiguring anti-spoofing Access Control Lists and Unicast Reverse Path Forwarding
- Password brute-force attackEnforcing multi-factor authentication and account lockout threshold policies
- Unescorted server room accessInstalling biometric scanners, smart card locks, and physical security logs
Answer
Ransomware infection matches maintaining immutable offsite backups and deploying endpoint protection software. IP address spoofing matches configuring anti-spoofing Access Control Lists and Unicast Reverse Path Forwarding. Password brute-force attack matches enforcing multi-factor authentication and account lockout threshold policies. Unescorted server room access matches installing biometric scanners, smart card locks, and physical security logs.
Each threat item is correctly paired with the corresponding operational defense: Ransomware requires immutable backups and endpoint detection; IP spoofing requires packet header validation via anti-spoofing ACLs or uRPF; Brute-force attacks require authentication controls like lockout thresholds and multi-factor authentication; and unauthorized facility access requires physical security controls such as biometric devices and locks.
Step-by-Step Solution
Key Concept
Security Threats and Mitigation Controls