- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-22-2022 02:21 PM
Hello dear community,
is there a way to put the whole command line into the XQL query? As you can see the doublequotes are already set by the command line itself.
In SQL I know to do it whith extra double quotes ""XYZ"". But how does that work with XQL?
BR
Rob
06-23-2022 12:09 PM
Sorry, I don't get it.
How would you type in, if i want to check exactly following string.
"C:\Windows\System32\hh.exe" C:\Program Files (x86)\ASSA ABLOY\Vision\Vision.chm::/Use_Guest_CheckIn_Steps_Single.htm
BR
Rob
06-23-2022 11:32 PM
Just like @bbarmanroy mentioned in the post you just need to escape the double quotes in the string.
dataset = xdr_data
|filter action_process_image_command_line = "\"C:\Windows\System32\hh.exe\" C:\Program Files (x86)\ASSA ABLOY\Vision\Vision.chm::/Use_Guest_CheckIn_Steps_Single.htm"
|fields action_process_image_command_line
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!