- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-22-2023 02:32 AM
Hello ,
How can we check on XDR who is logging in on Linux systems ?
08-22-2023 06:04 AM
Hi
Thank you for reaching out to the Live Community. Please allow me to address your questions.
You can get the details from Endpoint Data collected by data Cortex XDR ensuring that you have XTH ad-on.
Else you can use below query as a baseline, please finetune it for ssh related logins:
dataset = xdr_data
| filter event_type = ENUM.LOGIN_EVENT
| join (
dataset = endpoints
| filter platform = ENUM.LINUX ) as endp endp.endpoint_name = agent_hostname
Please mark the response as "Accept as Solution" if it answers your query.
08-22-2023 06:40 AM
Hello ,
Thank you for your help !
Tried the query and this only gives us results for root login information is there a way to get non root login and the dst ip and port are also not seen even after modifying the query a bit.
08-23-2023 03:28 AM
Hello,
I will suggest to use below query as a baseline and modify the query as per your need.
preset = xdr_login_events | filter agent_hostname = "xxxxx"
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!