← Back to SOC feed Coverage →

ThreatFox: Creal Stealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocpy-creal_stealerthreatfox
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-13T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt identifies the presence of known Creal Stealer indicators, a high-severity information stealer that targets sensitive data such as credentials and browser cookies. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect and isolate compromised endpoints before the adversary can exfiltrate data or establish persistence.

IOC Summary

Malware Family: Creal Stealer Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashedae3ddf216afd22d3b9774ed4f3b2b71b9da9810457791723d4982da87260e2payload2026-09-1395%
sha1_hash5e7648ad22e07ef43cdac86178899d26a2b15f4fpayload2026-09-1395%
md5_hash610869ca82861f9dd8148f57e607d566payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["edae3ddf216afd22d3b9774ed4f3b2b71b9da9810457791723d4982da87260e2", "5e7648ad22e07ef43cdac86178899d26a2b15f4f", "610869ca82861f9dd8148f57e607d566"]);
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/py.creal_stealer/