2019-01-16 23:36:31 +01:00
|
|
|
title: Java Running with Remote Debugging
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 8f88e3f6-2a49-48f5-a5c4-2f7eedf78710
|
2019-01-16 23:36:31 +01:00
|
|
|
description: Detects a JAVA process running with remote debugging allowing more than just localhost to connect
|
2021-11-19 22:32:26 +01:00
|
|
|
status: experimental
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Florian Roth
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2020-08-29 19:22:09 +03:00
|
|
|
modified: 2020/08/29
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
2020-10-15 19:57:43 -03:00
|
|
|
CommandLine|contains: 'transport=dt_socket,address='
|
2019-03-02 00:14:20 +01:00
|
|
|
exclusion:
|
2020-10-15 19:57:43 -03:00
|
|
|
- CommandLine|contains: 'address=127.0.0.1'
|
|
|
|
|
- CommandLine|contains: 'address=localhost'
|
2019-03-02 00:14:20 +01:00
|
|
|
condition: selection and not exclusion
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2019-03-02 00:14:20 +01:00
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: medium
|
2021-09-07 17:45:41 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.t1203
|
|
|
|
|
- attack.execution
|