Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using the script To find new targets in a country (TLD) we created the HostSearcher.pl , we use script. It uses the Google  search parameter q=site:<TLD> feature, e.g. for Malaysia (<TLD>=my) 

to find It first interrogates Google for up to 1000 www unique hosts in the specified TLD. For each found site, we ping the host to measure the Round Trip Time (RTT)  and also use https://api.ipdata.co to get its location.  We a selected country (using the Top Level Domain (TLD) feature). The tool then pings each host 10 times (by default) to ensure it responds and saves the min-RTT. We manually filter out hosts that do not have reasonable ping RTTs for the specified country, and also those identified as not being in the right location (country) according to https://api.ipdata.co. We then manually browse the host web site, looking for possible location information (e.g. street address, map etc.). We use this information together with Google maps (see https://support.google.com/maps/answer/18539?co=GENIE.Platform%3DDesktop&hl=en) to get the latitude and longitude. The final list of hosts obtained can be further filtered by whether they are really in the country, their loss rate, their min-RTT, diverse location within the country etc. Though not always accurate this has been a great aid on numerous occasions. Unfortunately for a few developing countries (e.g. Chad, Libya) even this method fails to produce suitable monitorable hosts. 

For more information on using HostSearcher.pl see Finding PingER Hosts.