auto-ici.fr
Jan 1, 2025
In 2025, French multi-brand automobile distributor and broker Auto-ici was breached and leaked on BreachForums. The breach exposed approximately 190,783 customer records including ~185,946 unique email addresses, full names, genders, phone numbers, and physical addresses (city and postcode). Data was stored in JSON format with structured account objects.
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.
Auto-ici__Info.txt23 rows
File structure
Notes: Pre-LLM auto-detection: free-form text with visible emails / phones
Auto-ici__data__auto-icigift.json15 columns0 rows
File structure
Format: NDJSON
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| account_main | skip | high | Boolean flag indicating primary account; metadata, not PII |
| mail_domain | skip | high | Email domain part extracted; already captured as email |
| account_full | fullName | high | Array containing full name components (last, first, middle) |
| address_postcode | zip | high | Key contains 'postcode'; values are French postal codes (5 digits) |
| phone_value | phone | high | Key contains 'phone'; values are phone numbers in E.164-like French format (06/07 prefixes) |
| phone_main | skip | high | Boolean flag for primary phone; metadata |
| address_city | city | high | Key contains 'city'; values are city names |
| mail_value | high | Key contains 'mail'; values contain @ and domain; email addresses | |
| account_id | skip | high | Internal numeric account ID |
| account_firstname | firstName | high | Key name explicitly indicates first name; values are first names |
| account_maidenname | middleName | high | Maiden name typically stored as middle name or name component; maps to middleName field |
| account_lastname | lastName | high | Key name explicitly indicates last name; values are surnames |
| account_gender | skip | high | Honorific prefix/salutation (Mr/Mme) — not a PII field per exclusion rules; TITLE vs SUFFIX distinction shows these are prefix titles, not generational suffixes |
| mail_main | skip | high | Boolean flag for primary email; metadata |
| mail_alias | skip | high | Email alias/username part extracted from mail_value; already captured as email |
Notes: Auto-ici French automobile distributor breach. Data structure: top-level 'accounts' array containing account objects with nested 'phones', 'mails', and 'addresses' arrays. account_gender values (Mr/Mme) are honorific prefixes, not suffixes, per TITLE vs SUFFIX rule — mapped to skip. No address1/address2 distinction in mailing addresses — only postcode and city provided. No DOB, SSN, password, username, gender (as separate field), country, or suffix fields in this dataset.