This hunt hypothesis targets adversary behavior where malicious actors leverage specific ThreatFox indicators of compromise to establish persistence and execute command-and-control communications within the Azure environment. The SOC team should proactively hunt for these Vjw0rm IOCs in Azure Sentinel to identify early-stage infections before they escalate into broader lateral movement or data exfiltration incidents.
Malware Family: Vjw0rm Total IOCs: 14 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | fiscalnotificacionmunicipal.store | payload_delivery | 2026-07-18 | 100% |
| domain | fundacionolipica.store | payload_delivery | 2026-07-18 | 100% |
| domain | notificadorlocalsolionesfis.store | payload_delivery | 2026-07-18 | 100% |
| domain | www.remicionesexternas.store | payload_delivery | 2026-07-18 | 100% |
| domain | www.firmaprincipal.store | payload_delivery | 2026-07-18 | 100% |
| domain | comidarapidas.store | payload_delivery | 2026-07-18 | 100% |
| domain | solicitudelarchivo.store | payload_delivery | 2026-07-18 | 100% |
| domain | calzadoswer.store | payload_delivery | 2026-07-18 | 100% |
| domain | cominiucadosinternos.store | payload_delivery | 2026-07-18 | 100% |
| domain | notificacionesnacionales.store | payload_delivery | 2026-07-18 | 100% |
| domain | cpantalonesnegro.store | payload_delivery | 2026-07-18 | 100% |
| domain | etiendasb.store | payload_delivery | 2026-07-18 | 100% |
| domain | bpadellcali.store | payload_delivery | 2026-07-18 | 100% |
| domain | detalleselparaiso.store | payload_delivery | 2026-07-18 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Vjw0rm
let malicious_domains = dynamic(["fiscalnotificacionmunicipal.store", "fundacionolipica.store", "notificadorlocalsolionesfis.store", "www.remicionesexternas.store", "www.firmaprincipal.store", "comidarapidas.store", "solicitudelarchivo.store", "calzadoswer.store", "cominiucadosinternos.store", "notificacionesnacionales.store", "cpantalonesnegro.store", "etiendasb.store", "bpadellcali.store", "detalleselparaiso.store"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are specific false positive scenarios for the ThreatFox: Vjw0rm IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:
Enterprise Antivirus Definition Updates
svc-av-updater) or specific process paths related to the AV engine’s update module (e.g., C:\Program Files\Microsoft Defender\MpCmdRun.exe with arguments containing /update).Software Deployment via Configuration Management
Ansible Runner, ccmexec.exe, or chef-client) and the event source IP belongs to the internal patching server subnet.Scheduled Backup and Archive Operations