This hypothesis posits that adversaries are deploying an unknown Remote Access Trojan (RAT) to establish persistent command-and-control channels within the network, as evidenced by three distinct indicators of compromise. Proactively hunting for these specific IOCs in Azure Sentinel is critical to identify early-stage lateral movement and data exfiltration attempts before they escalate into a full-blown incident.
Malware Family: Unknown RAT Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://130[.]61[.]68[.]232:7317/api/screenshot | botnet_cc | 2026-07-03 | 100% |
| url | hxxp://130[.]61[.]68[.]232:7317/api/hvnc/register | botnet_cc | 2026-07-03 | 100% |
| url | hxxp://130[.]61[.]68[.]232:7317/api/hvnc/screenshot | botnet_cc | 2026-07-03 | 100% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown RAT
let malicious_urls = dynamic(["http://130.61.68.232:7317/api/screenshot", "http://130.61.68.232:7317/api/hvnc/register", "http://130.61.68.232:7317/api/hvnc/screenshot"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are 4 specific false positive scenarios for the ThreatFox: Unknown RAT IOCs detection rule, tailored for an enterprise environment:
Endpoint Management Agent Updates
C:\Program Files\Microsoft Configuration Manager or C:\Program Files (x86)\Ivanti directories where the parent process is ccmexec.exe or agent.exe. Additionally, whitelist the specific internal IP ranges of the management infrastructure.Scheduled Backup and Synchronization Jobs
Veeam or Acronis and the execution time aligns with defined maintenance windows (e.g., 02:00–04:00 UTC). Whitelist the specific destination ports used by these backup protocols (e.g., TCP 9396 for Veeam, UDP 873 for Acronis).Software Deployment and Patching Orchestrators