← Back to SOC feed Coverage →

ThreatFox: Antidot IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
apk-antidotiocthreatfox
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-21T23:00:01Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Antidot IOCs rule detects potential adversary activity linked to the Antidot threat group, which is associated with malware distribution and command-and-control infrastructure. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromise attempts by known malicious actors.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainduaeshen.orgbotnet_cc2026-05-21100%
domainapitelemetryinfrastructure.orgbotnet_cc2026-05-21100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Antidot
let malicious_domains = dynamic(["duaeshen.org", "apitelemetryinfrastructure.org"]);
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/apk.antidot/