← Back to SOC feed Coverage →

ThreatFox: Quasar RAT IOCs

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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Quasar Remote Access Trojan (RAT) by monitoring network and endpoint activity against a curated set of 71 specific Indicators of Compromise (IOCs). Proactively hunting for these IOCs within Azure Sentinel is critical to identify early-stage lateral movement and command-and-control communications, enabling rapid containment before the RAT establishes persistent access to sensitive data.

IOC Summary

Malware Family: Quasar RAT Total IOCs: 71 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port188[.]132[.]165[.]148:8080botnet_cc2026-08-1975%
ip:port45[.]202[.]1[.]52:4782botnet_cc2026-08-1975%
ip:port95[.]214[.]53[.]90:2354botnet_cc2026-08-1975%
ip:port85[.]121[.]148[.]77:7675botnet_cc2026-08-1975%
ip:port85[.]121[.]148[.]77:1990botnet_cc2026-08-1975%
ip:port8[.]138[.]83[.]40:4782botnet_cc2026-08-1975%
ip:port130[.]94[.]17[.]91:4782botnet_cc2026-08-1975%
ip:port130[.]94[.]17[.]91:4783botnet_cc2026-08-1975%
ip:port79[.]141[.]175[.]186:5002botnet_cc2026-08-1975%
ip:port45[.]88[.]91[.]40:4782botnet_cc2026-08-1975%
ip:port125[.]86[.]30[.]45:4782botnet_cc2026-08-1975%
ip:port45[.]43[.]163[.]233:4782botnet_cc2026-08-1975%
ip:port194[.]59[.]31[.]91:4530botnet_cc2026-08-1975%
ip:port108[.]186[.]112[.]220:4782botnet_cc2026-08-1975%
ip:port42[.]193[.]188[.]121:4782botnet_cc2026-08-1975%
ip:port194[.]63[.]145[.]99:4782botnet_cc2026-08-1975%
ip:port94[.]154[.]32[.]204:4782botnet_cc2026-08-1975%
ip:port103[.]216[.]158[.]80:4782botnet_cc2026-08-1975%
ip:port104[.]239[.]66[.]189:4782botnet_cc2026-08-1975%
ip:port204[.]194[.]54[.]68:4782botnet_cc2026-08-1975%
ip:port154[.]23[.]189[.]222:17788botnet_cc2026-08-1975%
ip:port13[.]213[.]146[.]45:22148botnet_cc2026-08-1975%
ip:port89[.]44[.]80[.]179:6033botnet_cc2026-08-1975%
ip:port89[.]44[.]80[.]179:1523botnet_cc2026-08-1975%
ip:port222[.]255[.]215[.]8:9123botnet_cc2026-08-1975%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Quasar RAT
let malicious_ips = dynamic(["8.138.83.40", "103.216.158.80", "94.154.32.204", "222.255.215.8", "89.44.80.179", "79.141.175.186", "45.61.177.22", "103.106.188.253", "103.230.15.171", "204.194.54.68", "194.59.31.91", "130.94.17.91", "108.186.112.220", "13.213.146.45", "118.126.97.69", "45.88.91.40", "80.96.113.95", "104.239.66.189", "64.224.17.2", "189.253.224.195", "42.192.37.91", "91.92.243.176", "178.157.82.246", "95.214.53.90", "91.92.47.167", "38.147.191.159", "118.107.23.32", "104.251.180.79", "45.39.241.28", "194.63.145.99", "188.132.165.148", "45.202.1.52", "39.107.60.199", "221.194.78.166", "123.113.8.145", "186.246.53.24", "193.108.114.185", "62.133.61.75", "91.92.240.197", "125.86.30.45", "192.166.82.131", "154.23.189.222", "15.235.172.216", "103.238.74.98", "216.74.123.43", "31.59.118.75", "147.93.153.126", "71.201.61.136", "42.193.188.121", "94.136.184.96"]);
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(["8.138.83.40", "103.216.158.80", "94.154.32.204", "222.255.215.8", "89.44.80.179", "79.141.175.186", "45.61.177.22", "103.106.188.253", "103.230.15.171", "204.194.54.68", "194.59.31.91", "130.94.17.91", "108.186.112.220", "13.213.146.45", "118.126.97.69", "45.88.91.40", "80.96.113.95", "104.239.66.189", "64.224.17.2", "189.253.224.195", "42.192.37.91", "91.92.243.176", "178.157.82.246", "95.214.53.90", "91.92.47.167", "38.147.191.159", "118.107.23.32", "104.251.180.79", "45.39.241.28", "194.63.145.99", "188.132.165.148", "45.202.1.52", "39.107.60.199", "221.194.78.166", "123.113.8.145", "186.246.53.24", "193.108.114.185", "62.133.61.75", "91.92.240.197", "125.86.30.45", "192.166.82.131", "154.23.189.222", "15.235.172.216", "103.238.74.98", "216.74.123.43", "31.59.118.75", "147.93.153.126", "71.201.61.136", "42.193.188.121", "94.136.184.96"]);
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: Quasar RAT IOCs detection rule, along with targeted filters and exclusions tailored for an enterprise environment:

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