Query Details
Tags: Query: DeviceFileEvents | where ActionType == @"FileCreated" and FolderPath contains "music" and FolderPath contains "users" and FileName endswith ".exe" and InitiatingProcessAccountName != @"system" and InitiatingProcessVersionInfoCompanyName != @"Parallels International GmbH" | invoke FileProfile() | where GlobalPrevalence <= 10 References:
This query is looking for specific file creation events on devices. Here's a simple summary:
DeviceFileEvents table, which logs file-related activities on devices.ActionType == "FileCreated").FileProfile() function to get additional information about the files.In essence, this query identifies rare executable files created in specific user music directories, excluding those created by system processes or Parallels software.

Ali Hussein
Released: October 11, 2023
Tables
Keywords
Operators