APT29 thinktanks


Description

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

Query · kql

DeviceProcessEvents 
| where Timestamp > ago(7d)
| where ProcessCommandLine has "-noni -ep bypass $"
| top 100 by Timestamp desc
Raw source APT29 thinktanks · KQL
Esc
Published by Azure/Azure-Sentinel ↗, licensed under MIT ↗. Reproduced here unmodified.
id: 40446d6e-745d-4689-a477-6b6a43a15755
name: APT29 thinktanks
description: |
  Original Sigma Rule: https://github.com/SigmaHQ/sigma/blob/master/deprecated/windows/proc_creation_win_apt_apt29_thinktanks.yml
  Questions via Twitter: @janvonkirchheim.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceProcessEvents
query: |
  DeviceProcessEvents 
  | where Timestamp > ago(7d)
  | where ProcessCommandLine has "-noni -ep bypass $"
  | 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.