Judgement Panda exfil activity
Description
Original Sigma Rule: https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2019/TA/APT31/proc_creation_win_apt_apt31_judgement_panda.yml Questions via Twitter: @janvonkirchheim.
Query · kql
DeviceProcessEvents
| where Timestamp > ago(7d)
| where ProcessCommandLine has @"\ldifde.exe -f -n "
or ProcessCommandLine has @"\7za.exe a 1.7z "
or ProcessCommandLine endswith @" eprod.ldf"
or ProcessCommandLine has @"\aaaa\procdump64.exe"
or ProcessCommandLine has @"\aaaa\netsess.exe"
or ProcessCommandLine has @"\aaaa\7za.exe"
or ProcessCommandLine has @"copy .\1.7z \"
or ProcessCommandLine has @"copy \client\c$\aaaa\"
or FolderPath == @"C:\Users\Public\7za.exe"
| top 100 by Timestamp desc