Selenium seems to be for us the perfect tool for web scraping in python, better than the mainstream python library of requests. The main reason is the leverage of web drivers, that makes most servers think that we are common Web Browser users. On the other hand, we experienced certain limitations using Requests. Despite the […]

Leer Más →

During the development of our research, we have found important challenges when geolocating the destination of outgoing communications in mobile applications.  We started asking an API named ipStack for the geographic location of several domains. This brings with itself some mistakes.  Domain location The first one is asking for a domain instead of an IP. It is […]

Leer Más →