2018-02-25 16:24:00 +00:00
|
|
|
---
|
|
|
|
action: global
|
|
|
|
title: Hurricane Panda Activity
|
|
|
|
status: experimental
|
|
|
|
description: Detects Hurricane Panda Activity
|
|
|
|
references:
|
|
|
|
- https://www.crowdstrike.com/blog/crowdstrike-discovers-use-64-bit-zero-day-privilege-escalation-exploit-cve-2014-4113-hurricane-panda/
|
2018-07-25 07:50:01 +00:00
|
|
|
tags:
|
|
|
|
- attack.privilege_escalation
|
|
|
|
- attack.g0009
|
|
|
|
- attack.t1068
|
2018-02-25 16:24:00 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/02/25
|
2018-12-11 15:10:15 +00:00
|
|
|
modified: 2018/12/11
|
2018-02-25 16:24:00 +00:00
|
|
|
detection:
|
2018-03-04 19:07:02 +00:00
|
|
|
condition: selection
|
2018-02-25 16:24:00 +00:00
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 1
|
2018-12-11 15:10:15 +00:00
|
|
|
CommandLine:
|
|
|
|
- '* localgroup administrators admin /add'
|
|
|
|
- '*\Win64.exe*'
|
2018-02-25 16:24:00 +00:00
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2018-11-15 06:00:06 +00:00
|
|
|
definition: 'Requirements: Audit Policy : Detailed Tracking > Audit Process creation, Group Policy : Administrative Templates\System\Audit Process Creation'
|
2018-02-25 16:24:00 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 4688
|
2018-12-11 15:10:15 +00:00
|
|
|
ProcessCommandLine:
|
|
|
|
- '* localgroup administrators admin /add'
|
|
|
|
- '*\Win64.exe*'
|
2018-02-25 16:24:00 +00:00
|
|
|
|
|
|
|
|