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

Hunt Hypothesis

The ThreatFox: FAKEUPDATES IOCs detection rule identifies potential adversary activity linked to malicious update packages that may be used to deliver malware or compromise systems. SOC teams should proactively hunt for these IOCs in Azure Sentinel to detect and mitigate early-stage attacks that leverage deceptive update mechanisms to evade traditional defenses.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaindummy-tf-test-dummy-2t4navcd.examplepayload_delivery2026-04-2450%
domaincpanel.eastcoast-wealth.combotnet_cc2026-04-24100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - FAKEUPDATES
let malicious_domains = dynamic(["dummy-tf-test-dummy-2t4navcd.example", "cpanel.eastcoast-wealth.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/