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

Hunt Hypothesis

This hunt hypothesis targets adversaries utilizing Vidar malware to execute credential theft and sensitive data exfiltration following initial compromise through phishing vectors. Proactive hunting in Azure Sentinel is essential to identify early indicators of this sophisticated threat, enabling rapid containment before critical assets are accessed or extracted by the attacker.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainsii[.]11gokil.orgbotnet_cc2026-08-21100%
domainzaf[.]11gokil.orgbotnet_cc2026-08-21100%
domainges[.]1001gacor.orgbotnet_cc2026-08-21100%
domaintax.sm188dnsx.topbotnet_cc2026-08-21100%
domainsii.sm188dnsx.topbotnet_cc2026-08-21100%
domainzaf.sm188dnsx.topbotnet_cc2026-08-21100%
domaintax[.]11gokil.orgbotnet_cc2026-08-21100%
urlhxxps://sii[.]11gokil.org/botnet_cc2026-08-21100%
urlhxxps://zaf[.]11gokil.org/botnet_cc2026-08-21100%
urlhxxps://tax.sm188dnsx.top/botnet_cc2026-08-21100%
urlhxxps://sii.sm188dnsx.top/botnet_cc2026-08-21100%
urlhxxps://zaf.sm188dnsx.top/botnet_cc2026-08-21100%
urlhxxps://tax[.]11gokil.org/botnet_cc2026-08-21100%
urlhxxps://ges[.]1001gacor.org/botnet_cc2026-08-21100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["sii.11gokil.org", "zaf.11gokil.org", "ges.1001gacor.org", "tax.sm188dnsx.top", "sii.sm188dnsx.top", "zaf.sm188dnsx.top", "tax.11gokil.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://sii.11gokil.org/", "https://zaf.11gokil.org/", "https://tax.sm188dnsx.top/", "https://sii.sm188dnsx.top/", "https://zaf.sm188dnsx.top/", "https://tax.11gokil.org/", "https://ges.1001gacor.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”

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