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

Hunt Hypothesis

This detection identifies adversary activity involving the RevStealer malware, which targets sensitive data such as browser credentials and session tokens to facilitate account takeovers. A proactive hunt is essential within Azure Sentinel to rapidly identify compromised endpoints and extract stolen artifacts before attackers can leverage these credentials for lateral movement or financial fraud.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainroute.ambergroup.onebotnet_cc2026-08-0175%
domainregistry.evercircle.clickbotnet_cc2026-08-0175%
domainconfig.cove-post.xyzbotnet_cc2026-08-0175%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["route.ambergroup.one", "registry.evercircle.click", "config.cove-post.xyz"]);
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 4 specific false positive scenarios for the ThreatFox: RevStealer IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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