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

Hunt Hypothesis

This detection rule identifies adversaries leveraging Creal Stealer to exfiltrate critical assets like credentials and browser cookies following successful phishing campaigns. Proactively hunting for these indicators in Azure Sentinel is essential to rapidly contain data breaches targeting financial and personal information before sensitive details are compromised.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashb296953446d3161e61e3982c8c66d68f1295f788payload2026-07-2595%
md5_hash3c9852c53cb45221886b34ed6bc7d674payload2026-07-2595%
sha256_hashf273dfb134166251f00456f8fcff32a827afa03781794f8071281dcadc37b444payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["b296953446d3161e61e3982c8c66d68f1295f788", "3c9852c53cb45221886b34ed6bc7d674", "f273dfb134166251f00456f8fcff32a827afa03781794f8071281dcadc37b444"]);
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 5 specific false positive scenarios for the ThreatFox: Creal Stealer IOCs rule, tailored to an enterprise environment with suggested filters and exclusions:

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