upt.edu.mx
Aug 6, 2026
Data breach from the Universidad Politécnica de Tulancingo (UPT), a Mexican polytechnic university located in Hidalgo, Mexico. The dataset contains student records including full names, CURP (Mexican national ID), date of birth, age, gender, email addresses, phone numbers, home address details, academic program information, academic status, GPA, indigenous/Afro-descendant identity flags, and socioeconomic indicators. Data appears related to the 'Jóvenes Escribiendo el Futuro 2023-2' scholarship program applications.
Data found in this dataset
Source files
Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.
UNIVERSIDAD_POLITECNICA_DE_TULANCINGO.csv12 columns1,760 rows
File structure
Format: CSV·Delimiter: Comma·Has header: yes·Quote: "
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| 3 | ssn | high | [3] header 'CURP', values are Mexican national ID numbers (CURP format) |
| 4 | firstName | high | [4] header 'NOMBRE' (Spanish for name/first name), values are given names like OMAR, GERARDO, NATALIE |
| 5 | lastName | high | [5] header 'APELLIDO_PATERNO' (paternal surname), values are surnames like FRANCO, CHAVARIN |
| 6 | lastName | high | [6] header 'APELLIDO_MATERNO' (maternal surname), values are surnames like DIAZ, MARTINEZ |
| 8 | high | [8] header 'EMAIL', values contain @ signs and are clearly email addresses | |
| 9 | phone | high | [9] header 'TELEFONO_FIJO' (landline phone), values are 10-digit phone numbers |
| 10 | phone | high | [10] header 'TELEFONO_CELULAR' (cell phone), values are 10-digit phone numbers |
| 11 | dob | high | [11] header 'FECHA_NACIMIENTO' (date of birth), values match DD/MM/YYYY date pattern |
| 12 | gender | high | [12] header 'SEXO' (sex/gender), values are H/M (Hombre/Mujer = Male/Female) |
| 14 | country | high | [14] header 'NACIONALIDAD' (nationality), values are MEX indicating Mexico |
| 17 | city | medium | [17] header 'DOMICILIO_MUNICIPIO' (municipality of residence), values are city/municipality names like TULANCINGO DE BRAVO |
| 23 | state | medium | [23] header 'FICHA_ESCOLAR_ESTADO' (school record state), values are Mexican state names like HIDALGO |
Notes: 57 columns total. CURP (col 3) is the Mexican national identity number, mapped to ssn as the closest equivalent PII identifier. Two surname columns (paternal and maternal) both mapped to lastName. DOMICILIO_MUNICIPIO mapped to city as it represents the residential municipality. FICHA_ESCOLAR_ESTADO mapped to state as school/residence state. Remaining columns are academic program data, institutional codes, scholarship flags, indigenous identity flags, and socioeconomic indicators — all mapped to skip.