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