Skip to content

Commit

Permalink
rule change
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime committed Oct 25, 2023
1 parent 7012193 commit 625d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/attachment_any_html_unsolicited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source: |
and any(attachments, .file_extension in~ ('htm', 'html') or .file_type == "html")
and (
not profile.by_sender().any_false_positives
and not profile.by_sender().solicited
and not profile.by_sender().solicited
)
tags:
- "Attack surface reduction"
Expand Down

0 comments on commit 625d60d

Please sign in to comment.