Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jheise/dns-probe

Sniff for dns traffic and create a zero mq stream for it
https://github.com/jheise/dns-probe

Last synced: 3 months ago
JSON representation

Sniff for dns traffic and create a zero mq stream for it

Awesome Lists containing this project

README

        

DNS-PROBE
---

usage: dns-probe ifacename

dns-probe sniffs for traffic on udp port 53 then makes the following fields available via a json blob served on a zeromq stream on port 7777

SrcIP - ip the packet came from
DstIP - ip the packet is heading to
Request - boolean value defining if this is a query or an answer
Timestamp - time the packet was captured
Query - the domain that was queried
Answers - the response to the query