Skip to content

Commit

Permalink
Update attachment_callback_phish_with_pdf.yml (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdj45 authored Dec 19, 2024
1 parent 50dc514 commit bd3af67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions detection-rules/attachment_callback_phish_with_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ source: |
strings.icontains(.scan.ocr.raw, "norton"),
strings.icontains(.scan.ocr.raw, "ebay"),
strings.icontains(.scan.ocr.raw, "paypal"),
// suspicious attachment name
(
regex.icontains(.file_name, 'INV(?:_|\s)?\d+(.pdf)$')
)
)
// Negate bank statements
and not (
Expand Down

0 comments on commit bd3af67

Please sign in to comment.