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

Hunt Hypothesis

This hunt targets the presence of Creal Stealer indicators, a macOS-based information stealer that exfiltrates sensitive data such as browser credentials and cryptocurrency wallet files. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints early, preventing the silent extraction of high-value assets before the malware can establish persistence or communicate with its C2 infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashc6d42910d3b464dba6ae2a22ae377908e2d23431payload2026-09-0795%
md5_hash86957fe59d5a2d92b8e20909be744b71payload2026-09-0795%
sha256_hash04ce455ab1ce258073d3261e137201cdabd87444011fe4a487c4e92d80594e22payload2026-09-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["c6d42910d3b464dba6ae2a22ae377908e2d23431", "86957fe59d5a2d92b8e20909be744b71", "04ce455ab1ce258073d3261e137201cdabd87444011fe4a487c4e92d80594e22"]);
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/