← Back to SOC feed Coverage →

ThreatFox: PureRAT IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
backdooriocthreatfoxwin-pure_rat
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-09T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of PureRAT remote access tools by matching network and endpoint telemetry against a curated set of 26 specific Indicators of Compromise (IOCs). A SOC team should proactively hunt for these signals in Azure Sentinel to identify early-stage lateral movement or command-and-control activity that may evade standard signature-based detections due to the tool’s legitimate appearance.

IOC Summary

Malware Family: PureRAT Total IOCs: 26 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port72[.]14[.]136[.]55:56001botnet_cc2026-08-0975%
ip:port72[.]14[.]136[.]55:56002botnet_cc2026-08-0975%
ip:port72[.]14[.]136[.]55:56003botnet_cc2026-08-0975%
ip:port209[.]99[.]190[.]23:55010botnet_cc2026-08-0975%
ip:port185[.]247[.]208[.]91:55555botnet_cc2026-08-0975%
ip:port172[.]252[.]172[.]33:56001botnet_cc2026-08-0975%
ip:port172[.]252[.]172[.]33:56002botnet_cc2026-08-0975%
ip:port172[.]252[.]172[.]29:443botnet_cc2026-08-0975%
ip:port172[.]252[.]172[.]30:443botnet_cc2026-08-0975%
ip:port172[.]252[.]172[.]31:443botnet_cc2026-08-0975%
ip:port172[.]245[.]136[.]99:56001botnet_cc2026-08-0975%
ip:port172[.]245[.]136[.]99:56002botnet_cc2026-08-0975%
ip:port172[.]245[.]136[.]99:56003botnet_cc2026-08-0975%
ip:port168[.]222[.]251[.]83:56012botnet_cc2026-08-0975%
ip:port105[.]108[.]109[.]255:443botnet_cc2026-08-0975%
ip:port207[.]189[.]18[.]213:56003botnet_cc2026-08-0875%
ip:port172[.]252[.]172[.]33:443botnet_cc2026-08-0875%
ip:port157[.]10[.]52[.]2:56003botnet_cc2026-08-0875%
ip:port151[.]242[.]170[.]219:56003botnet_cc2026-08-0875%
ip:port125[.]62[.]77[.]141:56002botnet_cc2026-08-0875%
ip:port125[.]62[.]77[.]141:56003botnet_cc2026-08-0875%
ip:port112[.]121[.]176[.]3:56003botnet_cc2026-08-0875%
ip:port112[.]121[.]176[.]4:56003botnet_cc2026-08-0875%
ip:port112[.]121[.]176[.]5:56003botnet_cc2026-08-0875%
ip:port112[.]121[.]176[.]6:56003botnet_cc2026-08-0875%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - PureRAT
let malicious_ips = dynamic(["112.121.176.5", "172.245.136.99", "185.247.208.91", "72.14.136.55", "104.239.66.95", "209.99.190.23", "172.252.172.30", "112.121.176.6", "168.222.251.83", "151.242.170.219", "172.252.172.29", "172.252.172.31", "112.121.176.3", "112.121.176.4", "157.10.52.2", "105.108.109.255", "172.252.172.33", "207.189.18.213", "125.62.77.141"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc

KQL: Ip Hunt Device

// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["112.121.176.5", "172.245.136.99", "185.247.208.91", "72.14.136.55", "104.239.66.95", "209.99.190.23", "172.252.172.30", "112.121.176.6", "168.222.251.83", "151.242.170.219", "172.252.172.29", "172.252.172.31", "112.121.176.3", "112.121.176.4", "157.10.52.2", "105.108.109.255", "172.252.172.33", "207.189.18.213", "125.62.77.141"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DeviceNetworkEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding filters for the ThreatFox: PureRAT IOCs detection rule in an enterprise environment:

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