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

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing Vidar malware to covertly exfiltrate credentials and sensitive data through targeted IOCs within the Azure Sentinel environment. Proactive hunting is essential due to the high severity of Vidar’s ability to silently compromise organizational assets before traditional alerts trigger, allowing the SOC team to identify early-stage infections and mitigate potential data breaches.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash0c6481df65a681fda1687390258e80f944f39302f43cb8f3b44e105ade208d35payload2026-07-2795%
sha1_hash4ada6dc4d65fb0140e14c6c77c1493649b598180payload2026-07-2795%
md5_hashcc00c3d0b5b43385fca3378c5b86d62fpayload2026-07-2795%
sha1_hash1cfab76ae6d607178bd827ec019639d4111a98a2payload2026-07-2795%
md5_hashf090a25b25faae55a0a11648a890b12epayload2026-07-2795%
sha1_hash7f07e04bac9bacca611cbf17faeb4c51023b74c1payload2026-07-2795%
md5_hash6a68ab6943313c4d3a38803d5a8220f9payload2026-07-2795%
sha256_hash0be457a4975587e112cc1027dd69302c5b549c30f706fdbd8a6b38aefe65c40fpayload2026-07-2795%
sha1_hashde7058158b7d66c52628a644de65948e95319409payload2026-07-2795%
md5_hashee9b4e39dc11f3d69fcaa4cadb4d5877payload2026-07-2795%
sha256_hash3a25c7bb48b995f62f57268c8ddfc38379d194cafb794832a00a0504649dc1d9payload2026-07-2795%
sha1_hashd46536ea19b177f95ea4e0568f901ca24cfdb42bpayload2026-07-2795%
md5_hash00dbca757e6417308d3fc080010a6ff3payload2026-07-2795%
sha256_hash47619d7345812a0d9238054398fb88bc1679562a7421c1b59927fa67768df03apayload2026-07-2795%
sha1_hashc9803b820b9f78adb1650f4423f41741aaa29cf3payload2026-07-2795%
md5_hash97e69b9ef7bdb56475e676ab9b81b0e2payload2026-07-2795%
sha256_hash3abd369c9c2e1473522baf55605a5e81cf3943d8131c6d85fa66b5a247b44fbfpayload2026-07-2795%
sha256_hash1a0e24c66991f2ef18b8b6b697b0fe3dbaefe3d3bae4698e732fb220c7c22f93payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["0c6481df65a681fda1687390258e80f944f39302f43cb8f3b44e105ade208d35", "4ada6dc4d65fb0140e14c6c77c1493649b598180", "cc00c3d0b5b43385fca3378c5b86d62f", "1cfab76ae6d607178bd827ec019639d4111a98a2", "f090a25b25faae55a0a11648a890b12e", "7f07e04bac9bacca611cbf17faeb4c51023b74c1", "6a68ab6943313c4d3a38803d5a8220f9", "0be457a4975587e112cc1027dd69302c5b549c30f706fdbd8a6b38aefe65c40f", "de7058158b7d66c52628a644de65948e95319409", "ee9b4e39dc11f3d69fcaa4cadb4d5877", "3a25c7bb48b995f62f57268c8ddfc38379d194cafb794832a00a0504649dc1d9", "d46536ea19b177f95ea4e0568f901ca24cfdb42b", "00dbca757e6417308d3fc080010a6ff3", "47619d7345812a0d9238054398fb88bc1679562a7421c1b59927fa67768df03a", "c9803b820b9f78adb1650f4423f41741aaa29cf3", "97e69b9ef7bdb56475e676ab9b81b0e2", "3abd369c9c2e1473522baf55605a5e81cf3943d8131c6d85fa66b5a247b44fbf", "1a0e24c66991f2ef18b8b6b697b0fe3dbaefe3d3bae4698e732fb220c7c22f93"]);
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, tailored for a legitimate enterprise environment:

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