Updated - GitHub Action / Test Sigma

This commit is contained in:
cyb3rward0g 2020-10-12 21:34:07 -04:00
parent 21f41eaad9
commit 491049b92a
5 changed files with 8 additions and 7 deletions

View File

@ -10,8 +10,9 @@ references:
- https://github.com/OTRF/detection-hackathon-apt29/issues/17
logsource:
product: zeek
service: files
service: http
service:
- files
- http
detection:
selection1:
uri:

View File

@ -10,8 +10,9 @@ references:
- https://github.com/OTRF/detection-hackathon-apt29/issues/17
logsource:
product: zeek
service: files
service: http
service:
- files
- http
detection:
selection1:
uri:

View File

@ -20,7 +20,7 @@ detection:
LogonType: 3
ProcessName: '*scrcons.exe'
filter:
TargetLogonId: '0x3e7'
TargetLogonId: '0x3e7'
condition: selection and not filter
falsepositives:
- SCCM

View File

@ -1,6 +1,5 @@
title: New Application in AppCompat
id: 60936b49-fca0-4f32-993d-7415edcf9a5d
status: experimental
description: A General detection for a new application in AppCompat. This indicates an application executing for the first time on an endpoint.
status: experimental
date: 2020/05/02

View File

@ -18,7 +18,7 @@ detection:
EventID: 12
EventType: 'CreateKey'
TargetObject|endswith: '\Software\Sysinternals\SDelete'
selection1:
selection2:
EventID: 13
EventType: 'SetValue'
TargetObject|contains: '\Software\Sysinternals\SDelete'