32 lines
948 B
YAML
32 lines
948 B
YAML
id: sshd-dropbear-detect
|
|
|
|
info:
|
|
name: Dropbear sshd Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Dropbear is a software package written by Matt Johnston that provides a Secure Shell-compatible server and client. It is designed as a replacement for standard OpenSSH for environments with low memory and processor resources, such as embedded systems
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: product:"Dropbear sshd"
|
|
verified: true
|
|
tags: network,ssh,dropbear,detect
|
|
|
|
tcp:
|
|
|
|
- inputs:
|
|
- data: "\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 22
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "dropbear"
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "SSH-([0-9.]+)-dropbear_([0-9.]+)"
|
|
# digest: 490a004630440220438498b49b5385bc372baaee7e1eff1283d2e9c61ab0c1dc23186c490d869cb502205dc85f28855b9801106223738ae1f41ce8d308f633757c65f62c509bab67215a:922c64590222798bb761d5b6d8e72950 |