Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions detection-rules/impersonation_google_drive_file_share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ source: |
"*shared this document*",
"*shared an item*",
"*received this email because you*",
"*shared a*with you*"
"*shared a*with you*",
"*automated *mail from google*drive*"
)
)
//
Expand All @@ -38,7 +39,8 @@ source: |
"*shared this document*",
"*shared an item*",
"*received this email because you*",
"*shared a*with you*"
"*shared a*with you*",
"*automated *mail from google*drive*"
)
)
and (
Expand Down
Loading