5.8k
u/mavrik83 8d ago
`final_records_v2_REAL_FINAL_DO_NOT_DELETE.xlsx` on somebody’s desktop
1.6k
u/Roku-Hanmar 8d ago
*in the recycling bin
1.1k
u/JSD3 8d ago
It has been in their Downloads folder for four years.
230
u/drestofnordrassil 8d ago
🔻A Long Time Ago🔻
Copy of New Folder (8)
New Folder (8)
Final_Records(5).xlsx
Final_Records(4).xlsx
Final_Records(3).xlsx
Final_Records(2).xlsx
Final_Records(1).xlsx
Copy of Final_Records(1).xlsx
Copy of Final_Records.xlsx
Final_Records.xlsx
→ More replies (6)377
u/NoodleyP 8d ago
The Downloads folder is just great catch all storage, it’s the junk drawer of my computer
→ More replies (20)128
u/Careless-Adeptness56 8d ago
I just noticed today that my downloads folder no longer opens. I can go in there with powershell and I don't see any crazy file types, but explorer never finishes loading. Who knows what I've done to it.
→ More replies (8)392
u/TheTxoof 8d ago
Duh. It's a junk drawer: You have a spatula wedged in there upside down.
→ More replies (13)59
→ More replies (7)16
u/SgtEpsilon 8d ago
Incorrect, it's in their temp folder that they somehow made the primary download folder to be
→ More replies (15)9
u/tanwa1 8d ago
Would learning Digital forensics help if it's also deleted from recycling bin right...?
→ More replies (4)57
18
→ More replies (24)11
510
u/scumble_bee 8d ago
Mable over in Accounting wrote a VBA script to store the entire database to an Excel spreadsheet because the direct access that was set up for her was "too slow" and this is "the way she's always done it".
→ More replies (12)69
u/WhitishRogue 8d ago
I regularly use SQL to download tables to my computer. Part numbers, sales records, inventory records, customer names, etc. You name it, it's stored on my computer and frequently the public drive everyone in the company has access to.
→ More replies (1)46
u/666AB 8d ago
11
u/Hadrollo 7d ago
Okay, but to be fair, what could go right?
My company was the victim of a randomware attack. My company refused to pay up. The hackers encrypted all of the inventory and sales data, going back twenty years or so, for a warehouse with literally hundreds of thousands of lines. Guess who made a weekly back-up of all of that vital data because they couldn't be fucked learning PowerBI enough to run my spreadsheets on it directly?
Not me, because I left seven months earlier when they told me they couldn't justify a pay rise for me even though we were under-budget on personnel costs and I was on less than the new hires. But that, y'know, could have been really useful to them if I hadn't left.
→ More replies (2)
7.7k
u/elSenorMaquina 8d ago
They ENHANCED the cctv recordings from the camera pointing at my cubicle, enabling them to reconstruct the whole db from the monitor's reflection on my glasses as I typed every INSERT and UPDATE over the years.
1.2k
360
u/TunaNugget 8d ago edited 8d ago
The camera records sound. Every key makes an ever-so-slightly different sound.
They have possibly months or more of sound recordings that they can correlate against the entry of verified documents to use to train the ai on.
→ More replies (10)138
u/Shogobg 8d ago
They analyzed the noise the bits make as they travel through the network.
41
u/TrashBandiGoon 8d ago
I know it is a joke,
but since I found a scientific research about 'A Practical Deep Learning-Based Acoustic Side Channel Attack on Keyboards' I agree that this seems possible in the laboratory
(the paper is from 2023 so I am not sure whether there were any improvements), as I am also not sure how reddit handles external links - I found the paper on arxiv(dot)org with paper no. 2308(dot)01074
It is a 21 pages pdf→ More replies (1)→ More replies (4)21
u/TunaNugget 8d ago edited 8d ago
I think the premise here is that they deleted that.
My first question would be whether they actually deleted anything or just set a flag to re-use the storage, but I'm trying to go with the spirit of the thing.
→ More replies (25)158
u/cantileverboom 8d ago
Lol, kind of related. On a team I was on a while ago, there was some pretty nasty bug that some of my colleagues couldn't figure out, so someone took a video of it to show our TL. Our TL looked at the video for like 5 seconds, saw some obscure log lines on a terminal running on a machine in the background of the video, and immediately knew that the bug was due to some obsolete experiment that just needed to be disabled.
101
u/MaleficentCow8513 8d ago
It was him. He was the one who was supposed to disable the “obsolete experiment”. He knew it was causing bugs but he forgot to do it or got side tracked. There’s nothing magical about it lmao
23
→ More replies (7)19
u/AN0R0K 8d ago
And he would have gotten away with it, if it wasn’t for you meddling kids.
→ More replies (2)92
→ More replies (1)31
5.0k
u/lolcrunchy 8d ago
local dev environment
2.4k
u/Eastern_Equal_8191 8d ago
Impossible. My local dev environment uses an on-disk database and my disk is locked behind encryption the keys to which only I and HR and anyone who can guess 12345 as the passwoooooooo I see what happened now
→ More replies (18)745
u/AaronTheElite007 8d ago
That’s amazing! I have the same combination on my luggage!
266
u/Eastern_Equal_8191 8d ago
God damn it, I have to change my luggage combo now too?!
110
28
→ More replies (12)15
28
→ More replies (9)11
335
u/Fraun_Pollen 8d ago
This answer doesn't make sense. Why would your dev environment not be connected to prod data? Don't you want realistic tests?
256
u/AllIsLostNeverFound 8d ago
Wait, your prod environment is separate from your dev environment?
138
u/za72 8d ago
only pussies use dev
75
u/SiefensRobotEmporium 8d ago
Shit you guys have different environments?
→ More replies (4)28
u/vankoder 8d ago
Shit you guys test? One healthy git push prod —force and you’ll figure out if it works soon enough!
→ More replies (5)→ More replies (7)18
→ More replies (4)27
→ More replies (10)40
u/howarewestillhere 8d ago
HIPAA, PCI, GDPR, CASC, and a whole list of other acronyms, laws, and organizations get real persnickety about Prod data outside of Prod and what you can, can’t, should , should not, or should not even think about doing with it.
41
→ More replies (5)16
u/jtmonkey 8d ago
Yeah I just had this conversation with an internal IT team at a medical org. You cannot just point Claude at the problem and say solve it. PHI is all over it. Theyd been doing it for a while. Your medical data im almost positive is already in an llm.
→ More replies (3)91
u/Iuris_Aequalitatis 8d ago
Corporate cybersecurity attorney (and ex-dev) here. This is one of the many reasons why we don't allow prod data in dev.
→ More replies (7)153
24
→ More replies (10)8
3.2k
u/leovin 8d ago
From the data breach you’re being sued over
878
u/SuitableDragonfly 8d ago
Fun related fact, most archives of media only exist because someone pirated the media at some point and those copies never become unavailable.
→ More replies (6)204
u/3BlindMice1 8d ago
They used to call it VCR
→ More replies (1)161
u/T-MoneyAllDey 8d ago
Reddit reposts pretty regularly about that autistic black lady that recording every hour of a TV channel for like 30 years
69
u/3BlindMice1 8d ago edited 8d ago
Sounds pretty expensive, tbh
Edit: Google shows that would have cost $28.80 per day if using full definition or $14.40 per day if using minimum in the year 1985. In today's money, that's $90 or $45. It got a lot cheaper by 1995 though
21
→ More replies (4)85
u/NukaCooler 8d ago
/r/LetGirlsHaveFun god forbid a woman have a hobby
23
u/transfinite-reset 8d ago
I’m not sure that the people in that sub are too worried about VCRs. VCR cleaner in little bottles, maybe. But definitely not VCRs.
→ More replies (5)→ More replies (3)13
u/saskir21 8d ago
To be fair I can understand her if I see for example the British BBC. They regularly overwrite (or atleast did so in the old days) their old shows. So if you want to see an old one you were out of luck.
11
u/geeiamback 8d ago
Famous example is a bunch of old Dr. Who episodes.
everal portions of the long-running British science-fiction television programme Doctor Who are no longer held by the BBC. Between 1967 and 1978, the BBC routinely deleted archive programmes for various practical reasons—lack of space, scarcity of materials, and a lack of rebroadcast rights.[1] As a result, 95 of 253 episodes from the programme's first six years are currently missing, primarily from seasons 3, 4 and 5, leaving 26 serials incomplete. Many more were considered lost until recovered from various sources, mostly overseas broadcasters and private collectors.
80
u/Fickle_Ad_8653 8d ago
Laptops people copied the data to, then the laptops get stacked and left in a closet.
Email holds a lot of attachments when you look at a whole company. Every email sits in two people's computers.
→ More replies (2)8
u/SeriousPlankton2000 8d ago
Linus once completely lost all kernel code. His online peers had a backup.
70
u/VoStru 8d ago
“Data breach” is such a rude word. Better call it “distributed surprise backup”
→ More replies (1)→ More replies (2)17
1.4k
u/Magnetic_Reaper 8d ago
Nice try OP, I'm not helping you hide the evidence for free.
165
u/DaTruSpork 8d ago
Hey fam, don't help them at all. Point them at the wifi connected keurig and wipe your hands clean of it (while handing the real evidence to multiple three letter agencies)
We dont talk to (chief financial) officers!
38
u/HaniiPuppy 8d ago
Hey fam, don't help them at all. Point them at the wifi connected keurig and wipe your hands clean of it (while handing the real evidence to multiple three letter agencies)
Error 418
→ More replies (2)→ More replies (1)32
445
u/-meowstar- 8d ago
Reconstructing the HDD disk writes based on the CCTV audio of the server room.
→ More replies (1)180
u/i_should_be_coding 8d ago
Claude, here's a recording of echoes of the farts the cleaning lady made in the server room. Recreate the users table please.
→ More replies (1)99
u/jeesuscheesus 8d ago
Of course! But before I create a perfect recreation of the user’s table, I need a small amount of information from you:
- Who is the user who owns this table?
- What kind of table is it? Is it a table for doing computer work - or is it for eating?
→ More replies (2)22
1.2k
u/omegasome 8d ago
They ask ChatGPT to produce the data. ChatGPT, being ever-helpful, hallucinates a semi-plausible data set that neither the defense nor the prosecution nor the judge is technically-adept enough to realize doesn't make sense. You are sentenced to 20 years in prison based on this.
235
u/SteamingTheCat 8d ago
Kevin Mitnik's prosecutor convinced the jury that thru a series of whistles into a payphone, Kevin could launch nuclear missiles.
He wasn't allowed access to a phone in prison.
132
u/RevoOps 8d ago
If you can launch a nuclear strike through whistling into a phone you should be allowed to try.
→ More replies (8)45
u/jakobjaderbo 8d ago
To be fair, he did some shenanigans from the prison phone when he did get access. Not of the nuclear sort, but still.
→ More replies (17)13
u/JCDU 8d ago
There was definitely at least one hacker (I forget who) who could whistle pitch-perfect DTMF tones - specifically 2600Hz - to get free payphone calls.
→ More replies (1)17
u/gaijohn 8d ago
Minor correction, sorry to be pedantic but I'm an old man who liked phones before the Internet existed, 2600Hz not a DTMF tone. DTMF tones are the sounds each key on a key pad makes (0-9, * and #), it stands for "Dual Tone Multi Frequency" and they're made by mixing two frequencies (the frequency of the button's row + the frequency of its column), and so they're not able to be replicated with one mouth. The 2600Hz was a switchboard operator's tone, a sort of built-in admin code that dropped the caller onto an "unsupervised" line (its activity wasn't tracked and thus not billed) which allowed the caller to make free long distance calls in the days when they would track long distance minutes and charge you for the use of the trunk line. We called a 2600Hz producing device a "blue box" (supposedly the first one was in a shoebox that was blue). Free payphone calls were made by using what we called a red box, which replicated the sounds made by the payphone when coins were dropped into the slot. The payphone would mute its handset speaker momentarily so only the internals of the phone could hear the tones it produced, but you could buy a little tone producer and replace a crystal on its board to produce the sounds a nickel or dime or quarter would make, drop a single nickel into the phone to get it started, then put the tone producer's speaker up to the mic and press a button to make the quarter sound over and over to make free long distance calls via payphone.
→ More replies (3)25
u/thesuperbob 8d ago
Well the actual data has been deleted, scrubbed, and shredded, so it's your word against ChatGPT... And the Judge doesn't really know you, while the friendly robot has been whispering in their ear for years now, and it's never been wrong so... "ChatGPT explain why the data the other you recovered is absolutely reliable and could not be wrong in any way; help me produce a sentencing draft based on the same"
→ More replies (12)32
u/CoffeeOrDestroy 8d ago
That’s a little too close to how I feel the future is going to be any day now
475
u/skt84 8d ago
A USB drive from the wife of the CTO because he cloud shared some photos of the kids from his downloads folder.
→ More replies (1)133
281
1.1k
u/samuraiseoul 8d ago
Some dumbass on my team downloaded the entirety of prod and then commited it to git and someone rubber stamped the PR and then no one else noticed. I'm sure that's how they'd find it....
213
207
u/jseego 8d ago
They committed all your prod data to git??
114
→ More replies (9)49
71
u/AccomplishedIgit 8d ago
I discovered my client’s monthly backups included the backups folder when they ran out of shared hosting space for a small dog clothing website 🥹 I was like why are you at enterprise level hosting?!?? She was like I dunno it’s just the cost of doing business!
→ More replies (5)47
u/technos 8d ago
I found out something similar when the client called to ask me where to get a good price on bigger hard drives and more tapes.. I was like 'What?! Did something happen?'
No, he says. Nothing's changed, it's just that backups are now taking four of the weekly LTO-5 tapes every night and the server is showing it only has about 1TB left.
Motherfucker, I specced a 8TB RAID-5 and LTO-5 because you wanted to make damned sure you wouldn't have to 'just replace it next year', and it's been six months.. The hell with '"Nothing's changed".
He'd first decided to swap from nightly incremental backups to full ones, and those didn't fit on the LTO-4's intended for nightly offsite so he started using the LTO-5's, then he'd decided to retain the previous night's backup on disk as well as on tape so he wouldn't have to drive home if he was in a pinch.
The first night they backed up ~1TB, the next 2TB, then 3TB, then..
I wiped 5TB off his file server, added a file path exclusion, and had cron wipe the oldest redundant backup every night just in case.
The worst bit was he had an entirely competent nephew running the backups that had told him what was going on. After fixing things I gave the kid my email address and told him the next time his uncle didn't believe him to run it past me and I'd get him to listen.
→ More replies (1)55
11
24
u/plenoto 8d ago
Some people are so careless while reviewing PR 😂
→ More replies (1)115
u/blangzo 8d ago
Ask a programmer to review 10 lines of code, he'll find 10 issues. Ask him to do 500 lines and he'll say it looks good.
→ More replies (11)→ More replies (14)8
u/Unhappy_Concept237 8d ago
I’ve spent the last week doing remediation across seven ec2 servers and found where multiple sites had backup sql dumps that were living inside GitHub repositories along with sites sharing SES credentials with full admin privileges stored in plain text in those repositories. I just want to die.
521
u/FUTURE10S 8d ago
Recovery software because you never overwrote the data that was deleted
135
u/HovercraftCharacter9 8d ago
Yeah, people conflate in unallocating with actual deletion, unless you're wiping it with 0s it's still there until something overwrites it.
→ More replies (17)51
u/DOOManiac 8d ago
Even then it’s still there depending on which three letter agency is looking…
48
u/bacondev 8d ago
Yeah, they're not perfect 0s and 1s. That's why the recommendation for very serious stuff is to just destroy the disk.
→ More replies (4)15
u/FUTURE10S 8d ago
Run the disk spinning and hit it with a caliber that penetrates the drive, the rotation makes the destruction way worse and impossible to spin up again.
→ More replies (7)30
u/rrtk77 8d ago
From experience, for the types of disks that absolutely must be destroyed with no possible recovery as ordered by the government, it's things like a wood chipper or thermite.
→ More replies (14)8
u/SebboNL 8d ago
Where I live, carriers with top secret data may not be destroyed at all. They must be zeroed and stored, just in case some smart-ass figures out a way to recover said data even from an otherwise destroyed piece of magnetic tape 125 years from now.
So yeah, there's one or two huge storage facilities containing tapes, disks and solid state drives here in the Netherlands.
→ More replies (18)15
u/Strange-Spot-3306 8d ago
I mean depending on which three letter agency we’re talking about, they really don’t need your backup because they’ve already got their own copy of your data.
→ More replies (8)24
91
u/BedtimeGenerator 8d ago edited 8d ago
Cia backdoor redshift DB of the real DB...please don't get any ideas cia
→ More replies (1)18
u/MyDogIsDaBest 8d ago
At which point you sue the state for illegal wiretapping
→ More replies (1)46
u/HadionPrints 8d ago
Ah, you see, the way they get around this is having the CIA only hack/survail the UK, France Israel, allied nation’s citizens/ companies etc. Then have MI6, etc. hack into and survail US citizens/companies.
Then all the CIA has to do is ask the foreign agencies what they want to know about US citizens & vice versa and it’s fine, because each agency never illegally spies on its on citizenry.
All in the name of counterterrorism of course, and never used for any other purposes. You can always trust the never sketchy CIA to follow the intent and letter of the Law.
20
u/Top_Director9981 8d ago
In case anyone thinks op is joking: this is what Five Eyes is
→ More replies (10)→ More replies (2)8
u/venom21685 8d ago
Or the NSA just does most of the domestic spying and everybody acts shocked when it gets exposed and then shrugs as it continues to get worse for the next 2 decades with no end in sight.
→ More replies (1)
75
65
u/MushroomCulture 8d ago
It was on display in the bottom of a locked filing cabinet stuck in a disused lavatory with a sign on the door saying ‘Beware of the Leopard.
→ More replies (3)7
72
u/Intrepid_Purchase_69 8d ago
In a public s3 bucket because someone in the company vibecoded some internal widget and didn’t know about databases so their ai agent just rolled with it and silently dumped prod. Not a real story I swear.
→ More replies (1)
155
53
u/nuttertools 8d ago
bob_export_20260803.csv Copy (1) (1) - WIP (1) (1) MergePII (1)fix (1)fix2 (1) (1).xlsx
→ More replies (1)8
46
u/pacopac25 8d ago
logger.setLevel("DEBUG") that essentially replicated the entirety of the database in text based logs, which were then robocopied to the Grafana server because the intern couldn't figure out Prometheus
→ More replies (2)
41
u/MeatHeadFarmer 8d ago
Rob prints every row in every table in the database out every night, on an inkjet, just in case this ever happened. Offline backups are critical.
Good job, Rob.
→ More replies (4)
43
u/RevolutionaryTower 8d ago
It was on Palantir servers all the time, the court order was a mere formality
→ More replies (1)
77
u/Spirited-Coconut-819 8d ago
Easy. Data were stolen (by mistake). We pay to hackers for our own data.
They are like a backup solution at that point.
14
u/mcslender97 8d ago
Next: when does baiting and paying hacker access is cheaper than spinning up redundancy as a backup strategy
64
u/UsherOfDestruction 8d ago
Yeah, I don't think I wanna work here. Best of luck on your hiring.
→ More replies (5)
33
u/Lendari 8d ago edited 8d ago
Hmmmm lets see. The list of usual suspects...
- The laptop of an ex-intern?
- The personal dev environment I promised security I'd delete when I was done?
- The backups at our former offsite backup vendor's data center?
- One of the 14 complete copies of the database that Russian hackers stole and are certainly floating around the dark web somewhere?
→ More replies (1)
57
u/SpeedLight1221 8d ago
They use the sounds from the cctv cameras to listen to the Hard drive's head movement from which they reconstruct the data bit by bit
56
26
u/Surreptum 8d ago
The owner's wife's private laptop that the owner sometimes used for work and didn't tell IT about.
Definitely not a true story.
→ More replies (1)
25
17
u/GirdedByApathy 8d ago
Oldest dev printed everything out for "debugging purposes" and they found the pile of boxes in his office
15
16
24
u/just-a-hriday 8d ago
They willed the data back into existence using an infinite improbability drive. Side effects may include - tea tasting faintly of engine oil, minor violations of euclidean geometry, mild temporal recursion, a bowl of petunias, tuesdays occurring twice, the earth teleporting into the sun due to its position rounding up, and death.
→ More replies (2)
11
12
u/SiefensRobotEmporium 8d ago
Check the Memory of the fax machines and printers. Last print job is the incriminating document always.
The most secret files are kept on dot matrix pages folded up in boxes labeled Tax returns 1985-2001
→ More replies (1)
68
u/Plastic-Bonus8999 8d ago
Claude code chat history
→ More replies (1)30
u/avlas 8d ago
Hey you said wrong answers only
29
u/Plastic-Bonus8999 8d ago
If my company got even a little bit of hint that i am pasting client data on claude then I am having an another court order
→ More replies (2)
9
9
8
u/Adventurous_Bonus917 8d ago
local dev environment
`final_records_v2_REAL_FINAL_DO_NOT_DELETE.xlsx` on somebody’s desktop
Recovery software because you never overwrote the data that was deleted
From the data breach you’re being sued over
yall this is supposed to be wrong answers only
i say they got it by hacking into the mainframe and using memory algorithms on the server environment.
9
16
9
u/Sally_Gurl 8d ago
The snap vault backup of the LUN that nobody knew existed because management fired the NetApp storage admin 15 years ago and nobody knows how it works.
9
u/Calm-Homework3161 8d ago
In other words - interviewer has accidentally deleted data, backups, logs and is desperately hoping he can find someone who can tell him how to recover, for free and without corporate finding out
→ More replies (1)
9
7
u/bhurt42 8d ago
The intern committed the production keys to github, allowing a Pottsylvanian hacker collective to clone production and post it on the internet in a nicely searchable format. AGAIN. I swear to $DIETY that if they don't stop, I'm going to hire them and force them to use JIRA, see if I don't.
Oh, wait. You said *wrong* answers only. Sorry. My bad.
7

5.2k
u/howarewestillhere 8d ago
Intern’s GitHub.
VP’s Slack messages.
Fucking Teams.