Linux audit logs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Linux audit logs

L1 Bithead

Hello , 

 

How can we check on XDR who is logging in on Linux  systems ?

3 REPLIES 3

L5 Sessionator

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.

https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Endpoint-Da...

 

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.

Ashutosh Patil

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.

L5 Sessionator

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.

Ashutosh Patil
  • 1080 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!