Slashdot Log In
New Software To Balance Privacy and Security?
Posted by
ScuttleMonkey
on Wed Jan 25, 2006 04:47 AM
from the until-they-build-a-better-reverse-engineer dept.
from the until-they-build-a-better-reverse-engineer dept.
An anonymous reader writes "Claiming to provide both security and privacy, researchers at UCLA say they have developed a system to monitor suspicious online communication that discards communications from law-abiding citizens before they ever reach the intelligence community." From the article: "The truly revolutionary facet of the technology is that it is a new and powerful example of a piece of code that has been mathematically proven to be impossible to reverse-engineer. In other words, it can't be analyzed to figure out its components, construction and inner workings, or reveal what information it's collecting and what information it's discarding -- it won't give up its secrets. It can't be manipulated or turned against the user."
This discussion has been archived.
No new comments can be posted.
New Software To Balance Privacy and Security?
|
Log In/Create an Account
| Top
| 82 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Evil potential here (Score:5, Insightful)
(http://web-owls.com/)
It also means that lawful citizens who do fit the parameters are reported on. The same as if the agencies are grepping.
a savvy person may be able to tell that the program is running in the background ... by distributing this software all over the Internet to providers and network administrators, you can easily monitor a huge data flow
How will this software be "distributed"? Virus? Payload in a Sony rootkit? Thousands of patriotic sysadmins? Plenty of potential for evil to be done here!
This magic software only finds bad guys? (Score:2, Insightful)
The problem is not Privacy vs. Security. You will never have Security. Not yours. You can have privacy, though.
The problem is, and always has been, balancing privacy and convenience.
spin doctors (Score:5, Insightful)
What good is this? (Score:5, Insightful)
(http://pdatabase.dyndns.biz/ | Last Journal: Saturday June 04 2005, @11:50AM)
I mean, the captured documents could already have been altered, no way to prove that they didn't, now.
Not to mention the way it works amounts to what is essentially an eternal wiretap of everyone, guilt, innocence and suspicion matter not.
Mathematical proof of code is a tough business (Score:5, Insightful)
(http://www.javalobby.org)
Re:Mathematical proof of code is a tough business (Score:5, Interesting)
(http://www.ckwop.me.uk/)
I'd like to see the demonstration. Until such time, I call bollocks and I refuse to believe an "impossible to reverse-engineer" piece of code ever exists.
I second your bullshit and raise! The problem with proofs such as this is that they assume broad axioms that in reality might not be true in the hardware. For example, they may well have proved the theorem if they assume all operations of a certain set take the same length but in reality they might not. The processor might take a ten billionth of a second longer to do one operation than it does another, or it might release more heat when it does one operation than it does when it performs another, or it might release a certain magnetic field when it does one operation and not another.
Side-channel attacks, as these are called, are often totally devastating. There was one attack [schneier.com] where simply heating the computer up can cause a system to get owned. If the proof is correct, it's certainly interesting but practically we're a long way from getting to this gold standard.
Simon
Social Engineering (Score:3, Insightful)
(http://www.vanderlee.com/)
Like the Stasi? (Score:2)
And who gets to define what a "law abiding" citizen is? It may be OK now but what happens when the law is that you do not oppose the state, whoops, too late, there is already the infrastructure in place to find out where those damned pro-democracy scum are and what they are upto.
Next, when we're all watching TV and doing our VoIP on the net, all have our home security systems on the net then the government 'sees' everything, 'knows' everything and you have entered into the police state where you can't even move without it being reported on.
Nonsense! (Score:2)
Maybe they have a mathematical proof that makes reverse-engineering impossible. Fine. But it is still possible to find out what it does in practice, since the nature of the data it processes is known. Just run it in a simulation and see what it does. No reverse-engineering required. From there onwards, it can be turned against the user and manipulated.
Lesson: Mathematical proofs are fine. But they have a specific scope. Not understanding that scope makes the proof useless and can result in faulty claims about how possible or impossible something is.
And what are the criteria? (Score:2)
Impossible to reverse engineer! (Score:2, Interesting)
Brrrrrr.. spooky! This sounds like an incredible misinterpretation of whatever the original paper/research is actually doing though. Devices may be reverse engineered without even looking inside if you have access to its inputs and outputs and can continually test and hypothesize and retest, etc. A device that distinguishes between 'evil' and 'regular' packets (as input) and outputs a bit that indicates 1='evil' or 0='not evil' (or a floating point degree of evil, say..) is no different. If you have access to the code that runs this particular device running on a router or somewhere packets drift by then obviously the situation can be no worse. I'd definitely like to see the link to this mathematical proof..
Impossible to reverse engineer? (Score:3, Informative)
Which executable format does it use?
Unless its running on dedicated hardware with really strong encryption (and even then, thats no gaurantee), it is possible to reverse engineer any piece of code piece by piece (for example, start with the first instructions the program executes and unwrap it from there). If you wanted to go deep, you could use an ICE or similar (or a software emulator with a built-in debugger that cant be detected from the emulated side)
Here's a more informed article on this software (Score:1, Informative)
Proof? (Score:1)
(http://0xegypt.blogspot.com/ | Last Journal: Saturday October 13, @02:07AM)
It can't be manipulated or turned against the user (Score:2)
For crying out loud, this is spyware, by definition.
What's the bets that VISTA will have it? (Score:2)
methinks this will be stuck into VISTA and possibly forced onto XP users via a mandatory update.
One step closer to Big Brother ..... (Score:1)
So let me get this straight (Score:1)
Yeah, right (Score:1)
(http://www.codemonkeyramblings.com/)
This software will only contribute to the "if you have nothng to hide, you have nothing to fear" mentality. People will ask why you showed up in the sweep if you aren't hiding something. Things like this just undermine guilty until proven innocent and will only serve to make our agencies lazier, not more efficient.
It really is possible to stop reverse-engineering (Score:4, Interesting)
(http://theory.csail.mit.edu/~cpeikert/)
Let me tell you, as a cryptographer, that these claims are false. The recent field of program obfuscation gives surprisingly strong ways to prevent reverse-engineering, in a very rigorous and strong way.
Not every program can be obfuscated (this has been proven). However, programs that fit a certain template (like: "check if the input string matches the user's password") can be obfuscated. What this means is that you can give the program's entire code to the adversary -- he can run it on his own computer (no DRM required) on whatever inputs he likes, alter it, stretch it, twist it, whatever. After all this he still will not be able to guess the password, any more than if he had some mathematically-perfect black-box that truthfully answered the question: "is [X] the password?" (Actually the definition is even stronger than this, but that's the gist of it.)
Yes, this seems extremely hard to do -- after all, the adversary has complete and total power over the code that is running. Yet it can be done, rigorously and provably, if you're willing to believe that there are some number-theory problems out there (like RSA) that are hard to solve.
For the work described in the article, it sounds like the "black-box" does something like the following: if your input string contains some "watch words," then the output is the same as the input, but encrypted under the government's key. If your input string is "benign," then the output is just "THIS WAS A BENIGN INPUT", encrypted in the government's key -- i.e., it ignores any benign input and replaces it with a placeholder. By running the obfuscated program and looking at the output, you can't tell if the input was flagged or not. Even while watching the program run, you can't tell if the program is flagging the input or not (or learn anything about the government's key). When the government collects the output and decrypts it, it only sees the flagged inputs, as the rest have been ignored.
As I've said, none of this depends on the program requiring any DRM or TPM or any other specialized hardware. It only relies on the mathematics.
wow, is this for real? (Score:1)
Oh brother.
Um...WTF (Score:3, Insightful)
BREAKING NEWS. The government has devised a fool proof plan to protect your privacy. They will simply garrison an intelligence agent in your house recording everything you do to make sure that the government doesn't inappropriately invade your privacy. (for your own safety please do not attempt to resist; you will have to be beaten to protect your own privacy, after which you will be dumped in a shallow unmarked grave - again for your privacy)
Abiding by the law and mathematical proof. (Score:2)
> online communication that discards communications from law-abiding citizens
> before they ever reach the intelligence community."
"Law-abiding": which laws might that be? The laws intended to prevent disruption of society, like the ones used to jail many civil-rights activists in the 50s and 60s? The laws that declared a black man couldn't marry a white woman? Or the ones that declared a woman can't own real property?
Some of the very -best- people are by definition lawbreakers.
> From the article: "The truly revolutionary facet of the technology is
> that it is a new and powerful example of a piece of code that has been
> mathematically proven to be impossible to reverse-engineer.
That's a very broad statement. I haven't read the proof, so I can't say they're wrong. I will just point out that there are things "proven mathematically" in consumer statistics everyday that just aren't so. There is a difference between "mathematically proven" as used in colloquial speech and "a mathematical proof."
I wonder which this is?
Can't be reverse-engineered, eh? (Score:1)
(http://mesamike.org/)
Re:Can't be reverse-engineered, eh? (Score:4, Insightful)
(Last Journal: Saturday April 09 2005, @10:59PM)
Worst case, pull an SCO and sue them for violating your stuff, and demand un-obfuscated *everything* during discovery.
On the fun side, wait until RIAA/MPAA gets their agenda piggybacked into these little boxes.
Pointer to the actual paper (PDF, sorry) (Score:2)
(http://www.berylliumsphere.com/security_mentor | Last Journal: Wednesday January 31 2007, @09:13PM)
Postscript: http://www.cs.ucla.edu/~rafail/PUBLIC/Ostrovsky-S
This is a scam (Score:3, Insightful)
Uhm, excuse me, but this is exactly the situation right now. Since when do terrorists ever KNOW that security is on to them until they're caught? Terrorists take precautions against being detected by ANYTHING. Terrorists with the slightest brains do not talk about operations in the clear at any time. What then is this software supposed to detect? Where is the benefit?
Supposedly the benefit is that "harmless" communication is never seen by the Fed. Bullcrap. The parameters of the software are SET by the Fed - they can see anything they want. That's obvious from the article as it glosses entirely over the matter of "criteria" in the first place.
This software would only be safe in the hands of someone who IS safe. In the words of the DRM enthusiasts, it only "keeps honest people honest." And since the criteria is changeable - as well as the appointment (or election) of the people who set the criteria - this is no security at all.
In the hands of George Bush, Dick Cheney and General Hayden, you're screwed, blued and tattooed.
This is nothing more than a propaganda piece put out at this time because Bush is in danger of being impeached over the spying issue. That's the bottom line.
False Premise (Score:3, Insightful)
(http://slashdot.org/)
The tradeoff is between privacy and totalitarianism. Solutions that attempt to split the difference are not helpful.
George Orwell says "I told you so" (Score:1)
--George Orwell, 1984 [gutenberg.net.au]
Anyone see a parallel here? A black box that watches everything you do, with no way to know whether what you are doing is ThoughtCrime or not. Way to safeguard my privacy and rights.
Re:Scary, but encouraging... (Score:1)
(http://www.silverwolf-den.com/)
Who wants to bet the secret filter might end up being