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

Hunt Hypothesis

This detection rule identifies adversary activity by matching network and endpoint telemetry against eighteen specific Indicators of Compromise (IOCs) linked to the Prometei threat campaign. Proactively hunting for these IOCs in Azure Sentinel is critical because early identification of this high-severity threat enables rapid containment before adversaries can establish persistence or exfiltrate sensitive data within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash5395ef7901731de4f83aaacf2757416a1830aa608ee38d70d4da8caf466fbff6payload2026-07-2795%
sha1_hashf9ec500cc050101e0e2f45f94e6906edd9fb8d2bpayload2026-07-2795%
md5_hash3549f1fba922f40330aaa081ce71fed2payload2026-07-2795%
sha1_hash64ba56ced1e0e90c8d4452705796474c8ebb1704payload2026-07-2795%
md5_hash5f31264fd0ff12d16e2bdc00ca1aa9bbpayload2026-07-2795%
sha256_hash5b5dea9b505a23af56dae67e2d847bbe97ca17bd4560f41d6b604c71f4870d75payload2026-07-2795%
sha1_hasha5412dccd1a204bcd76e09b99a16140da3b9bf09payload2026-07-2795%
md5_hash1e613dec8beebebd6baaea91998a628epayload2026-07-2795%
sha1_hash53fa5d6d3cf75f2444a38907d1170cd820cf2196payload2026-07-2795%
md5_hashd2577b85f5a29ef579bfdfdb64cfa874payload2026-07-2795%
sha256_hash998ea71c9c2d89374f17d5dc2d0d83abd5845849af7d87cff96542614e3364a4payload2026-07-2795%
sha1_hashba088de3a2d3e05a7af056af4a47912f64f96201payload2026-07-2795%
md5_hashbd11a6b7c86bfe4e0fd407b0be2554e9payload2026-07-2795%
sha256_hashc17da88435a502ed14c705832371807419a7494a26be1c32329d4dc017477f09payload2026-07-2795%
sha1_hash84252044f7af6478ec0d2db1f5f6330ae8341b11payload2026-07-2795%
md5_hash81c226154c7663bb3f1b0df208dcf664payload2026-07-2795%
sha256_hashd2e9f95d58c56a2c000577b00a0d04bb96d8f9479e115c8dbd20e00195604971payload2026-07-2795%
sha256_hash7fecb00580517395eab594588d4b4efd2154d6160f20ee8da298d613d9223e64payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Prometei
let malicious_hashes = dynamic(["5395ef7901731de4f83aaacf2757416a1830aa608ee38d70d4da8caf466fbff6", "f9ec500cc050101e0e2f45f94e6906edd9fb8d2b", "3549f1fba922f40330aaa081ce71fed2", "64ba56ced1e0e90c8d4452705796474c8ebb1704", "5f31264fd0ff12d16e2bdc00ca1aa9bb", "5b5dea9b505a23af56dae67e2d847bbe97ca17bd4560f41d6b604c71f4870d75", "a5412dccd1a204bcd76e09b99a16140da3b9bf09", "1e613dec8beebebd6baaea91998a628e", "53fa5d6d3cf75f2444a38907d1170cd820cf2196", "d2577b85f5a29ef579bfdfdb64cfa874", "998ea71c9c2d89374f17d5dc2d0d83abd5845849af7d87cff96542614e3364a4", "ba088de3a2d3e05a7af056af4a47912f64f96201", "bd11a6b7c86bfe4e0fd407b0be2554e9", "c17da88435a502ed14c705832371807419a7494a26be1c32329d4dc017477f09", "84252044f7af6478ec0d2db1f5f6330ae8341b11", "81c226154c7663bb3f1b0df208dcf664", "d2e9f95d58c56a2c000577b00a0d04bb96d8f9479e115c8dbd20e00195604971", "7fecb00580517395eab594588d4b4efd2154d6160f20ee8da298d613d9223e64"]);
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 5 specific false positive scenarios and their corresponding filters/exclusions for the ThreatFox: Prometei IOCs detection rule:

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