← 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-30T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the Vidar infostealer by monitoring for specific indicators of compromise such as malicious hashes and network connections. A SOC team should proactively search for these signals in Azure Sentinel to identify early-stage infections that could lead to credential theft and lateral movement before broader impact occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://book.watersendproperties.com/payload_delivery2026-07-3075%
urlhxxps://magrirentcar.com/payload_delivery2026-07-3075%
urlhxxps://m36.akasia988.net/botnet_cc2026-07-3075%
domainm36.akasia988.netbotnet_cc2026-07-3075%
urlhxxps://cesarreina.com/payload_delivery2026-07-3075%
urlhxxps://out.akasia988.net/botnet_cc2026-07-3075%
domainout.akasia988.netbotnet_cc2026-07-3075%
urlhxxps://aware-cr1.com/api/gatebotnet_cc2026-07-30100%
urlhxxps://bpo.akasia988.netbotnet_cc2026-07-30100%
urlhxxps://t.me/gk6p2sbotnet_cc2026-07-30100%
urlhxxps://mabuhayasianstore.fo/payload_delivery2026-07-3075%
urlhxxps://thebookkeepingcomp.org/payload_delivery2026-07-3075%
urlhxxps://mattressbd.com/payload_delivery2026-07-3075%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["m36.akasia988.net", "out.akasia988.net"]);
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://book.watersendproperties.com/", "https://magrirentcar.com/", "https://m36.akasia988.net/", "https://cesarreina.com/", "https://out.akasia988.net/", "https://aware-cr1.com/api/gate", "https://bpo.akasia988.net", "https://t.me/gk6p2s", "https://mabuhayasianstore.fo/", "https://thebookkeepingcomp.org/", "https://mattressbd.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 5 specific false positive scenarios for the ThreatFox: Vidar IOCs detection rule, along with tailored filters and exclusions suitable for an enterprise environment:

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