Skip to content

Instantly share code, notes, and snippets.

@RyPeck
Created January 7, 2015 18:31
Show Gist options
  • Save RyPeck/078c723064a3a0002e80 to your computer and use it in GitHub Desktop.
Save RyPeck/078c723064a3a0002e80 to your computer and use it in GitHub Desktop.
Snorby "Right Click" URLs for IPs
URLs to do a search in Snorby on an IP - many log tools have "right click" integrations that allow you to pivot out of the interface into another tool. These are the URLs for Snorby. Replase <server> and <source/destination-ip> with whatever formatting your tool uses.
Source IP URL
https://<server>/results?search={%220%22:{%22column%22:%22source_ip%22,%22operator%22:%22is%22,%22value%22:%22<source-ip>%22,%22enabled%22:true}}
Destionation IP URL
https://<server>/results?search={%220%22:{%22column%22:%destination_ip%22,%22operator%22:%22is%22,%22value%22:%22<destination-ip>%22,%22enabled%22:true}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment