Use of MSBuild as LOLBin
Description
Prior to deploying Macaw ransomware in an organization, the adversary frequently uses MSBuild.exe as a LOLBin to communicate with the C2.
Query · kql
DeviceProcessEvents | where InitiatingProcessFileName =~ "wmiprvse.exe" | where FileName =~ "msbuild.exe" and ProcessCommandLine has "programdata"