Files
blue-team-tools/rules/windows/process_creation/win_apt_hurricane_panda.yml
T

26 lines
706 B
YAML
Raw Normal View History

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
author: Florian Roth
date: 2019/03/04
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:
category: process_creation
2018-02-25 17:24:00 +01:00
product: windows
detection:
selection:
2020-10-15 17:30:34 -03:00
CommandLine|endswith:
- ' localgroup administrators admin /add'
CommandLine|contains:
- '\Win64.exe'
condition: selection
falsepositives:
- Unknown
level: high