Skip to content

Commit

Permalink
Merge branch 'main' into sam.fp.credphish.otherindicators
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Sep 18, 2023
2 parents c77b714 + fd061d1 commit 855c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/link_qr_code_suspicious_language_fts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source: |
// check image attachments for QR code, will want to add message.screenshot functionality here when it's ready
// and length(attachments) < 10
and any(attachments,
.file_type in $file_types_images
(.file_type in $file_types_images or .file_type == "pdf")
and any(file.explode(.),
.scan.qr.type == "url"
Expand Down

0 comments on commit 855c918

Please sign in to comment.