MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

MaxMind file download issue #146

Closed JanKoDFNCERT closed 4 years ago

JanKoDFNCERT commented 4 years ago

Hi, I came across an issue pertaining to the download of the MaxMind database file. The database is named Geolite2-City.tar.gz after download. However, the file containing the sha256 hash (Geolite2-City.tar.gz.sha256 assumes a different file named Geolite2-City_.tar.gz

This leads to a failure checking the validity of the hash resulting in an infinite loop downloading the database. Cheers, Jan

JanKoDFNCERT commented 4 years ago

ups, github deleted some characters. The name expected in the .sha256 file is Geolite2-City_CURRENT_DATE.tar.gz

SteveClement commented 4 years ago

thanks for the report, fixing.

SteveClement commented 4 years ago

thanks again, it actually was already fixed, I now added also a check if the Key is wrong.