mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
fix: bugfix in SSHDoor rule - missing "and"
This commit is contained in:
parent
a2c2478527
commit
73bfc659da
@ -177,7 +177,7 @@ rule MAL_LNX_SSHDOOR_Triton {
|
||||
$mimban_i2 = "PEM_read_bio_RSA_PUBKEY"
|
||||
$mimban_i3 = "gethostbyname"
|
||||
condition:
|
||||
uint32be(0) == 0x7f454c46 // ELF
|
||||
uint32be(0) == 0x7f454c46 and // ELF
|
||||
( 1 of ($a_*) or 2 of ($ac_*) ) // SSH Binary
|
||||
and (
|
||||
( 1 of ($s*) ) or
|
||||
|
Loading…
Reference in New Issue
Block a user