DropBear_SSH_Server
Description
Detects DropBear SSH Server (not a threat but used to maintain access)
Query · yara
strings: $s1 = "Dropbear server v%s https://matt.ucc.asn.au/dropbear/dropbear.html" fullword ascii $s2 = "Badly formatted command= authorized_keys option" fullword ascii $s3 = "This Dropbear program does not support '%s' %s algorithm" fullword ascii $s4 = "/etc/dropbear/dropbear_dss_host_key" fullword ascii $s5 = "/etc/dropbear/dropbear_rsa_host_key" fullword ascii condition: uint16(0) == 0x5a4d and filesize < 1000KB and 2 of them