← Back to SOC feed Coverage →

ThreatFox: Lumma Stealer IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-05-27T11:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Lumma Stealer malware activity through known IOCs, indicating an adversary may be exfiltrating sensitive data via compromised credentials or stolen tokens. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate data exfiltration early, preventing further compromise and data loss.

IOC Summary

Malware Family: Lumma Stealer Total IOCs: 13 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://tangmwp.club/blankbotnet_cc2026-05-2775%
domainwilheah.cyoubotnet_cc2026-05-27100%
domaindiplokb.cyoubotnet_cc2026-05-27100%
domainconsuus.cyoubotnet_cc2026-05-27100%
domainidealvs.cyoubotnet_cc2026-05-27100%
domainanswebi.cyoubotnet_cc2026-05-27100%
domainclamsal.cyoubotnet_cc2026-05-27100%
domainpholith.cyoubotnet_cc2026-05-27100%
domainmaenade.cyoubotnet_cc2026-05-27100%
domainmistjlep.cyoubotnet_cc2026-05-27100%
domainwifflvy.cyoubotnet_cc2026-05-27100%
domainhustjonr.cyoubotnet_cc2026-05-27100%
domaincudbweeo.cyoubotnet_cc2026-05-27100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Lumma Stealer
let malicious_domains = dynamic(["wilheah.cyou", "diplokb.cyou", "consuus.cyou", "idealvs.cyou", "answebi.cyou", "clamsal.cyou", "pholith.cyou", "maenade.cyou", "mistjlep.cyou", "wifflvy.cyou", "hustjonr.cyou", "cudbweeo.cyou"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Lumma Stealer
let malicious_urls = dynamic(["https://tangmwp.club/blank"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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