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

Hunt Hypothesis

This hunt detects adversary activity involving five specific Indicators of Compromise (IOCs) linked to the TonRAT remote access trojan, which is known for establishing persistent backdoors and exfiltrating sensitive data. The SOC team should proactively search for these IOCs in Azure Sentinel to identify early-stage infections before attackers can leverage the trojan’s capabilities to move laterally or escalate privileges within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaindriveponsphoto.infopayload_delivery2026-07-25100%
domainhakdfgklsdk833ksd.compayload_delivery2026-07-25100%
domainphoto-drivedisk.compayload_delivery2026-07-25100%
domainjokesprite.infopayload_delivery2026-07-25100%
domainhaobbao.compayload_delivery2026-07-25100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["driveponsphoto.info", "hakdfgklsdk833ksd.com", "photo-drivedisk.com", "jokesprite.info", "haobbao.com"]);
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 for the ThreatFox: TonRAT IOCs detection rule in an enterprise environment:

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