Earlier quoted context omitted.
Of course it's not legal. This is exfiltrated intellectual property being shared without license.
Is the person publishing this liable or just their source? Because this seems to be a hobby for the person publishing it and yet they also aren't concealing their identity. They list their former employer on their website.
20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
61–70 of 476 posts
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#62Intel denies it was hacked: https://twitter.com/TheRegister/status/1291461942624677889
https://del.dog/sourcestatements.txt source: They have a server hosted online by Akami CDN that wasn't properly secure. After an internet wide nmap scan I found my target port open and went through a list of 370 possible servers based on details that nmap provided with an NSE script. source: I used a python script I made to probe different aspects of the server including username defaults and unsecure file/folder acc…
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#63For once they don't leak our data.
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#64Earlier quoted context omitted.
Password protection may have been used to bypass antivirus and other filters. While you should treat dumps like this with a lot of suspicion, treat password protected zips with a heaping dose of care as they may have been used to evade automated defenses.
Yes. Whenever I email or transfer a zip via any method really I always put a basic password on it. I've been bitten way too many times by dumb filters that pick some file out of the zip and declare that it is malicious. I also don't trust messenger apps to not pull my files out and do who knows what with them. A basic password prevents this junk 99% of the time for almost no effort. It won't stop a determined system…
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#65Is releasing this legal? It seems like this person isn't really disguising their identity or concerned about breaking the law. In their profile they even seem to brag about leaking company's code.
Of course it's not legal. This is exfiltrated intellectual property being shared without license.
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#66Someone have a mirror? Seems the actual files are here: https://t.me/exconfidential/590 Edit: files are here https://mega.nz/folder/CV91XLBZ#CPSDW-8EWetV7hGhgGd8GQ or magnet:?xt=urn:btih:38f947ceadf06e6d3ffc2b37b807d7ef80b57f21
You can't download from mega.nz unless you have their "downloader" app or an account, or if you have Firefox or Safari. It's useless. The torrent works.
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#67Earlier quoted context omitted.
Of course it's not legal. This is exfiltrated intellectual property being shared without license.
Which country laws does apply? Is it really illegal to share this in the whole world? Im not so sure about that.
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#68Earlier quoted context omitted.
You can't download from mega.nz unless you have their "downloader" app or an account, or if you have Firefox or Safari. It's useless. The torrent works.
A web app that only works in non-Chromium browsers isn't useless.
Asking because as someone who uses FF as their daily driver and is surprised something is supported in it that isn't in Chrome...
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#69At a previous workplace we had a few places in the code which used the word backdoor. It was not an actual backdoor though, but merely a debugging server that could be enabled and allowed you to inspect internal state during runtime. At some point I removed the word backdoor, fearing it would get to a customer or during an audit someone would misunderstand. :|
It seems like a thin line between a debugging feature and a backdoor; "merely a debugging server that could be enabled and allowed you to inspect internal state during runtime" seems like a backdoor to me, doubly so if it's network-accessible. If Intel has, say, an undocumented way to trigger a debug mode that lets you read memory and bypass restrictions (ex. read kernel memory from user mode, or read SGX memory), is…
Re: 20GB leak of Intel data: whole Git repositories, dev tools, backdoor mentions
#70At a previous workplace we had a few places in the code which used the word backdoor. It was not an actual backdoor though, but merely a debugging server that could be enabled and allowed you to inspect internal state during runtime. At some point I removed the word backdoor, fearing it would get to a customer or during an audit someone would misunderstand. :|
We use the term “manhole” for those sorts of things