2018-01-27 10:57:30 +01:00
|
|
|
title: Java Running with Remote Debugging
|
2017-02-10 19:17:02 +01:00
|
|
|
description: Detcts a JAVA process running with remote debugging allowing more than just localhost to connect
|
2017-02-19 00:31:59 +01:00
|
|
|
author: Florian Roth
|
|
|
|
|
logsource:
|
2017-03-13 09:23:08 +01:00
|
|
|
product: windows
|
|
|
|
|
service: sysmon
|
2017-02-06 20:03:42 +01:00
|
|
|
detection:
|
|
|
|
|
selection:
|
2017-02-15 23:53:08 +01:00
|
|
|
EventID: 1
|
|
|
|
|
CommandLine: '*transport=dt_socket,address=*'
|
2017-02-06 20:03:42 +01:00
|
|
|
exclusion:
|
|
|
|
|
- CommandLine: '*address=127.0.0.1*'
|
|
|
|
|
- CommandLine: '*address=localhost*'
|
|
|
|
|
condition: selection and not exclusion
|
2017-09-12 23:54:04 +02:00
|
|
|
fields:
|
|
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2017-02-06 20:03:42 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- unknown
|
2017-02-16 18:02:26 +01:00
|
|
|
level: medium
|