https://haveibeenpwned.com/Content/Image...oonDoo.png
In August 2019, the comic strip creation website ToonDoo suffered a data breach. The data was subsequently redistributed on a popular hacking forum in November where the personal information of over 6M subscribers was shared. Impacted data included email and IP addresses, usernames, genders, the location of the individual and salted password hashes.
Compromised data: Email addresses, Genders, Geographic locations, IP addresses, Passwords, Usernames
Users In This Database: 6057830
Download:
Sample:
In August 2019, the comic strip creation website ToonDoo suffered a data breach. The data was subsequently redistributed on a popular hacking forum in November where the personal information of over 6M subscribers was shared. Impacted data included email and IP addresses, usernames, genders, the location of the individual and salted password hashes.
Compromised data: Email addresses, Genders, Geographic locations, IP addresses, Passwords, Usernames
Users In This Database: 6057830
Download:
Sample:
`USER_ID` bigint(19) NOT NULL,
`NAME` varchar(255) NOT NULL,
`ALLOW_INAPP` varchar(255) DEFAULT '0',
`USERPICTURE` varchar(255) DEFAULT '',
`CITY` varchar(50) DEFAULT '',
`COUNTRY` varchar(50) DEFAULT '',
`BLOG` varchar(50) DEFAULT '',
`DESCRIPTION` varchar(255) DEFAULT NULL,
`GENDER` varchar(10) DEFAULT '',
`ALLOW_MAILS` varchar(10) DEFAULT '1',
`ALLOW_USER_MAILS` varchar(255) DEFAULT '1',
`CREATED_DATE` datetime DEFAULT NULL,
`ALLOW_WATCH` bigint(19) DEFAULT '0',
`EMAIL` varchar(255) DEFAULT NULL,
`PASSWORD` varchar(200) DEFAULT NULL,
`SALT` varchar(30) DEFAULT NULL,
`TEMP_EMAIL` varchar(150) DEFAULT NULL,
`USER_IP` varchar(25) DEFAULT '',
PRIMARY KEY (`USER_ID`),
UNIQUE KEY `PreventDuplicateUserDetails` (`NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `UserDetails` VALUES ('1', 'rajendran', '1', 'rajendran.png', 'Chennai', 'India', 'http://tippingcup.rediffblogs.com', 'To be or not to be, has always been the question.\r\nRight now, I am delaying attempting an answer. To Doo a ToonDoo is my current ambition!', 'M', '1', '0', '2007-03-20 05:08:39', '0', '[email protected]', '6LZsdX8qIQxuy1hoiv8ZoA==', '1200902872202', '[email protected]', '');
INSERT INTO `UserDetails` VALUES ('301', 'duraionly', '1', 'duraionly.jpg', 'chennai', 'India', 'http://duraionly.blogspot.com', 'nothing special to say.', 'M', '1', '0', '2007-03-20 11:11:09', '0', '[email protected]', 'N7H8/qtOI/0T4GRRep7DBA==', '1203057768465', NULL, '');
INSERT INTO `UserDetails` VALUES ('601', 'arun', '1', 'arun.jpg', 'chennai', 'India', 'http://arunthealmighty.tumblr.com', 'see mirror!', 'M', '1', '0', '2007-03-20 21:49:36', '0', '[email protected]', 'smINTljQs8KJJVFTMChZTQ==', '1208272183197', NULL, '');
INSERT INTO `UserDetails` VALUES ('602', 'leondias', '1', 'leondias.jpg', 'Sparta', 'Greece', '', '', '', '1', '1', '2007-03-20 21:52:23', '0', '[email protected]', 'fyuxRyUppVcxq3zayF/KBw==', '1174456172859', NULL, '');
INSERT INTO `UserDetails` VALUES ('603', 'achilles', '1', 'achilles.jpg', 'Chennai', 'India', '', 'Let me save the words for others to say about me.', '', '1', '1', '2007-03-20 21:52:27', '0', '[email protected]', 'ImLZvbP6hFZa2VTHRAYcDQ==', '1174456178267', NULL, '');
INSERT INTO `UserDetails` VALUES ('604', 'plash', '0', 'plash.jpg', 'chennai', 'India', '', '', 'M', '1', '0', '2007-03-20 22:10:23', '0', '[email protected]', '0w3zWcl3oFirqbPQGXP/6w==', '1197277438404', '[email protected]', '');
INSERT INTO `UserDetails` VALUES ('605', 'pattani', '1', 'pattani.JPG', '', 'Ireland', '', '', '', '1', '1', '2007-03-20 22:15:49', '0', '[email protected]', 'u70TKP9+ok0AH7PjyZYiTw==', '1174455296859', NULL, '');
INSERT INTO `UserDetails` VALUES ('606', 'prakashan', '1', 'prakashan.jpg', '', 'India', '', '', 'M', '1', '0', '2007-03-20 22:25:23', '0', '[email protected]', 'D4lzuOyHDCataNwXg/ihhQ==', '1187079380678', NULL, '');
INSERT INTO `UserDetails` VALUES ('607', 'revathy', '1', 'revathy.jpg', 'chennai', 'India', '', '', 'F', '1', '1', '2007-03-20 23:04:42', '0', '[email protected]', 'nWV4AphywvuWfJjEOzfjpQ==', '1199945959912', '[email protected]', '');
INSERT INTO `UserDetails` VALUES ('608', 'aruljose', '1', 'aruljose.jpg', 'Chennai', 'India', 'http://aruljose.blogspot.com', '', '', '1', '1', '2007-03-20 23:27:50', '0', '[email protected]', 'sU4oLq/rJXrVOSL44M/Esw==', '1174643588173', NULL, '');
INSERT INTO `UserDetails` VALUES ('901', 'princess', '1', 'princess.jpg', '', 'Suriname', '', '', 'F', '1', '1', '2007-03-22 01:11:55', '0', '[email protected]', 'XKJw/lKaIIfE8IBnWhzgfQ==', '1174553684010', NULL, '');
INSERT INTO `UserDetails` VALUES ('902', 'jayamalini', '1', '', '', '', '', '', '', '1', '1', '2007-03-22 05:22:44', '0', '[email protected]', '7rp17zUrJKz5ld3/DqA8kA==', '1174459886289', NULL, '');
INSERT INTO `UserDetails` VALUES ('1201', 'shibu12345', '1', 'shibu12345.jpg', 'Chennai', 'India', '', 'Just born.', '', '1', '1', '2007-03-22 10:29:36', '0', '[email protected]', 'csTQpcYfYngTTlepyOk/6Q==', '1174588305242', NULL, '');


