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

Hunt Hypothesis

This hunt targets known indicators of compromise associated with the Prometei threat actor to identify potential lateral movement or persistence mechanisms within the environment. Proactively hunting for these IOCs allows the SOC to detect early-stage intrusion activity and isolate affected assets before the adversary can establish a foothold or escalate privileges.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash081358e7d4586ef57208d63dfa194b97payload2026-09-1395%
sha256_hash7b1a084f020776a1b1b701b009e659be46aa6f7b7dacab92fdc5b13fe260fb2bpayload2026-09-1395%
sha1_hash9cb1c1f41edf5def51ed1c18835d68722d057932payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Prometei
let malicious_hashes = dynamic(["081358e7d4586ef57208d63dfa194b97", "7b1a084f020776a1b1b701b009e659be46aa6f7b7dacab92fdc5b13fe260fb2b", "9cb1c1f41edf5def51ed1c18835d68722d057932"]);
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/win.prometei/