#1
Hello Spear.cx
Today I am presenting two full databases from 2024 freshly breached @ https://yellowpagesdirectory.com.
These databases include the whitepages section (people) and the yellowpages section (businesses)
 
Database Info:
- whitepages.sql (80GB)
- yellowpages.sql (15GB)
[Image: 91bf4.png]
INCLUDES ADMIN CREDENTIALS PLAINTEXT L0L
whitepages.sql - Census Data
Code:
CREATE TABLE `CensusData` (
  `Place` varchar(255) DEFAULT NULL,
  `Total_Population` int(11) DEFAULT NULL,
  `Total_Males` int(11) DEFAULT NULL,
  `Males_Under_5_years` int(11) DEFAULT NULL,
  `Males_5_to_9_years` int(11) DEFAULT NULL,
  `Males_10_to_14_years` int(11) DEFAULT NULL,
  `Males_15_to_17_years` int(11) DEFAULT NULL,
  `Males_18_and_19_years` int(11) DEFAULT NULL,
  `Males_20_years` int(11) DEFAULT NULL,
  `Males_21_years` int(11) DEFAULT NULL,
  `Males_22_to_24_years` int(11) DEFAULT NULL,
  `Males_25_to_29_years` int(11) DEFAULT NULL,
  `Males_30_to_34_years` int(11) DEFAULT NULL,
  `Males_35_to_39_years` int(11) DEFAULT NULL,
  `Males_40_to_44_years` int(11) DEFAULT NULL,
  `Males_45_to_49_years` int(11) DEFAULT NULL,
  `Males_50_to_54_years` int(11) DEFAULT NULL,
  `Males_55_to_59_years` int(11) DEFAULT NULL,
  `Males_60_and_61_years` int(11) DEFAULT NULL,
  `Males_62_to_64_years` int(11) DEFAULT NULL,
  `Males_65_and_66_years` int(11) DEFAULT NULL,
  `Males_67_to_69_years` int(11) DEFAULT NULL,
  `Males_70_to_74_years` int(11) DEFAULT NULL,
  `Males_75_to_79_years` int(11) DEFAULT NULL,
  `Males_80_to_84_years` int(11) DEFAULT NULL,
  `Males_85_years_and_over` int(11) DEFAULT NULL,
  `Total_Female` int(11) DEFAULT NULL,
  `Females_Under_5_years` int(11) DEFAULT NULL,
  `Females_5_to_9_years` int(11) DEFAULT NULL,
  `Females_10_to_14_years` int(11) DEFAULT NULL,
  `Females_15_to_17_years` int(11) DEFAULT NULL,
  `Females_18_and_19_years` int(11) DEFAULT NULL,
  `Females_20_years` int(11) DEFAULT NULL,
  `Females_21_years` int(11) DEFAULT NULL,
  `Females_22_to_24_years` int(11) DEFAULT NULL,
  `Females_25_to_29_years` int(11) DEFAULT NULL,
  `Females_30_to_34_years` int(11) DEFAULT NULL,
  `Females_35_to_39_years` int(11) DEFAULT NULL,
  `Females_40_to_44_years` int(11) DEFAULT NULL,
  `Females_45_to_49_years` int(11) DEFAULT NULL,
  `Females_50_to_54_years` int(11) DEFAULT NULL,
  `Females_55_to_59_years` int(11) DEFAULT NULL,
  `Females_60_and_61_years` int(11) DEFAULT NULL,
  `Females_62_to_64_years` int(11) DEFAULT NULL,
  `Females_65_and_66_years` int(11) DEFAULT NULL,
  `Females_67_to_69_years` int(11) DEFAULT NULL,
  `Females_70_to_74_years` int(11) DEFAULT NULL,
  `Females_75_to_79_years` int(11) DEFAULT NULL,
  `Females_80_to_84_years` int(11) DEFAULT NULL,
  `Females_85_years_and_over` int(11) DEFAULT NULL,
  `RACE_Total_Population` int(11) DEFAULT NULL,
  `RACE_White` int(11) DEFAULT NULL,
  `RACE_Black_or_African_American` int(11) DEFAULT NULL,
  `RACE_American_Indian_and_Alaska_Native` int(11) DEFAULT NULL,
  `RACE_Asian` int(11) DEFAULT NULL,
  `RACE_Native_Hawaiian_and_Other_Pacific_Islander` int(11) DEFAULT NULL,
  `RACE_Some_other_race_alone` int(11) DEFAULT NULL,
  `RACE_Two_or_more_races` int(11) DEFAULT NULL,
  `RACE_Two_or_more_races2` int(11) DEFAULT NULL,
  `RACE_Hispanic_or_Latino` int(11) DEFAULT NULL,
  `EDUCATION_Male_No_schooling_completed` int(11) DEFAULT NULL,
  `EDUCATION_Male_High_school_graduate_GED_or_alternative` int(11) DEFAULT NULL,
  `EDUCATION_Male_Some_college_less_than_1_year` int(11) DEFAULT NULL,
  `EDUCATION_Male_Associates_degree` int(11) DEFAULT NULL,
  `EDUCATION_Male_Bachelors_degree` int(11) DEFAULT NULL,
  `EDUCATION_Male_Masters_degree` int(11) DEFAULT NULL,
  `EDUCATION_Male_Professional_school_degree` int(11) DEFAULT NULL,
  `EDUCATION_Male_Doctorate_degree` int(11) DEFAULT NULL,
  `EDUCATION_Female_No_schooling_completed` int(11) DEFAULT NULL,
  `EDUCATION_Female_High_school_graduate_GED_or_alternative` int(11) DEFAULT NULL,
  `EDUCATION_Female_Some_college_less_than_1_year` int(11) DEFAULT NULL,
  `EDUCATION_Female_Associates_degree` int(11) DEFAULT NULL,
  `EDUCATION_Female_Bachelors_degree` int(11) DEFAULT NULL,
  `EDUCATION_Female_Masters_degree` int(11) DEFAULT NULL,
  `EDUCATION_Female_Professional_school_degree` int(11) DEFAULT NULL,
  `EDUCATION_Female_Doctorate_degree` int(11) DEFAULT NULL,
  `POVERTY_Income_in_the_past_12_months_below_poverty_level` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_Total_Households` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_Less_than_$10000` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$10000_to_$14999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$15000_to_$19999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$20000_to_$24999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_Total_$25000_to_$29999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$30000_to_$34999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$35000_to_$39999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$40000_to_$44999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$45000_to_$49999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$50000_to_$59999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$60000_to_$74999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$75000_to_$99999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$100000_to_$124999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$125000_to_$149999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$150000_to_$199999` int(11) DEFAULT NULL,
  `HOUSEHOLD_INCOME_$200000_or_more` int(11) DEFAULT NULL,
  `MEDIAN_HOUSEHOLD_INCOME` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_16_YEARS_AND_OVER` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_In_labor_force` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_In_Civilian_labor_force` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_Employed` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_Unemployed` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_In_labor_force_Armed_Forces` int(11) DEFAULT NULL,
  `EMPLOYMENT_STATUS_Not_in_labor_force` int(11) DEFAULT NULL,
  `HOUSEHOLD_Total_Households` int(11) DEFAULT NULL,
  `HOUSEHOLD_Family_households` int(11) DEFAULT NULL,
  `HOUSEHOLD_Family_households_Married_couple_family` int(11) DEFAULT NULL,
  `HOUSEHOLD_Male_householder_no_wife_present` int(11) DEFAULT NULL,
  `HOUSEHOLD_Female_householder_no_husband_present` int(11) DEFAULT NULL,
  `HOUSEHOLD_Nonfamily_households` int(11) DEFAULT NULL,
  `HOUSEHOLD_Householder_living_alone` int(11) DEFAULT NULL,
  `HOUSEHOLD_Householder_not_living_alone` int(11) DEFAULT NULL,
  `HOUSING_UNITS_Total_Housing_Units` int(11) DEFAULT NULL,
  KEY `place_index` (`Place`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
Payment:
MONERO ONLY!
$800
POF first, payment first. Then I will send you a CDN to my server for download :D