Rune Village Database

Oct 2011
Breach Count:

45,844

Region:

Global

News Report:

-

Leak from:
File Size:

4.98 MB

Uncompressed File Size:

24.91 MB

File Count:

1

The Rune Village Database runevillage.com leak, which occurred in 2011, was a significant data breach that exposed the personal information of over 45,844 users. The leaked data included email addresses, usernames, passwords, and dates of birth (DOB)


The leak occurred when an unknown attacker gained unauthorized access to the Rune Village Database, a community driven forum for players of the popular online game RuneScape. The attackers were able to extract a large amount of sensitive data from the database, including plaintext passwords and DOB information


The leaked data was initially posted on a Russian hacker forum, where it was shared among other hackers and cybercriminals. The leaked information was later made available on various dark web forums and marketplaces, allowing anyone with access to the leaked data to compromise the affected accounts


The RuneScape community was left reeling in the aftermath of the breach, with many players expressing concern and outrage over the lack of security measures in place to prevent such a leak. The incident served as a stark reminder of the importance of robust data security and password management practices


The data breach had significant implications for the affected users, as they were exposed to a heightened risk of identity theft, account takeover, and other forms of cybercrime. The incident highlighted the need for organizations to take proactive measures to protect user data and prevent similar breaches from occurring in the future.

Leaked Information:
Email
User Name
Password
Date Of Birth

We have loaded this breach into our database.

