This hunt targets the presence of known indicators of compromise associated with an unidentified Remote Access Trojan, which adversaries deploy to establish persistent, covert control over compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel is critical to identify and isolate infected assets before the attacker leverages the RAT for lateral movement, data exfiltration, or further payload delivery.
Malware Family: Unknown RAT Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | erdogan.lol | botnet_cc | 2026-09-20 | 100% |
| domain | selamselam.lol | botnet_cc | 2026-09-20 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown RAT
let malicious_domains = dynamic(["erdogan.lol", "selamselam.lol"]);
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 |
Remote Desktop Administration via Third-Party Tools: Legitimate IT operations teams often use remote access tools like TeamViewer, AnyDesk, or LogMeIn for administrative tasks. These tools may use specific memory patterns or network endpoints that overlap with the “Unknown RAT” IOCs, particularly if the vendor uses generic naming conventions or shared infrastructure.
TeamViewer.exe, AnyDesk.exe) or exclude network connections to known vendor IP ranges (e.g., *.teamviewer.com, *.anydesk.com).Scheduled Backup or Sync Jobs: Enterprise backup solutions like Veeam, Commvault, or Rubrik often run scheduled jobs that involve high-volume data transfer and specific memory allocations. If the backup agent communicates with a cloud endpoint or local repository using a port or protocol that matches the RAT’s C2 beaconing pattern, it can trigger the detection.
VeeamBackup.exe, commvaultagent.exe) or exclude network sessions where the destination is a known backup server IP or domain (e.g., *.veeam.com, *.rubrik.com).Software Update Mechanisms: Applications like Adobe Creative Cloud, Microsoft Office, or Java perform periodic updates by downloading payloads from their respective CDNs. These updates may involve writing to specific directories or using temporary network connections that resemble the IOCs of the Unknown RAT, especially if the update server uses a non-standard port or a newly registered domain.
AdobeUpdateService.exe, OfficeC2RClient.exe) or exclude network connections to known update domains (e.g., `*.adobe.com