├── LICENCE ├── README.md ├── data ├── dga_training.txt └── test_domains.txt ├── dga_detection.py ├── install.sh └── requirements.txt /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/README.md -------------------------------------------------------------------------------- /data/dga_training.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/data/dga_training.txt -------------------------------------------------------------------------------- /data/test_domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/data/test_domains.txt -------------------------------------------------------------------------------- /dga_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/dga_detection.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/install.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philarkwright/DGA-Detection/HEAD/requirements.txt --------------------------------------------------------------------------------