← Back to SOC feed Coverage →

ThreatFox: Vidar IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEventsDnsEventsUrlClickEvents
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-04T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the Vidar infostealer by monitoring network traffic and endpoint logs for its specific Indicators of Compromise (IOCs). A proactive search is essential in Azure Sentinel to rapidly identify early-stage infections that could lead to credential theft and lateral movement before the malware establishes persistence.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://psk.y8slot.net/botnet_cc2026-08-04100%
urlhxxps://psk.sinism188.top/botnet_cc2026-08-04100%
domainpsk.y8slot.netbotnet_cc2026-08-04100%
domainpsk.sinism188.topbotnet_cc2026-08-04100%
domainbib.sinism188.topbotnet_cc2026-08-04100%
urlhxxps://bib.sinism188.top/botnet_cc2026-08-04100%
urlhxxps://bib.y8slot.net/botnet_cc2026-08-04100%
domainbib.y8slot.netbotnet_cc2026-08-04100%
sha1_hash873421118a0984c7f3a8cccac26f3bd010e70f2fpayload2026-08-0495%
md5_hash65290a0084c07a7c3916db8bc86a16acpayload2026-08-0495%
sha256_hashb7fd8d6dddf0e4321dd5303ecd50d4a9d833ab4a80e0a01face12116363a8103payload2026-08-0495%
urlhxxps://sot.tbo88men.topbotnet_cc2026-08-0475%
urlhxxps://com.y8slot.net/botnet_cc2026-08-04100%
urlhxxps://com.sinism188.top/botnet_cc2026-08-04100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["psk.y8slot.net", "psk.sinism188.top", "bib.sinism188.top", "bib.y8slot.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://psk.y8slot.net/", "https://psk.sinism188.top/", "https://bib.sinism188.top/", "https://bib.y8slot.net/", "https://sot.tbo88men.top", "https://com.y8slot.net/", "https://com.sinism188.top/"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Vidar
let malicious_hashes = dynamic(["873421118a0984c7f3a8cccac26f3bd010e70f2f", "65290a0084c07a7c3916db8bc86a16ac", "b7fd8d6dddf0e4321dd5303ecd50d4a9d833ab4a80e0a01face12116363a8103"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

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

References

False Positive Guidance

Here are the documented false positive scenarios and corresponding exclusions for the ThreatFox: Vidar IOCs detection rule:

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