Skip to content

Aqua Enterprise - Panel Detect

ID: aqua-enterprise-panel

Severity: info

Author: idealphase

Tags: panel,aqua,aquasec

Aqua Enterprise panel was detected.

id: aqua-enterprise-panel
info:
name: Aqua Enterprise - Panel Detect
author: idealphase
severity: info
description: |
Aqua Enterprise panel was detected.
reference:
- https://www.aquasec.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Aqua Enterprise" || http.title:"Aqua Cloud Native Security Platform"
google-query: intitle:"Aqua Cloud Native Security Platform"
tags: panel,aqua,aquasec
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Aqua Enterprise</title>"
- "<title>Aqua Cloud Native Security Platform</title>"
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100f718db1287e231b5bbaa26eafe91b68cfa098354705ed79cd4ae9cbe63ad6c96022013746106ee22caa4aab117e0a575efb7eecd532f6ef2ebd8bf49139e39a0ea0d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/aqua-enterprise-panel.yaml"

View on Github