← 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-13T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the specific indicators of compromise (IOCs) linked to the RevStealer malware, which is known for stealing sensitive credentials and financial data from compromised systems. A SOC team should proactively search for these IOCs within Azure Sentinel to identify early-stage infections before they escalate into broader credential theft or ransomware incidents across the enterprise environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainauth.commonup.clickbotnet_cc2026-08-1375%
domainedge.amberreport.onebotnet_cc2026-08-1375%
domainmetric3.viberun.lolbotnet_cc2026-08-1375%
domainbeta.smartcore.clickbotnet_cc2026-08-1375%
domaintrace.eastbox.lolbotnet_cc2026-08-1375%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["auth.commonup.click", "edge.amberreport.one", "metric3.viberun.lol", "beta.smartcore.click", "trace.eastbox.lol"]);
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/