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

Hunt Hypothesis

This hunt detects adversary activity involving the TonRAT remote access tool by monitoring for matches against a curated set of twelve specific indicators of compromise within Azure Sentinel logs. Proactively hunting for these IOCs is critical to identify early-stage lateral movement and command-and-control communications, allowing the SOC team to isolate compromised assets before the threat escalates into a broader breach.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainphoto-lookup0321.infopayload_delivery2026-07-27100%
domainres-photo-look.infopayload_delivery2026-07-27100%
domainextranet-partner-reports.compayload_delivery2026-07-27100%
domainextranets-partner-report.compayload_delivery2026-07-27100%
domainhakdksjwec392dk.compayload_delivery2026-07-27100%
domainletsheeio.infopayload_delivery2026-07-27100%
domainphoto-drivegog.infopayload_delivery2026-07-27100%
domainphoto-googlwork83.infopayload_delivery2026-07-27100%
domainphoto-id8431.infopayload_delivery2026-07-27100%
domainbajdskalslfk281sk.compayload_delivery2026-07-27100%
domaindocument-1522.cfdpayload_delivery2026-07-27100%
domaincepliss.infopayload_delivery2026-07-27100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["photo-lookup0321.info", "res-photo-look.info", "extranet-partner-reports.com", "extranets-partner-report.com", "hakdksjwec392dk.com", "letsheeio.info", "photo-drivegog.info", "photo-googlwork83.info", "photo-id8431.info", "bajdskalslfk281sk.com", "document-1522.cfd", "cepliss.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 exclusion strategies for the ThreatFox: TonRAT IOCs detection rule in an enterprise environment:

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