Files
blue-team-tools/rules/windows/sysmon/sysmon_vul_java_remote_debugging.yml
T
2017-02-19 00:31:59 +01:00

19 lines
575 B
YAML

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