Storagefront Database
storagefront.com
136,087
Global
-
12.75 MB
29.10 MB
1
Here is the summary:
The Storagefront database was compromised and leaked in 2020, with the majority of the records coming from the United States. The breach involved 136,087 records, containing sensitive information such as real names, email addresses, passwords, and usernames.
The leaked data revealed personal details of individuals who used Storagefront, a provider of cloud-based storage solutions. The compromised records included individuals who were users of Storagefronts services, which suggests that the breach may have had a significant impact on the companys security.
It is unclear how the breach occurred or how the attackers managed to gain access to the sensitive information. However, it is a wake-up call for individuals and companies alike to prioritize data security and take steps to protect sensitive information from falling into the wrong hands.
We have loaded this breach into our database.
`id` int(11) NOT NULL AUTO_INCREMENT,
`password` varchar(128) NOT NULL,
`last_login` datetime DEFAULT NULL,
`is_superuser` tinyint(1) NOT NULL,
`username` varchar(30) NOT NULL,
`first_name` varchar(30) NOT NULL,
`last_name` varchar(30) NOT NULL,
`email` varchar(254) NOT NULL,
`is_staff` tinyint(1) NOT NULL,
`is_active` tinyint(1) NOT NULL,
`date_joined` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `username` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=137136 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `auth_user`
--
LOCK TABLES `auth_user` WRITE;
/*!40000 ALTER TABLE `auth_user` DISABLE KEYS */;
INSERT INTO `auth_user` VALUES (1,'pbkdf2_sha256$20000$UvI0ZKwj471Z$JJ7fWTR6SbThmrbit4MToMPOT66J198BVK0QlGuFwT8=','2020-04-06 19:28:33',1,'admin','','','',1,1,'2015-08-20 05:39:45'),(7,'',NULL,0,'af5db5aa3f308d240194c78c6e2741','Melethil','123','[email protected]',0,0,'2015-09-03 17:06:04'),(11,'pbkdf2_sha256$20000$VfAjHCvber1k$1oixWk0GQ7usRERDVIuQ4uJc0tRqwmV/jOUMCDvj0BI=','2017-08-22 22:23:27',0,'3071a99b27ff2c370245b12d1b08c7','ROLAND','SCHERTENLEIB','[email protected]',0,1,'2015-09-03 17:28:14'),(12,'',NULL,0,'d3ead38098a9647d472cddf7cea2ae','Peter','Soto','[email protected]',0,0,'2015-09-03 22:37:59'),(16,'pbkdf2_sha256$20000$3yVsOhiAB4kl$t5T564WuSPbq0mj3/dDCthlxV8m81/0tXBAQq7iuTQI=','2016-10-10 14:22:51',0,'d4466dbb7cdcf1a8b989d983ecb580','Rajesh','B','[email protected]',0,1,'2015-09-08 12:37:46'),(19,'pbkdf2_sha256$20000$VO1SDoSAd9PH$q1frXjJORXvMdCsAgJCxG6CdCkILuyTpuLhcjFG5LD8=',NULL,0,'3fd6dd5298ef147205624657a2a1ad','Roland','Schertenleib','[email protected]',0,1,'2015-09-10 00:59:25'),(20,'',NULL,0,'604a2592fdc946151a05706ed0d997','Roland','Schertenleib','[email protected]',0,1,'2015-09-10 01:10:16'),(21,'pbkdf2_sha256$20000$SXn5YjdFhmUl$UILgRRNe6a8mynzqx4Lp+INETdPrT7GYUtkgbzEUyGA=','2015-09-10 01:19:28',0,'110262558b7201339ccf5171511ec1','Jas','Gouy','[email protected]',0,1,'2015-09-10 01:13:28'),(22,'pbkdf2_sha256$20000$xyLTemPN4JLw$KC8En4nmF8saH+rMeZGTSILz80nNCDiNmQRPT38QHiU=','2015-09-13 21:51:57',0,'c503d6bb2ca3f8d993c9a47f5089ab','Davin','Dameron','[email protected]',0,1,'2015-09-13 21:51:16'),(24,'pbkdf2_sha256$20000$dj4zWdqHAMOM$5XnHvcU8wtl5t2IvDwEd5INOT5Z4wG+8h3r/xzEAq2U=','2015-10-07 00:35:13',0,'6f93d276b44d90bcc7e722e56024f5','Silvia','Clark','[email protected]',0,1,'2015-10-07 00:34:31'),(25,'pbkdf2_sha256$20000$xtLLzQ6ku6U8$89UMo4KMsTB4WjOUmeIXaJoAcDKGhrhU0XyUhKn4kBI=','2015-10-08 17:51:17',0,'3c7457a5cc04c8177a8e0a48c8bb81','Shawna','Staton','[email protected]',0,1,'2015-10-08 17:50:55'),(26,'',NULL,0,'8300927bf2d49342c32ce6a5cefe48','Chandler','Popp','[email protected]',0,0,'2015-10-09 10:11:33'),(27,'pbkdf2_sha256$20000$4XxjAuE2QbZL$lkKR9dSrxhgH+s+9Jxq2JRT084omB93vosNv34gmpHc=','2015-10-09 12:47:23',0,'c6099b0f3cdf55830212842f20a5f8','Marie','Braman','[email protected]',0,1,'2015-10-09 12:47:05'),
