2021-08-13 13:31:12 +00:00
|
|
|
title: CobaltStrike BOF Injection Pattern
|
2021-08-04 09:28:58 +00:00
|
|
|
id: 09706624-b7f6-455d-9d02-adee024cee1d
|
2021-08-13 13:31:12 +00:00
|
|
|
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
|
2021-08-13 13:31:12 +00:00
|
|
|
- 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}\)$'
|
2021-08-13 13:31:12 +00:00
|
|
|
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
|