This hunt targets the presence of Vidar remote access trojan indicators, which adversaries deploy to establish persistent backdoor access and exfiltrate sensitive data from compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify stealthy infections early, preventing lateral movement and data exfiltration before the malware achieves full control of the environment.
Malware Family: Vidar Total IOCs: 2 IOC Types: md5_hash, sha1_hash
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| sha1_hash | 148a5e67e22356ff1fe270ffe4a62d01ad94a050 | payload | 2026-09-04 | 95% |
| md5_hash | 31d9fa7abda21cc822b6c216de95e203 | payload | 2026-09-04 | 95% |
// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["148a5e67e22356ff1fe270ffe4a62d01ad94a050", "31d9fa7abda21cc822b6c216de95e203"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
DeviceFileEvents | Ensure this data connector is enabled |
vidar.exe or a known IOCs) into a GPO package. The deployment script copies the file to multiple endpoints, triggering the IOC match.
C:\Program Files\LegacyApp\) or exclude processes initiated by the gpupdate.exe or mstsc.exe parent chain during scheduled maintenance windows.ccmexec.exe, IntuneManagementAgent.exe) and the file path is within the standard application installation directory (C:\Program Files\ or C:\Program Files (x86)\).backup_helper.exe matching an IOC string). The task executes the binary from a hidden or non-standard path, triggering the detection.
schtasks.exe or Task Scheduler related services, and the file path contains keywords like Backup, Archive, or Snapshot in the directory name.