I've heard of researchers from one company dumpster diving the competition. A worm (as amateur as a 20mb one ) could easily be the work of those kind. But i think it gets less press than "evil country" "omg world cyber war" ...not that it may not be happening anyway.
Flame: Massive cyber-attack discovered, researchers say
41–50 of 84 posts
Re: Flame: Massive cyber-attack discovered, researchers say
#42Kaspersky blog has more info: http://www.securelist.com/en/blog/208193522/The_Flame_Questi...
Aren't these the guys who wigged out because they thought Duqu was written in an entirely new custom virus language? And it was actually Visual C++? The second most common compiler on the planet? (after GCC) I would take their analysis with a big pinch of salt.
Re: Flame: Massive cyber-attack discovered, researchers say
#43Earlier quoted context omitted.
I always hesitate a little bit when I open a pdf, specially when it is one on malware
It depends: will you render it using Adobe's software?
[1]http://blogs.adobe.com/asset/2010/10/inside-adobe-reader-pro...
[2]http://dev.chromium.org/developers/design-documents/sandbox
[3]http://blogs.msdn.com/b/david_leblanc/archive/2007/07/27/pra...
Re: Flame: Massive cyber-attack discovered, researchers say
#44More technical details (pdf) on: http://www.crysys.hu/skywiper/skywiper.pdf Although the naming differs it has been noted on several blogs that it is the same malware.
spooky.
Re: Flame: Massive cyber-attack discovered, researchers say
#45Earlier quoted context omitted.
Aren't these the guys who wigged out because they thought Duqu was written in an entirely new custom virus language? And it was actually Visual C++? The second most common compiler on the planet? (after GCC) I would take their analysis with a big pinch of salt.
Give them some credit. Duqu was written using a nonstandard C extension for OO and it was pretty heavily obfuscated iirc.
Re: Flame: Massive cyber-attack discovered, researchers say
#46"It’s easier to hide a small file than a larger module." my mind is blown. small files are not like small rocks. it's a computer!
Re: Flame: Massive cyber-attack discovered, researchers say
#47Earlier quoted context omitted.
The LUA makes me wonder if the creator could be identified by their coding style.
From the Kaspersky article, Flame ships with a Lua VM, sqlite3, zlib, libbz2, and an SSL library (probably OpenSSL?), and these and more apparently result in its unusually large size (almost 20 MB). Sounds almost like "lean malware" written by a relatively small team using easily available tools and libraries.
What's next? Shipping the JVM and MariaDB
Re: Flame: Massive cyber-attack discovered, researchers say
#48Earlier quoted context omitted.
Aren't these the guys who wigged out because they thought Duqu was written in an entirely new custom virus language? And it was actually Visual C++? The second most common compiler on the planet? (after GCC) I would take their analysis with a big pinch of salt.
Give them some credit. Duqu was written using a nonstandard C extension for OO and it was pretty heavily obfuscated iirc.
Re: Flame: Massive cyber-attack discovered, researchers say
#49SQLite is 500kB, Lua is 150kb, zlib is 80kB, libbz2 is 60kB. Together this comes to less than 1MB, not 20MB. You would need an awful lot of libraries like this to get anywhere close to 20MB.
Re: Flame: Massive cyber-attack discovered, researchers say
#50Surely that can't be all-inclusive… is it?