AcroRd-Exploits
Description
The following query look for suspicious behaviors observed by the samples analyzed in the report.
Query · kql
// Search for persistence in Statup folder that's done by Adobe Acrobat Reader.
// Normally, this behavior is not expected.
DeviceFileEvents
| where
InitiatingProcessFileName =~ "acrord32.exe"
and FolderPath contains "\\Start Menu\\Programs\\Startup"
| project FolderPath, DeviceName, Timestamp, FileName, InitiatingProcessCommandLine, SHA1