34 lines
888 B
YAML
34 lines
888 B
YAML
id: aqua-enterprise-panel
|
|
|
|
info:
|
|
name: Aqua Enterprise Panel
|
|
author: idealphase
|
|
severity: info
|
|
description: |
|
|
Aqua scans container images based on a constantly updated stream of aggregate sources of vulnerability data (CVEs, vendor advisories, and proprietary research)
|
|
reference:
|
|
- https://www.aquasec.com/
|
|
metadata:
|
|
verified: true
|
|
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
|
|
|
|
requests:
|
|
- 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
|