LoFP LoFP / t1220

t1220

TitleTags
false positives are limited as legitimate applications typically do not download files or xsl using wmic. filter as needed.
msxsl is not installed by default and is deprecated, so unlikely on most systems.
since the imageload event doesn't have enough information in this case. it's better to look at the recent process creation events that spawned the wmic process and investigate the command line and parent/child processes to get more insights
static format arguments - https://petri.com/command-line-wmi-part-3
the command wmic os get lastboottuptime loads vbscript.dll
the command wmic os get locale loads vbscript.dll
wmic.exe fp depend on scripts and administrative methods used in the monitored environment.