← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
infostealeriocthreatfoxunknown_stealer
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-09-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of known indicators of compromise associated with the Unknown Stealer malware, a tool frequently used by adversaries to exfiltrate sensitive data and credentials from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify active infections early, preventing lateral movement and data exfiltration before the threat actor achieves their objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainsdn-cloudflare-js-css.cfdpayload_delivery2026-09-25100%
domainsdn-cloudflare-js.cfdpayload_delivery2026-09-25100%
domainfontawesome-cdn.cfdpayload_delivery2026-09-25100%
domaincdn-js-conhost.icupayload_delivery2026-09-25100%
domainwhitecollarmusic.compayload_delivery2026-09-2575%
domainleeandyoondental.compayload_delivery2026-09-2575%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["sdn-cloudflare-js-css.cfd", "sdn-cloudflare-js.cfd", "fontawesome-cdn.cfd", "cdn-js-conhost.icu", "whitecollarmusic.com", "leeandyoondental.com"]);
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/unknown_stealer/