Files
blue-team-tools/rules/windows/process_creation/win_vul_java_remote_debugging.yml
T
Thomas Patzke 7602309138 Increased indentation to 4
* Converted (to generic sigma) rules
* Converter outputs by default with indentation 4
2019-03-02 00:14:20 +01:00

20 lines
559 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:
category: process_creation
product: windows
detection:
selection:
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