This hypothesis detects adversary activity involving the Vidar infostealer by identifying specific indicators of compromise such as malicious file hashes and network connections. Proactively hunting for these signals in Azure Sentinel is critical to rapidly identify early-stage data exfiltration attempts before they escalate into full-scale credential theft incidents.
Malware Family: Vidar Total IOCs: 3 IOC Types: url, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | eos[.]123ful.net | botnet_cc | 2026-08-26 | 100% |
| url | hxxps://eos[.]123ful.net/ | botnet_cc | 2026-08-26 | 100% |
| url | hxxps://77[.]42[.]69[.]149 | botnet_cc | 2026-08-26 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["eos.123ful.net"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
// Hunt for access to known malicious URLs
// Source: ThreatFox - Vidar
let malicious_urls = dynamic(["https://eos.123ful.net/", "https://77.42.69.149"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
UrlClickEvents | Ensure this data connector is enabled |
Scenario: Legitimate deployment of the Vidar Malware Analysis Platform within the enterprise’s Security Operations Center (SOC) or R&D department.
10.50.20.0/24) or exclude processes where the parent executable is vidar_analyzer.exe running on designated analysis servers.Scenario: Scheduled automated backup jobs utilizing third-party tools that incorporate Vidar’s signature database.
vbr.exe (Veeam) or acronis_agent.exe and the event timestamp falls within the defined maintenance window (e.g., 02:00–04:00 UTC).Scenario: Endpoint Detection and Response (EDR) agents performing routine signature updates.
FalconSensorService.exe or MsMpEng.exe when the action