← Back to SOC feed Coverage →

ThreatFox: Vidar IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEventsUrlClickEvents
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-30T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of Vidar malware by matching network and host telemetry against a curated set of 14 known indicators of compromise (IOCs). Proactive hunting for these IOCs within Azure Sentinel is critical to identify early-stage infections that may evade standard signature-based detections, allowing the SOC team to rapidly isolate affected systems before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://chi[.]12naga.orgbotnet_cc2026-08-30100%
urlhxxps://ley[.]123ful.netbotnet_cc2026-08-30100%
sha256_hasha1bde6f032dc7452a8e447e9750a3b14a1e5c7e3803420e8919831fe67b338b7payload2026-08-3095%
sha1_hash3dd25cbfe76db155615283f905992030468f3da9payload2026-08-3095%
md5_hashfb472c15a793251aeeb03b38bd4a678fpayload2026-08-3095%
md5_hash8bbbf6e8040d137c142bbf1775be770cpayload2026-08-3095%
sha256_hashdb4a45d88c943be3f60bf216bb6ac8a2d3b70dfa13e9669e402f11e2aaea1b74payload2026-08-3095%
sha1_hash0d5f36f78a1cbf922f9e33c348c5693e93e24c06payload2026-08-3095%
sha256_hash0f1af10b96c08c9aeecf28c2fa238542e667d218df65ce51701aaaeb7dcc75b1payload2026-08-3095%
sha1_hash94c1d86395777db22933c0d97cac2b535d543c87payload2026-08-3095%
md5_hash0b130d9fec6bb8f9b80b13e110d4e0b0payload2026-08-3095%
sha256_hash117dc9528d518447ab50ba8114b5a47fd06a7c251ade9e90162df66fcb7fd279payload2026-08-3095%
sha1_hashb38e013a2139f76614c42147befaa2d357ab56ecpayload2026-08-3095%
md5_hash7399b202c9c2fe7479680505e1f55e89payload2026-08-3095%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Vidar
let malicious_urls = dynamic(["https://chi.12naga.org", "https://ley.123ful.net"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["a1bde6f032dc7452a8e447e9750a3b14a1e5c7e3803420e8919831fe67b338b7", "3dd25cbfe76db155615283f905992030468f3da9", "fb472c15a793251aeeb03b38bd4a678f", "8bbbf6e8040d137c142bbf1775be770c", "db4a45d88c943be3f60bf216bb6ac8a2d3b70dfa13e9669e402f11e2aaea1b74", "0d5f36f78a1cbf922f9e33c348c5693e93e24c06", "0f1af10b96c08c9aeecf28c2fa238542e667d218df65ce51701aaaeb7dcc75b1", "94c1d86395777db22933c0d97cac2b535d543c87", "0b130d9fec6bb8f9b80b13e110d4e0b0", "117dc9528d518447ab50ba8114b5a47fd06a7c251ade9e90162df66fcb7fd279", "b38e013a2139f76614c42147befaa2d357ab56ec", "7399b202c9c2fe7479680505e1f55e89"]);
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
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, along with targeted filtering strategies:

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