← Back to SOC feed Coverage →

ThreatFox: TonRAT IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
backdooriocjs-tonratthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-08-10T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies indicators of compromise linked to the TonRAT remote access trojan, which adversaries leverage to establish persistent footholds and execute lateral movement within compromised networks. Proactively hunting for these specific IOCs in Azure Sentinel is critical because early identification of TonRAT activity enables rapid containment before attackers can exfiltrate sensitive data or deploy additional payloads.

IOC Summary

Malware Family: TonRAT Total IOCs: 4 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaindrive-photopage.infopayload_delivery2026-08-10100%
domainfolder-photohotel.infopayload_delivery2026-08-10100%
domainguestsafeimage.icupayload_delivery2026-08-10100%
domainload-drivefile.infopayload_delivery2026-08-10100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["drive-photopage.info", "folder-photohotel.info", "guestsafeimage.icu", "load-drivefile.info"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding filters/exclusions for the ThreatFox: TonRAT IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/js.tonrat/