SigmaHQ/rules/windows/sysmon/sysmon_vul_java_remote_debugging.yml
2018-07-16 16:20:33 -05:00

21 lines
567 B
YAML

title: Java Running with Remote Debugging
description: Detects a JAVA process running with remote debugging allowing more than just localhost to connect
author: Florian Roth
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
CommandLine: '*transport=dt_socket,address=*'
exclusion:
- CommandLine: '*address=127.0.0.1*'
- CommandLine: '*address=localhost*'
condition: selection and not exclusion
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium