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/

 

For Linux Users – OSINT x CURP

This tool retrieves data from the CURP RENAPO API, a mexican goverment dependency which deals with mexican citizens identity docs. This script is one of the few non-USA-focused-OSINT tools, designed to retrieve and verify data in the OSINT investigations context. Uses python’s requests library and a config.json file containing your API keys managed by CURP RENAPO available at RapidAPI.com, data points obtained aid to validate a mexican citizen identity for OSINT research purposes, applied to missing person cases, 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