Utility that reads IP addresses from one file, and Subnets (CIDR Format) from another file and prints out the IP Addresses that match any of the given subnets.
ipmatch -i <addressfile> -n <subnetfile> [-r]
go get github.com/dtcookie/ipmatch