mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
feat: some often used ncat command line strings
This commit is contained in:
parent
1b537cac5d
commit
cbc7a746d4
@ -18,7 +18,14 @@ detection:
|
||||
# can not use OriginalFileName as is empty
|
||||
Image|endswith:
|
||||
- '\ncat.exe'
|
||||
condition: selection
|
||||
selection_cmdline:
|
||||
# Typical command lines
|
||||
CommandLine|contains:
|
||||
- ' -lvp '
|
||||
- ' -l --proxy-type http '
|
||||
- ' --exec cmd.exe '
|
||||
- ' -vnl --exec '
|
||||
condition: selection or selection_cmdline
|
||||
falsepositives:
|
||||
- Legitimate ncat use
|
||||
level: medium
|
||||
|
Loading…
Reference in New Issue
Block a user