This detection identifies potential Remote Access Trojan (RAT) activity by monitoring for specific indicators of compromise that may represent unknown or emerging threats within the network. A proactive hunt is essential in Azure Sentinel to rapidly isolate and investigate these RAT behaviors before they establish persistence or exfiltrate sensitive data, given their high severity and ability to evade standard signature-based defenses.
Malware Family: Unknown RAT Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | lxxlxxnew.noip.at | botnet_cc | 2026-08-06 | 100% |
| domain | asyfrainvite.cyou | botnet_cc | 2026-08-06 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown RAT
let malicious_domains = dynamic(["lxxlxxnew.noip.at", "asyfrainvite.cyou"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Scenario: Scheduled Endpoint Security Updates
ccmsetup.exe or IvantiAgent.exe) and restrict the detection to run only outside of the defined maintenance window (e.g., 02:00–04:00 UTC).Scenario: Admin-Driven Forensic Tool Deployment
Domain Admins or IT_Operations security group, and filter out processes running from the C:\Tools\ directory path.Scenario: Third-Party Backup Agent Scans