So what if I run my top secret weapons grade uranium producing plant on a sanely secure operating system, like linux.
I can’t tell if you’re being sarcastic or not, but if not: the idea that Linux is any more secure against a nation state than windows is ridiculous. There are no shortage of regular vulns discovered in each part of the Linux OS as used by stuxnet.
The Stuxnet worm may be the most sophisticated software ever written
281–290 of 507 posts
Re: The Stuxnet worm may be the most sophisticated software ever written
#282Re: The Stuxnet worm may be the most sophisticated software ever written
#283Earlier quoted context omitted.
MAD is a local maximum of peace, but only if we define "peace" to include "tense standoff". It appears to be the best we can do in the presence of overwhelmingly powerful offensive capabilities. Imagine the different "peace" if instead we had overwhelmingly powerful defensive capabilities.
But everyone would have to have those, or else the first country to develop them would have an insurmountable advantage. A country that has both nuclear weapons and the ability to block all attacks including nuclear would rule the world, or at least dominate it without opposition.
Re: The Stuxnet worm may be the most sophisticated software ever written
#284Re: The Stuxnet worm may be the most sophisticated software ever written
#285Earlier quoted context omitted.
Only in a western welfare bubble. Morality over war is what you can afford having other security needs taken care of.
The western world has developed institutions that give it security. Once those parts of the world ravaged by war do the same, they too will enjoy peace and stability.
Re: The Stuxnet worm may be the most sophisticated software ever written
#286Stuxnet changed history. Any "game of chicken" style equilibria is broken if the probability a nuclear actor's command and control drops below 100%. If there is even a 1% chance that when a Big Red Button is pushed the missiles fail to launch the game becomes unwinnable. Simulations of imperfect information in dynamic brinkmanship where both players are known to have advanced cyber capabilities results in a single dr…
That's all very well but theory and maths aren't too relevant when the man behind the button is an illiterate cretin.
Remember, the Secret Service works for the US Treasury.
Re: The Stuxnet worm may be the most sophisticated software ever written
#287Earlier quoted context omitted.
Without any kind of metric for “sophisticated” it’s all subjective anyhow. I like Stuxnet as an example - it’s devious and a true hacker approach, albeit as blackhat as they come.
i think for something to be sophisticated we are looking at how complex it is. this worm does nothing new in that regard (taking advantage of 0days, hiding, covering tracks etc.) it is no more sophisticated than a regular worm. quora is a fucking joke.
So you could ask, is a RG machine more sophisticated than say a computer - maybe not on a strictly technical level, but again without a metric, it's all about how we feel about it.
Anyways, I thought it was a great writeup that explains at least one aspect of what sophisticated software is, in a language most anyone could understand.
Re: The Stuxnet worm may be the most sophisticated software ever written
#288I'd argue that Google Search is much more sophisticated than Stuxnet. Windows is much more sophisticated. Linux is more sophisticated than Stuxnet. The list goes on. We tend to ignore the sophistication of things we are familiar with, and hype those that surprise. But that's not a fair measure of anything.
Re: The Stuxnet worm may be the most sophisticated software ever written
#289Earlier quoted context omitted.
But do those things really contribute to the sophistication of the software? For example imagine some code written with no understanding of uranium enrichment: const int CENTRIFUGE_RPM = 500; And then some other code written with a deep understanding of uranium enrichment: const int CENTRIFUGE_RPM = 1203; Can you really say that the second bit of code is more "complex"? Same goes for stolen driver signing keys and so…
The complexity or quality of a software code does not neccessarily say anything about the complexity of the problem it solves.
Re: The Stuxnet worm may be the most sophisticated software ever written
#290Earlier quoted context omitted.
In my view, the sophistication is implied by the breadth of expertise required to put the whole thing together. Google Search and the OS landscape are for sure broad and sophisticated. However, their development was accomplished by computer scientists. In order for stuxnet to be effective, it was necessary to employ expertise in: - Uranium enrichment methods and processes - Capital equipment control systems and their…
But do those things really contribute to the sophistication of the software? For example imagine some code written with no understanding of uranium enrichment: const int CENTRIFUGE_RPM = 500; And then some other code written with a deep understanding of uranium enrichment: const int CENTRIFUGE_RPM = 1203; Can you really say that the second bit of code is more "complex"? Same goes for stolen driver signing keys and so…
Yes.
Complexity in the sense discussed is related to the domain knowledge (including CS knowledge) required for the program to be written and work well.
Else even a trivial BS program could be very complex, just sprinkle it with gotos and unnecessarily convoluted code...