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

Hunt Hypothesis

This detection identifies adversary activity involving the Vidar infostealer by monitoring for specific indicators of compromise such as file hashes and network connections. Proactive hunting in Azure Sentinel is critical to rapidly detect early-stage data exfiltration attempts and prevent lateral movement before sensitive credentials are compromised.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hasheed9618dd94b86fe10990521889cabbedc6ea329payload2026-08-0295%
md5_hash91912c07e3b6893dc8113e77b0923309payload2026-08-0295%
sha256_hashdc87cc13bad5c4cc715ace4737ac6f303994a68ec8a772067da9765d642e1b28payload2026-08-0295%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["eed9618dd94b86fe10990521889cabbedc6ea329", "91912c07e3b6893dc8113e77b0923309", "dc87cc13bad5c4cc715ace4737ac6f303994a68ec8a772067da9765d642e1b28"]);
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 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/