Trello Database - Leaked, Download!
by emo - Tuesday July 16, 2024 at 12:07 AM
#1
Hello BreachForums Community,
Today I have uploaded the Trello Database for you to download, thanks for reading and enjoy!

[Image: trello.png]

In January 2024, data was scraped from Trello and posted for sale on a popular hacking forum. Containing over 15M email addresses, names and usernames, the data was obtained by enumerating a publicly accessible resource using email addresses from previous breach corpuses. Trello advised that no unauthorised access had occurred."Trello had an open API endpoint that allows any unauthenticated user to map an email address to a trello account. I originally was only going to feed the endpoint emails from 'com' (OGU, RF, Breached, etc.) databases but I just decided to keep going with emails until I was bored. This database is very useful for doxing, find enclosed email address matched to full names and aliases matched to personal email addresses." - @emo himself said this about the method and the leak.

Compromised data: Email addresses, Names

Contents Spoiler
Hidden Content
You must register or login to view this content.
Ban reason: Several doxing attempts. (Permanent)
#2
thank u for sharing that lovley
#3
goated keep the work :D
#4
thank u for sharing.
#5
(07-16-2024, 12:07 AM)emo Wrote: . EMO.RIP 3XCL4S1V3 | #DyingSlowly .
..............................................
....................../\......................
.................=---/--\---=.................
..................`-/....\-'..................
....../\.........../.`,.'.\.........../\......
.=---/--\---=...../,-'..'-.\.....=---/--\---=.
..`-/....\-'......'........`......`-/....\-'..
.../.`,.'.\......................../.`,.'.\...
../,-'..'-.\....................../,-'..'-.\..
..'........`......................'........`..
..............................................

Trello had an open API endpoint that allows any unauthenticated user to map an email address.
I originally was only going to feed the endpoint emails from 'com' (OGU, RF, Breached, etc.) databases but I just decided to keep going with emails until I was bored.
This database is very useful for doxing, find enclosed email address matched to full names and aliases matched to personal email addresses.

Unique Email Addresses: 15,111,945
Contains: Email addresses, Names, Usernames
Breach date: 16 January 2024


Download

Sample Spoiler
thank you for sharing emo is the best data breach Heart
#6
It sounds the leaked data is good
#7
one thing is ..... its the full database ?
Ban reason: Leeching | http://raiddfzn73ir6iyxlf7nwytnujiflddog...an-Appeals if you feel this is incorrect. (Permanent)
#8
For anyone who has difficulty reading it because it's a 21GB file. Use this to convert it to a readable database, you can query it much faster.

if you want more than uid, email, user and name, then change table structure and just read the other keys from the entry and insert them. if u cant figure out ask someone
import json import sqlite3 from tqdm import tqdm conn = sqlite3.connect('trello.db') cursor = conn.cursor() cursor.execute('''     CREATE TABLE IF NOT EXISTS trello_users (         id TEXT PRIMARY KEY,         fullName TEXT,         username TEXT,         email TEXT     ) ''') conn.commit() conn.close() def parse(json_file):     conn = sqlite3.connect('trello.db')     cursor = conn.cursor()     with open(json_file, 'r') as f:         for line in f:             try:                 entry = json.loads(line.strip())                 id = entry.get('id', '')                 fullName = entry.get('fullName', '')                 username = entry.get('username', '')                 email = entry.get('email', '')                 cursor.execute('''                     INSERT OR IGNORE INTO trello_users (id, fullName, username, email)                     VALUES (?, ?, ?, ?)                 ''', (id, fullName, username, email))             except json.JSONDecodeError as e:                 print(f"Shit broke: {e}")                 continue     conn.commit()     conn.close() if __name__ == '__main__':     parse('trellfull.json')
#9
This is indeed very large. Thanks
#10
did u get the db of user posting?
it would be very usefull tho

thanks for the effort btw!
love it
Ban reason: Selling/posting credit/debit cards is not allowed. It may be posted if it's a part of a database. (Permanent)


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ledger Database - Leaked, Download! Automation 96 28,439 Yesterday, 06:51 PM
Last Post: dyzet1337
  Duolingo Scrape Database - Leaked, Download! gl0rp 108 43,119 Yesterday, 12:14 PM
Last Post: Yunu599
  Turknet Database - Leaked, Download! dejavu 82 2,938 Yesterday, 12:04 PM
Last Post: Yunu599
  MGM Grand Hotels Database - Leaked, Download! Automation 51 19,809 07-18-2026, 09:33 AM
Last Post: gandals007
  Cit0day Collection Collection - Leaked, Download! Automation 86 25,520 07-17-2026, 01:47 PM
Last Post: tereanorman



 Users browsing this thread: 1 Guest(s)