Skip to content

Instantly share code, notes, and snippets.

@evoxco
evoxco / Bro ids HTTP Kibana dashboard
Created August 4, 2015 10:58
Bro ids HTTP Kibana dashboard
{
"title": "Broids-HTTP",
"services": {
"query": {
"list": {
"0": {
"id": 0,
"color": "#7EB26D",
"alias": "All Connections",
"pin": true,
@evoxco
evoxco / BroIDS-Kibana-Dashboard
Last active January 18, 2019 14:03
Bro ids Kibana Dashboard [Part 1]
{
"title": "Broids",
"services": {
"query": {
"list": {
"0": {
"id": 0,
"color": "#7EB26D",
"alias": "All Connections",
"pin": true,
@evoxco
evoxco / c1fappThreatIntell
Created December 30, 2014 19:46
C1fApp Threat Intelligence Kibana dashboard
{
"title": "C1fApp Threat Intelligence",
"services": {
"query": {
"list": {
"0": {
"query": "index: \"cif\"",
"alias": "Cif Index",
"color": "#7EB26D",
"id": 0,
@evoxco
evoxco / pfsense-logstash.conf
Created November 14, 2014 21:05
PFSense 2.1 logstash config
input {
tcp {
type => syslog
port => 514
}
udp {
type => syslog
port => 514
}
}
@evoxco
evoxco / pfsense3.json
Created November 14, 2014 21:02
PFSense kibana dashboard
{
"title": "PFSense Firewall",
"services": {
"query": {
"idQueue": [],
"list": {
"0": {
"query": "tags: \"PFSense\" AND action: \"pass\"",
"alias": "Passed",
"color": "#6ED0E0",