← Back to SOC feed Coverage →

ThreatFox: Unknown RAT IOCs

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

Hunt Hypothesis

This detection identifies potential Remote Access Trojan (RAT) activity by monitoring for specific indicators of compromise that may represent unknown or emerging threats within the network. A proactive hunt is essential in Azure Sentinel to rapidly isolate and investigate these RAT behaviors before they establish persistence or exfiltrate sensitive data, given their high severity and ability to evade standard signature-based defenses.

IOC Summary

Malware Family: Unknown RAT Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainlxxlxxnew.noip.atbotnet_cc2026-08-06100%
domainasyfrainvite.cyoubotnet_cc2026-08-06100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown RAT
let malicious_domains = dynamic(["lxxlxxnew.noip.at", "asyfrainvite.cyou"]);
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: Unknown RAT IOCs”

Original source: https://threatfox.abuse.ch/browse/malware/unknown_rat/