31 lines
558 B
YAML
31 lines
558 B
YAML
|
id: versa-analytics-server
|
||
|
|
||
|
info:
|
||
|
name: Versa Analytics Server Detection
|
||
|
author: c-sh0
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://versa-networks.com/products/components/
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: "Versa-Analytics-Server"
|
||
|
tags: tech,versa,analytics
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "Versa-Analytics-Server"
|
||
|
|
||
|
extractors:
|
||
|
- type: kval
|
||
|
part: header
|
||
|
kval:
|
||
|
- Server
|