← Back to SOC feed Coverage →

ThreatFox: Interlock RAT IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
backdooriocthreatfoxwin-interlock_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-09-11T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of known Interlock RAT indicators, which adversaries deploy to establish persistent remote access and execute malicious payloads on compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify stealthy intrusions early, preventing the RAT from facilitating lateral movement or data exfiltration before it is fully established.

IOC Summary

Malware Family: Interlock RAT Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainexisted-bunch-balance-councils.trycloudflare.combotnet_cc2026-09-1150%
domainferrari-rolling-facilities-lounge.trycloudflare.combotnet_cc2026-09-1150%
domaingalleries-physicians-psp-wv.trycloudflare.combotnet_cc2026-09-1150%
domainevidence-deleted-procedure-bringing.trycloudflare.combotnet_cc2026-09-1150%
domainnowhere-locked-manor-hs.trycloudflare.combotnet_cc2026-09-1150%
domainranked-accordingly-ab-hired.trycloudflare.combotnet_cc2026-09-1150%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Interlock RAT
let malicious_domains = dynamic(["existed-bunch-balance-councils.trycloudflare.com", "ferrari-rolling-facilities-lounge.trycloudflare.com", "galleries-physicians-psp-wv.trycloudflare.com", "evidence-deleted-procedure-bringing.trycloudflare.com", "nowhere-locked-manor-hs.trycloudflare.com", "ranked-accordingly-ab-hired.trycloudflare.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

Original source: https://threatfox.abuse.ch/browse/malware/win.interlock_rat/