Skip to content

Commit

Permalink
Update google_drive_abuse_credential_phishing.yml (#1090)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Kamdjou <[email protected]>
Co-authored-by: Ross Wolf <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2023
1 parent f62ddf0 commit dfebf62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions detection-rules/google_drive_abuse_credential_phishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ source: |
)
)
and not beta.linkanalysis(..).effective_url.domain.domain == "accounts.google.com"
// standard Google Docs error
and not strings.contains(.scan.ocr.raw,
"encountered an error. Please try reloading this page"
)
)
)
attack_types:
- "Credential Phishing"
tactics_and_techniques:
Expand Down

0 comments on commit dfebf62

Please sign in to comment.