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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Creal Stealer by monitoring for specific Indicators of Compromise (IOCs) that signal active credential and data theft operations. A SOC team should proactively hunt for these signals in Azure Sentinel to rapidly identify compromised endpoints, prevent lateral movement, and mitigate potential data exfiltration before significant impact occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash8883ff5ff4ba025a42255ce0fa45ce7bf5c2c146payload2026-07-2795%
md5_hash148d43b07def3619cf07a1d440892e6fpayload2026-07-2795%
sha256_hash169fd9264d4e5b84e514cd34a0e69c2c56667393546434282f8957bc045a091epayload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["8883ff5ff4ba025a42255ce0fa45ce7bf5c2c146", "148d43b07def3619cf07a1d440892e6f", "169fd9264d4e5b84e514cd34a0e69c2c56667393546434282f8957bc045a091e"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: Creal Stealer IOCs detection rule in an enterprise environment:

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