Hurricane Panda activity


Description

Original Sigma Rule: https://github.com/SigmaHQ/sigma/blob/master/deprecated/windows/proc_creation_win_apt_hurricane_panda.yml Questions via Twitter: @janvonkirchheim.

Query · kql

DeviceProcessEvents 
| where Timestamp > ago(7d)
| where ProcessCommandLine endswith " localgroup administrators admin /add"
     or ProcessCommandLine has @"\Win64.exe"
| top 100 by Timestamp desc
Raw source Hurricane Panda activity · KQL
Esc
Published by Azure/Azure-Sentinel ↗, licensed under MIT ↗. Reproduced here unmodified.
id: c8a459ae-cb3e-46c0-82b1-670649dd3e7a
name: Hurricane Panda activity
description: |
  Original Sigma Rule: https://github.com/SigmaHQ/sigma/blob/master/deprecated/windows/proc_creation_win_apt_hurricane_panda.yml
  Questions via Twitter: @janvonkirchheim.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceProcessEvents
query: |
  DeviceProcessEvents 
  | where Timestamp > ago(7d)
  | where ProcessCommandLine endswith " localgroup administrators admin /add"
       or ProcessCommandLine has @"\Win64.exe"
  | top 100 by Timestamp desc

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.