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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging phishing campaigns to deploy TonRAT, a remote access Trojan that establishes persistence while exfiltrating sensitive data and executing commands on compromised endpoints. Proactive hunting for these specific IOCs within Azure Sentinel is critical to identify early-stage infections before attackers can fully establish command-and-control channels or escalate their foothold in the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainsecure-loadfile28.infopayload_delivery2026-08-31100%
domainvault-image.infopayload_delivery2026-08-31100%
domaindocstore-s6.infopayload_delivery2026-08-31100%
domainexp-partner-statement.compayload_delivery2026-08-31100%
domainphoto-hub.infopayload_delivery2026-08-31100%
domainphotonet-drive.compayload_delivery2026-08-31100%
domainpic-vault.infopayload_delivery2026-08-31100%
domainsecur3vault.infopayload_delivery2026-08-31100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["secure-loadfile28.info", "vault-image.info", "docstore-s6.info", "exp-partner-statement.com", "photo-hub.info", "photonet-drive.com", "pic-vault.info", "secur3vault.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 4 specific false positive scenarios for the ThreatFox: TonRAT IOCs rule, including suggested filters and exclusions tailored for an enterprise environment:

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