Skip to content

Commit

Permalink
Update impersonation_dropbox.yml (#2109)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Scholten <[email protected]>
  • Loading branch information
zoomequipd and morriscode authored Nov 13, 2024
1 parent 611f985 commit 520c9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/impersonation_dropbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source: |
and not .href_url.domain.root_domain in ("mimecast.com", "mimecastprotect.com")
)
)
and sender.email.domain.root_domain !~ 'dropbox.com'
and sender.email.domain.root_domain not in~ ('dropbox.com', 'dropboxforum.com')
and (
any(attachments,
.file_type in $file_types_images
Expand Down

0 comments on commit 520c9be

Please sign in to comment.