BlackSpigotMC

Jul 14, 2019
Breach Count:

140,029

Region:

Global

News Report:

-

Leak from:
File Size:

249.71 MB

Uncompressed File Size:

5.79 GB

File Count:

2

In July 2019, the hacking website BlackSpigotMC suffered a data breach. The XenForo forum based site was allegedly compromised by a rival hacking website and resulted in 8.5GB of data being leaked including the database and website itself. The exposed data included 140k unique email addresses, usernames, IP addresses, genders, geographic locations and passwords stored as bcrypt hashes.

Leaked Information:
Device information
Email
Gender
Address
IP Address
Password
User Name

We have loaded this breach into our database.

Search
File List:
blackspigot.sql
www.rar
File Content Sample:
-- MySQL dump 10.16 Distrib 10.1.37-MariaDB, for Win32 (AMD64)
--
-- Host: localhost Database: blackspigot2
-- ------------------------------------------------------
-- Server version 10.1.37-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `blackspigot_webdb.xf_error_log`
--

DROP TABLE IF EXISTS `blackspigot_webdb.xf_error_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `blackspigot_webdb.xf_error_log` (
`error_id` int(10) unsigned NOT NULL,
`exception_date` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned DEFAULT NULL,
`ip_address` varbinary(16) NOT NULL DEFAULT '',
`exception_type` varchar(75) NOT NULL,
`message` text NOT NULL,
`filename` varchar(255) NOT NULL,
`line` int(10) unsigned NOT NULL,
`trace_string` mediumtext NOT NULL,
`request_state` mediumblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;