- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-01-2023 05:35 AM
Hi,
I'm trying to run the following to run the following query in Query Builder:
The query itself contains the command:
"del *.log /a /s /q /f"
I was wondering if there is a way to escape the asterisk character after the "del. " part of the command in either Query Builder or XQL?
05-01-2023 10:32 PM
Hi Bbarmanory,
In regards to the link you have provided, I did try to put a leading slash with an asterisk (like that '\*') but I didn't get any results.
05-02-2023 12:27 AM
Hi Fmoixsante,
Of course,
dataset = xdr_data
|filter os_actor_process_command_line="del *.log /a /s /q /f"
And here is the version with the escaped asterisk character:
dataset = xdr_data
|filter os_actor_process_command_line="del \*.log /a /s /q /f"
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!