Sublime Security medium experimental mql
Link to a domain with punycode characters
The body contains a link to a domain with Punycode characters to hide the true URL destination, or contains non-printable ASCII content.
Detection Logic
type.inbound
and (
any(body.links,
.href_url.domain.punycode is not null and .href_url.domain.valid == true
)
or any(body.links, strings.starts_with(.href_url.domain.domain, "xn--"))
) Field Validations
Loading…
Comments (0)
Loading comments...