Splunk Search

Detecting suspicious activity in search * See examples.

omgwut56k
Path Finder

I need to be able to detect this pattern of events, in a series of events where the TERMINAL number is increasing by 1 and eventually has a status of 'S', in other words, I need to be detect the event(s) that have a status of 'S' where the preceding 5 events were increasing by 1 and had a status of 'F'.

Thank you

_time TERMINAL DLDTYPE STATUS

2015-02-10T15:29:21.000-0500 1759512 U F
2015-02-10T15:29:31.000-0500 1759513 U F
2015-02-10T15:29:42.000-0500 1759514 U F
2015-02-10T15:30:17.000-0500 1759515 F S
2015-02-10T15:32:20.000-0500 1759516 F S

2015-02-10T15:33:31.000-0500 1759517 U F
2015-02-10T15:34:42.000-0500 1759518 U F

Tags (3)
0 Karma
1 Solution

omgwut56k
Path Finder

This seems to be working so far

| delta TERMID AS delta | table _time TERMINAL delta STATUS MESSAGE | search delta="-1" STATUS=S

View solution in original post

0 Karma

omgwut56k
Path Finder

This seems to be working so far

| delta TERMID AS delta | table _time TERMINAL delta STATUS MESSAGE | search delta="-1" STATUS=S

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

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 ...