Query Details
Tags:
Query:
DeviceProcessEvents
| where InitiatingProcessFileName contains "mshta.exe"
and ProcessCommandLine has_any ("javascript", "about" , "vbscript", "http", "ftp")
Refernces:
This query is searching for specific events related to processes on devices. Here's a simple breakdown:
DeviceProcessEvents, which logs events related to processes on devices.In summary, the query identifies instances where "mshta.exe" is used to run commands that include potentially suspicious or noteworthy terms related to scripting or web protocols.

Ali Hussein
Released: December 4, 2023
Tables
Keywords
Operators