← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-12T11: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 such as credentials and browser history from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify stealthy infections that may have evaded traditional signature-based detections, enabling rapid containment before the threat actor achieves their objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash246717653bc2ae2e09036bac56c9d79940c652972a73f4c6aa9b925c28cce095payload2026-09-12100%
sha256_hash78cf8d71ec2451e820a7260f79e1bad47db041c004690668e11c05b1c7d764d3payload2026-09-12100%
sha256_hash65af8ffdecfc2394c2a27c6d53880ad5b89de8fd201a69d33a34e31e320a3a5dpayload2026-09-12100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Stealer
let malicious_hashes = dynamic(["246717653bc2ae2e09036bac56c9d79940c652972a73f4c6aa9b925c28cce095", "78cf8d71ec2451e820a7260f79e1bad47db041c004690668e11c05b1c7d764d3", "65af8ffdecfc2394c2a27c6d53880ad5b89de8fd201a69d33a34e31e320a3a5d"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

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