← 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-05-26T11:00:01Z · Confidence: high

Hunt Hypothesis

The ThreatFox: PureRAT IOCs rule detects potential indicators of a remote access trojan used for data exfiltration and command execution, commonly delivered through phishing emails. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage PureRAT infections before they lead to data breaches or persistent threats.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
ip:port104[.]245[.]104[.]38:56001botnet_cc2026-05-2675%
ip:port31[.]56[.]209[.]63:56001botnet_cc2026-05-2675%
ip:port141[.]98[.]191[.]36:56001botnet_cc2026-05-2675%
ip:port193[.]233[.]19[.]233:56001botnet_cc2026-05-2675%
ip:port130[.]12[.]182[.]209:3418botnet_cc2026-05-2675%
ip:port31[.]57[.]184[.]154:56001botnet_cc2026-05-2675%
ip:port2[.]27[.]59[.]167:56001botnet_cc2026-05-2675%
ip:port45[.]145[.]43[.]251:56001botnet_cc2026-05-2675%
ip:port178[.]16[.]53[.]254:56001botnet_cc2026-05-2675%
ip:port2[.]26[.]54[.]202:56001botnet_cc2026-05-2675%
ip:port64[.]120[.]94[.]198:56001botnet_cc2026-05-2675%
ip:port104[.]156[.]154[.]148:56001botnet_cc2026-05-2675%
ip:port209[.]87[.]166[.]249:56831botnet_cc2026-05-2675%
ip:port2[.]27[.]59[.]193:56001botnet_cc2026-05-2675%
ip:port31[.]56[.]209[.]62:56001botnet_cc2026-05-2675%
ip:port93[.]123[.]109[.]129:8080botnet_cc2026-05-2675%
ip:port135[.]136[.]129[.]123:4444botnet_cc2026-05-2675%
ip:port46[.]247[.]108[.]81:55931botnet_cc2026-05-2675%
ip:port216[.]250[.]253[.]108:56001botnet_cc2026-05-2675%
ip:port165[.]140[.]167[.]209:5555botnet_cc2026-05-2675%
ip:port213[.]209[.]159[.]91:56056botnet_cc2026-05-2675%
ip:port23[.]160[.]168[.]167:56001botnet_cc2026-05-2675%
ip:port103[.]17[.]38[.]43:56001botnet_cc2026-05-2675%
ip:port185[.]254[.]97[.]103:56002botnet_cc2026-05-2675%
ip:port216[.]126[.]225[.]226:7222botnet_cc2026-05-2675%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - PureRAT
let malicious_ips = dynamic(["104.156.154.148", "95.85.251.14", "104.245.104.38", "31.56.209.62", "2.27.59.167", "209.87.166.249", "216.250.253.108", "194.50.94.26", "2.27.59.193", "185.254.97.103", "23.160.168.172", "2.27.59.164", "93.123.109.129", "92.118.39.64", "132.243.221.253", "45.89.53.162", "103.17.38.43", "135.136.129.123", "31.57.184.154", "141.98.191.36", "23.160.168.167", "45.145.43.251", "193.233.19.233", "23.94.252.223", "153.80.249.20", "104.194.152.199", "192.109.200.233", "178.16.53.254", "46.247.108.81", "64.120.94.198", "213.209.159.91", "130.12.182.209", "104.152.187.59", "151.242.170.220", "2.26.54.202", "216.126.225.226", "31.56.209.63", "165.140.167.209"]);
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(["104.156.154.148", "95.85.251.14", "104.245.104.38", "31.56.209.62", "2.27.59.167", "209.87.166.249", "216.250.253.108", "194.50.94.26", "2.27.59.193", "185.254.97.103", "23.160.168.172", "2.27.59.164", "93.123.109.129", "92.118.39.64", "132.243.221.253", "45.89.53.162", "103.17.38.43", "135.136.129.123", "31.57.184.154", "141.98.191.36", "23.160.168.167", "45.145.43.251", "193.233.19.233", "23.94.252.223", "153.80.249.20", "104.194.152.199", "192.109.200.233", "178.16.53.254", "46.247.108.81", "64.120.94.198", "213.209.159.91", "130.12.182.209", "104.152.187.59", "151.242.170.220", "2.26.54.202", "216.126.225.226", "31.56.209.63", "165.140.167.209"]);
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

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