• Message

    Purchases are automated on @b1b1b1 shoppy store.

    NEW TELEGRAM @wHHHMH
    $$$ Champagne Crypto 2.0

Eventbrite.com Brazilian Events CPF numbers, Passwords - Leaked, Download!

whlx

Staff member
Administrator
Semhora.com.br, a Brazilian events website that is now part of Eventbrite.com, suffered a data breach. The incident led to the exposure of a database containing information such as names, emails, CPF numbers, passwords hashed with the BCRYPT algorithm, and credit card information. Approximately 275,000 email addresses were affected by this breach.



INSERT INTO `user_2` VALUES ('WfptItZQtj','cesarspalma@hotmail.com','cesarspalma@hotmail.com',1,'cesar da Silva palma','0000-00-00','1978-08-21','','M','','','','','','73D75CAD1BE3D669FFE7B804EBDFBC79','','',0,0,'web','2014-09-09 12:33:15','2015-05-26 13:26:18'),('G5nC1HqI4I','vansc1234','vanessasantana.fisio@hotmail.com',1,'vanessa santana carneiro','0000-00-00','1988-05-17','','F','','','','','','677483FC4C2A6DD07F95899968013B02','','',0,0,'web','2014-09-09 13:32:45','2015-05-26 13:26:19'),('8FD2x3APFh','vicfaria','victoriaa_faria@hotmail.com',1,'Victória Anselmo Pinheiro de Faria','0000-00-00','1993-01-28','','F','','','','','','A0EA1F8BDB1ACD8E5F1AF87E125E0B0B','','',0,0,'web','2014-09-09 15:35:22','2015-05-26 13:26:19'),('cIHaUzv6DT','FernandaAlcantara','fernanda@gaslar.com.br',0,'FERNANDA RAMOS ALCANTARA ','0000-00-00','1985-07-12','','F','','','','','','9A2BC4708A6BEBFEFB9CBDB4B846D0B9','','',0,0,'web','2014-09-09 16:06:14','2015-05-26 13:26:20')

  1. Line 1:
    • ID: m1kHgACoLM
    • Username/Handle: nay.seroa@gmail.com
    • Email: nay.seroa@gmail.com
    • Status: 0
    • Name: Nayana Serôa Férrico
    • Birthdate: October 8, 1986
    • Gender: Female
    • Phone: (21) 97527-8903
    • Registration Date: October 23, 2015
    • Last Activity Date: June 24, 2015 (Note: this seems inconsistent, as registration date is after last activity date)
  2. Line 2:
    • ID: SlAWKJbYLX
    • Username/Handle: rafael.hac
    • Email: rafael.hac11@gmail.com
    • Status: 1
    • Name: Rafael Henrique A. Costa
    • Birthdate: April 16, 1989
    • Gender: Male
    • Phone: (62) 93982-002
    • Registration Date: September 28, 2015
    • Last Activity Date: September 28, 2015
  3. Line 3:
    • ID: S4YCq1efF1
    • Username/Handle: 7u3rgFBSRTIscECHaT8HRwsHP
    • Email: zouppin@hotmail.com
    • Status: 1
    • Name: Otávio Vilas Boas
    • Birthdate: January 17, 1995
    • Gender: Male
    • Phone: (34) 99928-1832
    • Registration Date: September 29, 2015
    • Last Activity Date: September 29, 2015
  4. Line 4:
    • ID: WfIolwEqdJ
    • Username/Handle: lh085G2v03ZXAXTYeZWck42Bw
    • Email: thamerw3@hotmail.com
    • Status: 1
    • Name: Thamer William
    • Birthdate: January 16, 1992
    • Gender: Male
    • Phone: (11) 97456-8230
    • Registration Date: September 29, 2015
    • Last Activity Date: October 10, 2015
  5. Line 5:
    • ID: CGZtd3dPbv
    • Username/Handle: J7PUstSZDN7IGTsRzgYzXIJ8r
    • Email: carolinamoralesgpsi@gmail.com
    • Status: 1
    • Name: Caro Line
    • Birthdate: September 9, 1985
    • Gender: Female
    • Phone: Not provided
    • Registration Date: October 23, 2015
    • Last Activity Date: September 28, 2015
Each line represents a user's profile or registration entry, containing details such as their ID, contact information, personal details like name, birthdate, gender, registration date, and last activity date. Additionally, there's a status field indicating whether the user is active (1) or inactive (0).

CREATE TABLE `user` (
`id` varchar(255) DEFAULT NULL,
`username` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`emailVerified` tinyint(1) DEFAULT '0',
`name` varchar(255) DEFAULT NULL,
`birthdate` date DEFAULT NULL,
`birthday` date DEFAULT NULL,
`additional` text,
`gender` varchar(255) DEFAULT NULL,
`number` varchar(255) DEFAULT NULL,
`street` varchar(255) DEFAULT NULL,
`zip_code` varchar(255) DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`facebook` varchar(255) DEFAULT NULL,
`qrcode` varchar(255) DEFAULT NULL,
`state` varchar(255) DEFAULT NULL,
`city` varchar(255) DEFAULT NULL,
`comprouDebito` tinyint(1) DEFAULT '0',
`comprouDeposito` tinyint(1) DEFAULT '0',
`status` varchar(255) DEFAULT NULL,
`phone` varchar(255) DEFAULT NULL,
`ultima_interacao` datetime DEFAULT NULL,
`EmailAgeScore` varchar(255) DEFAULT NULL,
`objectIdEmailAge` varchar(255) DEFAULT NULL,
`LogAlertaFraudeEmailAge` varchar(255) DEFAULT NULL,
`createdAt` datetime DEFAULT NULL,
`updatedAt` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`),
KEY `id_2` (`id`),
KEY `gender` (`gender`),
KEY `state` (`state`),
KEY `city` (`city`),
KEY `status` (`status`),
KEY `createdAt` (`createdAt`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 
Back
Top