Mexico OSINT

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):

https://www.inegi.org.mx/

SIARH (Sistema de Información de Aranceles de Importaciones y Exportaciones):

https://www.siicex.gob.mx/

Ciudad de México’s RPPC (Registro Público de la Propiedad y el Comercio):

https://www.cdmx.gob.mx/

PROFECO (Procuraduría Federal del Consumidor):

https://www.gob.mx/profeco

INE (Instituto Nacional Electoral):

https://www.ine.mx/

PGR and Fiscalía (Attorney General and State Prosecutor’s Offices):

https://www.fgr.gob.mx/

SIEM (Sistema de Información Empresarial Mexicano):

https://www.siem.gob.mx/

RNIE (Registro Nacional de Inversión Extranjera):

https://www.economia.gob.mx/

Banxico (Banco de México):

https://www.banxico.org.mx/

CNBV (Comisión Nacional Bancaria y de Valores):

https://www.gob.mx/cnbv

Google News Mexico:

https://news.google.com/?hl=es-419&gl=MX&ceid=MX:es-419

Google Earth:

https://earth.google.com/

 

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