← Back to SOC feed Coverage →

ThreatFox: Vidar IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
iocthreatfoxwin-vidar
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-17T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing Vidar malware to exfiltrate sensitive data through encrypted command-and-control channels, often initiated by phishing campaigns with malicious URLs or vulnerable document exploitation. Proactively hunting for these indicators in Azure Sentinel is critical due to Vidar’s high severity and its ability to bypass traditional detection mechanisms via encryption, ensuring early identification of potential data breaches before significant information loss occurs.

IOC Summary

Malware Family: Vidar Total IOCs: 4 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://sto.sm188dadu.top/botnet_cc2026-08-17100%
urlhxxps://sto[.]1131gg.org/botnet_cc2026-08-17100%
domainsto.sm188dadu.topbotnet_cc2026-08-17100%
domainsto[.]1131gg.orgbotnet_cc2026-08-17100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["sto.sm188dadu.top", "sto.1131gg.org"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Vidar
let malicious_urls = dynamic(["https://sto.sm188dadu.top/", "https://sto.1131gg.org/"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 3-5 specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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