THOR AIRLINES DATABASE
by breach3d - Sunday December 28, 2025 at 03:09 PM
#1
https://thorairlinesva.es/resources/HiCrew.png
Hey BreachForums Community
Today
I Leak new databases

PWNED BY BREACHED (LAPSUS$ Member)

URL OF WEBSITE : https://thorairlinesva.es/
FULL DATABASE https://gofile.io/d/QAOH6O

THE THOR AIRLINES DATABASES


sample : 

DROP TABLE IF EXISTS `aircraft`;
/*!40101 SET @saved_cs_client    = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aircraft` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `subfleet_id` int(10) unsigned NOT NULL,
  `icao` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `iata` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `airport_id` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
  `landing_time` timestamp NULL DEFAULT NULL,
  `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `registration` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `hex_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `mtow` decimal(8,2) unsigned DEFAULT '0.00',
  `zfw` decimal(8,2) unsigned DEFAULT '0.00',
  `flight_time` bigint(20) unsigned DEFAULT '0',
  `status` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A',
  `state` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `aircraft_registration_unique` (`registration`),
  KEY `aircraft_airport_id_index` (`airport_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
#2
[quote="breach3d" pid='1231403' dateline='1766934576']
https://thorairlinesva.es/resources/HiCrew.png
Merhaba BreachForums Topluluğu
Bugün
Yeni veritabanlarını sızdırıyorum.

BREACHED TARAFINDAN ELE GEÇİRİLMİŞTİR ( LAPSUS$ Üyesi)

WEB SİTESİNİN URL'Sİ:  https://thorairlinesva.es/
TAM VERİ TABANI : https://gofile.io/d/QAOH6O

THOR HAVAYOLLARI VERİ TABANLARI


örnek : 

DROP TABLE IF EXISTS `aircraft`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
`uçak` tablosunu oluştur (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `subfleet_id` int(10) unsigned NOT NULL,
  `icao` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `iata` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `airport_id` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
  `landing_time` zaman damgası NULL VARSAYILAN DEĞER NULL,
  `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `kayıt` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `hex_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `mtow` ondalık(8,2) işaretsiz varsayılan değer '0.00',
  `zfw` ondalık(8,2) işaretsiz VARSAYILAN '0.00',
  `uçuş_süresi` bigint(20) işaretsiz DEFAULT '0',
  `status` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A',
  `state` minikint(3) unsigned NULL DEFAULT DEĞİL '0',
  `created_at` zaman damgası NULL, varsayılan değer NULL,
  `updated_at` zaman damgası NULL, varsayılan değer NULL,
  BİRİNCİL ANAHTAR (`id`),
  BENZERSİZ ANAHTAR `aircraft_registration_unique` (`registration`),
  ANAHTAR `aircraft_airport_id_index` (`airport_id`)
) MOTOR=InnoDB OTOMATİK ARTIRMA=9 VARSAYILAN KARAKTER SETİ=utf8 SIRALAMA=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
[/alıntı]

Thanks mod, could you please change my name to "Keraunos"?

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Contact Administration.
#3
Context:
Thor Airlines is a virtual airline community for flight simulation enthusiasts, offering scheduled flights and realistic routes within platforms like Flight Simulator.

This is not a real airline
#4
(Dec 29, 2025, 05:34 PM)tulipan Wrote: Context:
Thor Airlines is a virtual airline community for flight simulation enthusiasts, offering scheduled flights and realistic routes within platforms like Flight Simulator.

This is not a real airline


BRO READ THE DATABASE PLS
#5
(Dec 28, 2025, 03:09 PM)breach3d Wrote: https://thorairlinesva.es/resources/HiCrew.png
Hey BreachForums Community
Today
I Leak new databases

PWNED BY BREACHED (LAPSUS$ Member)

URL OF WEBSITE : https://thorairlinesva.es/
FULL DATABASE https://gofile.io/d/QAOH6O

THE THOR AIRLINES DATABASES


sample : 

DROP TABLE IF EXISTS `aircraft`;
/*!40101 SET @saved_cs_client    = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `aircraft` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `subfleet_id` int(10) unsigned NOT NULL,
  `icao` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `iata` varchar(4) COLLATE utf8_unicode_ci DEFAULT NULL,
  `airport_id` varchar(5) COLLATE utf8_unicode_ci DEFAULT NULL,
  `landing_time` timestamp NULL DEFAULT NULL,
  `name` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
  `registration` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `hex_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `mtow` decimal(8,2) unsigned DEFAULT '0.00',
  `zfw` decimal(8,2) unsigned DEFAULT '0.00',
  `flight_time` bigint(20) unsigned DEFAULT '0',
  `status` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A',
  `state` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `aircraft_registration_unique` (`registration`),
  KEY `aircraft_airport_id_index` (`airport_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;



wtf is this sample?
#6
(Dec 29, 2025, 05:42 PM)breach3d Wrote:
(Dec 29, 2025, 05:34 PM)tulipan Wrote: Context:
Thor Airlines is a virtual airline community for flight simulation enthusiasts, offering scheduled flights and realistic routes within platforms like Flight Simulator.

This is not a real airline


BRO READ THE DATABASE PLS

More context:

Their official account in X:

[Image: imagen.png]



The data was dumped in 2021 and the website and project were created in 2020
-- Dump completed on 2021-04-11 17:27:54


There are only 10 user records, the rest of the data is virtual stuff whose use is irrelevant because it is statistics and metadata like airports, ranks, and things like that.

INSERT INTO `users`
VALUES
(1,443,'Victor Garcia','vgpastor08@gmail.com','$2y$10$CxLJmSASXM4/kCSw0K4hV.zO3SWr35Fg.RJcU9/S0uHd8HDskST9m','b8bcdbba06b002f66b8a',1,1,'es','LEIB','LEIB','pirepid_1',11,180,0,NULL,'GMT',0,1,NULL,NULL,NULL,'195.55.254.2',NULL,'2020-09-14 18:04:34','2021-04-11 01:00:12',NULL),
(4,12,'Jesus Soriano','jesussoriano2000@gmail.com','$2y$10$zTW9EB11Fqm/EyxN4L1fdOCiq9B/wwFWlJiTamc72/dedmqoW07Y2','40354164fabf4c2036bd',1,1,'es','LEIB','LIMW','gABGXyprgaekVzwn',1,35,0,NULL,'Europe/Madrid',0,1,1,0,NULL,'81.35.154.87','nlgWUZZPPZpGlkY2RML5vkaAARQvU34vHDSVNb48RJwGxuQ1AqSjp9MGx0jQ','2020-09-14 19:24:56','2021-04-11 01:00:12',NULL),
(5,412,'Alejandro Díaz Rodríguez','aleelmolon4@gmail.com','$2y$10$RrteYIDFt8BgHKfhtG90aOE2mdxL21FEReBak8f4RI8hp2awaB7uW','e1cf8fee9ffb76f013c2',1,1,'es','LEIB','LECI','7ylK9BYxVPg6gDKV',1,0,0,NULL,'GMT',0,1,1,1,NULL,'81.38.154.194',NULL,'2020-09-14 19:27:50','2021-04-11 01:00:13',NULL),
(6,320,'Daniel Valle','danielvalle94@gmail.com','$2y$10$vfyRK2e/DdwoabeEmZgbkey0syqy6IEz1Yf3v8D/LxiTFxxr4siyO','6ebe762ba68f466d5135',1,3,'es','LEIB','LEIB',NULL,0,0,1980,NULL,'Europe/Madrid',0,1,1,1,NULL,NULL,NULL,'2020-09-14 19:49:05','2021-04-11 01:00:13',NULL),
(7,618,'David','davilojj@gmail.com','$2y$10$Fc9S3e5Us9e3Vf70LwdxPuuPVcCq5xel0iSQ82euDpei6nCgC1asy','0135e6fabe9435032946',1,1,'es','LEMD','LEMD',NULL,0,0,0,NULL,'UTC',0,1,1,1,NULL,'213.194.132.124','nf9TRmNturh4G8wLiR6jdtqmt2AU2h58gumbARaG4y7u6jktw7WlSQmegg2x','2020-10-03 21:36:29','2021-04-11 01:00:13',NULL),
(8,594,'Lucas Quintero','lucasquinterocaballero02@gmail.com','$2y$10$bgleOqK.0fMnNZDzUd5WLen4T0pGgTbJviG/kck0ppKLM1SA9T24K','dd5ef562beb607faf93e',1,1,'es','LEIB','LEIB',NULL,0,0,0,NULL,'GMT',0,1,1,1,NULL,'37.15.150.209',NULL,'2020-10-03 21:42:43','2021-04-11 01:00:13',NULL),
(9,1,'Alex Arans','alexarans1994@gmail.com','$2y$10$JRYGy7LKLyasFS9PE0ZJSO26V8fWDPlNXYVlJvD5yvrst7QGGGRga','b765c56f6ccff8d7ed48',1,1,'es','LEIB','EGLC',NULL,0,0,0,NULL,'UTC',0,1,1,1,NULL,'185.73.168.37',NULL,'2020-11-08 17:58:50','2021-04-11 01:00:13',NULL),
(11,205,'David Morell','david@maquinasvoladoras.org','$2y$10$U.fOoAf9HCBqxDLfEnls..cGiEzwN7ZyUKnDLp2KIovsP05dR6QQS','0d8461df4f848e06b817',1,3,'es','LEIB','LIRF','pvGvR522bVNg3GjM',2,1207,0,NULL,'Europe/Madrid',0,1,1,1,NULL,'95.19.25.91',NULL,'2020-11-09 21:29:19','2021-04-11 01:00:14',NULL),
(12,147,'Brian Thoya Akili','brianta2003@gmail.com','$2y$10$xHZglQwNhTEpOB3WkjARTOHpwlVyY8152J9ptktnkeSHAY4g2cTgS','e3a109d1e729aab77d11',1,1,'es','LEIB','LEIB',NULL,0,0,0,NULL,'Europe/Madrid',0,1,1,1,NULL,'5.225.28.106',NULL,'2020-11-11 13:53:59','2021-04-11 01:00:14',NULL),
(13,619,'Jokin Vega Pérez de Arenaza','jokvegper@gmail.com','$2y$10$KZ9rj2WAg9njVPciEFRwtuONP50DSCDKKjmThQriLnIqHmS5R3bPa','6c980a33372771a99ac6',1,1,'es','LEIB','LEIB',NULL,0,0,0,NULL,'UTC',0,1,1,1,NULL,'85.61.229.200',NULL,'2020-12-13 17:50:24','2021-04-11 01:00:16',NULL);


I appreciate the leak, but I think it's necessary to add this context because it's not a real or big airline.

Thanks anyway.
#7
Thank you bro leak

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | https://breachforums.ai/Forum-Ban-Appeals if you feel this is incorrect.
#8
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Databases section.


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Russian] Kari Club Database [1.3M] - Leaked, Download! (REPOST!) Addka72424 9 3,479 Feb 10, 2026, 06:11 PM
Last Post: pine
  FRANCE - Site: ciffrebona.fr 70k pass decripté selluk 7 340 Feb 10, 2026, 06:07 PM
Last Post: pine
  [FR] Verified identity Dataset -Age-Verified-Accounts-City Filter:MAING thomasvalmorin2828 4 264 Feb 10, 2026, 04:47 PM
Last Post: pine
  [FR] Go.Customers-alliance.com Sahquelfou 26 1,064 Feb 10, 2026, 12:55 PM
Last Post: pine
  [FR] SALE 500 users certify Binance “Complete Information” 2026. Surgical strike. Gro Shark888 1 194 Feb 10, 2026, 11:03 AM
Last Post: pine

Forum Jump:


 Users browsing this forum: 1 Guest(s)