2018-02-25 17:24:00 +01:00
|
|
|
title: Hurricane Panda Activity
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 0eb2107b-a596-422e-b123-b389d5594ed7
|
2019-03-04 16:13:27 +03:00
|
|
|
author: Florian Roth
|
2018-02-25 17:24:00 +01:00
|
|
|
status: experimental
|
2019-11-12 23:12:27 +01:00
|
|
|
description: Detects Hurricane Panda Activity
|
|
|
|
|
references:
|
2018-02-25 17:24:00 +01:00
|
|
|
- https://www.crowdstrike.com/blog/crowdstrike-discovers-use-64-bit-zero-day-privilege-escalation-exploit-cve-2014-4113-hurricane-panda/
|
2018-07-25 09:50:01 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.privilege_escalation
|
|
|
|
|
- attack.g0009
|
|
|
|
|
- attack.t1068
|
2018-02-25 17:24:00 +01:00
|
|
|
logsource:
|
2019-03-04 16:13:27 +03:00
|
|
|
category: process_creation
|
2018-02-25 17:24:00 +01:00
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2018-12-11 16:10:15 +01:00
|
|
|
CommandLine:
|
|
|
|
|
- '* localgroup administrators admin /add'
|
|
|
|
|
- '*\Win64.exe*'
|
2019-03-04 16:13:27 +03:00
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
|
|
|
|
level: high
|
2018-02-25 17:24:00 +01:00
|
|
|
|