Splunk Search

How to edit my search to filter only IPs that have multiple Attack Names associated with them?

alexburst37
Explorer

How do I filter only IPs that have multiple Attack Names associated with them? Here is the search string so far; however, we are unable to filter out the values of 1:

sourcetype="mcafee:ids" | stats dc(Attack_Name) by SIP

How do I return results by SIP where Attack_Names are greater than 1?

0 Karma
1 Solution

HiroshiSatoh
Champion

Is this?

sourcetype="mcafee:ids" | stats dc(Attack_Name) as count by SIP| search count>1

View solution in original post

0 Karma

HiroshiSatoh
Champion

Is this?

sourcetype="mcafee:ids" | stats dc(Attack_Name) as count by SIP| search count>1

0 Karma

alexburst37
Explorer

Yes it worked. Thank you

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...