2024-02-12 07:43:48 +00:00
|
|
|
id: apigee-panel
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
info:
|
|
|
|
name: Apigee Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Apigee login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://cloud.google.com/apigee?hl=en
|
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
|
|
|
shodan-query: http.favicon.hash:"-839356603"
|
|
|
|
tags: panel,apigee,login
|
|
|
|
|
2024-02-12 07:43:48 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/login"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2024-02-12 11:45:46 +00:00
|
|
|
- 'contains_any(body, "<title>Apigee", "content=\"Apigee")'
|
2024-02-12 07:43:48 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-09-04 15:35:24 +00:00
|
|
|
- 'Version:?\s+([0-9.]+)'
|
|
|
|
# digest: 4a0a0047304502210097c32c8f626d8c079d18e9e523b29164309f30b784968057c6ace76d20517b8c022068e4f47e1b0f41e33977f52f385b70fb6c6cab2afe2ddc5ba7154193de28b88a:922c64590222798bb761d5b6d8e72950
|