@Henning: I didn't know about that tool, thank you for sharing.
@Sergey: It's the same provider, and it offers several different databases (Country / City as you know, ASN [1], and then there are paid ones, like the Anonymous [2], etc.)
My goal was to get the ASN and the 2-letter Country Code. Problem is each of those are in separate databases. Right now I'm doing it with a python3 script and KSR, but I was wondering if it could be done with the geoip2 module directly.
Thank you guys for the input.
Joel.