Merge pull request #4626 from idealphase/master
Added aqua-enterprise.yaml & Updated favicon-detection.yamlpatch-1
commit
547cc4d1ee
|
@ -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
|
|
@ -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)))"
|
||||
|
|
Loading…
Reference in New Issue