← 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-13T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of Vidar malware indicators, a remote access trojan frequently used for credential theft and lateral movement, by correlating known IOCs against endpoint telemetry. Proactively hunting for these signatures allows the SOC to identify compromised assets before the adversary establishes persistent access or exfiltrates sensitive data within the Azure environment.

IOC Summary

Malware Family: Vidar Total IOCs: 3 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashad821edb933557752728e1c68d3feb55258c99bb2c544e7a189c580ffe1bb546payload2026-09-13100%
sha256_hash0d2abd7d872196abd951f1d7ed6406486499e5d5acc04f28fcd4f45b1851711epayload2026-09-1395%
sha256_hash510b4341c6763d5bf045973f4f9832cb8b66a414abda634d4fafed05cba03058payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["ad821edb933557752728e1c68d3feb55258c99bb2c544e7a189c580ffe1bb546", "0d2abd7d872196abd951f1d7ed6406486499e5d5acc04f28fcd4f45b1851711e", "510b4341c6763d5bf045973f4f9832cb8b66a414abda634d4fafed05cba03058"]);
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/