Sublime Security high experimental mql
Brand impersonation: Microsoft Teams
Impersonation of a Microsoft Teams message.
Detection Logic
type.inbound
and length(filter(attachments,
.file_type in $file_types_images or .file_type == "pdf"
)
) < 10
and any(attachments,
(.file_type in $file_types_images or .file_type == "pdf")
and any(file.explode(.),
regex.icontains(.scan.ocr.raw,
"trying to reach you.*microsoft teams"
)
)
)
and sender.email.domain.root_domain not in (
"microsoft.com",
"microsoftsupport.com",
"office.com"
) Field Validations
Loading…
Comments (0)
Loading comments...