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

Hunt Hypothesis

The ThreatFox: Vidar IOCs rule detects potential command and control communication associated with the Vidar malware, leveraging known indicators to identify compromised endpoints. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate advanced persistent threats that leverage Vidar for data exfiltration and persistence.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashcaccc2e6232c63bdd21bfaf65eff6c78payload2026-06-1495%
sha256_hash7b16ec86306d55b3dcdfb7897bb9dcc059b8fa2cd9ebfc31b801838f2652f81epayload2026-06-1495%
sha1_hash867e6e4e62e6a48b29439da2b1299f650e2769ecpayload2026-06-1495%
md5_hash2eb88c1364140da4d32f9d21487cef9fpayload2026-06-1495%
sha256_hashd7f510d73fa0c926a8e0fccf92c99fcaadcd58708227368a4878663bc0ec2587payload2026-06-1495%
sha1_hasha15195daaadb5efc0f393cbc6caf3b3abb3393c7payload2026-06-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["caccc2e6232c63bdd21bfaf65eff6c78", "7b16ec86306d55b3dcdfb7897bb9dcc059b8fa2cd9ebfc31b801838f2652f81e", "867e6e4e62e6a48b29439da2b1299f650e2769ec", "2eb88c1364140da4d32f9d21487cef9f", "d7f510d73fa0c926a8e0fccf92c99fcaadcd58708227368a4878663bc0ec2587", "a15195daaadb5efc0f393cbc6caf3b3abb3393c7"]);
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/