← 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-07-21T11:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior where Magecart malware injects malicious scripts into legitimate web traffic to exfiltrate payment card data via compromised third-party services or phishing vectors. Proactively hunting for these IOCs in Azure Sentinel is critical to detect supply chain compromises early and prevent financial data theft before it impacts customer transactions.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainironphantomcore.topcc_skimming2026-07-21100%
domainvoidhunterkeep.topcc_skimming2026-07-21100%

KQL: Domain Hunt

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

Here are 4 specific false positive scenarios for the ThreatFox: Magecart IOCs detection rule in an enterprise environment, along with recommended filters or exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/js.magecart/