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

Hunt Hypothesis

This hypothesis posits that adversaries are deploying an unknown Remote Access Trojan (RAT) to establish persistent command-and-control channels within the network, as evidenced by three distinct indicators of compromise. Proactively hunting for these specific IOCs in Azure Sentinel is critical to identify early-stage lateral movement and data exfiltration attempts before they escalate into a full-blown incident.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://130[.]61[.]68[.]232:7317/api/screenshotbotnet_cc2026-07-03100%
urlhxxp://130[.]61[.]68[.]232:7317/api/hvnc/registerbotnet_cc2026-07-03100%
urlhxxp://130[.]61[.]68[.]232:7317/api/hvnc/screenshotbotnet_cc2026-07-03100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown RAT
let malicious_urls = dynamic(["http://130.61.68.232:7317/api/screenshot", "http://130.61.68.232:7317/api/hvnc/register", "http://130.61.68.232:7317/api/hvnc/screenshot"]);
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

Here are 4 specific false positive scenarios for the ThreatFox: Unknown RAT IOCs detection rule, tailored for an enterprise environment:

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