2024-06-12 11:06:21 +00:00
|
|
|
id: mikrotik-ssh-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: MikroTik RouterOS SSH - Detect
|
|
|
|
author: staticnoise
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
MikroTik RouterOS SSH was detected.
|
|
|
|
reference:
|
|
|
|
- http://www.openwall.com/lists/oss-security/2016/08/01/2
|
|
|
|
- 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-2018-15473
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2024-06-13 06:20:19 +00:00
|
|
|
shodan-query: SSH-2.0-ROSSSH
|
2024-06-13 08:10:06 +00:00
|
|
|
verified: true
|
2024-06-12 11:06:21 +00:00
|
|
|
tags: network,mikrotik,detect,detection,tcp
|
|
|
|
|
|
|
|
tcp:
|
|
|
|
- host:
|
|
|
|
- "{{Hostname}}"
|
|
|
|
port: 22
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2024-06-13 08:10:06 +00:00
|
|
|
- '(?i)SSH-2.0-ROSSSH'
|