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.
Malware Family: Vidar Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxps://45[.]86[.]64[.]51 | botnet_cc | 2026-09-23 | 100% |
| url | hxxps://2[.]29[.]60[.]19 | botnet_cc | 2026-09-23 | 100% |
// 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
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
*.s3.amazonaws.com with specific bucket prefixes, or *.blob.core.windows.net with known container names) and the user agent identifies as a known CI/CD bot (e.g., Jenkins, GitHubActions).ccmexec.exe, pdqdeploy.exe) and the destination IP is within the internal management network range (e.g., 10.0.0.0/8 or 172.16.0.0/12).Mozilla and the referrer header points to a known email client or marketing platform domain (e.g., *.mailchimp.com, *.hubspot.net), or where the process is a standard web