CS0-003 · Question #534
A user clicks on a malicious adware link, and the malware successfully downloads to the machine. The malware has a script that invokes command-and-control activity. Which of the following actions is…
The correct answer is C. Block the server on the proxy and firewall. To contain an incident involving malware with command-and-control (C2) activity and prevent further impact, blocking the C2 server at the proxy and firewall is the best immediate action.
Question
A user clicks on a malicious adware link, and the malware successfully downloads to the machine. The malware has a script that invokes command-and-control activity. Which of the following actions is the best way to contain the incident without any additional impact?
Options
- ADisable the user account until the malware investigation is complete.
- BReview EDR information to determine whether the file was detected and quarantined locally.
- CBlock the server on the proxy and firewall.
- DSubmit a recategorization update to the vendor.
How the community answered
(38 responses)- A13% (5)
- B3% (1)
- C76% (29)
- D8% (3)
Why each option
To contain an incident involving malware with command-and-control (C2) activity and prevent further impact, blocking the C2 server at the proxy and firewall is the best immediate action.
Disabling the user account might prevent the user from logging in, but it does not address the active command-and-control communication from the infected machine if it's already established.
Reviewing EDR information is an important investigative step for understanding the scope and identifying the malware, but it doesn't immediately contain the active C2 communication channel that is causing 'additional impact'.
Blocking the C2 server's IP address or domain on the proxy and firewall immediately severs the malicious communication channel, preventing the malware from receiving further commands or exfiltrating data, thereby containing the incident and stopping additional impact from the C2 activity.
Submitting a recategorization update to a vendor is a reactive measure for web filtering or reputation issues and is not an immediate containment action for an active command-and-control incident.
Concept tested: Incident containment for C2 activity
Source: https://www.cisa.gov/us-cert/incident-response-and-resilience-faqs
Topics
Community Discussion
No community discussion yet for this question.