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

Hunt Hypothesis

Creal Stealer is a data-stealing malware that exfiltrates credentials and system information, indicating an adversary is actively harvesting sensitive assets for lateral movement or persistence. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints early, mitigating the risk of credential reuse and unauthorized data exfiltration before the threat actor achieves their objectives.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash906bfba39450f926de1d5bd118cb802f1a10c0da675712483fefd8c8920b44ebpayload2026-09-2195%
sha1_hash9cecd6c1b5b33797f5b3eb57071f19494f4c901fpayload2026-09-2195%
md5_hashee80f6462e667eaedac1d1303aa44192payload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["906bfba39450f926de1d5bd118cb802f1a10c0da675712483fefd8c8920b44eb", "9cecd6c1b5b33797f5b3eb57071f19494f4c901f", "ee80f6462e667eaedac1d1303aa44192"]);
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/