← 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-05-19T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: FAKEUPDATES IOCs detection rule identifies potential adversary activity linked to a known malicious campaign distributing fake software updates, which could be used to deploy malware or steal credentials. SOC teams should proactively hunt for these IOCs in Azure Sentinel to detect and mitigate early-stage compromise attempts by threat actors leveraging social engineering and supply chain attacks.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaindev-portal.ptbaconsulting.combotnet_cc2026-05-19100%
domainapi.operilezabre.compayload_delivery2026-05-19100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - FAKEUPDATES
let malicious_domains = dynamic(["dev-portal.ptbaconsulting.com", "api.operilezabre.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/