Intel Leak

  • 🔧 Actively working on site again.

Ivan Shatov

Ceterum autem censeo Carthaginem esse delendam
kiwifarms.net
Joined
Jun 13, 2019
Massive 20GB Intel IP Data Breach Floods the Internet, Mentions Backdoors

Link to story: https://archive.vn/BJfpb

Link to dump: https://t.me/exconfidential/590

Anonymous hacker shares 20GB of data via magnet links in Telegram. Promises more to come.

This is what's supposed to be in the download.
  • Intel ME Bringup guides + (flash) tooling + samples for various platforms
  • Kabylake (Purley Platform) BIOS Reference Code and Sample Code + Initialization code (some of it as exported git repos with full history)
  • Intel CEFDK (Consumer Electronics Firmware Development Kit (Bootloader stuff)) SOURCES
  • Silicon / FSP source code packages for various platforms
  • Various Intel Development and Debugging Tools
  • Simics Simulation for Rocket Lake S and potentially other platforms
  • Various roadmaps and other documents
  • Binaries for Camera drivers Intel made for SpaceX
  • Schematics, Docs, Tools + Firmware for the unreleased Tiger Lake platform
  • (very horrible) Kabylake FDK training videos
  • Intel Trace Hub + decoder files for various Intel ME versions
  • Elkhart Lake Silicon Reference and Platform Sample Code
  • Some Verilog stuff for various Xeon Platforms, unsure what it is exactly.
  • Debug BIOS/TXE builds for various Platforms
  • Bootguard SDK (encrypted zip)
  • Intel Snowridge / Snowfish Process Simulator ADK
  • Various schematics
  • Intel Marketing Material Templates (InDesign)
  • Lots of other things
Honestly, there's a lot to shit pants over.

Someone was telling me earlier today that part of the reason Hollywood never pisses off the Chinese is that they will do this, take your movie and release it. Looks like the same sort of thing is happening here, right after bad news about the 7nm processor.

*sigh* enjoyed having a superconductor industry in the US.
 
Why am I not surprised it's Intel??? Can't wait to see the multitude of leaks. I expect at least two or three considering the article mentions passwords being "Intel123" and shit. My corpse of a aunt could guess that.
 
On Skylake systems, it can be disabled using the NSA requested "HA" bit.
Do you know if there's any way to do this that doesn't involve rigmarole with hardware flash programmers?
 
Do you know if there's any way to do this that doesn't involve rigmarole with hardware flash programmers?

I think you can in theory do a software flash, but if you mess up, you would have to use a hardware flasher anyway.
 
telegram big gay post magnet link
 
2020-08-06 16_50_43-Watched threads _ Kiwi Farms.png


...intel apparently
 
Got the files, randomly flipping through them now. From the "Windows_1.0.5.exe" ZIP file, there's the Intel Memory and Storage Tool. In the "NDA" documentation it describes what kind of telemetry Intel SSDs collect behind the scenes. Here's an example.

1596766589802.png


Nothing too dangerous in there, but be informed nonetheless.
It doesn't sound like there's anything in a stock system that will "phone home", since Intel mentions needing integration from OS vendors.

EDIT: I found a mention of a "backdoor" in server_bp1221-00_cp331_bricklandbdx-4.00.git.zip under BricklandPkg\Ras\Smm\RasInit\MemoryRas.c

C:
    // Save the RAS backdoor request pointer to IOH SR 17
    // It will be used for memory RAS request
    //
    Data32 = (UINT32)(UINTN)mAcpiParameter->SmiRequestParam;

But this seems to be code about hot-swapping hardware, it doesn't look like a backdoor in the sense the term is usually used.
See BricklandPkg\Include\Protocol\GlobalNvsArea.h for the definition of these fields
And BricklandPkg\Ras\Smm\MigrationHandler\MigrationHandler.c for them being used.
 
Last edited:
I don't know what most of this stuff is, but I did notice two driver archives for SpaceX for a camera.
Screenshot from 2020-08-06 23-38-47.png


And inside I noticed these:
Screenshot from 2020-08-06 23-39-11.png


Landmark detection is interesting.
 
  • Like
Reactions: Allakazam223
Landmark detection is interesting.
"Landmarks" here refers to key points on a face when doing face detection, rather than features of a landscape. All of those DLLs you listed are related to face detection, as the function names make explicit.

1596787496000.png
 
Back