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