search effectiveness triage - stop citrix
search cancel

search effectiveness triage - stop citrix

book

Article ID: 253314

calendar_today

Updated On:

Products

Endpoint Detection and Response

Issue/Introduction

The search page of EDR on-prem appliance displays unexpected results when searching the EDR database with the terms "stop citrix".

Search query: process.file.name:net.exe AND process.cmd_line:"stop citrix"

catching this:
net  stop "Citrix Desktop Service"

not catching this:
net  stop CitrixCSEEngine

Environment

Release : 4.6.8

Resolution

Search query: type_id: 8001 AND process.file.name:net.exe AND process.cmd_line: "net*start*" AND -"Altiris"
Note the negate operator as  character against 'Altilis' phrase.
A result may include net start command with "AeXNSClient" and "SISManager", but not "Altiris"

This syntax appears to work when tested on EDR 4.7.0, which has the same search syntax as EDR 4.6.8.