├── .gitignore ├── LICENSE ├── README.md ├── ROC.png └── dga_classifier.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/SANS_THIR16/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/SANS_THIR16/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/SANS_THIR16/HEAD/README.md -------------------------------------------------------------------------------- /ROC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/SANS_THIR16/HEAD/ROC.png -------------------------------------------------------------------------------- /dga_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endgameinc/SANS_THIR16/HEAD/dga_classifier.py --------------------------------------------------------------------------------