Skip to content

Commit

Permalink
Sync from PR#2325
Browse files Browse the repository at this point in the history
Create open_redirect_bubblelife.yml by @zoomequipd
#2325
Source SHA 60f53a9
Triggered by @zoomequipd
  • Loading branch information
Sublime Rule Testing Bot committed Jan 24, 2025
1 parent b140ebc commit 3c6eedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detection-rules/open_redirect_bubblelife.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source: |
and strings.istarts_with(.href_url.path, '/click/')
and strings.icontains(.href_url.query_params, 'url=')
and not strings.icontains(.href_url.query_params,
'url=https?:\/\/(?:[^\/]+)?bubblelife.com\/'
'url=(?:https?(?:%3a|:))?(?:%2f|\/){2}[^&]*bubblelife\.com(?:\&|\/|$)'
)
)
// remove uses that originate from bubblelife.com
Expand All @@ -33,4 +33,4 @@ detection_methods:
- "URL analysis"
id: "53c9b893-e6bc-5dd1-afc8-fa4ced9bd341"
testing_pr: 2325
testing_sha: 6da08da80dbee03f46532b50161d32b4a61775af
testing_sha: 60f53a91b96b5eeb0967a6cbcf7a8c8614612a2b

0 comments on commit 3c6eedf

Please sign in to comment.