← Back to SOC feed Coverage →

ThreatFox: PY#RATION IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocpy-pyrationthreatfox
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-12T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt identifies network connections or host artifacts matching known indicators of compromise associated with the PY#RATION threat actor, a group frequently linked to targeted intrusions and data exfiltration. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to detect early-stage lateral movement or command-and-control activity before the adversary establishes a persistent foothold within the environment.

IOC Summary

Malware Family: PY#RATION Total IOCs: 6 IOC Types: sha256_hash, sha1_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashbbafb0d313cb0f7a55395f950a0a1337934af072b3d4ebafc704bab60f03fdfcpayload2026-09-1295%
sha1_hash8ec6051fd1c23060aef7d7a37c9130ee3ebc2aacpayload2026-09-1295%
md5_hash788464d6404cc1dc463f511c3b1c22ebpayload2026-09-1295%
sha256_hashe9f2856e7040aeebd9a4f0107296fd2a13873e482bfafe285652687af25ab949payload2026-09-1295%
sha1_hashfaaae3aa1b19eb446142dc618e674a5947b5f4c1payload2026-09-1295%
md5_hashd28cc2606a5acdbb0da3b957e4ee44afpayload2026-09-1295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - PY#RATION
let malicious_hashes = dynamic(["bbafb0d313cb0f7a55395f950a0a1337934af072b3d4ebafc704bab60f03fdfc", "8ec6051fd1c23060aef7d7a37c9130ee3ebc2aac", "788464d6404cc1dc463f511c3b1c22eb", "e9f2856e7040aeebd9a4f0107296fd2a13873e482bfafe285652687af25ab949", "faaae3aa1b19eb446142dc618e674a5947b5f4c1", "d28cc2606a5acdbb0da3b957e4ee44af"]);
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/py.pyration/