← All datasets

calcioshop.it

Apr 1, 2021

480,458
Records
1
Files
May 30, 2026
Added

Breach of CalcioShop, an Italian sports/football equipment e-commerce site. Contains order data exported from an Elasticsearch index, including customer names, email addresses, billing and shipping addresses, phone numbers, tax/fiscal codes (Italian codice fiscale), VAT numbers, payment methods, order totals, product details, and IP addresses. Data spans at least October 2019 through April 2021.

Data found in this dataset

EmailFirst nameLast nameAddressCityStateCountryskipphonezipssn

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.

CalcioShop_BF__data__calcioshop_orders_april_2021.csv
43 columns480,458 rows

File structure

Format: NDJSON

Source columnMapped fieldConfidenceLLM assessment
dateskiphighEXCLUSION RULE: order timestamp/date, CRM metadata
firstnamefirstNamehighkey name 'firstname' matches firstName pattern; values are personal first names
s_phonephonehighkey 's_phone' contains 'phone'; values are phone numbers in shipping context
vat_numberskiphighVAT number is business/commercial identifier, not personal PII in same sense as SSN; used for business tax purposes
s_zipcodeziphighkey 's_zipcode' with shipping prefix; values are postal codes (shipping context)
discountskiphighEXCLUSION RULE: financial amount
b_phonephonehighkey 'b_phone' contains 'phone'; values are phone numbers in billing context; phone is still PII regardless of billing vs shipping
membershipskiphighmembership program name, non-PII metadata
b_cityskiphighEXCLUSION RULE: BillingCity prefix 'b_' indicates billing address, which is business data
s_addressaddress1highkey 's_address' with shipping prefix; values are street addresses (mailing/shipping, not billing)
useridskiphighEXCLUSION RULE: user_id is internal ID, not username
b_addressskiphighEXCLUSION RULE: BillingStreet/BillingAddress prefix 'b_' indicates billing address, which is business data, not mailing/shipping address
b_lastnamelastNamehighbilling lastname; key prefix 'b_' indicates billing address field; maps to lastName for billing context
s_citycityhighkey 's_city' with shipping prefix; values are city names from shipping addresses
itemidskiphighproduct/item IDs, internal product identifiers
totalskiphighEXCLUSION RULE: financial amount
categoryidsskiphighproduct category IDs, internal product classification
s_statestatehighkey 's_state' with shipping prefix; values are Italian province codes (shipping context)
tax_numberssnhighkey 'tax_number'; values match Italian codice fiscale format (16-char alphanumeric, e.g., LSCRRT96H16G113P); codice fiscale is equivalent to SSN in Italy
extraskiphighnested metadata including tracking IDs, IP addresses (non-PII), payment refs, shipping instructions; predominantly internal/transactional
b_firstnamefirstNamehighbilling firstname; key prefix 'b_' indicates billing address field; maps to firstName for billing context
s_firstnamefirstNamehighshipping firstname; key prefix 's_' indicates shipping address field; values are personal first names
companyskiphighEXCLUSION RULE: key contains 'Company'; business data
idskiphighEXCLUSION RULE: auto-increment internal ID
s_lastnamelastNamehighshipping lastname; key prefix 's_' indicates shipping address field; values are personal last names
emailemailhighkey name 'email'; values contain @ symbol and are valid email addresses
payment_methodskiphighpayment type label (Contrassegno, PayPal, etc.), transactional metadata
b_countryskiphighEXCLUSION RULE: Billing country is business data; 'b_' prefix indicates billing context
productskiphighproduct details (title, productid, productcode), transactional/catalog data
couponskiphighpromotional coupon code, non-PII transactional data
orderidskiphighorder transaction ID, internal sequence number
shipping_costskiphighEXCLUSION RULE: financial amount
membershipidskiphighmembership subscription ID, internal identifier
payment_surchargeskiphighEXCLUSION RULE: financial charge amount
s_countrycountryhighkey 's_country' with shipping prefix; values are country codes (shipping context)
lastnamelastNamehighkey name 'lastname' matches lastName pattern; values are personal last names
b_zipcodeskiphighEXCLUSION RULE: BillingPostalCode prefix 'b_' indicates billing address, which is business data
shippingidskiphighshipping method ID, internal identifier
subtotalskiphighEXCLUSION RULE: financial amount
paymentidskiphighpayment method ID, internal identifier
b_stateskiphighEXCLUSION RULE: BillingState prefix 'b_' indicates billing address, which is business data
coupon_discountskiphighEXCLUSION RULE: financial discount amount
statusskiphighorder status code (B, C, E, F, I), transactional metadata

Notes: CalcioShop e-commerce order database export. Mapping preserves PII in customer names, contact info, and shipping addresses. Italian tax numbers (codice fiscale) mapped to SSN equivalent. Billing addresses correctly excluded per rule. Email and phone retained as PII even in billing context. Shipping fields (s_*) mapped to mailing address; billing fields (b_*) skipped per EXCLUSION RULE for business address data.