← Back to SOC feed Coverage →

ThreatFox: Vjw0rm IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-vjw0rm
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-17T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior involving the execution of known Vjw0rm indicators across endpoints to identify early-stage worm propagation and lateral movement attempts. Proactively hunting for these specific IOCs in Azure Sentinel is critical because it enables the SOC team to detect and contain this high-severity threat before it establishes persistence or spreads widely within the cloud infrastructure.

IOC Summary

Malware Family: Vjw0rm Total IOCs: 5 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainsolucionesfiscales.storepayload_delivery2026-07-17100%
domaincolombiajudiciales.storepayload_delivery2026-07-17100%
domainsolicitudesinternas.storepayload_delivery2026-07-17100%
domaincomunicacioones.storepayload_delivery2026-07-17100%
domainccleanerupdate.mysynology.netbotnet_cc2026-07-1775%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vjw0rm
let malicious_domains = dynamic(["solucionesfiscales.store", "colombiajudiciales.store", "solicitudesinternas.store", "comunicacioones.store", "ccleanerupdate.mysynology.net"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios for the ThreatFox: Vjw0rm IOCs detection rule, tailored for an enterprise environment:

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