Sublime Security high experimental mql
MalwareBazaar: Malicious attachment hash in archive (trusted reporters)
Detects if an arhive attachments contains a file that matches a SHA256 hash reported as malware on MalwareBazaar by trusted reporters.
Detection Logic
type.inbound
and any(attachments,
.file_extension in~ $file_extensions_common_archives
and any(file.explode(.),
.scan.hash.sha256 in $abuse_ch_malwarebazaar_sha256_trusted_reporters
)
) Field Validations
Loading…
Comments (0)
Loading comments...