Reporting

Detection of anomaly communication in Firewall

reuveng
New Member

I want to find pairs of source/destination IPs, that have very high and unnormal communication in specific period.
let say if average daily communication between IP-A and IP-B is X event, i want to find day with 25X events.

That mean all pairs have to be checked and to show pairs with the biggest different between monthly average/median
and specific day (or other time unit)

Tags (1)
0 Karma

skoelpin
SplunkTrust
SplunkTrust

Sounds like the MLTK would be a good use case for this. If you want a quick and dirty way of looking at this, you could use the timewrap command

index=... 
| timechart count
| timewrap 1w

You could then find the baseline per hours/day then use an eval to find one at 25x

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...