Update win_vul_java_remote_debugging.yml

This commit is contained in:
Jonhnathan 2020-10-15 19:57:43 -03:00 committed by GitHub
parent d9afa1aec6
commit 2d9233d418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,10 +9,10 @@ logsource:
product: windows
detection:
selection:
CommandLine: '*transport=dt_socket,address=*'
CommandLine|contains: 'transport=dt_socket,address='
exclusion:
- CommandLine: '*address=127.0.0.1*'
- CommandLine: '*address=localhost*'
- CommandLine|contains: 'address=127.0.0.1'
- CommandLine|contains: 'address=localhost'
condition: selection and not exclusion
fields:
- CommandLine