Query Details
Tags:
Query:
DeviceEvents
| where ActionType == 'ServiceInstalled'
| extend parsed = parse_json(AdditionalFields)
| where parsed.ServiceName has_any ("screenconnect","Radmin", "Splashtop", "Atera", "AmmyyAdmin", "jumpcloud", "GoToAssist", "anydesk")
References:
This query is looking for events on devices where a new service has been installed. Specifically, it filters for services that match certain remote access or management tools. Here's a breakdown:
In simple terms, this query identifies instances where specific remote access or management services were installed on devices.

Ali Hussein
Released: September 13, 2023
Tables
Keywords
Operators