← Back to SOC feed Coverage →

ThreatFox: Coper IOCs

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

Hunt Hypothesis

This hypothesis targets the presence of known indicators of compromise associated with the Coper threat actor, which may indicate an active intrusion or persistent foothold within the environment. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify and isolate compromised assets before the adversary can leverage them for lateral movement or data exfiltration.

IOC Summary

Malware Family: Coper Total IOCs: 5 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainemporiumwave245768.shopbotnet_cc2026-09-0375%
domainemporiumdelight987656.shopbotnet_cc2026-09-0375%
domainshoprise57899321.shopbotnet_cc2026-09-0375%
domainuniversevibe123459.shopbotnet_cc2026-09-0375%
domainworldfusion891056.shopbotnet_cc2026-09-0375%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Coper
let malicious_domains = dynamic(["emporiumwave245768.shop", "emporiumdelight987656.shop", "shoprise57899321.shop", "universevibe123459.shop", "worldfusion891056.shop"]);
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.coper/