This detection rule identifies adversary behavior where threat actors deploy the XMRig cryptocurrency miner to covertly exploit victim hardware resources for illicit revenue generation following initial compromise via phishing or supply chain vectors. Proactive hunting in Azure Sentinel is essential to rapidly detect and isolate these resource-draining infections before they significantly degrade system performance or enable lateral movement across the network.
Malware Family: xmrig Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://94[.]26[.]106[.]195:5555 | botnet_cc | 2026-08-04 | 100% |
| url | hxxp://94[.]26[.]106[.]195:80 | botnet_cc | 2026-08-04 | 100% |
| url | hxxp://57[.]129[.]119[.]218:13333 | botnet_cc | 2026-08-04 | 100% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - xmrig
let malicious_urls = dynamic(["http://94.26.106.195:5555", "http://94.26.106.195:80", "http://57.129.119.218:13333"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are 5 specific false positive scenarios for the ThreatFox: xmrig IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:
Legitimate DevOps Container Orchestration
xmrig binaries as part of standard stress-testing scripts, triggering the rule when they connect to known mining pools for latency checks.k8s.io, docker-desktop) or filter out network connections originating from IP ranges dedicated to DevOps clusters that are whitelisted in the asset inventory.Scheduled Hardware Performance Audits
xmrig as the benchmarking load generator, mimicking the behavior of an active miner.TaskScheduler.exe or ansible-runner) and restrict the alert to only trigger if the execution time falls outside defined maintenance windows (e.g., 02:00–06:00 local time).Security Team Malware Research & Sandbox Analysis
xmrig samples in isolated sandbox environments (such as Cuckoo, Any.Run, or VirusTotal Local) to update detection signatures. During these tests, the malware is intentionally executed, causing