Deported Russian (Spy?) Worked At Microsoft
subtropolis writes "KOMO News in Seattle is reporting that a recently-deported 23-yr-old Russian man 'appears to have ties to the recently-exposed Russian counterintelligence' (according to unnamed Feds). The article states that he admitted to unspecified immigration violations and was promptly shown the door on Tuesday. It also says that 'Microsoft confirms Karetnikov worked as an entry-level software tester for less than a year.' So, I'm thinking that MS had better take a really good at their logs for that time. He may have got in at 'entry-level' but his abilities may have been a fair bit beyond that. ... Interestingly, his admission to mere 'violations' and swift departure would be right in line with how this swap has gone down. The four Russians who were flown to Britain and the US had to first sign a confession before President Medvedev granted them pardons." The same news is at CBS News, too.
Aurora, anyone?
"I'd rather be a lightning rod than a seismometer." -Ken Kesey
microsoft has freely given its source code to the kgb (rolls eyes):
http://tech.slashdot.org/story/10/07/09/0042238/Microsoft-Opens-Source-Code-To-KGBs-Successor-Agency
intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
Welcome to the new world of modern espionage. In a world where countries are less worried about invading each other than preserving and succeeding in a stable international economic market, your spies are going to be mostly industrial in nature. Who doesn't think that the CIA is out there trying to figure out what other countries are stealing from our corporations or what we can steal from somebody else's? My real wonder is how we would introduce that knowledge into our side if we got it as it would be a large potential PR blow up. Countries spying on each others military secrets is almost expected, but countries spying on other countries corporate interests so they can turn such knowledge over to their own corporate interests might actually mean war.
They won't be able to slip much past the massive peer review.
You mean the same "massive peer review" that stopped the OpenSSL bug that was committed by a Debian developer or the same review process that spotted the trojan in UnrealIRCD? Oh wait, it missed both of those things.
"microsoft has freely given its source code to the kgb (rolls eyes):" - by circletimessquare (444983) > on Wednesday July 14, @02:51PM (#32904620) Homepage
Per my subject-line above: IF the Russians wanted to know the "ins-N-outs" of Windows code, in ANY version, they would do the same as guys like Dr. Mark Russinovich did prior to his actually working for Microsoft (while he was the co-coder for SysInternals/Winternals, alongside Bryce Cogswell) - they'd disassemble/debug it, & have their answers. From what I understand, Mark Russinovich did all he did figuring out the "Native Mode NT code" via this method and using what's provided in the Microsoft DDK (Device Driver Kit).
Sure, this'd take more time than having actual sourcecode in the language it's written in (for kernel level stuff, that'd be C &/or Assembly language (which is what the debug trace dumps would yield in the latter anyhow), & the rest of the OS in usermode would most likely be a lot of C++)), but the results would be the same anyhow...
Guys - it's NOT like the russians don't have the kind of coding talent necessary (far from it) for that to happen... & again, it'd only be a matter of time is all.
APK
P.S.=> I used to try to "obfuscate" code I wrote, & also use executable compressors too, to make this harder on others attempting to do this, but I soon found out "what's the point"? See, those same "reverse engineers" developed unpackers to stop that method of trying to "slow down" those trying to get at what your code's doing (e.g.-> Shrinker is now broken & can be "unshrunk", as a single example thereof, & it only took about 1.5 yrs. for such a tool like UnShrink to appear publicly online) too!
PLUS, you can always peer into that app's memory space via it's hWnd address in RAM, & see what's going on as well rather than toying with the .exe file on disk to get your answers also (Dr. Mark Russinovich's "Process Explorer" will do this very thing for you in fact as one of its options, for example)... apk