nerdexam
CompTIA

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.

Enterprise Security Operations

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)
  • A
    4% (2)
  • B
    80% (44)
  • C
    11% (6)
  • D
    4% (2)
  • E
    2% (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.

AUpdate the router code

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.

BImplement a router ACLCorrect

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.

CDisconnect the host from the network

Disconnecting the host is a disruptive, non-targeted action that eliminates all connectivity rather than selectively blocking the identified malicious traffic.

DInstall the latest antivirus definitions

Antivirus definitions are applied to host-based software to detect malware; they have no effect on router-level traffic filtering.

EDeploy a network-based IPS

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

#router ACL#network vulnerability#packet analysis#network hardening

Community Discussion

No community discussion yet for this question.

Full CAS-003 Practice