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

Hunt Hypothesis

This hunt detects adversary activity involving known indicators of compromise (IOCs) from the RevStealer malware, which is designed to exfiltrate sensitive browser data such as credentials and cookies. The SOC team should proactively search for these IOCs in Azure Sentinel to identify early-stage infections that could lead to widespread credential theft and unauthorized access before the threat escalates.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainpull.valley-screen.clickbotnet_cc2026-08-1475%
domainstage.vibedisplay32.onebotnet_cc2026-08-1475%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["pull.valley-screen.click", "stage.vibedisplay32.one"]);
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 in an enterprise environment, along with suggested filters and exclusions:

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