598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
25 lines
723 B
YAML
25 lines
723 B
YAML
title: Process Creation Using Sysnative Folder
|
|
id: 3c1b5fb0-c72f-45ba-abd1-4d4c353144ab
|
|
status: test
|
|
description: Detects process creation events that use the Sysnative folder (common for CobaltStrike spawns)
|
|
references:
|
|
- https://thedfirreport.com/2021/08/29/cobalt-strike-a-defenders-guide/
|
|
author: Max Altgelt (Nextron Systems)
|
|
date: 2022-08-23
|
|
modified: 2023-12-14
|
|
tags:
|
|
- attack.defense-evasion
|
|
- attack.privilege-escalation
|
|
- attack.t1055
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
sysnative:
|
|
- CommandLine|contains: ':\Windows\Sysnative\'
|
|
- Image|contains: ':\Windows\Sysnative\'
|
|
condition: sysnative
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|