← Back to SOC feed Coverage →

ThreatFox: EtherRAT IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
backdooriocjs-ether_ratthreatfox
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-12T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior involving the deployment of EtherRAT remote access trojans by monitoring for specific indicators of compromise within network and endpoint telemetry. Proactively hunting for these signatures in Azure Sentinel is critical to identify early-stage espionage activities before they escalate into full-scale data exfiltration or lateral movement incidents.

IOC Summary

Malware Family: EtherRAT Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainupdate.norwayeast.cloudapp.azure.combotnet_cc2026-07-12100%
domaintklovers.combotnet_cc2026-07-12100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - EtherRAT
let malicious_domains = dynamic(["update.norwayeast.cloudapp.azure.com", "tklovers.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 4 specific false positive scenarios for the ThreatFox: EtherRAT IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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