Skip to content

Instantly share code, notes, and snippets.

View jasonish's full-sized avatar

Jason Ish jasonish

View GitHub Profile
@jasonish
jasonish / idea.yaml
Last active January 29, 2018 22:41 — forked from victorjulien/idea.yaml
outputs:
- eve-log:
types:
- alert:
metadata: yes
# Include context from the rule that triggered the alert.
# Defaults:
# - raw: false
# - metadata: true
@jasonish
jasonish / eve.json
Created September 28, 2016 13:01 — forked from anonymous/-
unified json dns
{
"timestamp": "2016-05-24T17:27:02.333141-0600",
"flow_id": 15684738590988,
"pcap_cnt": 2,
"event_type": "dns",
"src_ip": "10.16.1.11",
"src_port": 53679,
"dest_ip": "10.16.1.1",
"dest_port": 53,
"proto": "UDP",
@jasonish
jasonish / eve.json
Created September 28, 2016 13:00 — forked from anonymous/-
split dns json
{
"timestamp": "2016-05-24T17:27:01.960780-0600",
"flow_id": 15684738590988,
"pcap_cnt": 1,
"event_type": "dns",
"src_ip": "10.16.1.11",
"src_port": 53679,
"dest_ip": "10.16.1.1",
"dest_port": 53,
"proto": "UDP",