├── LICENSE ├── README.md ├── collaborator1.log ├── collaborator2.log ├── collaborator3.log └── dns-parse.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sans-blue-team/DNS-Exfiltrate/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sans-blue-team/DNS-Exfiltrate/HEAD/README.md -------------------------------------------------------------------------------- /collaborator1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sans-blue-team/DNS-Exfiltrate/HEAD/collaborator1.log -------------------------------------------------------------------------------- /collaborator2.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sans-blue-team/DNS-Exfiltrate/HEAD/collaborator2.log -------------------------------------------------------------------------------- /collaborator3.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sans-blue-team/DNS-Exfiltrate/HEAD/collaborator3.log -------------------------------------------------------------------------------- /dns-parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sans-blue-team/DNS-Exfiltrate/HEAD/dns-parse.py --------------------------------------------------------------------------------