2022-11-26 16:21:18 +00:00
id : dropbear-weakmac
2022-11-22 18:29:56 +00:00
info :
2022-11-26 16:21:18 +00:00
name : Dropbear Weak MAC Algorithms Enabled
2022-11-22 18:29:56 +00:00
author : pussycat0x
2022-11-22 18:33:32 +00:00
severity : low
2022-11-22 18:29:56 +00:00
description : |
The mac-alg command specifies which MAC algorithms in the SSH client profile for SSH encryption negotiation with an SFTP server when the DataPower Gateway acts as an SFTP client.
2022-11-23 18:12:39 +00:00
remediation : |
Disable MD5 and 96-bit MAC algorithms.
2022-11-23 07:04:04 +00:00
reference : |
https://www.virtuesecurity.com/kb/ssh-weak-mac-algorithms-enabled
2022-11-22 18:29:56 +00:00
metadata :
verified : true
shodan-query : 'product:"Dropbear sshd"'
2022-11-26 16:21:18 +00:00
tags : network,ssh,dropbear,misconfig
2022-11-22 18:29:56 +00:00
network :
- inputs :
- data : "\n"
2022-11-24 18:16:58 +00:00
2022-11-22 18:29:56 +00:00
host :
- "{{Hostname}}"
- "{{Host}}:22"
2022-11-24 18:16:58 +00:00
2022-12-02 11:58:09 +00:00
matchers-condition : and
2022-11-22 18:29:56 +00:00
matchers :
2022-11-24 18:32:02 +00:00
- type : word
words :
- "hmac-md5"
- "hmac-sha1"
condition : or
2022-12-02 11:58:09 +00:00
- type : word
words :
- "SSH-"