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

Hunt Hypothesis

This detection rule identifies adversary activity associated with the Magecart malware family by monitoring for specific Indicators of Compromise (IOCs) known to compromise web applications and exfiltrate sensitive payment data. A SOC team should proactively hunt for these signals in Azure Sentinel because Magecart attacks frequently target e-commerce platforms, requiring early identification to prevent financial fraud and protect customer privacy before a breach escalates.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainstormvenomforge.topcc_skimming2026-07-22100%
domainwww.goldcoasthockey.comcc_skimming2026-07-2275%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - magecart
let malicious_domains = dynamic(["stormvenomforge.top", "www.goldcoasthockey.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

Here are 4 specific false positive scenarios for the ThreatFox: magecart IOCs detection rule, tailored for an enterprise environment:

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