Forum Discussion

akshay250692's avatar
akshay250692
Brass Contributor
Apr 12, 2023
Solved

KQL Queries

  Hi Team,   Please help us to write KQL. We have created rule with help of "SecurityAlert" table. but due to last its not working. We dont want particular command line alert. how it will excluded...
  • Clive_Watson's avatar
    Apr 12, 2023
    The "\" is a special character - just add two, example:

    | where commandline !contains "f:\\abc\\xyz\\comhost.exe"