Completed changes to selection1

changed to the following to follow rule creation guidelines:
    - Image|endswith: '\wbem\WMIC.exe'
    - ProcessCommandLine|contains: 'wmic '
This commit is contained in:
Cyb3rEng
2021-09-08 21:26:01 -06:00
committed by GitHub
parent 851dfeee46
commit fe9b91c504
@@ -18,8 +18,8 @@ logsource:
detection:
#useful_information: add more LOLBins to the rules logic of your choice.
selection1:
- Image: '*\wbem\WMIC.exe'
- ProcessCommandLine: '*wmic *'
- Image|endswith: '\wbem\WMIC.exe'
- ProcessCommandLine|contains: 'wmic '
- OriginalFileName: 'wmic.exe'
- Description: 'WMI Commandline Utility'
selection2: