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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging the TonRAT Remote Access Trojan to establish persistent footholds through phishing campaigns that facilitate data exfiltration and remote command execution. Proactively hunting for these specific IOCs within Azure Sentinel is critical to identify early-stage compromises before attackers can fully exploit system access or silently extract sensitive information.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaincloud-pic.infopayload_delivery2026-07-23100%
domaindrivefolder-photo7392.infopayload_delivery2026-07-23100%
domainextranet-guests-reported.compayload_delivery2026-07-23100%
domainextranetpartner-reports.compayload_delivery2026-07-23100%
domainimgcloudpr.infopayload_delivery2026-07-23100%
domainphotoimg-vault.infopayload_delivery2026-07-23100%
domainsafeimagephoto.infopayload_delivery2026-07-23100%
domainsafephoto-docs.infopayload_delivery2026-07-23100%
domainsafevisa-hb.infopayload_delivery2026-07-23100%
domainsecure-vh.infopayload_delivery2026-07-23100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - TonRAT
let malicious_domains = dynamic(["cloud-pic.info", "drivefolder-photo7392.info", "extranet-guests-reported.com", "extranetpartner-reports.com", "imgcloudpr.info", "photoimg-vault.info", "safeimagephoto.info", "safephoto-docs.info", "safevisa-hb.info", "secure-vh.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

False Positive Scenarios for “ThreatFox: TonRAT IOCs” Rule

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