Enhancement: network/detection/openssh-detect.yaml by md
parent
bbabfda562
commit
0393910b19
|
@ -1,19 +1,22 @@
|
||||||
id: openssh-detect
|
id: openssh-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: OpenSSH Service Detection
|
name: OpenSSH Service - Detect
|
||||||
author: r3dg33k,daffainfo,iamthefrogy
|
author: r3dg33k,daffainfo,iamthefrogy
|
||||||
severity: info
|
severity: info
|
||||||
|
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
|
||||||
reference:
|
reference:
|
||||||
- http://www.openwall.com/lists/oss-security/2016/08/01/2
|
- http://www.openwall.com/lists/oss-security/2016/08/01/2
|
||||||
- http://www.openwall.com/lists/oss-security/2018/08/15/5
|
- http://www.openwall.com/lists/oss-security/2018/08/15/5
|
||||||
|
- http://seclists.org/fulldisclosure/2016/Jul/51
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2016-6210
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-6210
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2018-15473
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-15473
|
||||||
- http://seclists.org/fulldisclosure/2016/Jul/51
|
|
||||||
tags: seclists,network,ssh,openssh
|
tags: seclists,network,ssh,openssh
|
||||||
description: |
|
|
||||||
OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. In addition, OpenSSH provides a large suite of secure tunneling capabilities, several authentication methods, and sophisticated configuration options.
|
|
||||||
|
|
||||||
|
|
||||||
network:
|
network:
|
||||||
- host:
|
- host:
|
||||||
|
@ -29,3 +32,5 @@ network:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'
|
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'
|
||||||
|
|
||||||
|
# Enhanced by md on 2023/02/06
|
||||||
|
|
Loading…
Reference in New Issue