Files
blue-team-tools/rules/windows/process_creation/win_vul_java_remote_debugging.yml
T
frack113 1cfca93354 Missing status in rules (#2284)
* add missing status
2021-11-19 22:32:26 +01:00

26 lines
727 B
YAML

title: Java Running with Remote Debugging
id: 8f88e3f6-2a49-48f5-a5c4-2f7eedf78710
description: Detects a JAVA process running with remote debugging allowing more than just localhost to connect
status: experimental
author: Florian Roth
date: 2019/01/16
modified: 2020/08/29
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains: 'transport=dt_socket,address='
exclusion:
- CommandLine|contains: 'address=127.0.0.1'
- CommandLine|contains: 'address=localhost'
condition: selection and not exclusion
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium
tags:
- attack.t1203
- attack.execution