← Back to SOC feed Coverage →

ThreatFox: TonRAT IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-27T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the specific indicators of compromise (IOCs) linked to the TonRAT remote access trojan, which is known for establishing persistent footholds and exfiltrating sensitive data from compromised endpoints. SOC teams should proactively search for these IOCs within Azure Sentinel to identify early-stage infections before attackers can leverage TonRAT’s capabilities to escalate privileges or move laterally across the network.

IOC Summary

Malware Family: TonRAT Total IOCs: 8 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://odxvj-fii5.marysasha20520.workers.dev/payload_delivery2026-08-27100%
domainextranethelp-desk2026.compayload_delivery2026-08-27100%
domainimage-guestsite.infopayload_delivery2026-08-27100%
domainimage-id9438372.clickpayload_delivery2026-08-27100%
domainimg-load2026089.infopayload_delivery2026-08-27100%
domainload-img8388.clickpayload_delivery2026-08-27100%
domainnewphotoguest.infopayload_delivery2026-08-27100%
domaintestload250808.mompayload_delivery2026-08-27100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["extranethelp-desk2026.com", "image-guestsite.info", "image-id9438372.click", "img-load2026089.info", "load-img8388.click", "newphotoguest.info", "testload250808.mom"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - TonRAT
let malicious_urls = dynamic(["https://odxvj-fii5.marysasha20520.workers.dev/"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: TonRAT IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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