
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".

On Fedora, it requires the following packages:
    pandoc
    ldns-devel
    libtrace-devel
    openssl-devel
    libpcap-devel

On Debian-based systems, it requires the following packages:
    pandoc
    libldns-dev
    libtrace3-dev
    libpcap-dev
    libssl-dev

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/antisi/antlab/package/libtrace/

We have verified it builds on CentOS 7, Fedora 25 or later, Ubuntu 20.10 or later.

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


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