Skip to content

Commit

Permalink
Merge pull request #1 from quangnh89/master
Browse files Browse the repository at this point in the history
Fix broken Markdown headings
  • Loading branch information
andrewaeva authored Jul 31, 2017
2 parents d248089 + 938dce9 commit 00b49f0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,48 @@ The repository that contains the algorithms for generating domain names, diction
Developed to research the possibility of applying machine learning and neural networks to detect and classify malicious domains.
List of wordlist's
-
#####alexa.csv
##### alexa.csv
```
alexa top million
```
#####opendns-top-domains.txt
##### opendns-top-domains.txt
```
a few dns domain's from opendns
```
#####zeus.txt
##### zeus.txt
```
domain's from GameoverZeus.py http://garage4hackers.com/entry.php?b=3081
```
#####cryptolocker.txt
##### cryptolocker.txt
```
domain's from Сryptolocker.pl
```
#####pushdo.txt
##### pushdo.txt
```
domain's from PushDo.py http://www.garage4hackers.com/entry.php?b=3080
```
#####rovnix.txt
##### rovnix.txt
```
https://www.csis.dk/en/csis/news/4472/
http://www.constitution.org/usdeclar.txt
```
#####conficker.txt
##### conficker.txt
```
domain's from Conficker.c
```
#####tinba.txt
##### tinba.txt
```
domain's from Tinba.py http://garage4hackers.com/entry.php?b=3086
```
#####matsnu.txt
##### matsnu.txt
```
domain's from Matsnu.py http://www.seculert.com/blog/2014/11/dgas-a-domain-generation-evolution.html
```
#####ramdo.txt
##### ramdo.txt
```
domain's from Ramdo.cpp
```
#####the translation from id to name
##### the translation from id to name
```
0 - legit
1 - cryptolocker
Expand Down

0 comments on commit 00b49f0

Please # to comment.