Update win_dnscat2_powershell_implementation.yml

This commit is contained in:
Jonhnathan 2020-10-15 17:49:36 -03:00 committed by GitHub
parent 9f467f66e6
commit a3f59d6f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ logsource:
product: windows
detection:
selection:
ParentImage|endswith: '*\powershell.exe'
Image|endswith: '*\nslookup.exe'
CommandLine|endswith: '*\nslookup.exe'
ParentImage|endswith: '\powershell.exe'
Image|endswith: '\nslookup.exe'
CommandLine|endswith: '\nslookup.exe'
condition: selection | count(Image) by ParentImage > 100
fields:
- Image