Splunk Enterprise Security

Tracking Session Open/Closed

Hegemon76
Communicator

Hello,

How could I track if a session is opened but not closed immediately and by track I mean implementing a rule to alert for a session longer than a second?

Apparently I don't have enough points to post the logs associated with this in a picture :(.

4/3/18 Apr 3 09:00:00 nwknjrhca1 sshd[31059]: pam_unix(sshd:session): session opened for user "x" by (uid=0)

Then there is a correspond event for the session being closed at the exact same time.

4/3/18 Apr 3 09:00:00 nwknjhca1 sshd[30997]: pam_unix(sshd:session): session closed for user "x"

Any help would be greatly appreciated!

Thanks!

0 Karma
1 Solution

Hegemon76
Communicator

index=main sourcetype=linux_secure user="x" | transaction pid startswith="session opened" endswith="session closed"| table _time user duration

So if I can somehow get this to show duration of greater than 2 seconds and report on that.....would be perfect.....

View solution in original post

0 Karma

Hegemon76
Communicator

index=main sourcetype=linux_secure user="x" | transaction pid startswith="session opened" endswith="session closed"| table _time user duration

So if I can somehow get this to show duration of greater than 2 seconds and report on that.....would be perfect.....

0 Karma

elliotproebstel
Champion

Create an alert, and use this search:

index=main sourcetype=linux_secure user="x" 
| transaction pid startswith="session opened" endswith="session closed"
| where duration>2
| table _time user duration

Set it to trigger a notification if the number of events is greater than 0.

0 Karma

Hegemon76
Communicator

My goodness I knew it would be easy....

Sigh

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...