simplifying format
This commit is contained in:
@@ -16,15 +16,16 @@ detection:
|
||||
CommandLine|contains: '/format' # wmic process list /FORMAT /?
|
||||
- Image|endswith: '\msxsl.exe'
|
||||
false_positives:
|
||||
- CommandLine|contains: '/Format:List'
|
||||
- CommandLine|contains: '/Format:htable'
|
||||
- CommandLine|contains: '/Format:hform'
|
||||
- CommandLine|contains: '/Format:table'
|
||||
- CommandLine|contains: '/Format:mof'
|
||||
- CommandLine|contains: '/Format:value'
|
||||
- CommandLine|contains: '/Format:rawxml'
|
||||
- CommandLine|contains: '/Format:xml'
|
||||
- CommandLine|contains: '/Format:csv'
|
||||
CommandLine|contains:
|
||||
- '/Format:List'
|
||||
- '/Format:htable'
|
||||
- '/Format:hform'
|
||||
- '/Format:table'
|
||||
- '/Format:mof'
|
||||
- '/Format:value'
|
||||
- '/Format:rawxml'
|
||||
- '/Format:xml'
|
||||
- '/Format:csv'
|
||||
condition: selection and not false_positives
|
||||
falsepositives:
|
||||
- WMIC.exe FP depend on scripts and administrative methods used in the monitored environment.
|
||||
|
||||
Reference in New Issue
Block a user