nuclei-templates/exposed-panels/aqua-enterprise-panel.yaml

34 lines
888 B
YAML
Raw Normal View History

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
2022-06-22 05:41:08 +00:00
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