File List:
runevillage.sql
File Content Sample:
CREATE TABLE `phpbb_users` (
`user_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`user_type` tinyint(2) NOT NULL DEFAULT '0',
`user_chat` tinyint(2) NOT NULL DEFAULT '0',
`group_id` mediumint(8) unsigned NOT NULL DEFAULT '3',
`user_permissions` mediumtext COLLATE utf8_bin NOT NULL,
`user_perm_from` mediumint(8) unsigned NOT NULL DEFAULT '0',
`user_ip` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_regdate` int(11) unsigned NOT NULL DEFAULT '0',
`username` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`username_clean` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_password` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_passchg` int(11) unsigned NOT NULL DEFAULT '0',
`user_pass_convert` tinyint(1) unsigned NOT NULL DEFAULT '0',
`user_email` varchar(100) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_email_hash` bigint(20) NOT NULL DEFAULT '0',
`user_birthday` varchar(10) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_lastvisit` int(11) unsigned NOT NULL DEFAULT '0',
`user_lastmark` int(11) unsigned NOT NULL DEFAULT '0',
`user_lastpost_time` int(11) unsigned NOT NULL DEFAULT '0',
`user_lastpage` varchar(200) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_last_confirm_key` varchar(10) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_last_search` int(11) unsigned NOT NULL DEFAULT '0',
`user_warnings` tinyint(4) NOT NULL DEFAULT '0',
`user_last_warning` int(11) unsigned NOT NULL DEFAULT '0',
`user_login_attempts` tinyint(4) NOT NULL DEFAULT '0',
`user_inactive_reason` tinyint(2) NOT NULL DEFAULT '0',
`user_inactive_time` int(11) unsigned NOT NULL DEFAULT '0',
`user_posts` mediumint(8) unsigned NOT NULL DEFAULT '0',
`user_lang` varchar(30) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_timezone` decimal(5,2) NOT NULL DEFAULT '0.00',
`user_dst` tinyint(1) unsigned NOT NULL DEFAULT '0',
`user_dateformat` varchar(30) COLLATE utf8_bin NOT NULL DEFAULT 'd M Y H:i',
`user_style` mediumint(8) unsigned NOT NULL DEFAULT '0',
`user_rank` mediumint(8) unsigned NOT NULL DEFAULT '0',
`user_custom_title` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_colour` varchar(6) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_new_privmsg` int(4) NOT NULL DEFAULT '0',
`user_unread_privmsg` int(4) NOT NULL DEFAULT '0',
`user_last_privmsg` int(11) unsigned NOT NULL DEFAULT '0',
`user_message_rules` tinyint(1) unsigned NOT NULL DEFAULT '0',
`user_full_folder` int(11) NOT NULL DEFAULT '-3',
`user_emailtime` int(11) unsigned NOT NULL DEFAULT '0',
`user_topic_show_days` smallint(4) unsigned NOT NULL DEFAULT '0',
`user_topic_sortby_type` char(1) COLLATE utf8_bin NOT NULL DEFAULT 't',
`user_topic_sortby_dir` char(1) COLLATE utf8_bin NOT NULL DEFAULT 'd',
`user_post_show_days` smallint(4) unsigned NOT NULL DEFAULT '0',
`user_post_sortby_type` char(1) COLLATE utf8_bin NOT NULL DEFAULT 't',
`user_post_sortby_dir` char(1) COLLATE utf8_bin NOT NULL DEFAULT 'a',
`user_notify` tinyint(1) unsigned NOT NULL DEFAULT '0',
`user_notify_pm` tinyint(1) unsigned NOT NULL DEFAULT '1',
`user_notify_type` tinyint(4) NOT NULL DEFAULT '0',
`user_allow_pm` tinyint(1) unsigned NOT NULL DEFAULT '1',
`user_allow_viewonline` tinyint(1) unsigned NOT NULL DEFAULT '1',
`user_allow_viewemail` tinyint(1) unsigned NOT NULL DEFAULT '1',
`user_allow_massemail` tinyint(1) unsigned NOT NULL DEFAULT '1',
`user_options` int(11) unsigned NOT NULL DEFAULT '230271',
`user_avatar` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_avatar_type` tinyint(2) NOT NULL DEFAULT '0',
`user_avatar_width` smallint(4) unsigned NOT NULL DEFAULT '0',
`user_avatar_height` smallint(4) unsigned NOT NULL DEFAULT '0',
`user_sig` mediumtext COLLATE utf8_bin NOT NULL,
`user_sig_bbcode_uid` varchar(8) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_sig_bbcode_bitfield` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_from` varchar(100) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_icq` varchar(15) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_aim` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_yim` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_msnm` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_jabber` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_website` varchar(200) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_occ` text COLLATE utf8_bin NOT NULL,
`user_interests` text COLLATE utf8_bin NOT NULL,
`user_actkey` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_newpasswd` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_form_salt` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '',
`user_advert_type` tinyint(1) NOT NULL DEFAULT '1',
`user_donor` tinyint(3) unsigned zerofill NOT NULL DEFAULT '000',
`user_foh` tinyint(1) NOT NULL DEFAULT '0',
`user_new` tinyint(1) unsigned NOT NULL DEFAULT '1',
`user_reminded` tinyint(4) NOT NULL DEFAULT '0',
`user_reminded_time` int(11) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`),
UNIQUE KEY `username_clean` (`username_clean`),
KEY `user_birthday` (`user_birthday`),
KEY `user_email_hash` (`user_email_hash`),
KEY `user_type` (`user_type`),
KEY `user_foh` (`user_foh`),
KEY `user_donor` (`user_donor`)
) ENGINE=MyISAM AUTO_INCREMENT=88136 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

