← 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-21T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the TonRAT remote access trojan by monitoring for specific indicators of compromise across network and endpoint telemetry within Azure Sentinel. Proactively hunting for these IOCs is critical to identify early-stage lateral movement and command-and-control communications that could lead to persistent data exfiltration or credential theft before full-scale exploitation occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaindrivephoto-guest.infopayload_delivery2026-08-21100%
domainejevanjc.infopayload_delivery2026-08-21100%
domainextranet-help-desk26.compayload_delivery2026-08-21100%
domainfile-load-20.infopayload_delivery2026-08-21100%
domainhaksdkweqw219dms.compayload_delivery2026-08-21100%
domainimg-load2280.infopayload_delivery2026-08-21100%
domainload-file0228.infopayload_delivery2026-08-21100%
domainload-file2754.infopayload_delivery2026-08-21100%
domainreservationcheckid9567.infopayload_delivery2026-08-21100%
domaintestload19.skinpayload_delivery2026-08-21100%
domainfile-download.infopayload_delivery2026-08-21100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["drivephoto-guest.info", "ejevanjc.info", "extranet-help-desk26.com", "file-load-20.info", "haksdkweqw219dms.com", "img-load2280.info", "load-file0228.info", "load-file2754.info", "reservationcheckid9567.info", "testload19.skin", "file-download.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/