Challenge #3: GeoIP lookup

For this challenge, we want to lookup the geographical region for IP addresses.

A list of IPv4 addresses is given to us. We’re supposed to output the name of the country this IP is most likely originating from.

We should use the open data lookup datasource from https://datahub.io/core/geoip2-ipv4 to do the lookup.

29

Use the start.dfl (37.8 KB) file to get started.

1 Like

The solution is up. Watch the complete screencast for the full-length explanation.

Get the solution.dfl (67.7 KB) flow!

The websites I used in the screencast:

IP Calculator:
http://jodies.de/ipcalc?host=197.157.212.0&mask1=22&mask2=

Another IP Calculator:
https://mxtoolbox.com/subnetcalculator.aspx

Verification Service:
https://www.maxmind.com/en/geoip-demo