This hunt detects adversary behavior involving the deployment of Quasar Remote Access Trojan (RAT) by monitoring for specific Indicators of Compromise that enable persistent command and control capabilities within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to identify early-stage lateral movement or data exfiltration attempts before the attacker establishes a deeper foothold.
Malware Family: Quasar RAT Total IOCs: 2 IOC Types: ip:port
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| ip:port | 185[.]194[.]30[.]165:8080 | botnet_cc | 2026-07-30 | 100% |
| ip:port | 149[.]30[.]232[.]214:46999 | botnet_cc | 2026-07-30 | 100% |
// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Quasar RAT
let malicious_ips = dynamic(["185.194.30.165", "149.30.232.214"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc
// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["185.194.30.165", "149.30.232.214"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DeviceNetworkEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: Quasar RAT IOCs detection rule in an enterprise environment:
Scenario: Security Tool Internal Communication
Process Name and User Context. Add a filter to exclude alerts where the process is C:\Program Files\CrowdStrike\FalconSensor\csfalcon.exe (or equivalent EDR agent paths) AND the user context is SYSTEM or a dedicated service account like svc-edr-agent, as these processes are trusted and unlikely to be compromised by an external RAT.Scenario: Scheduled Backup and Archiving Jobs
Parent Process Name is vbrsrv.exe (Veeam) or commvault.cmd. Additionally, exclude specific file paths known to be backup destinations, such as D:\Backup\Archives\*.