Finding backdoor threats within applications
What is the best approach to uncover hidden backdoor threats within applications?
When you register, you'll receive targeted emails designed to keep you informed of the most relevant information on Agile development, application security, testing & QA, software requirements, and more.
Hannah Smalltree, Editorial Director
Backdoor threats are a method of bypassing
authentication or other security controls in order to access a computer system or the data contained on that system. In fact, backdoors could ultimately lead to cyberfraud. I believe that static binary analysis is the best way to find malicious code such as backdoors, as well as root kits. That's because hackers can change binaries after they are compiled, and it is impossible to uncover this with source code tools.
Dig Deeper
-
People who read this also read...
-
This was first published in October 2007