Merge pull request #1533 from SpeedyFireCyclone/cobaltstrike_service_install_fix

Consistency: Service File Name to ServiceFileName
This commit is contained in:
Florian Roth
2021-06-03 23:34:00 +02:00
committed by GitHub
@@ -5,7 +5,7 @@ author: Florian Roth, Wojciech Lesicki
references:
- https://www.sans.org/webcasts/119395
date: 2021/05/26
modified: 2021/06/01
modified: 2021/06/03
tags:
- attack.execution
- attack.privilege_escalation
@@ -20,11 +20,11 @@ detection:
selection1:
EventID: 7045
selection2:
Service File Name|contains|all:
ServiceFileName|contains|all:
- 'ADMIN$'
- '.exe'
selection3:
Service File Name|contains|all:
ServiceFileName|contains|all:
- '%COMSPEC%'
- 'start'
- 'powershell'