← 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-07-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies active threats leveraging Vidar malware indicators to uncover potential command-and-control communications and data exfiltration activities within the environment. Proactive hunting is essential in Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement before attackers can establish persistent access or steal sensitive credentials.

IOC Summary

Malware Family: Vidar Total IOCs: 6 IOC Types: sha256_hash, md5_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash1cfa40843d9e169e9df5d61ab7b6cc6db59a3237b8a3ca9a3fa047ef836d7453payload2026-07-2595%
sha1_hashaaa95d93a0a792db0411868121413e0cdc453373payload2026-07-2595%
md5_hash91092ecc0a5a3866dea9fb5088e6ad74payload2026-07-2595%
sha1_hash87a59eb6074958aaa81799312861574b2ea90527payload2026-07-2595%
md5_hash9bd97475aa0d8fb22a284d070a2ee795payload2026-07-2595%
sha256_hash7153c7609816c1a5c2882dd7889cd2db9050813f3e5220f76e19f238709ad2d2payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["1cfa40843d9e169e9df5d61ab7b6cc6db59a3237b8a3ca9a3fa047ef836d7453", "aaa95d93a0a792db0411868121413e0cdc453373", "91092ecc0a5a3866dea9fb5088e6ad74", "87a59eb6074958aaa81799312861574b2ea90527", "9bd97475aa0d8fb22a284d070a2ee795", "7153c7609816c1a5c2882dd7889cd2db9050813f3e5220f76e19f238709ad2d2"]);
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

Here are 4 specific false positive scenarios and corresponding filters for the ThreatFox: Vidar IOCs detection rule in an enterprise environment:

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