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

Hunt Hypothesis

This hypothesis posits that adversaries are leveraging the specific network and file indicators of the Vidar malware to establish persistence and exfiltrate sensitive data within the Azure environment. Proactive hunting for these nine IOCs is critical to identify early-stage infections before they escalate into widespread lateral movement or data breaches, ensuring rapid containment in the Sentinel workspace.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://dup.omni-signage.com/botnet_cc2026-07-1075%
domaindup.omni-signage.combotnet_cc2026-07-1075%
urlhxxps://dup.kencangsm188.top/botnet_cc2026-07-1075%
domaindup.kencangsm188.topbotnet_cc2026-07-1075%
urlhxxps://cft.omni-signage.com/botnet_cc2026-07-1075%
domaincft.omni-signage.combotnet_cc2026-07-1075%
urlhxxps://cft.kencangsm188.top/botnet_cc2026-07-1075%
domaincft.kencangsm188.topbotnet_cc2026-07-1075%
urlhxxps://vikingplaza.com/payload_delivery2026-07-1075%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["dup.omni-signage.com", "dup.kencangsm188.top", "cft.omni-signage.com", "cft.kencangsm188.top"]);
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://dup.omni-signage.com/", "https://dup.kencangsm188.top/", "https://cft.omni-signage.com/", "https://cft.kencangsm188.top/", "https://vikingplaza.com/"]);
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

Here are specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, along with recommended filters and exclusions tailored for an enterprise environment:


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