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

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing the Vidar malware to exfiltrate sensitive data through stolen Kerberos tickets and NTLM hashes, often delivered via phishing campaigns that compromise credential security. Proactively hunting for these indicators in Azure Sentinel is critical because early detection of Vidar’s specific IOCs can prevent large-scale data breaches before attackers successfully leverage compromised credentials to move laterally within the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash01f84e942908ccb2fc657d9dd1caf8b5payload2026-08-0895%
sha1_hashc6cc775f76f0aced85206c313b452f29334c6ac9payload2026-08-0895%
sha256_hash30064a241c39541e287ccbe04f1027a037a10918528384479d27b53a23c2b1aapayload2026-08-0895%
sha256_hashdc1e2425521c3ff8344ea04a2294730e8ddda29da11b809421b85c896a693cadpayload2026-08-0895%
sha1_hash365ee4d8c9c3b3b10f07b41b316a745452e8e00bpayload2026-08-0895%
md5_hashd5cf90d75595ae54fad924f7ea2861dcpayload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["01f84e942908ccb2fc657d9dd1caf8b5", "c6cc775f76f0aced85206c313b452f29334c6ac9", "30064a241c39541e287ccbe04f1027a037a10918528384479d27b53a23c2b1aa", "dc1e2425521c3ff8344ea04a2294730e8ddda29da11b809421b85c896a693cad", "365ee4d8c9c3b3b10f07b41b316a745452e8e00b", "d5cf90d75595ae54fad924f7ea2861dc"]);
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 5 specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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