Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_susp_sysnative.yml
T

25 lines
723 B
YAML
Raw Normal View History

2022-08-23 14:50:02 +02:00
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/
2023-02-01 11:14:59 +01:00
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
2022-10-28 15:06:36 +02:00
level: medium