Cloud Hopper
Description
Original Sigma Rule: https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2017/TA/APT10/proc_creation_win_apt_apt10_cloud_hopper.yml Questions via Twitter: @janvonkirchheim.
Query · kql
DeviceProcessEvents | where Timestamp > ago(7d) | where FileName =~ @"cscript.exe" and ProcessCommandLine has ".vbs /shell " | top 100 by Timestamp desc