mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
Linux Pnscan
This commit is contained in:
parent
ba72f44b98
commit
3b2ef8f255
@ -4555,3 +4555,17 @@ rule SUSP_Katz_PDB {
|
||||
condition:
|
||||
uint16(0) == 0x5a4d and filesize < 6000KB and all of them
|
||||
}
|
||||
|
||||
rule HKTL_LNX_Pnscan {
|
||||
meta:
|
||||
description = "Detects Pnscan port scanner"
|
||||
author = "Florian Roth"
|
||||
reference = "https://github.com/ptrrkssn/pnscan"
|
||||
date = "2019-05-27"
|
||||
score = 55
|
||||
strings:
|
||||
$x1 = "-R<hex list> Hex coded response string to look for." fullword ascii
|
||||
$x2 = "This program implements a multithreaded TCP port scanner." ascii wide
|
||||
condition:
|
||||
filesize < 6000KB and 1 of them
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user