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

Hunt Hypothesis

The detection identifies potential Creal Stealer malware activity through known IOCs, indicating an adversary may be exfiltrating sensitive data from the network. SOC teams should proactively hunt for this behavior to detect and mitigate data theft early in the attack lifecycle.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashc2fd87e0a14baa16be23ea3b40b42eeepayload2026-06-1795%
sha256_hashe6085af9fdabb1a5cec731cf03a1da9cf8aa01163baf414cf03cc174616e1c09payload2026-06-1795%
sha1_hash4d87853447b486c8f62cc67b22d8cac7eef3965bpayload2026-06-1795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["c2fd87e0a14baa16be23ea3b40b42eee", "e6085af9fdabb1a5cec731cf03a1da9cf8aa01163baf414cf03cc174616e1c09", "4d87853447b486c8f62cc67b22d8cac7eef3965b"]);
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/