← 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-04-24T09:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Lumma Stealer activity through known IOCs associated with this ransomware family, indicating possible data exfiltration or lateral movement. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced threats before significant data loss or network compromise occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainafejoed.cyoubotnet_cc2026-04-2475%
domainanalipr.cyoubotnet_cc2026-04-2475%
domainbrorgma.cyoubotnet_cc2026-04-2475%
domainconeogz.cyoubotnet_cc2026-04-2475%
domaindriplin.cyoubotnet_cc2026-04-2475%
domainfamiszp.cyoubotnet_cc2026-04-2475%
domainelgccyx.cyoubotnet_cc2026-04-2475%
domaingenuoei.cyoubotnet_cc2026-04-2475%
domainleypuuq.cyoubotnet_cc2026-04-2475%
domainobnusho.cyoubotnet_cc2026-04-2475%
domainplitofa.cyoubotnet_cc2026-04-2475%
domainthuqxer.cyoubotnet_cc2026-04-2475%
domaintramoqj.cyoubotnet_cc2026-04-2475%
domainvidtihe.cyoubotnet_cc2026-04-2475%
domainjugbphm.clickbotnet_cc2026-04-2475%
domainlongmbx.clickbotnet_cc2026-04-2475%
domaindecrnoj.clubbotnet_cc2026-04-2475%
domaintangmwp.clubbotnet_cc2026-04-2475%
domainstrikql.shopbotnet_cc2026-04-2475%
domainulmudhw.shopbotnet_cc2026-04-2475%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Lumma Stealer
let malicious_domains = dynamic(["afejoed.cyou", "analipr.cyou", "brorgma.cyou", "coneogz.cyou", "driplin.cyou", "famiszp.cyou", "elgccyx.cyou", "genuoei.cyou", "leypuuq.cyou", "obnusho.cyou", "plitofa.cyou", "thuqxer.cyou", "tramoqj.cyou", "vidtihe.cyou", "jugbphm.click", "longmbx.click", "decrnoj.club", "tangmwp.club", "strikql.shop", "ulmudhw.shop"]);
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/