← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-01T23:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects adversaries leveraging newly identified stealer indicators from ThreatFox to exfiltrate sensitive credentials and data before they are widely known in threat intelligence feeds. A SOC team should proactively hunt for these unknown IOCs within Azure Sentinel to gain a critical time advantage, enabling early containment of stealthy threats that evade traditional signature-based defenses.

IOC Summary

Malware Family: Unknown Stealer Total IOCs: 2 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
domainslotbet200.xyzpayload_delivery2026-09-0175%
urlhxxps://sites.google.com/view/mehrmarkenwerkstattheiligensta/homepayload_delivery2026-09-0175%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["slotbet200.xyz"]);
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 - Unknown Stealer
let malicious_urls = dynamic(["https://sites.google.com/view/mehrmarkenwerkstattheiligensta/home"]);
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

Here are 4 specific false positive scenarios for the ThreatFox: Unknown Stealer IOCs detection rule in an enterprise environment, along with suggested filters and exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/unknown_stealer/