← 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-06-09T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Unknown Stealer IOCs rule detects potential adversary activity involving the exfiltration of sensitive data through unknown malware leveraging compromised credentials and network resources. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromise by an unknown stealer before significant data loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainwebflare.beerbotnet_cc2026-06-09100%
domainberlof.shopbotnet_cc2026-06-09100%
domainfirazit.combotnet_cc2026-06-09100%
domainmacerapindasi.combotnet_cc2026-06-09100%
domainservupdt.combotnet_cc2026-06-09100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["webflare.beer", "berlof.shop", "firazit.com", "macerapindasi.com", "servupdt.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/