diff --git a/network/openssh-detection.yaml b/network/openssh-detection.yaml index 40e0781219..9da8374abf 100644 --- a/network/openssh-detection.yaml +++ b/network/openssh-detection.yaml @@ -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]+' \ No newline at end of file + - '(?i)SSH-(.*)-OpenSSH_[^\r]+'