Skip to content

Instantly share code, notes, and snippets.

@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",
@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 / 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 / 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 / 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 / Bro Ids C1fApp threat intel
Created August 4, 2015 10:59
Bro Ids C1fApp threat intel (generic intel template)
{
"title": "Broids-C1fApp Intel",
"services": {
"query": {
"list": {
"0": {
"id": 0,
"color": "#7EB26D",
"alias": "All Connections",
"pin": true,
@evoxco
evoxco / Bro ids Elastic template
Last active April 25, 2017 03:48
Bro Ids Elastic template to avoid analyse of fields
{
"template": "bro*",
"mappings": {
"_default_": {
"_timestamp": {
"enabled": true,
"store": true
}
},
"ssl": {
@evoxco
evoxco / Nprobe flow Qbana
Last active September 8, 2015 17:35
Nprobe flow Qbana Dashboard
{
"index": {
"default": "_all",
"pattern": "[nprobe-]YYYY.MM.DD",
"warm_fields": true,
"interval": "day"
},
"style": "light",
"rows": [
{
@evoxco
evoxco / Nprobe flow Qbana HTTP
Created August 4, 2015 11:06
Nprobe flow Qbana Dahsboard HTTP
{
"index": {
"default": "_all",
"pattern": "[nprobe-]YYYY.MM.DD",
"warm_fields": true,
"interval": "day"
},
"style": "light",
"rows": [
{
@evoxco
evoxco / nprobe-mapping-template
Last active October 6, 2015 07:13
Nprobe ElasticSearch Mapping Template
{
"template": "nprobe*",
"mappings": {
"_default_": {
"_timestamp": {
"enabled": true,
"store": true
}
},
"nProbe": {