Visualize the blacklist on a map.
## Map / Output The map visualizes the coordinates using circles. The bigger the circle, the more IP addresses are blocked from the same place. A click on the circle reveals which organization hosts the IP address and in brackets it shows the count.
- Load the sshguard blacklist.db into an SQLite database (blacklistload.py)
- Lookup the coordinates using Maxmind's geolocation API (blacklistlookup.py)
- Dump the markers into a JSON file so that they can be visualized on the map (blacklistdump.py)
- Open the blacklist-map.html file