← Back to SOC feed Coverage →

ThreatFox: Phorpiex IOCs

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

Hunt Hypothesis

This hunt detects adversary activity involving six specific Indicators of Compromise (IOCs) linked to the Phorpiex threat actor, which are known to deploy sophisticated malware and phishing campaigns targeting enterprise environments. A SOC team should proactively hunt for these IOCs within Azure Sentinel to identify early-stage intrusions and mitigate potential data exfiltration or lateral movement before they escalate into broader incidents.

IOC Summary

Malware Family: Phorpiex Total IOCs: 6 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashb084c127f03f2d2b96dae95d2495ea8epayload2026-08-0295%
sha256_hash40a1831b2c77c3026e01b6eb0e9846dd3c909ced0f55cb396165d23d9e5926c9payload2026-08-0295%
sha1_hasha0816745f3159d06733ed351425ef25ba8ae2eb9payload2026-08-0295%
sha1_hash06047aeb37556139c4cd4ffa7a6cf7f801f3d161payload2026-08-0295%
md5_hash71a63b374d229f30f2912c501f7cce07payload2026-08-0295%
sha256_hashfcf3ceac44b1c95dcc7442ddac5b286f64954c00cc09a265eeedd4638dbfac2epayload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Phorpiex
let malicious_hashes = dynamic(["b084c127f03f2d2b96dae95d2495ea8e", "40a1831b2c77c3026e01b6eb0e9846dd3c909ced0f55cb396165d23d9e5926c9", "a0816745f3159d06733ed351425ef25ba8ae2eb9", "06047aeb37556139c4cd4ffa7a6cf7f801f3d161", "71a63b374d229f30f2912c501f7cce07", "fcf3ceac44b1c95dcc7442ddac5b286f64954c00cc09a265eeedd4638dbfac2e"]);
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 3-5 specific false positive scenarios for the ThreatFox: Phorpiex IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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