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

Hunt Hypothesis

The ThreatFox: Unknown Stealer IOCs rule detects potential reconnaissance and exfiltration activities associated with a previously unknown stealer malware, leveraging suspicious network traffic and file artifacts. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromises from advanced threats that evade traditional detection methods.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainfilicoto.catpayload_delivery2026-06-26100%
domainfinanstyle.sitepayload_delivery2026-06-26100%
domainfasttrackpackage.onlinepayload_delivery2026-06-26100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["filicoto.cat", "finanstyle.site", "fasttrackpackage.online"]);
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/