Discussion about this post

User's avatar
Brian's avatar

Sydney, this is a great post thank you, I wonder if you have ever tried to correlate 2 searches together to show overlapping data? For instance we had some DNS traffic trigger an alert on our firewall and tracked it down to some users logged in remotely (not from our firewall logs). I was able to see visually the 2 events but that was only after manually eliminating the events that didn't overlap:

This was the gist of my search:

index="firewall" {interesting.DNS.Query}

| timechart span=5m count AS Suspect_DNS

| appendcols [

search index="remote_access" NOT ({Long list of users I filtered out})

| timechart span=5m count by user

]

https://substack.com/profile/472408239-brian-e-kirk/note/c-221945706?utm_source=substack&utm_content=first-note-modal

1 more comment...

No posts

Ready for more?