← Back to SOC feed Coverage →

ThreatFox: RevStealer IOCs

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

Hunt Hypothesis

This hunt detects adversary activity involving the RevStealer malware by identifying known Indicators of Compromise (IOCs) that signal potential credential theft and sensitive data exfiltration. Proactively hunting for these IOCs in Azure Sentinel is critical to rapidly isolate compromised endpoints before attackers can leverage stolen credentials for lateral movement or persistent access within the organization’s cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaingate.runmanor.clickbotnet_cc2026-08-1575%
domainhub4.cdndock.clickbotnet_cc2026-08-1475%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["gate.runmanor.click", "hub4.cdndock.click"]);
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 specific false positive scenarios and corresponding filters for the ThreatFox: RevStealer IOCs detection rule in an enterprise environment:

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