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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Creal Stealer by monitoring for specific indicators of compromise that signal active credential and data theft within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify early-stage infections and prevent lateral movement before sensitive assets are compromised.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash2cacc53c31ebfb5f3dcbccb953a57e19payload2026-07-2495%
sha256_hasheaa828acafc7d731d4f4c64c997b9d72b728c43a94c46ef17a5acb4952152179payload2026-07-2495%
sha1_hash0c1af8f899ec84dee649c0aa0125baddd6e39b86payload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Creal Stealer
let malicious_hashes = dynamic(["2cacc53c31ebfb5f3dcbccb953a57e19", "eaa828acafc7d731d4f4c64c997b9d72b728c43a94c46ef17a5acb4952152179", "0c1af8f899ec84dee649c0aa0125baddd6e39b86"]);
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 4 specific false positive scenarios for the ThreatFox: Creal Stealer IOCs detection rule, along with targeted exclusion strategies suitable for an enterprise environment:

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