• Sublime Core Feed
Medium Severity

Open redirect: Cartoon Network

Description

This rule detects the use of Cartoon Network's Denmark domain as an open redirect.

References

No references.

Sublime Security
Created Jul 17th, 2024 • Last updated Jan 12th, 2026
Source
type.inbound
and any(body.links,
        .href_url.domain.sld == 'cartoonnetwork'
        // it has to be www. - not hitting the www doesn't work
        and .href_url.domain.subdomain == 'www'
        // the path startswith a double //
        and strings.starts_with(.href_url.path, '//')
        // the path has to end in a trailing /
        and strings.ends_with(.href_url.path, '/')
)
MQL Rule Console
DocsLearning Labs

Playground

Test against your own EMLs or sample data.

Share

Post about this on your socials.

Get Started. Today.

Managed or self-managed. No MX changes.

Deploy and integrate a free Sublime instance in minutes.
Get Started