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

Hunt Hypothesis

This hunt detects adversary activity involving the deployment of PureRAT remote access trojans by monitoring network and endpoint telemetry against a curated set of 35 specific Indicators of Compromise (IOCs). Proactive hunting for these signatures in Azure Sentinel is critical to identify early-stage lateral movement and command-and-control communications that may bypass standard signature-based detections, thereby reducing dwell time for this high-severity threat.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
ip:port84[.]201[.]20[.]74:443botnet_cc2026-07-2975%
ip:port193[.]233[.]198[.]62:56003botnet_cc2026-07-2975%
ip:port167[.]148[.]41[.]137:56001botnet_cc2026-07-2975%
ip:port15[.]235[.]151[.]49:56001botnet_cc2026-07-2975%
ip:port15[.]235[.]151[.]49:56002botnet_cc2026-07-2975%
ip:port15[.]235[.]151[.]49:56003botnet_cc2026-07-2975%
ip:port94[.]26[.]3[.]166:443botnet_cc2026-07-2975%
ip:port93[.]152[.]221[.]67:443botnet_cc2026-07-2975%
ip:port94[.]154[.]32[.]252:443botnet_cc2026-07-2975%
ip:port91[.]92[.]40[.]56:9267botnet_cc2026-07-2975%
ip:port89[.]213[.]118[.]63:443botnet_cc2026-07-2975%
ip:port64[.]224[.]17[.]110:443botnet_cc2026-07-2975%
ip:port51[.]79[.]185[.]253:443botnet_cc2026-07-2975%
ip:port5[.]253[.]86[.]251:443botnet_cc2026-07-2975%
ip:port45[.]89[.]48[.]12:56001botnet_cc2026-07-2975%
ip:port45[.]89[.]48[.]12:56002botnet_cc2026-07-2975%
ip:port45[.]89[.]48[.]12:56003botnet_cc2026-07-2975%
ip:port45[.]192[.]211[.]63:56003botnet_cc2026-07-2975%
ip:port45[.]157[.]233[.]124:56001botnet_cc2026-07-2975%
ip:port45[.]157[.]233[.]124:56002botnet_cc2026-07-2975%
ip:port45[.]157[.]233[.]124:56003botnet_cc2026-07-2975%
ip:port45[.]153[.]34[.]203:443botnet_cc2026-07-2975%
ip:port27[.]124[.]36[.]151:443botnet_cc2026-07-2975%
ip:port27[.]124[.]36[.]136:443botnet_cc2026-07-2975%
ip:port217[.]156[.]122[.]76:443botnet_cc2026-07-2975%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - PureRAT
let malicious_ips = dynamic(["84.201.20.74", "192.229.115.162", "45.157.233.124", "91.92.40.56", "167.148.41.137", "64.224.17.110", "94.26.3.166", "217.156.122.76", "217.60.195.167", "94.154.32.252", "185.247.208.91", "27.124.36.136", "5.253.86.251", "93.152.221.67", "192.229.115.156", "45.192.211.63", "15.235.151.49", "45.89.48.12", "193.164.5.4", "193.233.198.62", "89.213.118.63", "192.229.115.154", "194.9.6.82", "27.124.36.151", "217.60.195.153", "209.99.190.23", "45.153.34.203", "51.79.185.253"]);
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(["84.201.20.74", "192.229.115.162", "45.157.233.124", "91.92.40.56", "167.148.41.137", "64.224.17.110", "94.26.3.166", "217.156.122.76", "217.60.195.167", "94.154.32.252", "185.247.208.91", "27.124.36.136", "5.253.86.251", "93.152.221.67", "192.229.115.156", "45.192.211.63", "15.235.151.49", "45.89.48.12", "193.164.5.4", "193.233.198.62", "89.213.118.63", "192.229.115.154", "194.9.6.82", "27.124.36.151", "217.60.195.153", "209.99.190.23", "45.153.34.203", "51.79.185.253"]);
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 for the ThreatFox: PureRAT IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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