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

Hunt Hypothesis

This hunt detects the presence of Vidar malware, a credential-stealing trojan that actively harvests sensitive authentication data and exfiltrates it from compromised endpoints. Proactively hunting for these indicators in Azure Sentinel is critical to identify early-stage infections before adversaries can leverage stolen credentials to establish persistent access or pivot deeper into the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://ran.bayototo.org/botnet_cc2026-08-06100%
domainran.bayototo.orgbotnet_cc2026-08-06100%
urlhxxps://web.bayototo.org/botnet_cc2026-08-06100%
domainweb.bayototo.orgbotnet_cc2026-08-06100%
urlhxxps://www.bayototo.org/botnet_cc2026-08-06100%
urlhxxps://ign.bayototo.org/botnet_cc2026-08-06100%
domainign.bayototo.orgbotnet_cc2026-08-06100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["ran.bayototo.org", "web.bayototo.org", "ign.bayototo.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://ran.bayototo.org/", "https://web.bayototo.org/", "https://www.bayototo.org/", "https://ign.bayototo.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 5 specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, including context and suggested filters/exclusions tailored for an enterprise environment:

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