Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jheise/dns-probe
- Owner: jheise
- Created: 2016-07-11T03:01:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T09:15:49.000Z (over 7 years ago)
- Last Synced: 2024-04-24T13:20:43.971Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-network-stuff - **6**星
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