moi.gov.tw
Jul 24, 2026
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
Source files
Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.
moi_gov_tw.csv4 columns1,015 rows
File structure
Format: CSV·Delimiter: :·Has header: no·Quote: "
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| 0 | fullName | high | [0] Chinese full names e.g. 曾姿婷, 謝李琪 |
| 1 | ssn | high | [1] Taiwan National ID numbers e.g. J222069504, K221156376 — government-issued national identity numbers |
| 2 | gender | high | [2] values are 女 (female) and 男 (male) in Chinese |
| 3 | dob | high | [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.