← All datasets

moi.gov.tw

Jul 24, 2026

1,015
Records
1
Files
Jul 24, 2026
Added

A data leak from Taiwan's Ministry of the Interior (moi.gov.tw) containing personal records of Taiwanese citizens. Each record includes full name, national ID number, gender, date of birth, phone numbers (landline and mobile), postal code, and full residential address details. Data appears to be from the Hsinchu County region of Taiwan.

Data found in this dataset

GenderfullNamessndob

Search this dataset

Scoped to this dataset. Fill any combination — results match if any field hits.

Source files

Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.

moi_gov_tw.csv
4 columns1,015 rows

File structure

Format: CSV·Delimiter: :·Has header: no·Quote: "

Source columnMapped fieldConfidenceLLM assessment
0fullNamehigh[0] Chinese full names e.g. 曾姿婷, 謝李琪
1ssnhigh[1] Taiwan National ID numbers e.g. J222069504, K221156376 — government-issued national identity numbers
2genderhigh[2] values are 女 (female) and 男 (male) in Chinese
3dobhigh[3] dates in YYYY/MM/DD format e.g. 1980/06/05, 1967/01/20

Notes: Colon-delimited file with no header. Records contain variable numbers of fields (some have 0, 1, or 2 landline phone numbers before the mobile number), making columns 4+ unreliable for fixed-position mapping. Columns 0–3 are stable across all rows: fullName, Taiwan national ID (ssn), gender (男/女), and DOB. Subsequent fields include landline phone(s), mobile phone, zip code, 3 address variants, an internal cadastral code, and a trailing zip+mobile repeat — but their column indices shift per row. A variable-field parser would be needed to extract phone, zip, and address fields reliably.