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

Hunt Hypothesis

This detection rule identifies the presence of Vidar, a sophisticated credential-stealing malware known for harvesting sensitive authentication data and exfiltrating it to remote command-and-control servers. Proactive hunting in Azure Sentinel is critical because early identification of Vidar’s indicators allows the SOC team to rapidly isolate compromised endpoints and prevent lateral movement before attackers can establish persistent access to internal systems.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://45[.]83[.]180[.]74botnet_cc2026-07-2275%
domainstt.majusm188.topbotnet_cc2026-07-22100%
urlhxxps://stt.majusm188.top/botnet_cc2026-07-22100%
domainstt[.]77zeus.combotnet_cc2026-07-22100%
urlhxxps://stt[.]77zeus.com/botnet_cc2026-07-22100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["stt.majusm188.top", "stt.77zeus.com"]);
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://45.83.180.74", "https://stt.majusm188.top/", "https://stt.77zeus.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 4 specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, tailored for an enterprise environment:

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