* Merge pull request #199 from drewm27/main. [Alexandre Dulaunoy]
New sinkhole hosts reported from riskrecon.com
* New sinkhole hosts reported from riskrecon.com. [Drew Middlesworth]
* Merge pull request #198 from LouAlbano/patch-1. [Alexandre Dulaunoy]
update list
* Update list. [Francis Trudeau]
https://www.tunnelbear.com/whats-my-ip
* Merge pull request #197 from drewm27/main. [Alexandre Dulaunoy]
Two more sinkholes from bitsight.com that are in use
* Two more sinkholes from bitsight.com that are in use. [Drew Middlesworth]
* Merge pull request #196 from cantarini/patch-1. [Alexandre Dulaunoy]
incorrect regex update
* Incorrect regex update. [Daniele Cantarini]
As described in issue #195 the regex "/((?:\\+|00)61)?1(3|8)00975707|08|09|10|11/g" should be corrected in "/((?:\\+|00)61)?1(3|8)00975707(08|09|10|11)/g"
* Reverse lookup of this IP shows sinkhole.hyas.com. [Drew Middlesworth]
* This range all has reverse DNS lookup info pointing to sinkholed.by.zinkhole.org. [Drew Middlesworth]
* Combine cert.pl range, a significant number of these IPs revese lookup to sinkhole.cert.pl. [Drew Middlesworth]
* 5 of the hosts in this range are also shadowserver sinkholes according to their reverse DNS. [Drew Middlesworth]
* Reverse looking up all these addresses in this range mention sinkhole. [Drew Middlesworth]
* Added sinkhole used for abuseat.org and spamhaus. [Drew Middlesworth]
* Merge pull request #193 from drewm27/main. [Alexandre Dulaunoy]
New sinkholes from a few sources
* Fix order. [Drew Middlesworth]
* New sinkholes detected from work with riskrecon.com and other security sites. Running curl on any of these IPs pretty well shows they are sinkholes. [Drew Middlesworth]
* Merge pull request #191 from JakubOnderka/dnscrypt. [Alexandre Dulaunoy]
new: Include dnscrypt-resolvers IP addresses to public-dns lists
## v2.4.148 (2021-08-09)
### Changes
* [warning-lists] updated. [Alexandre Dulaunoy]
## v2.4.147 (2021-07-27)
### Changes
* [warning-lists] updated. [Alexandre Dulaunoy]
* [warning-lists] updated to the latest version. [Alexandre Dulaunoy]
* [tools] add golden IPv4 DNS server in the generate-publicdns.py script. [Alexandre Dulaunoy]
One of the source is regularly dropping 9.9.9.9 as a source of
publicdns. This additional list can be used to ensure these known golden
DNS public resolver are there.
* [warning-lists] updated. [Alexandre Dulaunoy]
* [dynamic-dns] jq all the things. [Alexandre Dulaunoy]
Neo23x0:Neo23x0/ti-falsepositive is a "hash generator for typical false positive hashes".
This warninglist was generated using a modified version of the generator (see: DocArmoryTech:DocArmoryTech-mispwl)
`python3 ./fp-hashes.py > list.json`
* Merge pull request #172 from pettai/Fastly. [Alexandre Dulaunoy]
Add Fastly IPs
* Add Fastly IPs. [pettai]
Add all Fastlys IP addresses
* Merge pull request #170 from chrisr3d/main. [Alexandre Dulaunoy]
Added a few more entries to the phone numbers warninglist
* Add: A few more phone numbers regexes. [chrisr3d]
* Add: Added regexes for the american fictitious numbers in the list. [chrisr3d]
* Merge pull request #168 from chrisr3d/main. [Alexandre Dulaunoy]
New warning list for unattributed phone numbers
* Add: Added phone numbers warninglist to the list. [chrisr3d]
* Add: New Warninglist for phone numbers that should never be attributed. [chrisr3d]
- First examples filling the list of regexes: the
phone numbers used for audiovisual works, or
the communications companies internal numbers.
Those phone numbers are reserved and should
never be given to any user
- We'll add as well the numbers reserved for the
american audiovisual works soon
* Merge pull request #166 from pettai/GCP. [Alexandre Dulaunoy]
Add GCP IPs
* +jq_all_the_things.sh. [pettai]
missed to run jq_all_the_things.sh
* Add GCP IPs. [pettai]
Add GCP (Google Cloud Platform) IP addresses
* Merge pull request #165 from HugeekMcGill/main. [Alexandre Dulaunoy]
Adding replacement for wildcard and dash inputs
* Adding replacement for wildcard and dash inputs. [hugeek]
* Merge pull request #164 from cyber288/main. [Alexandre Dulaunoy]
Change hostname type to string type for multiple lists
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Update version number. [cyber288]
* Update version number. [cyber288]
* Update version number. [cyber288]
* Fix date. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Changed matching algorithm to string. [cyber288]
* Merge pull request #163 from rhaist/patch-1. [Alexandre Dulaunoy]
Create requirements.txt
* Create requirements.txt. [Robert Haist]
Those are the additional Python3 requirements I needed to generate all the lists.
* Changed matching algorithm to string. [Andras Iklody]
Example for a dangerous entry: dropbox.com with the hostname algorithm and url as a valid attribute type means that https://dropbox.com/malicious/files.exe would get excluded from the automation systems when using the warninglist.
I've changed the algorithm to full string matches.
* Merge pull request #162 from Wiscy-Security/main. [Alexandre Dulaunoy]
Refactor last scripts, central logging, central directory for downloads, automation script
When some script which is using generator.py module (e.g. generate-publicdns.py) is run for the
first time, the file is missing and unhandled exception is thrown
* Merge remote-tracking branch 'upstream/main' into main. [Kevin Holvoet]
* Merge pull request #154 from Wiscy-Security/main. [Alexandre Dulaunoy]
Refactoring of code + updates of warninglists
* Refactor last scripts, logging, central directory for downloads. [Kevin Holvoet]
* Refactored generate_moz-top50.py
* Download all file to new /tmp file to centralize all downloads
* Add central logging to generators.log file
* Create Bash script that generates all warninglists
* Add /tmp folder and extra files to .gitignore
* Start adding exception handling in download_to_file and write_to_file
* Refactor more generators. [Kevin Holvoet]
* Remove extra .txt extension from downloaded filed. [Kevin Holvoet]
* Add check if downloaded file has changed on server before downloading. [Kevin Holvoet]
* Refactor code to make it simpler/more uniform. [Kevin Holvoet]
* Chg generator-publicdns: work with new CSV format 1. The CSV format has changed with the update on 2020-07-14. 2. The script also generates IPv4, IPv6, and the hostname lists at once. 3. Downloaded file added to .gitignore. [Kevin Holvoet]
* Solved LGTM alerts. [Kevin Holvoet]
* Added multiple lists from Cisco Umbrella list. Solves issue #24 and #13. [Kevin Holvoet]
* Merge remote-tracking branch 'upstream/main' into main. [Kevin Holvoet]
* Merge pull request #153 from Wiscy-Security/main. [Alexandre Dulaunoy]
* Merge pull request #93 from ater49/master. [Alexandre Dulaunoy]
Adding university domains warninglist
* Correcting updater. [ater49]
* Correcting updater. [ater49]
* Correction of duplicate. [ater49]
* Adding updater for crl warninglist. [ater49]
* Adding update tool for university domains list. [ater49]
* Adding university domains warninglist from issue #38. [ater49]
* Merge pull request #91 from ater49/master. [Alexandre Dulaunoy]
Adding CRL Whistelist (Issue #83)
* Modifying type from string to substring. [ater49]
* Modifying version number to int. [ater49]
* Correction for non-unique values in json. [ater49]
* Adding CRL Whistelist (Issue #83) [ater49]
* Merge pull request #90 from ater49/master. [Alexandre Dulaunoy]
Adding cape.contextis.com in sandbox warninglist
* JQing all the things. [ater49]
* Adding "cape.contextis.com" to sandbox warninglists. [ater49]
* Merge pull request #89 from robertnixon2003/master. [Andras Iklody]
Updated Cisco warninglist
* Added type. [Robert Nixon]
* Fixed with jq all the things. [Robert Nixon]
* Add files via upload. [Robert Nixon]
* Update list.json. [Robert Nixon]
* Create list.json. [Robert Nixon]
* Delete list.json. [Robert Nixon]
* Merge pull request #87 from wotschel/master. [Alexandre Dulaunoy]
added the shortener of the german state rlp
* Added the shortener of the german state rlp. [Bjoern Mainz]
added the shortener of the german state rhineland-palatinate (rlp)
* Merge pull request #86 from StefanKelm/master. [Alexandre Dulaunoy]
more german bank sites
* More german bank sites. [StefanKelm]
* Merge pull request #85 from mlodic/master. [Alexandre Dulaunoy]
fixed value in ovh-cluster and added new url shortener
* Fixed value in ovh-cluster and added new url shortener. [Matteo Lodi]
* Merge pull request #84 from liviuvalsan/update-security-provider-blogpost. [Alexandre Dulaunoy]
Removing imgur.com from the list of known security providers/vendors blog domains
* Removing imgur.com from the list of known security providers/vendors blog domains. [Liviu Valsan]
* Merge pull request #82 from robertnixon2003/master. [Alexandre Dulaunoy]
Updated Cisco Top 1000 List
* Updated list "version": 20181012. [Robert Nixon]
* Deleting list to add updated list. [Robert Nixon]
* Add: [doc] added the new sinkholes list. [Alexandre Dulaunoy]
* Merge branch 'master' of github.com:MISP/misp-warninglists. [Alexandre Dulaunoy]
* Merge pull request #80 from ater49/master. [Alexandre Dulaunoy]
New warninglist for bank websites.
* New warninglist for bank websites. The list is based on university proxylist (ftp://ftp.ut-capitole.fr/pub/reseau/cache/squidguard_contrib/bank.tar.gz). [ater49]
* Merge pull request #79 from StefanKelm/master. [Alexandre Dulaunoy]
New list: Windows 10 connection endpoints
* Win10 connection endpoints. [Stefan Kelm]
* New list: win10 connection endpoints. [Stefan Kelm]
* Merge pull request #78 from robertnixon2003/master. [Alexandre Dulaunoy]
Fixed cisco gen script
* Pulled list again after fixing generation script. [Robert Nixon]
* Fixed TLD truncation issue. [Robert Nixon]
Fixed TLD truncation issue
* Merge pull request #76 from robertnixon2003/master. [Alexandre Dulaunoy]
replace Alexa with Cisco Umbrella
* Added Alexa list back. [Robert Nixon]
* Added generate_alexa.py back and added type param. [Robert Nixon]
* Updated list. [Robert Nixon]
* Not sure why Travis is failing. [Robert Nixon]
* Added type for Travis. [Robert Nixon]
* Removing gen Alexa. [Robert Nixon]
* New script to generate Cisco Umbrella Top 1000. [Robert Nixon]
* Created new list. [Robert Nixon]
* Removed Alexa List. [Robert Nixon]
* Add: [microsoft-attack-simulator] warning list about phishing campaign for "security awareness" [Alexandre Dulaunoy]
* Add: common IOC false-positives as mentioned by Florian Roth. [Alexandre Dulaunoy]
* Merge pull request #73 from raw-data/master. [Alexandre Dulaunoy]
[add] new domain for whats-my-ip section
* [add] new domain for whats-my-ip section. [raw-data]
* Merge pull request #71 from xbmc-goph/patch-2. [Alexandre Dulaunoy]
Update version file
* Update version file. [xbmc-goph]
* Merge pull request #70 from xbmc-goph/patch-1. [Alexandre Dulaunoy]
Updated with italian "what's my ip" services
* Added the required separtor #2. [xbmc-goph]
* Added the required separator. [xbmc-goph]
* Updated with italian "what's my ip" services. [xbmc-goph]
* Merge pull request #69 from raw-data/master. [Alexandre Dulaunoy]
[ADD] new domains for whats-my-ip section and url-shortener section
* [ADD] 1 new domain for url-shortener section. [raw-data]
* [ADD] 3 new domains for whats-my-ip section. [raw-data]
* Merge pull request #68 from raw-data/master. [Alexandre Dulaunoy]
[ADD] 3 new domains for whats-my-ip section
* [ADD] 1 new domain for url-shortener section. [raw-data]
* [ADD] 3 new domains for whats-my-ip section. [raw-data]
* [ADD] 3 new domains for whats-my-ip section. [raw-data]
* Merge pull request #67 from droe/master. [Alexandre Dulaunoy]
Add reference to PyMISPWarningLists
* Add reference to PyMISPWarningLists. [Daniel Roethlisberger]
* Add: BIT gTLD was missing. [Alexandre Dulaunoy]
* Merge pull request #65 from StefanKelm/master. [Alexandre Dulaunoy]