Converted Sysmon/1 and Security/4688 to generic process creation rules

This commit is contained in:
Thomas Patzke
2019-01-16 23:36:31 +01:00
parent ba64f485ac
commit 96eb460944
149 changed files with 2170 additions and 3096 deletions
@@ -0,0 +1,19 @@
title: Java Running with Remote Debugging
description: Detects a JAVA process running with remote debugging allowing more than just localhost to connect
author: Florian Roth
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine: '*transport=dt_socket,address=*'
exclusion:
- CommandLine: '*address=127.0.0.1*'
- CommandLine: '*address=localhost*'
condition: selection and not exclusion
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium