2022-10-11 10:24:00 +00:00
|
|
|
id: aqua-enterprise-detect
|
2022-10-10 22:50:40 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-11 10:24:00 +00:00
|
|
|
name: Aqua Enterprise Detect
|
2022-10-10 22:50:40 +00:00
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
|
|
|
reference: https://www.aquasec.com/
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-10-10 22:50:40 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.favicon.hash:-1261322577
|
|
|
|
tags: tech,aqua
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-10-10 22:50:40 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-10-11 09:23:15 +00:00
|
|
|
- "{{BaseURL}}/api"
|
2022-10-10 22:50:40 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '"version"'
|
|
|
|
- '"enable_sso"'
|
|
|
|
- '"num_protected_kube_nodes"'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '{"version":"([0-9.]+)",'
|