SY0-501 · Question #37
A senior incident response manager receives a call about some external IPs communicating with internal computers during off hours. Which of the following types of malware is MOST likely causing this…
The correct answer is A. Botnet. The communication between internal computers and external IPs during off-hours strongly indicates a botnet, as this behavior aligns with command and control (C2) communication. Other malware types do not primarily manifest as persistent outbound C2 traffic.
Question
A senior incident response manager receives a call about some external IPs communicating with internal computers during off hours. Which of the following types of malware is MOST likely causing this issue?
Options
- ABotnet
- BRansomware
- CPolymorphic malware
- DArmored virus
How the community answered
(42 responses)- A83% (35)
- B5% (2)
- C2% (1)
- D10% (4)
Why each option
The communication between internal computers and external IPs during off-hours strongly indicates a botnet, as this behavior aligns with command and control (C2) communication. Other malware types do not primarily manifest as persistent outbound C2 traffic.
A botnet involves compromised computers (bots) connecting to a command-and-control (C2) server, often operated by external IPs, to receive instructions and exfiltrate data. This communication frequently occurs during off-hours to evade detection, fitting the scenario perfectly.
Ransomware's primary characteristic is encrypting data and demanding a ransom payment, not persistent outbound communication with external IPs during off-hours for control purposes.
Polymorphic malware refers to malware that changes its code to evade signature-based detection, which describes a characteristic of malware, not its observed communication behavior.
An armored virus employs techniques to make reverse engineering and analysis difficult, which is a method of protection for the malware, not its external communication pattern.
Concept tested: Malware type identification based on network behavior
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/botnet-detection
Topics
Community Discussion
No community discussion yet for this question.