- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-26-2023 09:34 PM
I want to search a specific process name xyz.exe, or xyz.dll which is already running or previously executed.
How can I do it both in single search?
12-28-2023 08:18 PM
Hello @Prashanta ,
Thank you for writing to live community.
You can use below as an example:
dataset = xdr_data
| filter action_module_path contains "abc.dll" or action_process_image_name = "abc.exe"
Hope this helps!
Please mark the response as "Accept as Solution" if it answers your query.
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!