← Back to SOC feed Coverage →

ThreatFox: Prometei IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-prometei
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-08T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving three specific Indicators of Compromise (IOCs) linked to the Prometei threat actor, which may signal early-stage reconnaissance or lateral movement within the environment. The SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain potential Prometei-related intrusions before they escalate into broader incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashcd1378bb22fa98439afecc6cf3e657b3633ed37bpayload2026-08-0895%
md5_hashfde4bb9242202ad2ec42ab19a0fdd453payload2026-08-0895%
sha256_hash10505f035b1e6569cb22d42614829e85fd432e014418f457e2e1dfc31dcd505cpayload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Prometei
let malicious_hashes = dynamic(["cd1378bb22fa98439afecc6cf3e657b3633ed37b", "fde4bb9242202ad2ec42ab19a0fdd453", "10505f035b1e6569cb22d42614829e85fd432e014418f457e2e1dfc31dcd505c"]);
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: Prometei IOCs rule, including tailored filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.prometei/