← Back to SOC feed Coverage →

ThreatFox: Vidar IOCs

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

Hunt Hypothesis

This detection rule identifies active threats by matching network and endpoint telemetry against four specific Indicators of Compromise (IOCs) linked to the Vidar malware family. Proactively hunting for these IOCs in Azure Sentinel is critical because Vidar’s modular architecture allows it to persistently exfiltrate sensitive data, making early identification essential to prevent long-term compromise before automated alerts trigger.

IOC Summary

Malware Family: Vidar Total IOCs: 4 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://dev.masihsm188.top/botnet_cc2026-07-2375%
domaindev.masihsm188.topbotnet_cc2026-07-2375%
domaindev[.]8bitbola.orgbotnet_cc2026-07-23100%
urlhxxps://dev[.]8bitbola.org/botnet_cc2026-07-23100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["dev.masihsm188.top", "dev.8bitbola.org"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Vidar
let malicious_urls = dynamic(["https://dev.masihsm188.top/", "https://dev.8bitbola.org/"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

False Positive Scenarios for “ThreatFox: Vidar IOCs” Rule

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