Sublime Security medium experimental mql
Attachment: File execution via Javascript
Javascript contains identifiers or strings that may attempt to execute files.
Detection Logic
type.inbound
and any(attachments,
.file_type in $file_extensions_common_archives
and any(file.explode(.),
any(.scan.javascript.identifiers,
strings.ilike(., 'ActiveXObject', 'ShellExecute')
)
or (
length(.scan.javascript.strings) > 0
and all(.scan.javascript.strings,
strings.ilike(., 'Shell.Application', '*.exe')
)
)
)
) Field Validations
Loading…
Comments (0)
Loading comments...