Skip to content

Commit 00b49f0

Browse files
authored
Merge pull request #1 from quangnh89/master
Fix broken Markdown headings
2 parents d248089 + 938dce9 commit 00b49f0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,48 @@ The repository that contains the algorithms for generating domain names, diction
44
Developed to research the possibility of applying machine learning and neural networks to detect and classify malicious domains.
55
List of wordlist's
66
-
7-
#####alexa.csv
7+
##### alexa.csv
88
```
99
alexa top million
1010
```
11-
#####opendns-top-domains.txt
11+
##### opendns-top-domains.txt
1212
```
1313
a few dns domain's from opendns
1414
```
15-
#####zeus.txt
15+
##### zeus.txt
1616
```
1717
domain's from GameoverZeus.py http://garage4hackers.com/entry.php?b=3081
1818
```
19-
#####cryptolocker.txt
19+
##### cryptolocker.txt
2020
```
2121
domain's from Сryptolocker.pl
2222
```
23-
#####pushdo.txt
23+
##### pushdo.txt
2424
```
2525
domain's from PushDo.py http://www.garage4hackers.com/entry.php?b=3080
2626
```
27-
#####rovnix.txt
27+
##### rovnix.txt
2828
```
2929
https://www.csis.dk/en/csis/news/4472/
3030
http://www.constitution.org/usdeclar.txt
3131
```
32-
#####conficker.txt
32+
##### conficker.txt
3333
```
3434
domain's from Conficker.c
3535
```
36-
#####tinba.txt
36+
##### tinba.txt
3737
```
3838
domain's from Tinba.py http://garage4hackers.com/entry.php?b=3086
3939
```
40-
#####matsnu.txt
40+
##### matsnu.txt
4141
```
4242
domain's from Matsnu.py http://www.seculert.com/blog/2014/11/dgas-a-domain-generation-evolution.html
4343
```
44-
#####ramdo.txt
44+
##### ramdo.txt
4545
```
4646
domain's from Ramdo.cpp
4747
```
48-
#####the translation from id to name
48+
##### the translation from id to name
4949
```
5050
0 - legit
5151
1 - cryptolocker

0 commit comments

Comments
 (0)