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
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.discovery
|
|
|
|
- attack.t1046
|
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:
|
|
|
|
CommandLine: '*transport=dt_socket,address=*'
|
|
|
|
exclusion:
|
|
|
|
- CommandLine: '*address=127.0.0.1*'
|
|
|
|
- CommandLine: '*address=localhost*'
|
|
|
|
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
|