← Back to SOC feed Coverage →

ThreatFox: xmrig IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocthreatfoxwin-xmrig
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-08-04T11:00:00Z · Confidence: high

Hunt Hypothesis

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.

IOC Summary

Malware Family: xmrig Total IOCs: 3 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://94[.]26[.]106[.]195:5555botnet_cc2026-08-04100%
urlhxxp://94[.]26[.]106[.]195:80botnet_cc2026-08-04100%
urlhxxp://57[.]129[.]119[.]218:13333botnet_cc2026-08-04100%

KQL: Url Hunt

// 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

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: xmrig IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/win.xmrig/