← Back to SOC feed Coverage →

ThreatFox: Vidar IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-09-23T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of Vidar malware, a credential-stealing tool that often establishes command-and-control channels via specific URLs to exfiltrate sensitive data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify active exfiltration attempts and isolate affected systems before the adversary successfully harvests critical credentials or sensitive information.

IOC Summary

Malware Family: Vidar Total IOCs: 2 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://45[.]86[.]64[.]51botnet_cc2026-09-23100%
urlhxxps://2[.]29[.]60[.]19botnet_cc2026-09-23100%

KQL: Url Hunt

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

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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