Skip to content

Commit

Permalink
minor-update
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Aug 23, 2024
1 parent 95bed8c commit 7ccec01
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions http/technologies/akamai-bot-manager-detect.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
id: akamai-bot-manager-detect

info:
name: Detect Akamai Bot Manager Protection
name: Akamai Bot Manager Protection - Detect
author: Fazle Arefin
severity: info
description: Checks if the website is protected by Akamai Bot Manager
description: |
Checks if the website is protected by Akamai Bot Manager
reference:
- https://www.akamai.com/legal/manage-cookie-preferences
- https://techdocs.akamai.com/identity-cloud/docs/hosted-login-cookies-and-local-storage-1
metadata:
max-request: 1
tags: akamai, bot, security, detection
tags: akamai,bot,security,detect

http:
- method: GET
path:
- "{{BaseURL}}"

headers:
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0 # legit user-agent to get around user-agent filtering
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:129.0) Gecko/20100101 Firefox/129.0

matchers:
- type: regex
part: header
Expand Down

0 comments on commit 7ccec01

Please sign in to comment.