Low Score< scoring range: 0 - 9 >
< your score:"; var low2 = ">
You have underestimated the depth and breadth of the application security crisis. If you are responsible for a business application or a business unit that uses applications to serve its needs, you are in trouble. Take some time to review the correct answers to see just how costly insecure applications can be.
< Close Window | Read Correct Answers >
"; var med1 = "
Medium Score< scoring range: 10 - 19 >
< your score:"; var med2 = ">
You may know some of the basics, but you have underestimated the depth and breadth of the application security crisis. If you are responsible for a business application or a business unit that uses applications to serve its needs, you could be at risk. Take some time to review the correct answers to see just how costly insecure applications can be.
< Close Window | Read Correct Answers >
"; var high1 = "
High Score < scoring range: 20 - 25 >
< your score: "; var high2 = ">
You hit that one out of the park, or at least into the bleachers. You understand just how big the application security problem is. Chances are you have first hand experience of the pain and expense that resolving security vulnerabilities in applications entails. Take some time to review all the correct answers to see just how close to perfect you are.
< Close Window | Read Correct Answers >
"; function scoreit() { tmp1 = parseInt(an1); tmp2 = parseInt(an2); tmp3 = parseInt(an3); tmp4 = parseInt(an4); tmp5 = parseInt(an5); score = tmp1+tmp2+tmp3+tmp4+tmp5; if (score <= 9 && score >= 0) { pageid1 = low1; pageid2 = low2; CreateNewWindow(); } if (score <= 19 && score >= 10) { pageid1 = med1; pageid2 = med2; CreateNewWindow(); } if (score >= 20) { pageid1 = high1; pageid2 = high2; CreateNewWindow(); } function CreateNewWindow() { myWin = window.open("", "myWindow", "toolbar=0, width=400, height=300"); myWin.document.open(); myWin.document.writeln(pageid1); myWin.document.writeln(" " + score + " "); myWin.document.writeln(pageid2); } } // End -->
IT Exam: Application Security

As businesses deliver more powerful applications to users, employees and clients over the internet, they expose highly valued information and transactions to attack by adversaries. Rather than hacking the infrastructure, the bad guys have learned that the fast way to their target is the application. GTP has been helping clients secure their applications for many years now, saving them time and money in the process. Take this quiz to test your knowledge of application security.


< powered by >


Would you like to have Greenwich contact you for further information or assistance with this topic?
Created by Greenwich Technology Partners.
Name
Company
Email

1. Penetration testing is the best way to identify application security vulnerabilities.
  • True
  • False
2. How common are application flaws?
  • 1 per 100,000 lines of source code
  • 12 per 100,000 lines of source code
  • 120 per 100,000 lines of source code
  • 1200 per 100,000 lines of source code
3. What is the most common flaw that leads to application insecurity?
  • Cross-Site Scripting
  • Weak Authorization Techniques
  • Unvalidated Input
  • Poor Session Management
4. With the protection of an application firewall, a business does not need to be concerned about code security.
  • True
  • False
5. How much does flawed software cost the U.S. economy each year?
  • $15 Billion
  • $30 Billion
  • $45 Billion
  • $60 Billion