Skip to content

Instantly share code, notes, and snippets.

@jasonish
Created August 2, 2017 15:41
Show Gist options
  • Save jasonish/5ddcd6b45e371deb56346e09751111fd to your computer and use it in GitHub Desktop.
Save jasonish/5ddcd6b45e371deb56346e09751111fd to your computer and use it in GitHub Desktop.
{
"timestamp": "2017-04-20T21:15:58.732859+0000",
"flow_id": 1507173365328989,
"pcap_cnt": 2,
"event_type": "dns",
"src_ip": "10.16.1.1",
"src_port": 53,
"dest_ip": "10.16.1.11",
"dest_port": 41805,
"proto": "UDP",
"dns": {
"type": "answer",
"id": 36146,
"rcode": "NOERROR",
"answers": [
{
"rrname": "www.suricata-ids.org",
"rrtype": "CNAME",
"ttl": 3544,
"rdata": "suricata-ids.org"
},
{
"rrname": "suricata-ids.org",
"rrtype": "A",
"ttl": 244,
"rdata": "192.0.78.24"
},
{
"rrname": "suricata-ids.org",
"rrtype": "A",
"ttl": 244,
"rdata": "192.0.78.25"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment