← Back to SOC feed Coverage →

ThreatFox: Lumar IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-lumar
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-17T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Lumar IOCs rule detects potential adversary activity linked to the Lumar threat group, which is associated with malicious campaigns targeting cloud environments. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromises that could lead to data exfiltration or lateral movement.

IOC Summary

Malware Family: Lumar Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaindudadelira.monsterpayload_delivery2026-05-17100%
domainopaqueshellsoftsmoke.clickpayload_delivery2026-05-17100%
domainkyjpwnw.monsterpayload_delivery2026-05-17100%
domainquietbinglowdrift.monsterpayload_delivery2026-05-17100%
domainlivespacenext.monsterpayload_delivery2026-05-17100%
domaineducationcaster.monsterpayload_delivery2026-05-17100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Lumar
let malicious_domains = dynamic(["dudadelira.monster", "opaqueshellsoftsmoke.click", "kyjpwnw.monster", "quietbinglowdrift.monster", "livespacenext.monster", "educationcaster.monster"]);
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.lumar/