← Back to SOC feed Coverage →

ThreatFox: Unknown RAT IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-09T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies potential Remote Access Trojan (RAT) activity by monitoring network traffic and endpoint logs for specific Indicators of Compromise (IOCs) linked to unknown threat actors. Proactively hunting for these signals in Azure Sentinel is critical because RATs often establish persistent, stealthy footholds that can lead to data exfiltration or lateral movement if not detected early through continuous IOC correlation.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://64[.]89[.]160[.]97:2404/loginbotnet_cc2026-08-0950%
urlhxxp://2[.]26[.]227[.]212:2404/loginbotnet_cc2026-08-0950%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown RAT
let malicious_urls = dynamic(["http://64.89.160.97:2404/login", "http://2.26.227.212:2404/login"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure 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/