Alexandre Dulaunoy
58db3ef4b0
chg: [tools] fix cisco script
2019-03-09 17:23:42 +01:00
Alexandre Dulaunoy
d24febd23c
Merge pull request #93 from ater49/master
...
Adding university domains warninglist
2019-03-01 22:43:14 +01:00
ater49
120d6955c4
Correcting updater
2019-03-01 22:29:19 +01:00
ater49
a8c19f102f
Correcting updater
2019-03-01 22:28:58 +01:00
ater49
536dae5db2
Adding updater for crl warninglist
2019-03-01 19:02:59 +01:00
ater49
c7cbb9a5d7
Adding update tool for university domains list
2019-03-01 18:48:22 +01:00
Robert Nixon
5fbec29345
Fixed TLD truncation issue
...
Fixed TLD truncation issue
2018-08-20 09:13:38 -04:00
Robert Nixon
9021404d6f
Added generate_alexa.py back and added type param
2018-08-10 09:17:49 -04:00
Robert Nixon
d9457fc40a
Not sure why Travis is failing
2018-08-10 09:11:17 -04:00
Robert Nixon
c468d00355
Added type for Travis
2018-08-10 08:57:27 -04:00
Robert Nixon
7246355806
Removing gen Alexa
2018-08-10 08:48:03 -04:00
Robert Nixon
ed9700b150
New script to generate Cisco Umbrella Top 1000
2018-08-10 08:47:40 -04:00
Alexandre Dulaunoy
6b815d76f9
fix: various fixes + add number of elements in each lists
2018-03-20 22:34:19 +01:00
Alexandre Dulaunoy
9760088941
Merge branch 'master' of https://github.com/gizolka/misp-warninglists into gizolka-master
2018-03-20 21:29:34 +01:00
Joanna
820aef2a74
Created a converter of MISP warning lists to asciidoctor format
2018-03-20 11:35:49 +01:00
eCrimeLabs
d1d5b6f109
Bugfix (l.append)
2018-02-22 10:57:31 +01:00
eCrimeLabs
3fb335eebd
Bugfix type
2018-02-22 07:53:31 +01:00
eCrimeLabs
f42b95706e
Fixed typo
2018-02-21 23:30:02 +01:00
eCrimeLabs
ab4bca460e
"type": "cidr",
2018-02-21 23:29:30 +01:00
eCrimeLabs
4716207fec
Update generate-amazon-aws.py
2018-02-21 22:05:02 +00:00
eCrimeLabs
f0c996b8de
Generate json file of Amazon AWS IP's
2018-02-21 22:50:13 +01:00
Alexandre Dulaunoy
ac2beeea02
add: Microsoft Azure Datacenter IP Ranges added including tool to
...
generate the JSON.
Fix #43
2017-12-29 15:39:52 +01:00
Alexandre Dulaunoy
23d4b68de3
add: list of Microsoft office365/azure in China + extraction tool added
...
fix #42
2017-12-29 15:30:57 +01:00
rmarsollier
02b4bf8a52
adding wikipedia scrapper for google domains
2017-06-19 09:09:33 +02:00
Raphaël Vinot
cdef6f192e
Update lists, add schema.
2017-02-12 21:01:36 +01:00
Nicolas Bareil
f3b9178b55
typo in the name
2017-01-27 15:42:54 +01:00
Edvard Rejthar
7ad930e5fb
Checks for open resolvers in the list of IPs.
...
Is able to fetch the MISP warning list a say if there are some resolvers.
2016-12-07 18:30:52 +01:00
Alexandre Dulaunoy
338241e499
Add version and name to the office365 warning list
2016-12-06 12:39:45 +01:00
Alexandre Dulaunoy
42816083a3
Office 365 URLs and IP address ranges added
2016-12-06 12:16:34 +01:00
Xavier Claude
bf8b467a3e
Add a tool to generate public dns resolver list
...
The tool generate two lists, one for IPv4 (list4.json) and one for IPv6
(list6.json) to allow the user to only enable one of the two.
The list is downloaded from http://public-dns.info/ and a sample of the
list was tested with:
for dns in $( awk -F "," '{ print $1 }' < nameservers.csv ) ; do dig +noedns @$dns google.com | grep NOERROR 1>/dev/null || echo $dns ; done
~95% of the tested servers responded. So the list is not all crap.
2016-08-03 19:59:55 +02:00
Xavier Claude
16a4265688
Actualy put alexa 1000 top domains in the output list
2016-08-03 15:54:13 +02:00
Xavier Claude
4075a58165
Write the alexa top1M zip file after download
2016-08-03 15:52:28 +02:00
Xavier Claude
b856e9897c
Fix alexa top1M url
2016-08-03 15:43:35 +02:00
Alexandre Dulaunoy
34ce028295
Alexa top 1000 MISP warning list added including generation tool
2016-05-28 21:31:40 +02:00