- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-23-2023 09:12 AM
All,
Trying to write a XQL query to search for this Windows command line when executed. Can anyone tell me how to distinguish the command line parameters "domain computers" in XQL? Thanks.
actor_process_command_line = "%systemroot%\system32\net.exe group "domain computers" /domain"
06-25-2023 06:28 PM
Hi @Chris_Dietz you will need to escape the double-quotes with a leading backslash, as explained here: https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-question-command-line-with-quot-to-x...
06-25-2023 06:28 PM
Hi @Chris_Dietz you will need to escape the double-quotes with a leading backslash, as explained here: https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/xql-question-command-line-with-quot-to-x...
06-26-2023 04:47 AM
Thanks! I was really scratching my head on that one.
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!