nuclei-templates/network/detection/bitvise-ssh-detect.yaml

34 lines
748 B
YAML
Raw Normal View History

id: bitvise-detect
info:
2024-06-01 18:23:49 +00:00
name: SSH Bitvise Service - Detect
author: abdullahisik
severity: info
description: |
2024-06-01 18:23:49 +00:00
Bitvise SSH service was detected.
reference:
- https://www.bitvise.com/
- https://vulners.com/openvas/OPENVAS:1361412562310813387
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:/a:bitvise:winsshd
metadata:
shodan-query: product:"bitvise"
max-request: 1
2024-06-01 18:23:49 +00:00
tags: network,ssh,bitvise,detect
tcp:
- host:
- "{{Hostname}}"
port: 22
matchers:
- type: regex
regex:
- '(?i)Bitvise'
extractors:
- type: regex
regex:
2024-06-01 18:23:49 +00:00
- "SSH([-0-9.]+) FlowSsh: Bitvise ([A-Z a-z()]+) ([0-9.]+)"