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

Hunt Hypothesis

This rule detects adversaries leveraging the RevStealer infostealer to exfiltrate sensitive credentials and browser data from compromised endpoints within the Azure Sentinel environment. Proactive hunting for these indicators is critical because RevStealer’s ability to silently harvest stored authentication tokens can lead to rapid lateral movement and persistent unauthorized access if not immediately identified and contained.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainindex.ridgefield.lolbotnet_cc2026-08-1075%
domaintask.pantryly83.onebotnet_cc2026-08-1075%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - RevStealer
let malicious_domains = dynamic(["index.ridgefield.lol", "task.pantryly83.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 3-5 specific false positive scenarios for the ThreatFox: RevStealer IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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