2022-09-20 07:48:01 +00:00
|
|
|
id: openssh-detect
|
2022-07-03 10:33:58 +00:00
|
|
|
|
|
|
|
info:
|
2023-02-06 15:15:39 +00:00
|
|
|
name: OpenSSH Service - Detect
|
2022-07-03 10:33:58 +00:00
|
|
|
author: r3dg33k,daffainfo,iamthefrogy
|
|
|
|
severity: info
|
2023-02-06 15:15:39 +00:00
|
|
|
description: |
|
|
|
|
OpenSSH service was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-07-03 10:33:58 +00:00
|
|
|
reference:
|
|
|
|
- http://www.openwall.com/lists/oss-security/2016/08/01/2
|
|
|
|
- http://www.openwall.com/lists/oss-security/2018/08/15/5
|
2023-02-06 15:15:39 +00:00
|
|
|
- http://seclists.org/fulldisclosure/2016/Jul/51
|
2022-07-03 10:33:58 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-6210
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-15473
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: seclists,network,ssh,openssh
|
2022-07-03 10:33:58 +00:00
|
|
|
|
|
|
|
network:
|
|
|
|
- host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
- "{{Host}}:22"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)OpenSSH'
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-08-16 16:24:53 +00:00
|
|
|
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'
|
2023-02-06 15:15:39 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/06
|