Retrieve Country Names for a Domain's IP Addresses using PowerShell

1 year ago
2

This PowerShell script allows you to retrieve the country names associated with the IP addresses of a given domain. By resolving the DNS records for the domain and using the ipstack API, the script retrieves the geolocation information for each IP address and extracts the country names.

Download Script: https://bit.ly/3MMoCed

Loading comments...