CAS-003 · Question #444
A security analyst is reviewing the following packet capture of communication between a host and a company's router: Which of the following actions should the security analyst take to remove this…
The correct answer is B. Implement a router ACL. A router ACL is the appropriate network-layer control to block or filter specific traffic patterns identified as malicious in a packet capture. It is a targeted, policy-based fix that addresses the vulnerability without requiring hardware changes.
Question
A security analyst is reviewing the following packet capture of communication between a host and a company's router:
Which of the following actions should the security analyst take to remove this vulnerability?
Options
- AUpdate the router code
- BImplement a router ACL
- CDisconnect the host from the network
- DInstall the latest antivirus definitions
- EDeploy a network-based IPS
How the community answered
(55 responses)- A4% (2)
- B80% (44)
- C11% (6)
- D4% (2)
- E2% (1)
Why each option
A router ACL is the appropriate network-layer control to block or filter specific traffic patterns identified as malicious in a packet capture. It is a targeted, policy-based fix that addresses the vulnerability without requiring hardware changes.
Updating the router code addresses software-level vulnerabilities in the router's firmware; it does not filter or block specific traffic patterns observed in a packet capture.
An Access Control List (ACL) on the router allows the security team to define rules that permit or deny traffic based on source/destination IP, protocol, or port. By creating a deny rule matching the malicious traffic pattern observed in the packet capture, the vulnerability is mitigated at the network layer without disrupting other services or requiring host-level changes.
Disconnecting the host is a disruptive, non-targeted action that eliminates all connectivity rather than selectively blocking the identified malicious traffic.
Antivirus definitions are applied to host-based software to detect malware; they have no effect on router-level traffic filtering.
A network-based IPS can detect and block threats but is a more complex and costly solution than an ACL when a simple traffic rule is sufficient to address the identified vulnerability.
Concept tested: Router ACL implementation to mitigate network traffic vulnerabilities
Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-confaccesslists.html
Topics
Community Discussion
No community discussion yet for this question.