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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...