AnimeForum Database

Dec 2017
Breach Count:

132,263

Region:

Global

News Report:

-

Leak from:
File Size:

15.73 MB

Uncompressed File Size:

135.19 MB

File Count:

1

Here is the summary of the AnimeForum Database leak that occurred in 2017 in Russia:

The leak was detected in September 2017 and is considered one of the most significant data breaches in the anime community. The leak occurred on animeforum.ru, a popular Russian anime forum, where hackers stole a vast amount of user data. The compromised data included 132,263 records, which is roughly two-thirds of the sites user base.

The stolen information included sensitive data such as usernames, emails, dates of birth, IP addresses, and passwords. The passwords were stored in plain text, making it even easier for hackers to access and exploit the stolen data. The leak was attributed to a vulnerability in the forums code, which was exploited by an unknown attacker.

The data breach had significant consequences for the anime community, with many users reporting that their accounts had been compromised and their personal information had been sold on the dark web. The incident led to widespread outrage and calls for improved security measures to prevent such breaches in the future.

Leaked Information:
Email
User Name
Date Of Birth
IP Address
Password

We have loaded this breach into our database.

File List:
Animeforum.ru.sql
File Content Sample:
CREATE TABLE `an_members` (
`name` varchar(255) NOT NULL DEFAULT '',
`member_group_id` smallint(3) NOT NULL DEFAULT '0',
`email` varchar(150) NOT NULL DEFAULT '',
`joined` int(10) NOT NULL DEFAULT '0',
`ip_address` varchar(16) NOT NULL DEFAULT '',
`posts` mediumint(7) DEFAULT '0',
`title` varchar(64) DEFAULT NULL,
`allow_admin_mails` tinyint(1) DEFAULT NULL,
`time_offset` varchar(10) DEFAULT NULL,
`hide_email` varchar(8) DEFAULT NULL,
`email_full` tinyint(1) DEFAULT NULL,
`skin` smallint(5) DEFAULT NULL,
`warn_level` int(10) DEFAULT NULL,
`warn_lastwarn` int(10) NOT NULL DEFAULT '0',
`language` mediumint(4) DEFAULT NULL,
`last_post` int(10) DEFAULT NULL,
`restrict_post` varchar(100) NOT NULL DEFAULT '0',
`view_sigs` tinyint(1) DEFAULT '1',
`view_img` tinyint(1) DEFAULT '1',
`view_avs` tinyint(1) DEFAULT '1',
`bday_day` int(2) DEFAULT NULL,
`bday_month` int(2) DEFAULT NULL,
`bday_year` int(4) DEFAULT NULL,
`msg_count_new` int(2) NOT NULL DEFAULT '0',
`msg_count_total` int(3) NOT NULL DEFAULT '0',
`msg_count_reset` int(1) NOT NULL DEFAULT '0',
`msg_show_notification` int(1) NOT NULL DEFAULT '0',
`misc` varchar(128) DEFAULT NULL,
`last_visit` int(10) DEFAULT '0',
`last_activity` int(10) DEFAULT '0',
`dst_in_use` tinyint(1) DEFAULT '0',
`view_prefs` varchar(64) DEFAULT '-1&-1',
`coppa_user` tinyint(1) DEFAULT '0',
`mod_posts` varchar(100) NOT NULL DEFAULT '0',
`auto_track` varchar(50) DEFAULT '0',
`org_perm_id` varchar(255) DEFAULT '',
`temp_ban` varchar(100) DEFAULT '0',
`sub_end` int(10) NOT NULL DEFAULT '0',
`rep` int(10) NOT NULL DEFAULT '0',
`allow_rep` tinyint(1) NOT NULL DEFAULT '1',
`allow_anon` tinyint(1) NOT NULL DEFAULT '1',
`repname` varchar(32) DEFAULT 'Кавайность',
`rep_do` int(10) DEFAULT NULL,
`rep_do_open` int(10) DEFAULT NULL,
`login_anonymous` char(3) NOT NULL DEFAULT '0&0',
`ignored_users` mediumtext,
`mgroup_others` varchar(255) NOT NULL DEFAULT '',
`member_login_key` varchar(32) NOT NULL DEFAULT '',
`member_login_key_expire` int(10) NOT NULL DEFAULT '0',
`has_blog` text,
`subs_pkg_chosen` smallint(3) NOT NULL DEFAULT '0',
`gallery_perms` varchar(10) NOT NULL DEFAULT '1:1:1',
`rep_track` tinyint(1) DEFAULT '1',
`rep_all` int(10) NOT NULL DEFAULT '0',
`members_auto_dst` tinyint(1) NOT NULL DEFAULT '1',
`members_cache` mediumtext,
`members_disable_pm` int(1) NOT NULL DEFAULT '0',
`members_display_name` varchar(255) NOT NULL DEFAULT '',
`members_seo_name` varchar(255) NOT NULL DEFAULT '',
`members_created_remote` tinyint(1) NOT NULL DEFAULT '0',
`members_editor_choice` char(3) NOT NULL DEFAULT 'std',
`members_profile_views` int(10) unsigned NOT NULL DEFAULT '0',
`members_l_display_name` varchar(255) NOT NULL DEFAULT '0',
`members_l_username` varchar(255) NOT NULL DEFAULT '0',
`failed_logins` mediumtext,
`failed_login_count` smallint(3) NOT NULL DEFAULT '0',
`has_gallery` int(1) DEFAULT '0',
`manage_wiki` int(1) DEFAULT '1',
`rap_sheet_topic` int(11) DEFAULT '0',
`rec_top` int(11) NOT NULL DEFAULT '0',
`rec_top_time` bigint(20) NOT NULL DEFAULT '0',
`rec_top_time_pin` bigint(20) NOT NULL DEFAULT '0',
`members_pass_hash` varchar(32) NOT NULL DEFAULT '',
`members_pass_salt` varchar(5) NOT NULL DEFAULT '',
`member_banned` tinyint(1) NOT NULL DEFAULT '0',
`identity_url` text,
`member_uploader` varchar(32) NOT NULL DEFAULT 'default',
`members_bitoptions` int(10) unsigned NOT NULL DEFAULT '0',
`fb_uid` bigint(20) NOT NULL DEFAULT '0',
`fb_emailhash` varchar(60) NOT NULL DEFAULT '',
`fb_lastsync` int(10) NOT NULL DEFAULT '0',
`members_day_posts` varchar(32) NOT NULL DEFAULT '0,0',
`live_id` varchar(32) DEFAULT NULL,
`twitter_id` varchar(255) NOT NULL DEFAULT '',
`twitter_token` varchar(255) NOT NULL DEFAULT '',
`twitter_secret` varchar(255) NOT NULL DEFAULT '',
`notification_cnt` mediumint(9) NOT NULL DEFAULT '0',
`tc_lastsync` int(10) NOT NULL DEFAULT '0',
`fb_session` varchar(200) NOT NULL DEFAULT '',
`fb_token` text,
`vk_uid` bigint(20) unsigned NOT NULL DEFAULT '0',
`ips_mobile_token` varchar(64) DEFAULT NULL,
KEY `mgroup` (`member_group_id`),
KEY `bday_day` (`bday_day`),
KEY `bday_month` (`bday_month`),
KEY `members_l_display_name` (`members_l_display_name`),
KEY `members_l_username` (`members_l_username`),
KEY `member_banned` (`member_banned`),
KEY `members_bitoptions` (`members_bitoptions`),
KEY `ip_address` (`ip_address`),
KEY `failed_login_count` (`failed_login_count`),
KEY `joined` (`joined`),
KEY `fb_uid` (`fb_uid`),
KEY `twitter_id` (`twitter_id`),
KEY `email` (`email`),
KEY `vk_uid` (`vk_uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `an_members`
--

LOCK TABLES `an_members` WRITE;
/*!40000 ALTER TABLE `an_members` DISABLE KEYS */;
INSERT INTO `an_members` VALUES ('Тсарь',9,'[email protected]',1071433935,'195.5.139.79',1567,'неисправный романтик №1',0,'3','0',1,0,0,0,1,1207628672,'0',1,1,1,22,10,1983,0,2293,0,0,NULL,1396225623,1509911449,0,'-1&-1',0,'0','weekly','',NULL,0,3,1,1,'эхххх...',1,1,'0&1','a:0:{}',',10,','229b4dcfe938e361d88d5b394fdfd83a',1510170649,'recache',0,'1:1:1',0,3,1,'a:2:{s:7:\"friends\";a:0:{}s:7:\"my_blog\";s:3:\"277\";}',0,'Тсарь','%d1%82%d1%81%d0%b0%d1%80%d1%8c',0,'std',19679,'тсарь','тсарь','',0,0,1,0,0,0,0,'682889e5a72f99b843bc3a98bc3d6dbd','VDjH^',0,NULL,'default',0,0,'',0,'0,0',NULL,'','','',3,0,'','f2a0683b3b4b9f6f18b42199d4b08f22',0,NULL),('Асель',10,'[email protected]',1071435618,'195.131.93.236',2078,'Blue Aes Sedai.',0,'3','0',0,0,0,0,1,1103910485,'0',1,1,1,0,0,0,1,912,0,1,NULL,1104006923,1104603897,0,'-1&-1',0,'0','0','',NULL,0,1,1,1,'Яойность',0,0,'1&1','','10,','15f8d10fc855905d4b35b1a32ce2e330',0,'recache',0,'1:1:1',1,1,1,'a:1:{s:7:\"friends\";a:0:{}}',0,'Асель','%d0%b0%d1%81%d0%b5%d0%bb%d1%8c',0,'std',16685,'асель','асель',NULL,0,0,1,0,0,0,0,'005d178e47f4e1380b32a3a29814554f','&8p,t',0,NULL,'default',0,0,'',0,'0,0',NULL,'','','',1,0,'',NULL,0,NULL),('Tempest',3,'[email protected]',1085345933,'83.221.2.47',43,NULL,NULL,'3',NULL,NULL,0,NULL,0,1,1094477863,'0',1,1,1,0,0,0,0,25,0,0,NULL,1230470440,1242451752,0,'-1&-1',0,'0','0','',NULL,0,0,1,1,'Кавайность',0,0,'0&1','','','83650c9b9c3302f8858293f1d5b7ee20',1243056552,'recache',0,'1:1:1',1,0,1,NULL,0,'Tempest','tempest',0,'std',684,'tempest','tempest','',0,0,1,0,0,0,0,'e478fdbac8f3f7fdd34b8bc70eaeffa7','_]]4&',0,NULL,'default',0,0,'',0,'0,0',NULL,'','','',0,0,'',NULL,0,NULL),('Chekist',10,'[email protected]',1071492049,'212.48.205.130',178,'...Есть у каждого своя дорога в никуда...',0,'0','1',0,0,NULL,0,1,1144273686,'0',1,1,1,0,0,0,1,47,0,1,NULL,1229723346,1390291414,0,'-1&-1',0,'0','0','',NULL,0,0,1,1,'чем меньше, тем лучше',0,0,'0&1','a:0:{}','10,','bc59a727674f8cc0e8da3afc37ee206c',1390550614,'recache',0,'1:1:1',1,0,1,'a:1:{s:7:\"friends\";a:0:{}}',0,'Chekist','chekist',0,'std',6257,'chekist','chekist','',0,0,1,0,0,0,0,'47e6ea64e902dfc4a916a0234cf51ed4','1F3fz',0,NULL,'default',0,0,'',0,'0,0',NULL,'','','',1,0,'',NULL,0,NULL),