Sublime Security medium experimental mql

Service abuse: EventCreate links to newly registered domains

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.

View Source

Detection Logic

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"
)

Field Validations

Loading…

Comments (0)

Loading comments...