CCCS-203B · Question #249
CrowdStrike Falcon Cloud Security has detected anomalous behavior on a virtual machine (VM) running in a cloud environment. The following events were flagged: ?An outbound connection to…
The correct answer is B. Immediately isolate the VM, capture memory and disk snapshots for forensic analysis, and. Option A: Running an antivirus scan may detect malware, but it does not prevent ongoing attacker activity or preserve forensic evidence for deeper investigation. Option B: The combination of Tor connections, failed logins, base64 and netcat usage, and execution from /tmp…
Question
CrowdStrike Falcon Cloud Security has detected anomalous behavior on a virtual machine (VM) running in a cloud environment. The following events were flagged:
?An outbound connection to torproject.org ?Multiple failed login attempts using various usernames ?The execution of base64 and nc (netcat) commands ?A process named kworker running from /tmp What is the most appropriate response to this detection?
Options
- ARun an antivirus scan on the VM and delete any flagged files to remove potential malware.
- BImmediately isolate the VM, capture memory and disk snapshots for forensic analysis, and
- CModify the VM's firewall rules to block outgoing traffic and wait for additional alerts before taking
- DIgnore the alert, as the presence of kworker is normal in Linux environments and does not indicate
How the community answered
(59 responses)- A3% (2)
- B69% (41)
- C8% (5)
- D19% (11)
Explanation
Option A: Running an antivirus scan may detect malware, but it does not prevent ongoing attacker activity or preserve forensic evidence for deeper investigation. Option B: The combination of Tor connections, failed logins, base64 and netcat usage, and execution from /tmp suggests potential malware activity or an active attack. Isolating the VM prevents further compromise, while forensic analysis helps identify the root cause. Option C: Blocking outbound traffic may slow down attacker activities but does not fully prevent further actions or identify the existing compromise. Immediate isolation is more effective. Option D: While kworker is a normal Linux process, its execution from /tmp is highly suspicious, as /tmp is a common location for malware execution. Ignoring this alert is a security risk.
Topics
Community Discussion
No community discussion yet for this question.