← Back to SOC feed Coverage →

ThreatFox: Vidar IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
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-05T11:00:00Z · Confidence: high

Hunt Hypothesis

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.

IOC Summary

Malware Family: Vidar Total IOCs: 2 IOC Types: md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha1_hash148a5e67e22356ff1fe270ffe4a62d01ad94a050payload2026-09-0495%
md5_hash31d9fa7abda21cc822b6c216de95e203payload2026-09-0495%

KQL: Hash Hunt

// 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

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

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