← 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-04-25T09:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Vidar IOCs rule detects potential adversary activity associated with the Vidar malware, which is known for exfiltrating sensitive data and establishing persistence. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced threats before they cause significant data loss or operational disruption.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://psy.gessoflex.com.br/botnet_cc2026-04-25100%
domainpsy.gessoflex.com.brbotnet_cc2026-04-25100%
urlhxxps://loja.lauricoco.com.br/payload_delivery2026-04-2575%
urlhxxps://sergemoulypeintre.fr/payload_delivery2026-04-2575%
urlhxxps://asoandes.org/payload_delivery2026-04-2575%
urlhxxps://leslieporterfield.com/payload_delivery2026-04-2575%
urlhxxps://lauricoco.com.br/payload_delivery2026-04-2575%
urlhxxps://praiahall.com.br/payload_delivery2026-04-2575%
urlhxxps://cleanpoweraustralia.com.au/payload_delivery2026-04-2575%
urlhxxps://congresswcc.com/payload_delivery2026-04-2575%
urlhxxps://coca.com.sg/payload_delivery2026-04-2575%
urlhxxps://nutrionline.club/payload_delivery2026-04-2575%
urlhxxps://soareintl.com/payload_delivery2026-04-2475%
urlhxxps://pliage.ru/payload_delivery2026-04-2475%
urlhxxps://mundialpostos.com.br/payload_delivery2026-04-2475%
urlhxxps://smashclubburgers.com/payload_delivery2026-04-2475%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vidar
let malicious_domains = dynamic(["psy.gessoflex.com.br"]);
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://psy.gessoflex.com.br/", "https://loja.lauricoco.com.br/", "https://sergemoulypeintre.fr/", "https://asoandes.org/", "https://leslieporterfield.com/", "https://lauricoco.com.br/", "https://praiahall.com.br/", "https://cleanpoweraustralia.com.au/", "https://congresswcc.com/", "https://coca.com.sg/", "https://nutrionline.club/", "https://soareintl.com/", "https://pliage.ru/", "https://mundialpostos.com.br/", "https://smashclubburgers.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

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