This hunt detects adversaries leveraging TonRAT remote access trojans delivered through phishing campaigns to establish persistent control and exfiltrate sensitive data via malicious domain connections. Proactive hunting for these indicators in Azure Sentinel is critical to identify early-stage lateral movement and prevent unauthorized remote access before significant data loss occurs.
Malware Family: TonRAT Total IOCs: 3 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | guestsafeimage.info | payload_delivery | 2026-08-05 | 100% |
| domain | photolog-hotel.top | payload_delivery | 2026-08-05 | 100% |
| domain | safeimageandphoto.info | payload_delivery | 2026-08-05 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["guestsafeimage.info", "photolog-hotel.top", "safeimageandphoto.info"]);
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 |
Here are 5 specific false positive scenarios for the ThreatFox: TonRAT IOCs rule, including suggested filters and exclusions tailored for an enterprise environment:
Scenario: Automated Backup or Synchronization Tools
svc-backup-agent) or known backup appliances. Additionally, filter out connections where the User-Agent string contains keywords like “Veeam”, “OneDrive”, or “Dropbox” and the destination port is 443 with a consistent TLS fingerprint matching the vendor’s certificate.Scenario: Legitimate Phishing Simulation Campaigns
simulation.knowbe4.com). Furthermore, exclude traffic from IP ranges explicitly added to the “Trusted Simulation” group in your SIEM.**Scenario: Scheduled Software Update and Patch