An enterprise network administrator is conducting a security risk assessment across the organization's infrastructure. Match each security incident description on the left to its appropriate technical mitigation control on the right.
- An attacker uses botnets to flood an enterprise internet edge router with ICMP traffic, causing link saturation and preventing legitimate user access.Deployment of upstream traffic scrubbing, edge access control lists, and cloud-based DDoS mitigation services.
- A rogue device connected to an unmonitored switch port rapidly transmits frames with randomized source MAC addresses to overflow the switch MAC lookup table.Implementation of Port Security with maximum MAC address limits and violation restrict/shutdown actions.
- An external malicious actor executes an automated password-spraying script against an exposed network management portal to gain privileged access.Deployment of Multi-Factor Authentication (MFA) combined with rate-limiting and strong password lockout policies.
- An unauthorized host on a shared VLAN captures cleartext management session traffic containing administrative credentials sent to network devices.Enforcement of SSHv2 for device management while disabling unencrypted legacy protocols like Telnet and HTTP.
Cevap
DDoS flood attacks pair with upstream DDoS mitigation and edge ACLs. MAC table flooding pairs with Port Security limits. Password-spraying attacks pair with Multi-Factor Authentication (MFA) and lockout policies. Cleartext credential sniffing pairs with SSHv2 enforcement.
Each attack vector targets a specific network plane or resource: DDoS targets bandwidth availability (mitigated via upstream filtering), CAM table flooding targets Layer 2 switch buffer resources (mitigated via Port Security limits), password spraying targets authentication mechanisms (mitigated via MFA/lockout policies), and cleartext sniffing targets data confidentiality (mitigated via SSHv2 encryption).
Adım Adım Çözüm
Anahtar Kavram
Key Security Concepts, Threats, Vulnerabilities, and Mitigations