Skip to content

Commit

Permalink
Update attachment_callback_phish_with_pdf.yml (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Nov 7, 2023
1 parent 92a3cb4 commit b60798a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/attachment_callback_phish_with_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ source: |
strings.icontains(.scan.ocr.raw, "cancel"),
strings.icontains(.scan.ocr.raw, "renew"),
strings.icontains(.scan.ocr.raw, "refund"),
regex.icontains(.scan.ocr.raw, '\+\d')
regex.icontains(.scan.ocr.raw, '(\+\d|1.(\()?\d{3}(\))?\D\d{3}\D\d{4})')
)
)
Expand Down

0 comments on commit b60798a

Please sign in to comment.