├── Makefile ├── README.md ├── mal-dnssearch.sh ├── mandiant_apt1.dns ├── test ├── TEST ├── compromised-ips.test ├── dns.pcap ├── ip-filter.test ├── malhosts.test └── mandiant_apt1.dns └── tools ├── mal-dns2bro.py └── mal-dns2bro.sh /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/README.md -------------------------------------------------------------------------------- /mal-dnssearch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/mal-dnssearch.sh -------------------------------------------------------------------------------- /mandiant_apt1.dns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/mandiant_apt1.dns -------------------------------------------------------------------------------- /test/TEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/test/TEST -------------------------------------------------------------------------------- /test/compromised-ips.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/test/compromised-ips.test -------------------------------------------------------------------------------- /test/dns.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/test/dns.pcap -------------------------------------------------------------------------------- /test/ip-filter.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/test/ip-filter.test -------------------------------------------------------------------------------- /test/malhosts.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/test/malhosts.test -------------------------------------------------------------------------------- /test/mandiant_apt1.dns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/test/mandiant_apt1.dns -------------------------------------------------------------------------------- /tools/mal-dns2bro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/tools/mal-dns2bro.py -------------------------------------------------------------------------------- /tools/mal-dns2bro.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonschipp/mal-dnssearch/HEAD/tools/mal-dns2bro.sh --------------------------------------------------------------------------------