During an off-peak security monitoring review, a security analyst identifies anomalous activity across several database server endpoints. Host telemetry indicates sustained 98% CPU and GPU utilization during non-business hours, accompanied by persistent outbound TCP traffic destined for an external IP address over port 3333 using the Stratum protocol. Endpoint inspection confirms an unauthorized binary executing via a persistent Windows Task Scheduler job. Based on these technical indicators of compromise (IoCs), which of the following malware types has compromised the systems?
- CryptominerAnswer
- BRansomware
- CWorm
- DRootkit
Answer
Cryptominer (or coin-miner) malware is identified by telemetry showing high system resource consumption (CPU/GPU) and network communication over mining pool protocols such as Stratum.
The correct answer is Cryptominer. Cryptomining malware (also known as cryptojacking software) secretly utilizes an infected endpoint's computational resources (CPU and GPU) to mine cryptocurrency. The key indicators in the scenario—extreme processor utilization during off-peak hours, persistence established via Task Scheduler, and outbound network traffic using the Stratum mining protocol—are definitive signatures of coin-mining operations.
Step-by-Step Solution
Key Concept
Cryptomining Malware and Indicators of Compromise