Medium Severity

Service abuse: EventCreate links to newly registered domains

Description

Flags inbound messages containing links to eventcreate.com where the final rendered page includes outbound links to domains registered within the last 30 days, indicating the use of a legitimate service to pivot traffic to freshly created phishing infrastructure.

References

No references.

Sublime Security
Created Aug 31st, 2026 • Last updated Aug 31st, 2026
Source
type.inbound
and any(filter(body.current_thread.links,
               .href_url.domain.root_domain == 'eventcreate.com'
        ),
        any(ml.link_analysis(.).final_dom.links,
            network.whois(.href_url.domain).days_old < 30
        )
        or ml.link_analysis(.).credphish.disposition == "phishing"
)
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