Doomworld

Oct 12, 2022
Breach Count:

34,939

Region:

Global

News Report:

-

Leak from:
File Size:

6.34 MB

Uncompressed File Size:

39.88 MB

File Count:

1

The Doomworld leak in 2022 refers to a data breach that occurred on the Doomworld website, a popular online community for fans of the Doom franchise. On February 10, 2022, a hacker gained unauthorized access to the Doomworld database and leaked sensitive information, including emails, IP addresses, passwords, and usernames, of approximately 34,478 registered users.

The leaked data includes:

• Email addresses of affected users
• IP addresses associated with user accounts
• Passwords stored in plain text (either hashed or unhashed)
• Usernames

The leaked records include information from users who registered on the Doomworld forum and website over the years, with the majority of the data dating back to around 2010-2015. The breach is believed to have occurred due to an outdated and insecure password storage system used by Doomworld, which made it vulnerable to hackers.

The incident is a reminder of the importance of protecting user data and using robust security measures to prevent such breaches. Doomworld has since taken steps to rectify the situation, including notifying affected users and prompting password resets.

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

We have loaded this breach into our database.

File List:
core_members.sql
File Content Sample:
CREATE TABLE `core_members` (
`member_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`member_group_id` smallint(3) NOT NULL DEFAULT '0',
`email` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`joined` int(10) NOT NULL DEFAULT '0',
`ip_address` varchar(46) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`skin` smallint(5) DEFAULT NULL,
`warn_level` int(10) DEFAULT NULL,
`warn_lastwarn` int(10) NOT NULL DEFAULT '0',
`language` mediumint(4) DEFAULT NULL,
`restrict_post` int(10) NOT NULL DEFAULT '0',
`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',
`last_visit` int(10) DEFAULT '0',
`last_activity` int(10) DEFAULT '0',
`mod_posts` int(10) NOT NULL DEFAULT '0',
`auto_track` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`temp_ban` int(10) DEFAULT '0',
`mgroup_others` varchar(245) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`member_login_key_expire` int(10) NOT NULL DEFAULT '0',
`members_seo_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`members_cache` mediumtext COLLATE utf8mb4_unicode_ci,
`failed_logins` text COLLATE utf8mb4_unicode_ci,
`failed_login_count` smallint(3) NOT NULL DEFAULT '0',
`members_profile_views` int(10) unsigned NOT NULL DEFAULT '0',
`members_pass_hash` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`members_pass_salt` varchar(22) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`members_bitoptions` int(10) unsigned NOT NULL DEFAULT '0',
`members_day_posts` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0,0',
`notification_cnt` mediumint(9) NOT NULL DEFAULT '0',
`pp_last_visitors` text COLLATE utf8mb4_unicode_ci,
`pp_main_photo` text COLLATE utf8mb4_unicode_ci,
`pp_main_width` int(5) DEFAULT NULL,
`pp_main_height` int(5) DEFAULT NULL,
`pp_thumb_photo` text COLLATE utf8mb4_unicode_ci,
`pp_thumb_width` int(5) DEFAULT NULL,
`pp_thumb_height` int(5) DEFAULT NULL,
`pp_setting_count_comments` int(2) DEFAULT NULL,
`pp_reputation_points` int(10) DEFAULT NULL,
`pp_gravatar` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pp_photo_type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`signature` text COLLATE utf8mb4_unicode_ci,
`pconversation_filters` text COLLATE utf8mb4_unicode_ci,
`pp_customization` mediumtext COLLATE utf8mb4_unicode_ci,
`timezone` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pp_cover_photo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profilesync` text COLLATE utf8mb4_unicode_ci,
`profilesync_lastsync` int(10) NOT NULL DEFAULT '0' COMMENT 'Indicates the last time any profile sync service was ran',
`allow_admin_mails` bit(1) DEFAULT b'0',
`members_bitoptions2` int(10) unsigned NOT NULL DEFAULT '0',
`create_menu` text COLLATE utf8mb4_unicode_ci COMMENT 'Cached contents of the "Create" drop down menu.',
`members_disable_pm` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '0 - not disabled, 1 - disabled, member can re-enable, 2 - disabled',
`marked_site_read` int(10) unsigned DEFAULT '0',
`pp_cover_offset` int(10) NOT NULL DEFAULT '0',
`acp_skin` smallint(6) DEFAULT NULL,
`acp_language` mediumint(9) DEFAULT NULL,
`member_title` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`member_posts` mediumint(7) NOT NULL DEFAULT '0',
`member_last_post` int(10) DEFAULT NULL,
`member_streams` text COLLATE utf8mb4_unicode_ci,
`photo_last_update` int(10) DEFAULT NULL,
`mfa_details` text COLLATE utf8mb4_unicode_ci,
`failed_mfa_attempts` smallint(3) unsigned DEFAULT '0' COMMENT 'Number of times tried and failed MFA',
`idm_block_submissions` tinyint(1) unsigned DEFAULT '0' COMMENT 'Blocked from submitting Downloads files?',
`conv_password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`conv_password_extra` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`steamid` varchar(17) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`permission_array` text COLLATE utf8mb4_unicode_ci COMMENT 'A cache of the clubs and social groups that the member is in',
`banned_forum` text COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`member_id`),
KEY `bday_day` (`bday_day`),
KEY `bday_month` (`bday_month`),
KEY `members_bitoptions` (`members_bitoptions`),
KEY `ip_address` (`ip_address`),
KEY `failed_login_count` (`failed_login_count`),
KEY `joined` (`joined`),
KEY `email` (`email`),
KEY `member_groups` (`member_group_id`,`mgroup_others`(188)),
KEY `mgroup` (`member_id`,`member_group_id`),
KEY `allow_admin_mails` (`allow_admin_mails`),
KEY `name_index` (`name`(191)),
KEY `mod_posts` (`mod_posts`),
KEY `photo_last_update` (`photo_last_update`),
KEY `steamid` (`steamid`),
KEY `last_activity` (`last_activity`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `core_members` (`member_id`, `name`, `member_group_id`, `email`, `joined`, `ip_address`, `skin`, `warn_level`, `warn_lastwarn`, `language`, `restrict_post`, `bday_day`, `bday_month`, `bday_year`, `msg_count_new`, `msg_count_total`, `msg_count_reset`, `msg_show_notification`, `last_visit`, `last_activity`, `mod_posts`, `auto_track`, `temp_ban`, `mgroup_others`, `member_login_key_expire`, `members_seo_name`, `members_cache`, `failed_logins`, `failed_login_count`, `members_profile_views`, `members_pass_hash`, `members_pass_salt`, `members_bitoptions`, `members_day_posts`, `notification_cnt`, `pp_last_visitors`, `pp_main_photo`, `pp_main_width`, `pp_main_height`, `pp_thumb_photo`, `pp_thumb_width`, `pp_thumb_height`, `pp_setting_count_comments`, `pp_reputation_points`, `pp_gravatar`, `pp_photo_type`, `signature`, `pconversation_filters`, `pp_customization`, `timezone`, `pp_cover_photo`, `profilesync`, `profilesync_lastsync`, `allow_admin_mails`, `members_bitoptions2`, `create_menu`, `members_disable_pm`, `marked_site_read`, `pp_cover_offset`, `acp_skin`, `acp_language`, `member_title`, `member_posts`, `member_last_post`, `member_streams`, `photo_last_update`, `mfa_details`, `failed_mfa_attempts`, `idm_block_submissions`, `conv_password`, `conv_password_extra`, `steamid`, `permission_array`, `banned_forum`) VALUES
(1, 'Linguica', 4, '[email protected]', 889790400, '', 10, 0, 0, 1, 0, NULL, NULL, NULL, 1, 709, 1662746065, 0, 1664402652, 1664985325, 0, '{\"content\":1,\"comments\":0,\"method\":\"immediate\"}', 0, '18', 1492109524, 'linguica', NULL, '{\"177.140.149.113\":[],\"177.140.184.133\":[],\"89.67.32.30\":[],\"62.210.246.163\":[],\"62.210.129.246\":[],\"165.231.0.242\":[],\"208.115.124.91\":[],\"188.127.237.239\":[],\"62.212.73.141\":[],\"46.166.148.177\":[],\"192.42.116.16\":[],\"2605:e200:d00c:c01d::3333\":[],\"77.247.181.165\":[],\"163.172.223.200\":[],\"178.20.55.18\":[],\"109.163.234.9\":[],\"2a01:608:ffff:ff07::1:24\":[],\"2a03:b0c0:3:d0::19ca:b001\":[],\"46.165.230.5\":[],\"2a00:801:4f:2105:b:480b:5bd5:d9c6\":[],\"46.166.148.152\":[],\"163.172.67.180\":[],\"2607:5300:60:3a71::17\":[],\"67.205.146.164\":[],\"62.210.81.52\":[],\"62.80.200.190\":[],\"99.122.154.250\":[],\"193.90.12.86\":[],\"51.15.135.103\":[],\"72.52.75.27\":[],\"64.113.32.29\":[],\"185.38.14.215\":[],\"62.210.245.138\":[],\"2605:4d00:0:2::6e\":[],\"144.217.60.239\":[],\"51.255.202.66\":[],\"46.105.100.149\":[],\"51.15.56.110\":[],\"193.90.12.90\":[],\"80.67.172.162\":[],\"65.19.167.131\":[],\"171.25.193.77\":[],\"89.234.157.254\":[],\"217.13.197.5\":[],\"89.187.142.208\":[],\"138.197.207.243\":[],\"151.80.238.152\":[],\"87.118.126.150\":[],\"37.220.35.202\":[],\"87.118.116.90\":[],\"93.115.95.207\":[],\"109.163.234.2\":[],\"92.222.84.136\":[],\"2a00:1768:1001:21::32a3:201a\":[],\"193.171.202.150\":[],\"199.249.224.48\":[],\"62.102.148.67\":[],\"109.163.234.4\":[],\"79