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.
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)- A4% (2)
- B71% (32)
- C16% (7)
- D9% (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.
Connecting to the instance for triage is an investigation and analysis step, not containment; it does not restrict the incident from spreading.
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.
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.
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
Community Discussion
No community discussion yet for this question.