← Back to SOC feed Coverage →

ThreatFox: Lumma Stealer IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
infostealeriocthreatfoxwin-lumma
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-06-05T11:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Lumma Stealer activity through known IOCs, indicating an adversary may be exfiltrating data or establishing persistence. SOC teams should proactively hunt for this behavior to detect and mitigate advanced threats leveraging compromised Azure environments.

IOC Summary

Malware Family: Lumma Stealer Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaingstatic-node.iobotnet_cc2026-06-05100%
domaincolomndead.xyzbotnet_cc2026-06-05100%
domaincloudsaled.xyzbotnet_cc2026-06-05100%
domainpolandgames.xyzbotnet_cc2026-06-05100%
domaincostexcise.xyzbotnet_cc2026-06-05100%
domaindroppicches.xyzbotnet_cc2026-06-05100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Lumma Stealer
let malicious_domains = dynamic(["gstatic-node.io", "colomndead.xyz", "cloudsaled.xyz", "polandgames.xyz", "costexcise.xyz", "droppicches.xyz"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

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