mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
88270fcf2d
* removed unnecessary one element lists from definitions * converted some lists of one element maps to maps because the resulting OR linkage would cause wrong result.
15 lines
494 B
YAML
15 lines
494 B
YAML
title: Java running with Remote Debugging
|
|
description: Detcts a JAVA process running with remote debugging allowing more than just localhost to connect
|
|
detection:
|
|
selection:
|
|
EventLog: Microsoft-Windows-Sysmon/Operational
|
|
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: 30
|