← Back to SOC feed Coverage →

ThreatFox: FAKEUPDATES IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjs-fakeupdatesthreatfox
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-09-07T23:00:00Z · Confidence: high

Hunt Hypothesis

Adversaries deploy FAKEUPDATES malware via phishing or fake update portals to exfiltrate sensitive data and establish C2 channels through compromised domains. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify unauthorized outbound connections and anomalous process executions before the malware can fully compromise the environment.

IOC Summary

Malware Family: FAKEUPDATES Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainship-js.veecargoexpresscouriers.combotnet_cc2026-09-07100%
domainmesh.officialx-token.combotnet_cc2026-09-07100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - FAKEUPDATES
let malicious_domains = dynamic(["ship-js.veecargoexpresscouriers.com", "mesh.officialx-token.com"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/js.fakeupdates/