INSERT INTO phpbb_users (user_id, user_type, user_chat, group_id, user_permissions, user_perm_from, user_ip, user_regdate, username, username_clean, user_password, user_passchg, user_pass_convert, user_email, user_email_hash, user_birthday, user_lastvisit, user_lastmark, user_lastpost_time, user_lastpage, user_last_confirm_key, user_last_search, user_warnings, user_last_warning, user_login_attempts, user_inactive_reason, user_inactive_time, user_posts, user_lang, user_timezone, user_dst, user_dateformat, user_style, user_rank, user_custom_title, user_colour, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_message_rules, user_full_folder, user_emailtime, user_topic_show_days, user_topic_sortby_type, user_topic_sortby_dir, user_post_show_days, user_post_sortby_type, user_post_sortby_dir, user_notify, user_notify_pm, user_notify_type, user_allow_pm, user_allow_viewonline, user_allow_viewemail, user_allow_massemail, user_options, user_avatar, user_avatar_type, user_avatar_width, user_avatar_height, user_sig, user_sig_bbcode_uid, user_sig_bbcode_bitfield, user_from, user_icq, user_aim, user_yim, user_msnm, user_jabber, user_website, user_occ, user_interests, user_actkey, user_newpasswd, user_form_salt, user_advert_type, user_donor, user_foh, user_new, user_reminded, user_reminded_time) VALUES (1, 2, 0, 73518, '











hrcv7k000000



hrcv7k000000
hrcv7k000000












hrcv7k000000
000000000000











hrcv7k000000


hrcv7k000000







hrcv7k000000












hrcv7k000000














000000000000



000000000000

























000000000000





hrcv7k000000


























000000000000













hrcv7k000000














000000000000




















hrcv7k000000










000000000000














hrcv7k000000


000000000000






hrcv7k000000




hrcv7k000000
hrcv7k000000

hrcv7k000000



hrcv7k000000




hrcv7k000000


hrcv7k000000



hrcv7k000000
hrcv7k000000

000000000000
000000000000





000000000000





























000000000000

















000000000000

hrcv7k000000

hrcv7k000000', 0, '', 1184861916, 'Anonymous', 'anonymous', '', 0, 0, '', 0, '', 1318687525, 0, 0, 'ucp.php?mode=logout', '3U2B9ZT7ZR', 1255933876, 0, 0, 2, 0, 0, 22788, 'en', 0.00, 0, 'd M Y H:i', 9, 0, '', '', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 1, 0, 1, 0, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '293a98a70c9d4032', 1, 000, 0, 0, 0, 0
81322, 0, 0, 73519, '', 0, '72.166.89.164', 1296269216, 'jeraal55', 'jeraal55', '$H$9T341cOFjWT1iSt8sIf2FZ/XAz.nf90', 1296269216, 0, '[email protected]', 142166535919, '', 1296336012, 1296269216, 1296269445, 'viewtopic.php?f=123&t=433991', '', 0, 0, 0, 0, 0, 0, 1, 'en', -6.00, 0, 'M d, Y g:i a', 9, 0, '', '554422', 1, 1, 1296269275, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 1, 1, 1, 1, 230271, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '264ec81e7ee976f6', 1, 000, 0, 0, 0, 0
18, 0, 0, 53406, '', 0, '', 1037830754, 'Halo', 'halo', '$H$90GphmcG5924tHNMc4pY3dyp2N/qE0.', 0, 1, '[email protected]', 108960625114, ' 0- 0- 0', 1120878882, 1120878882, 0, '', '', 0, 0, 0, 0, 0, 0, 860, 'en', -6.00, 0, 'D M d, Y g:i a', 9, 21, '', '554422', 16, 14, 1215540015, 0, -3, 1042677159, 0, 't', 'd', 0, 't', 'a', 1, 1, 0, 1, 1, 0, 1, 231295, 'Avatar_Heaven/120.gif', 3, 45, 45, '[color=blue:1447b]17th Forum Member[/color:1447b]\r
War is an ugly thing, but not the ugliest of things. The decayed and degraded state of moral and patriotic feeling which thinks that nothing is worth war is much worse. The person who has nothing for which he is willing to fight, nothing which is more important than his own personal safety, is a miserable creature, and has no chance of being free unless made or kept so by the exertions of better men than himself. \r
--John Stuart Mill', '1447b', 'Ag==', 'Halo', '', 'Aero0047', '', '', '', '', 'Student, Writer', 'Firearms, girls, the military, hunting, weight lifting, Xbox, and Halo (of course).', '', '', '', 1, 000, 0, 0, 0, 0
17, 0, 0, 73519, '', 0, '', 1037763140, 'lilian5689', 'lilian5689', '$H$9tV9D6Q4cCeCzUqo9/oZXtUAbwPNdw0', 0, 1, '[email protected]', 425669844617, ' 0- 0- 0', 1047954303, 1047954303, 0, '', '', 0, 0, 0, 0, 0, 0, 6, 'en', 12.00, 0, 'D M d, Y g:i a', 9, 0, '', '554422', 16, 12, 1215540015, 0, -3, 1042165002, 0, 't', 'd', 0, 't', 'a', 1, 1, 0, 1, 0, 1, 1, 231295, 'Avatar_Heaven/314.gif', 3, 45, 45, 'WESANAITE\r
LVL.42\r
ATK.42\r
DEF.34\r
STR.32', '55f63', 'IA==', '', '', '', '', '', '', 'http://', '', '', '', '', '', 1, 000, 0, 0, 0, 0