Merge pull request #4626 from idealphase/master

Added aqua-enterprise.yaml & Updated favicon-detection.yaml
patch-1
Prince Chaddha 2022-06-22 11:15:33 +05:30 committed by GitHub
commit 547cc4d1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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

View File

@ -2630,3 +2630,8 @@ requests:
name: "Coverity"
dsl:
- "status_code==200 && (\"-994319624\" == mmh3(base64_py(body)))"
- type: dsl
name: "Aqua Enterprise"
dsl:
- "status_code==200 && (\"-1261322577\" == mmh3(base64_py(body)))"