Here is a list of tools and resources that our group has been using for Cartel Intel:
INEGI (Instituto Nacional de Estadística y Geografía):
SIARH (Sistema de Información de Aranceles de Importaciones y Exportaciones):
Ciudad de México’s RPPC (Registro Público de la Propiedad y el Comercio):
PROFECO (Procuraduría Federal del Consumidor):
INE (Instituto Nacional Electoral):
PGR and Fiscalía (Attorney General and State Prosecutor’s Offices):
SIEM (Sistema de Información Empresarial Mexicano):
RNIE (Registro Nacional de Inversión Extranjera):
Banxico (Banco de México):
CNBV (Comisión Nacional Bancaria y de Valores):
Google News Mexico:
https://news.google.com/?hl=es-419&gl=MX&ceid=MX:es-419
Google Earth:
Mexican CURP RENAPO API Tool for OSINT Investigations
This Python script utilizes the CURP RENAPO API, managed by a Mexican government agency responsible for citizen identity documents, to retrieve and verify data for Open-Source Intelligence (OSINT) investigations. Unlike most OSINT tools focused on U.S. data, this script targets Mexican citizen information. It leverages the Python `requests` library and a `config.json` file containing API keys from RapidAPI.com. The tool extracts data points to validate Mexican citizen identities, supporting OSINT efforts in cases such as missing persons, fraud prevention, and identity theft investigations.
Prerequisites
Python 3.x requests library (pip3 install requests) A valid suscrisption to CURP RENAPO and its API key.
Installation
Clone this repository to your local machine. Install the requests library by running pip install requests in your terminal.
Configuration
Open the config.json file in the root directory of the repository. Replace “your_api_key_here” with your actual CURP RENAPO’s RapidAPI key.
Install
In your terminal, navigate to the root directory of the repository. Run the following command:
python3 OSINT-x-CURP.py -h