mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
17 lines
495 B
YAML
17 lines
495 B
YAML
title: Java running with Remote Debugging
|
|
description: Detcts a JAVA process running with remote debugging allowing more than just localhost to connect
|
|
author: Florian Roth
|
|
logsource:
|
|
product: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
CommandLine: '*transport=dt_socket,address=*'
|
|
exclusion:
|
|
- CommandLine: '*address=127.0.0.1*'
|
|
- CommandLine: '*address=localhost*'
|
|
condition: selection and not exclusion
|
|
falsepositives:
|
|
- unknown
|
|
level: medium
|