← Back to SOC feed Coverage →

ThreatFox: magecart IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjs-magecartthreatfox
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-18T11:00:00Z · Confidence: high

Hunt Hypothesis

Adversaries are likely using MageCart IOCs to inject malicious scripts into legitimate websites to steal user data. SOC teams should proactively hunt for these indicators in Azure Sentinel to detect and mitigate supply chain attacks before they cause significant data breaches.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainyellowtag.shopcc_skimming2026-05-18100%
domainkopet.picscc_skimming2026-05-18100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - magecart
let malicious_domains = dynamic(["yellowtag.shop", "kopet.pics"]);
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.magecart/