
dnsanon


This tool reads pcap files (captured by some other means),
extracts DNS data from them, and writes it in a database format.

SAMPLE

See sample_data for sample input and output.



INSTALLATION

To build, type "make".

It requires the following packages:
    pandoc
    ldns-devel
    libtrace-devel
    openssl-devel
    libpcap-devel

Note that libtrace and libtrace-devel are not currently part of Fedora and Centos, but
we provide RPMs at https://ant.isi.edu/software/libtrace/index.html
and https://copr.fedorainfracloud.org/coprs/johnh/libtrace/
    
We have verified it builds on Centos 7 and Fedora 25 or later. 

We also provide RPMs and packages at
https://copr.fedorainfracloud.org/coprs/johnh/dnsanon/


This code is using pieces from https://github.com/DNS-OARC/dsc.git
