Haskell or Lisp, perhaps?
Kaspersky: Duqu Trojan uses 'unknown programming language'
21–30 of 122 posts
Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#22Instead of trying to compile code examples in every candidate PL, they should:
1. Crawl x86 binaries from the Internet / download sites / code archives.
2. Write M/R job, which will disassemble and look for patterns they discovered.
3. Once patterns found - investigate the source of binary (i.e. who uploaded it to download site, maybe it was on university FTP server or maybe it's part of commercial driver released by company XYZ).
Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#23Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#24Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#25Why would creating your own programming language for a virus be a good thing? If viruses are the only thing written in this language, wouldn't the language make it easier for the anti-virus companies to detect it without having to worry as much about false positives?
Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#26This is referred to as Stuxnet 2. And the original was "proven" to have been made to attack Iranian nuclear labs, and what not. Conclusion being that it was made by some government agency. I suppose foil hat theory would point fingers at CIA/NSA type people.
Assuming the above is correct, or correct enough, its it not surprising to see what might be a new language for this virus, if it has a nation state's resources behind it? If that is the case, what chance is there that any one will be able to crack this mystery?
Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#27Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#28The payload could have been modified (to obfuscate its origin / source language) using a product named codesurfer/x86. http://www.grammatech.com/research/products/CodeSurferx86.ht... If it has access to source code, it can instrument the build process, and obtain disassembly that is high quality enough to support rewriting. Using it's scheme API you can modify the CFG of each procedure directly, serialize the rewritt…
Looks like a cool product.
Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#29What driverdan said makes sense. It is much more likely that they obfuscated or masked their code instead of inventing an "unknown" programming language. Even so, the obfuscation method used I'm sure would be pretty cunning (seeing as these folk mean business). It's interesting to see Kaspersky suggest that the state is behind this solely based on some unknown code. Does anyone know why that would be a likely conclus…
Re: Kaspersky: Duqu Trojan uses 'unknown programming language'
#30Why would creating your own programming language for a virus be a good thing? If viruses are the only thing written in this language, wouldn't the language make it easier for the anti-virus companies to detect it without having to worry as much about false positives?
http://en.wikipedia.org/wiki/Not_invented_here#In_computing
It also seems to me that a new language for this exact purpose is unlikely, however, it could very well be a proprietary or otherwise unknown language that may have been built for another purpose (internal company, domain-specific development, etc) and not often seen in this context.