Files
blue-team-tools/rules/windows/sysmon/sysmon_vul_java_remote_debugging.yml
T

18 lines
550 B
YAML
Raw Normal View History

title: Java running with Remote Debugging
2017-02-10 19:17:02 +01:00
description: Detcts a JAVA process running with remote debugging allowing more than just localhost to connect
2017-02-19 00:31:59 +01:00
author: Florian Roth
logsource:
2017-02-19 11:08:23 +01:00
product: sysmon
detection:
selection:
2017-02-15 23:53:08 +01:00
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
2017-02-16 18:02:26 +01:00
level: medium