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

Hunt Hypothesis

This hunt targets known indicators of compromise associated with TonRAT, a remote access trojan frequently used for initial access and persistence. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints or cloud resources before the adversary can establish a foothold and execute further malicious activities.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainhakdskajds398ska.compayload_delivery2026-09-05100%
domainimage-id64564234.clickpayload_delivery2026-09-05100%
domainstay-room7245971.infopayload_delivery2026-09-05100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["hakdskajds398ska.com", "image-id64564234.click", "stay-room7245971.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

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