Update openssh-detection.yaml
parent
263de1090e
commit
092788af08
|
@ -11,7 +11,8 @@ info:
|
|||
- https://nvd.nist.gov/vuln/detail/CVE-2018-15473
|
||||
- http://seclists.org/fulldisclosure/2016/Jul/51
|
||||
tags: 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.
|
||||
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:
|
||||
|
@ -27,4 +28,4 @@ network:
|
|||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'
|
||||
- '(?i)SSH-(.*)-OpenSSH_[^\r]+'
|
||||
|
|
Loading…
Reference in New Issue