← Back to SOC feed Coverage →

ThreatFox: Sliver IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
iocthreatfoxwin-sliver
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-19T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the Sliver C2 framework by identifying network and host indicators associated with its specific infrastructure and execution patterns. Proactively hunting for these IOCs in Azure Sentinel is critical to uncover early-stage post-exploitation operations that may evade standard signature-based detections due to Sliver’s modular design and custom protocol capabilities.

IOC Summary

Malware Family: Sliver Total IOCs: 28 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port203[.]12[.]31[.]141:31337botnet_cc2026-08-1975%
ip:port193[.]124[.]130[.]25:31337botnet_cc2026-08-1975%
ip:port54[.]46[.]17[.]182:31337botnet_cc2026-08-1975%
ip:port104[.]233[.]251[.]191:31337botnet_cc2026-08-1975%
ip:port49[.]7[.]54[.]75:32337botnet_cc2026-08-1975%
ip:port95[.]216[.]144[.]182:31337botnet_cc2026-08-1975%
ip:port213[.]165[.]37[.]30:31337botnet_cc2026-08-1975%
ip:port185[.]207[.]105[.]80:8443botnet_cc2026-08-1975%
ip:port118[.]27[.]151[.]93:31337botnet_cc2026-08-1975%
ip:port206[.]245[.]132[.]180:35333botnet_cc2026-08-1975%
ip:port45[.]227[.]255[.]111:31337botnet_cc2026-08-1975%
ip:port46[.]8[.]236[.]121:31337botnet_cc2026-08-1975%
ip:port103[.]67[.]184[.]198:31337botnet_cc2026-08-1975%
ip:port47[.]91[.]30[.]143:40000botnet_cc2026-08-1975%
ip:port103[.]244[.]91[.]230:9444botnet_cc2026-08-1975%
ip:port20[.]205[.]136[.]20:65350botnet_cc2026-08-1975%
ip:port139[.]162[.]8[.]51:31337botnet_cc2026-08-1975%
ip:port114[.]55[.]151[.]60:31337botnet_cc2026-08-1975%
ip:port44[.]253[.]47[.]172:31337botnet_cc2026-08-1975%
ip:port139[.]162[.]51[.]76:31337botnet_cc2026-08-1975%
ip:port173[.]214[.]172[.]252:8443botnet_cc2026-08-1975%
ip:port104[.]171[.]136[.]217:31337botnet_cc2026-08-1975%
ip:port153[.]76[.]116[.]156:31337botnet_cc2026-08-1975%
ip:port173[.]212[.]223[.]160:31337botnet_cc2026-08-1975%
ip:port128[.]65[.]199[.]135:8899botnet_cc2026-08-1975%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Sliver
let malicious_ips = dynamic(["47.91.30.143", "54.46.17.182", "114.55.151.60", "130.94.66.97", "153.76.116.156", "101.126.90.250", "185.207.105.80", "103.67.184.198", "139.162.51.76", "206.245.132.180", "144.208.127.223", "213.165.37.30", "193.124.130.25", "45.227.255.111", "173.214.172.252", "49.7.54.75", "44.253.47.172", "104.171.136.217", "103.244.91.230", "173.212.223.160", "20.205.136.20", "118.27.151.93", "128.65.199.135", "104.233.251.191", "95.216.144.182", "46.8.236.121", "139.162.8.51", "203.12.31.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(["47.91.30.143", "54.46.17.182", "114.55.151.60", "130.94.66.97", "153.76.116.156", "101.126.90.250", "185.207.105.80", "103.67.184.198", "139.162.51.76", "206.245.132.180", "144.208.127.223", "213.165.37.30", "193.124.130.25", "45.227.255.111", "173.214.172.252", "49.7.54.75", "44.253.47.172", "104.171.136.217", "103.244.91.230", "173.212.223.160", "20.205.136.20", "118.27.151.93", "128.65.199.135", "104.233.251.191", "95.216.144.182", "46.8.236.121", "139.162.8.51", "203.12.31.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

False Positive Scenarios for “ThreatFox: Sliver IOCs” Rule

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