Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 704 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 704 Bytes

Jupyter Notebook for IP Geolocation using Maxmind GeoLite2 databases

A jupyter notebook to help automate bulk IP geolocation using the Maxmind GeoLite2 city and asn databases.

See the databases here

Instructions

  1. Download the city and asn .mmdb maxmind databases
    • You must create a maxmind account here to access the databases
  2. Unzip the databases
  3. Boot up the notebook and fill in the 'configuration' section with the locations of your downloaded databases, an ip file with a single ip per line, and where you want the results to be outputted
  4. Run the notebook
  5. Profit