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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...