Skip to content

Commit

Permalink
Update link_deactivated_bitly.yml (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Nov 21, 2023
1 parent 8b51eb9 commit 1196da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/link_deactivated_bitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source: |
// link doesn't forward through
and beta.linkanalysis(.).effective_url.domain.domain == "bit.ly"
// blocked or gated by bit.ly
and strings.ilike(beta.linkanalysis(.).final_dom.display_text, "*link*blocked*", "*flagged*by*")
and strings.ilike(beta.linkanalysis(.).final_dom.display_text, "*link*blocked*", "*flagged*by*", "*been*deactivated*")
)
attack_types:
- "Credential Phishing"
Expand Down

0 comments on commit 1196da9

Please sign in to comment.