Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken Markdown headings #1

Merged
merged 1 commit into from
Jul 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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