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

Hunt Hypothesis

The ThreatFox: Vidar IOCs rule detects potential adversary activity associated with the Vidar malware, leveraging known indicators of compromise to identify suspicious network traffic or system behavior. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced persistent threats that may be exfiltrating data or establishing command and control channels.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash64e9b14f81a21120b831e19ef94f902epayload2026-06-2095%
sha256_hashd0da8e7c8c47561a8b9f78b38e31e02964dcf4ae1d10cc01a99e409d20ad73efpayload2026-06-2095%
sha1_hash1f8e8faddb98e2e6cd723c4c1854000281ef3913payload2026-06-2095%
sha256_hash2af09010211b22731abbc733c648be84f75ac947f919ac895374dd28719c32f6payload2026-06-2095%
sha1_hash85af6e8ac64a65f9f163199e6cc85ee5409dd74fpayload2026-06-2095%
md5_hash4a9c90e7662bc3876f4ef627816c6effpayload2026-06-2095%
md5_hash8820cc652b0c3ed6dfff7c4032f646b1payload2026-06-2095%
sha256_hash0dcbe5afb17831300599e9cdc3c8a655c1380c86a1562db04fec664677a50e20payload2026-06-2095%
sha1_hashbf382fab74d8255350a0058f5dbec9a0742f81a5payload2026-06-2095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["64e9b14f81a21120b831e19ef94f902e", "d0da8e7c8c47561a8b9f78b38e31e02964dcf4ae1d10cc01a99e409d20ad73ef", "1f8e8faddb98e2e6cd723c4c1854000281ef3913", "2af09010211b22731abbc733c648be84f75ac947f919ac895374dd28719c32f6", "85af6e8ac64a65f9f163199e6cc85ee5409dd74f", "4a9c90e7662bc3876f4ef627816c6eff", "8820cc652b0c3ed6dfff7c4032f646b1", "0dcbe5afb17831300599e9cdc3c8a655c1380c86a1562db04fec664677a50e20", "bf382fab74d8255350a0058f5dbec9a0742f81a5"]);
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/