Splunk Search

300 events are seen with the same Source IP and different Destination IP in 1 hour

dzejsonborn
New Member

Translating Qradar rules to SPL and stocked with setting thresholds

300 events are seen with the same Source IP and different Destination IP in 1 hour

no idea which parameters to use ? any hints ?

0 Karma

DalJeanis
Legend
Your search that gets the events you want, for the hour you want, with fields source_ip and dest_ip
| stats dc(dest_ip) as dest_count by source_ip
| where dest_count >=300

richgalloway
SplunkTrust
SplunkTrust

Parameters to use to do what? What is your goal?

---
If this reply helps you, Karma would be appreciated.
0 Karma

dzejsonborn
New Member

The goal is to detect WannaCry infection, and need to set above treshold.

0 Karma
Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...