nerdexam
CompTIA

CV0-003 · Question #851

During a security incident on an IaaS platform, which of the following actions will a systems administrator most likely take as part of the containment procedure?

The correct answer is B. Add a deny rule to the network ACL.. Containment during a security incident focuses on stopping the spread and limiting the impact of the threat. Adding a deny rule to the network ACL immediately isolates the compromised instance at the network layer.

Security

Question

During a security incident on an IaaS platform, which of the following actions will a systems administrator most likely take as part of the containment procedure?

Options

  • AConnect to an instance for triage.
  • BAdd a deny rule to the network ACL.
  • CMirror the traffic to perform a traffic capture.
  • DPerform a memory acquisition.

How the community answered

(45 responses)
  • A
    4% (2)
  • B
    71% (32)
  • C
    16% (7)
  • D
    9% (4)

Why each option

Containment during a security incident focuses on stopping the spread and limiting the impact of the threat. Adding a deny rule to the network ACL immediately isolates the compromised instance at the network layer.

AConnect to an instance for triage.

Connecting to the instance for triage is an investigation and analysis step, not containment; it does not restrict the incident from spreading.

BAdd a deny rule to the network ACL.Correct

Adding a deny rule to the network ACL is a containment action because it instantly blocks inbound and outbound traffic for the affected instance, preventing lateral movement within the environment and halting potential data exfiltration. Network ACLs on IaaS platforms operate at the subnet level and can be updated rapidly without requiring direct access to the compromised instance, making this the fastest and safest containment step.

CMirror the traffic to perform a traffic capture.

Mirroring traffic to perform a capture is a forensic analysis technique used to understand attack behavior, not a measure that stops or contains the incident.

DPerform a memory acquisition.

Memory acquisition is a digital forensics procedure performed during the analysis phase to preserve volatile evidence, not a containment action.

Concept tested: Incident containment using network ACL rules on IaaS

Source: https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html

Topics

#incident containment#network ACL#IaaS security#incident response

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice