Splunk Search

Help with search that detects spam sent with unique subject?

roopoo
Loves-to-Learn Lots

Hi community,

I am trying to write a query that looks for bulk email (say >50) from a single sender to multiple recipients, that has a unique subject.

Sender Recipient Subject
bob @ scamm . com alice @ mycompany .net spam for alice
bob @ scamm . com jane @ mycompany .net spam for jane
bob @ scamm . com fred @ mycompany .net spam for fred

 

I can add this to my search:

 

 

| stats count by subject sender recipient | search count>50

 

 

but I just want to see results where the subjects are unique, but the sender is the same.

 

Ideally I'd like to have it spit out a table of the sender, subject(s) and recipient(s)

Thank you 

Labels (2)
0 Karma

roopoo
Loves-to-Learn Lots

I think I have it worked out:

<my email query>
| dedup subject
| eventstats count by sender
| where count >10
| table _time, sender, recipient, subject
| sort - sender

 

I can run this over say an hour and detect what I want. If anyone can advise if this is the most efficient / best way to do this please let me know! Thanks

0 Karma

roopoo
Loves-to-Learn Lots

Still thinking...  If I go back to basics and | dedup the subject I get partially what I am after, however I want the sender count to be greater than 50 so I filter out noise.  Am I on the right track here? Can I achieve this?

 

0 Karma

roopoo
Loves-to-Learn Lots

Some more thoughts on this - I think I need to do a search for email received within a given time, say 5 minutes. This would be the spammer doing their spamming, which I think my above query covers off.  Then I need to look within those results for the unique subjects, but the same sender. This is the part I am needing assistance with.  I hope this makes sense! Thanks

0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...