← Back to SOC feed Coverage →

ThreatFox: magecart IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
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-09-16T11:00:01Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of known Magecart indicators of compromise, which signal that an adversary has injected malicious scripts into web assets to intercept and exfiltrate sensitive payment card data. Proactively hunting for these IOCs in Azure Sentinel is critical to identify supply chain compromises or unauthorized code injections before they successfully capture customer financial information during transaction processing.

IOC Summary

Malware Family: magecart Total IOCs: 4 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://casagrooming.com.co/payload_delivery2026-09-16100%
urlhxxps://sohoul-alkarak.com/payload_delivery2026-09-16100%
urlhxxps://gesundheitsnachweis24.de/payload_delivery2026-09-16100%
urlhxxps://sarialarm.com/payload_delivery2026-09-16100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - magecart
let malicious_urls = dynamic(["https://casagrooming.com.co/", "https://sohoul-alkarak.com/", "https://gesundheitsnachweis24.de/", "https://sarialarm.com/"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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