28 lines
671 B
YAML
28 lines
671 B
YAML
id: openssh-detection
|
|
|
|
info:
|
|
name: OpenSSH Detection
|
|
author: r3dg33k,daffainfo,iamthefrogy
|
|
severity: info
|
|
reference:
|
|
- http://www.openwall.com/lists/oss-security/2016/08/01/2
|
|
- http://www.openwall.com/lists/oss-security/2018/08/15/5
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-6210
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-15473
|
|
- http://seclists.org/fulldisclosure/2016/Jul/51
|
|
tags: network,ssh,openssh
|
|
|
|
network:
|
|
- host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:22"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)OpenSSH'
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)SSH-(.*)-OpenSSH_[^\r]+' |