Skip to content

Commit

Permalink
FP Update: Update attachment_html_recipient_in_javascript_identifiers… (
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Sep 25, 2023
1 parent 7a7921a commit de9bfce
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ source: |
any(recipients.to,
any(..scan.javascript.strings, strings.icontains(., ..email.email))
)
// Negating Cisco Secure Email Encryption
and not any(.scan.javascript.strings,
strings.contains(., "Cisco Registered Envelope Service")
and not strings.contains(., "https://res.cisco.com:443")
)
)
)
attack_types:
- "Credential Phishing"
tactics_and_techniques:
Expand Down

0 comments on commit de9bfce

Please sign in to comment.