Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
21–30 of 62 posts
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#22Somehow, I don't think the original authors of this proprietary code are going to be filing a copyright claim...
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#23This looks like slop, it's all concatenated into a single file and most probably not based on the actual malware. I'm fairly sure that for example the real one does not include the literal string "Stuxnet" anywhere, like it does here: RegDeleteKeyW(HKEY_LOCAL_MACHINE, L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\Stuxnet"); Wikipedia about the origin of the name: The original name given by VirusBlokAda was "Ro…
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#24Thanks for posting! ~15k lines of code, a lot to poke around in. I was working on a Siemens S7 PLC project with a WINCC HMI for a power plant (the same target of the cyber-weapon) as I listened to the audio book[2] based on this ~12 years ago, entirely changed how I viewed critical industrial infrastructure. One quote from the book that stuck with me was how you can only use a cyber weapon once at full potential, as…
Pretty amazing to have been pulled off seemingly so successfully.
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#25Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#26Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#27This looks like slop, it's all concatenated into a single file and most probably not based on the actual malware. I'm fairly sure that for example the real one does not include the literal string "Stuxnet" anywhere, like it does here: RegDeleteKeyW(HKEY_LOCAL_MACHINE, L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\Stuxnet"); Wikipedia about the origin of the name: The original name given by VirusBlokAda was "Ro…
Astra can reverse engineer binaries now. That's likely where it came from.
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#28[flagged]
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#29This looks like slop, it's all concatenated into a single file and most probably not based on the actual malware. I'm fairly sure that for example the real one does not include the literal string "Stuxnet" anywhere, like it does here: RegDeleteKeyW(HKEY_LOCAL_MACHINE, L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\\Stuxnet"); Wikipedia about the origin of the name: The original name given by VirusBlokAda was "Ro…
Yeah... it's reverse engineered. They explained that.
Not one literal string as it appears several times in this purported "reconstruction". Including as the name for a registry key, in the hex code at the end of an EXE header stub ("REALTEK",0x00,"Stuxnet"), and in a frigging autorun.inf as the program name.
Even if Wikipedia is wrong and that string should appear somewhere in the original binary, whatever LLM they used has really been overdoing it beyond the bounds of realism: "Hey look, it's the REAL STUXNET, you've all read about it, here is the 100% real authentic reverse-engineered source code!"
Re: Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon
#30Thanks for posting! ~15k lines of code, a lot to poke around in. I was working on a Siemens S7 PLC project with a WINCC HMI for a power plant (the same target of the cyber-weapon) as I listened to the audio book[2] based on this ~12 years ago, entirely changed how I viewed critical industrial infrastructure. One quote from the book that stuck with me was how you can only use a cyber weapon once at full potential, as…