← Back to SOC feed Coverage →

ThreatFox: SectopRAT IOCs

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

Hunt Hypothesis

This detection rule identifies adversary activity involving the SectopRAT remote access tool by matching against a curated set of 20 specific indicators of compromise. SOC teams should proactively hunt for these IOCs in Azure Sentinel to rapidly uncover and contain potential lateral movement or command-and-control communications associated with this high-severity threat.

IOC Summary

Malware Family: SectopRAT Total IOCs: 20 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port87[.]199[.]194[.]37:9000botnet_cc2026-07-3075%
ip:port195[.]63[.]138[.]10:9000botnet_cc2026-07-3075%
ip:port89[.]110[.]68[.]28:9000botnet_cc2026-07-3075%
ip:port94[.]26[.]83[.]204:9000botnet_cc2026-07-3075%
ip:port193[.]233[.]126[.]38:9000botnet_cc2026-07-3075%
ip:port145[.]63[.]134[.]238:9000botnet_cc2026-07-3075%
ip:port212[.]43[.]156[.]153:9000botnet_cc2026-07-3075%
ip:port45[.]227[.]254[.]42:9000botnet_cc2026-07-3075%
ip:port77[.]105[.]136[.]187:9000botnet_cc2026-07-3075%
ip:port89[.]124[.]93[.]136:9000botnet_cc2026-07-3075%
ip:port151[.]59[.]106[.]134:8080botnet_cc2026-07-3075%
ip:port151[.]59[.]116[.]121:8080botnet_cc2026-07-3075%
ip:port89[.]124[.]88[.]186:9000botnet_cc2026-07-3075%
ip:port45[.]158[.]196[.]127:9000botnet_cc2026-07-3075%
ip:port212[.]43[.]159[.]144:9000botnet_cc2026-07-3075%
ip:port38[.]83[.]53[.]106:9000botnet_cc2026-07-3075%
ip:port145[.]63[.]128[.]52:9000botnet_cc2026-07-3075%
ip:port45[.]227[.]254[.]32:9000botnet_cc2026-07-3075%
ip:port38[.]146[.]25[.]27:9000botnet_cc2026-07-3075%
ip:port212[.]43[.]156[.]21:9000botnet_cc2026-07-3075%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - SectopRAT
let malicious_ips = dynamic(["38.83.53.106", "89.124.88.186", "145.63.134.238", "145.63.128.52", "212.43.159.144", "77.105.136.187", "212.43.156.153", "45.227.254.42", "89.124.93.136", "45.227.254.32", "151.59.116.121", "94.26.83.204", "151.59.106.134", "38.146.25.27", "45.158.196.127", "212.43.156.21", "87.199.194.37", "89.110.68.28", "195.63.138.10", "193.233.126.38"]);
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(["38.83.53.106", "89.124.88.186", "145.63.134.238", "145.63.128.52", "212.43.159.144", "77.105.136.187", "212.43.156.153", "45.227.254.42", "89.124.93.136", "45.227.254.32", "151.59.116.121", "94.26.83.204", "151.59.106.134", "38.146.25.27", "45.158.196.127", "212.43.156.21", "87.199.194.37", "89.110.68.28", "195.63.138.10", "193.233.126.38"]);
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 5 specific false positive scenarios for the ThreatFox: SectopRAT IOCs detection rule, along with targeted filters or exclusions to mitigate noise in an enterprise environment:

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