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

Hunt Hypothesis

This detection rule identifies the presence of known indicators of compromise (IOCs) linked to the RevStealer infostealer, which targets sensitive credentials and financial data from compromised endpoints. Proactive hunting for these IOCs within Azure Sentinel is critical to rapidly contain active infections before adversaries can exfiltrate high-value secrets or establish persistent access for future attacks.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainupload.frame-quest.lolbotnet_cc2026-07-3075%
domainresolve.mint-screen.xyzbotnet_cc2026-07-3075%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["upload.frame-quest.lol", "resolve.mint-screen.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 specific false positive scenarios and corresponding filters for the ThreatFox: RevStealer IOCs detection rule:

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