SigmaHQ/rules/windows/process_access/sysmon_cobaltstrike_bof_injection_pattern.yml

28 lines
816 B
YAML
Raw Normal View History

title: CobaltStrike BOF Injection Pattern
2021-08-04 09:28:58 +00:00
id: 09706624-b7f6-455d-9d02-adee024cee1d
description: Detects a typical pattern of a CobaltStrike BOF which inject into other processes
2021-08-04 09:28:58 +00:00
references:
- https://github.com/boku7/injectAmsiBypass
- https://github.com/boku7/spawn
2021-08-04 09:28:58 +00:00
status: experimental
author: Christian Burkard
date: 2021/08/04
logsource:
category: process_access
product: windows
detection:
selection:
CallTrace|re: '^C:\\Windows\\SYSTEM32\\ntdll\.dll\+[a-z0-9]{4,6}\|C:\\Windows\\System32\\KERNELBASE\.dll\+[a-z0-9]{4,6}\|UNKNOWN\([A-Z0-9]{16}\)$'
GrantedAccess:
- '0x1028'
- '0x1fffff'
2021-08-04 09:28:58 +00:00
condition: selection
falsepositives:
2021-08-18 18:58:20 +00:00
- unknown
2021-08-04 09:28:58 +00:00
level: high
tags:
- attack.execution
- attack.t1106
- attack.defense_evasion
- attack.t1562.001