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

Hunt Hypothesis

This hunt detects adversary activity involving specific Indicators of Compromise (IOCs) linked to the Phorpiex malware family, which is known for deploying information stealers and ransomware variants. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify early-stage infections before they escalate into data exfiltration or widespread network compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashe79d0d5d3076c47bc83cf4d60cd9e2471535f137payload2026-08-2595%
md5_hash5a081c877716d922366a17238c18bcbbpayload2026-08-2595%
sha256_hash15e71f4e20634454a890c02d9494cc44b07e66cabea8d4bf3615dfde30d58e38payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Phorpiex
let malicious_hashes = dynamic(["e79d0d5d3076c47bc83cf4d60cd9e2471535f137", "5a081c877716d922366a17238c18bcbb", "15e71f4e20634454a890c02d9494cc44b07e66cabea8d4bf3615dfde30d58e38"]);
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: Phorpiex IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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