Adding some pipes

This commit is contained in:
WojciechLesicki
2021-05-25 15:47:34 +02:00
parent 5e62cc2094
commit 38552e98cf
@@ -17,13 +17,15 @@ logsource:
category: pipe_created
definition: 'Note that you have to configure logging for Named Pipe Events in Sysmon config (Event ID 17)'
detection:
selection_start:
selection_MSSE_start:
PipeName|startswith: '\MSSE-'
selection_end:
selection_MSSE_end:
PipeName|endswith: '-server'
selection_others:
selection_postex:
PipeName|startswith: '\postex_'
selection_msagent:
PipeName|startswith: '\msagent_'
condition: selection_start and selection_end
condition: selection_MSSE_start and selection_MSSE_end or selection_postex or selection_msagent
falsepositives:
- Unknown
level: critical