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
|
2021-11-27 11:33:14 +01:00
|
|
|
status: test
|
2019-01-16 23:36:31 +01:00
|
|
|
description: Detects a JAVA process running with remote debugging allowing more than just localhost to connect
|
|
|
|
|
author: Florian Roth
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2019/01/16
|
2021-11-27 11:33:14 +01:00
|
|
|
modified: 2021/11/27
|
2019-01-16 23:36:31 +01:00
|
|
|
logsource:
|
2021-11-27 11:33:14 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2021-11-27 11:33:14 +01:00
|
|
|
selection:
|
|
|
|
|
CommandLine|contains: 'transport=dt_socket,address='
|
|
|
|
|
exclusion:
|
|
|
|
|
- CommandLine|contains: 'address=127.0.0.1'
|
|
|
|
|
- CommandLine|contains: 'address=localhost'
|
|
|
|
|
condition: selection and not exclusion
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2021-11-27 11:33:14 +01:00
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2021-11-27 11:33:14 +01:00
|
|
|
- unknown
|
2019-01-16 23:36:31 +01:00
|
|
|
level: medium
|
2021-09-07 17:45:41 +02:00
|
|
|
tags:
|
2021-11-27 11:33:14 +01:00
|
|
|
- attack.t1203
|
|
|
|
|
- attack.execution
|