← 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-04T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of Creal Stealer, a high-severity infostealer that exfiltrates sensitive data such as credentials and browser cookies, by correlating against known IOCs to identify compromised endpoints. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect and isolate infected systems before the malware can successfully transmit stolen information to threat actors.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash65752cdf1c2e5463a694cffd51a20732payload2026-09-0495%
sha256_hash352f292ab6580214f325b4200606fb868bf5b7cfdd3b8599733389cb15a0ea1dpayload2026-09-0495%
sha1_hashe0e8c6c04ecef485b9586f930df6b666de325a54payload2026-09-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["65752cdf1c2e5463a694cffd51a20732", "352f292ab6580214f325b4200606fb868bf5b7cfdd3b8599733389cb15a0ea1d", "e0e8c6c04ecef485b9586f930df6b666de325a54"]);
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/