- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-23-2025 01:22 PM
Hi Live Community, I'm working on a query in XQL that can determine which applications in our Windows environment require Java to run.
My thought process is if a Windows workstation is using Java (java.exe or javaw.exe) in the past 30 days it must be needed.
I'm not too sure about the difference between actor_process_image_name OR action_process_image_name.
In this case would I want to look at both?
As always, thank you in advance.
Joe
07-25-2025 07:04 AM
Hi Joe_Carissimo,
Please check the document:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XQL-Schema-Reference-Guide/Actor-Actor
You will see there that actor_process_image_name refers to the parent process (also known as CGO many times) and action_process_image_name refers to the child of the former (initiated process or target process)
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution". Thank you.
KR,
Luis
07-25-2025 07:04 AM
Hi Joe_Carissimo,
Please check the document:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XQL-Schema-Reference-Guide/Actor-Actor
You will see there that actor_process_image_name refers to the parent process (also known as CGO many times) and action_process_image_name refers to the child of the former (initiated process or target process)
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution". Thank you.
KR,
Luis
07-25-2025 09:14 AM
Hi @eluis, thanks for your reply. I am looking through that page you shared now. This is helpful.
Regards,
Joe
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!