← Back to SOC feed Coverage →

ThreatFox: XMRIG IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
elf-xmrigiocthreatfox
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-07-01T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior involving the deployment of XMRIG cryptocurrency miners, which often serve as indicators of initial compromise or resource hijacking within Azure environments. Proactively hunting for these specific IOCs in Azure Sentinel is critical to identify silent cryptojacking campaigns before they significantly degrade system performance and incur unexpected cloud costs.

IOC Summary

Malware Family: XMRIG Total IOCs: 8 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port116[.]62[.]220[.]96:6379payload_delivery2026-07-0180%
ip:port172[.]86[.]90[.]30:6379payload_delivery2026-07-0180%
ip:port120[.]77[.]79[.]42:6379payload_delivery2026-07-0180%
ip:port34[.]140[.]219[.]200:6379payload_delivery2026-07-0180%
ip:port34[.]38[.]119[.]76:6379payload_delivery2026-07-0180%
ip:port8[.]137[.]157[.]150:6379payload_delivery2026-07-0180%
ip:port193[.]32[.]126[.]228:5432payload_delivery2026-07-0180%
ip:port141[.]98[.]100[.]14:5432payload_delivery2026-07-0180%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - XMRIG
let malicious_ips = dynamic(["172.86.90.30", "120.77.79.42", "141.98.100.14", "193.32.126.228", "116.62.220.96", "34.140.219.200", "34.38.119.76", "8.137.157.150"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc

KQL: Ip Hunt Device

// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["172.86.90.30", "120.77.79.42", "141.98.100.14", "193.32.126.228", "116.62.220.96", "34.140.219.200", "34.38.119.76", "8.137.157.150"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DeviceNetworkEventsEnsure 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/elf.xmrig/