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

Hunt Hypothesis

This detection identifies active threats from the Creal Stealer malware by monitoring for specific indicators of compromise that signal credential theft and data exfiltration attempts. Proactively hunting for these IOCs within Azure Sentinel is critical to rapidly isolate compromised endpoints before adversaries can escalate privileges or move laterally across the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash4479eaf6ed86a3fc385f60c6e6521e5e341e6d99payload2026-08-0795%
md5_hash6108296a2c9c763a4b56e3cb611ab096payload2026-08-0795%
sha256_hashba7ef674b42b85717ae947a9cab116e0256f4996e949a8fdad8c5404aeef7a20payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["4479eaf6ed86a3fc385f60c6e6521e5e341e6d99", "6108296a2c9c763a4b56e3cb611ab096", "ba7ef674b42b85717ae947a9cab116e0256f4996e949a8fdad8c5404aeef7a20"]);
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

Here are the documented false positive scenarios and corresponding exclusion strategies for the ThreatFox: Creal Stealer IOCs detection rule:

Original source: https://threatfox.abuse.ch/browse/malware/py.creal_stealer/