Application Security and Vulnerability Assessment
Covers application security testing, web vulnerabilities, cryptography, and security frameworks including TCS ASAP, penetration testing, and static code analysis methods
Questions
Who has the responsibility for remediation of the security vulnerabilities discovered during application security testing?
- ASAP Team
- Development Team
- Testing Team
- Project Management
What are the different types of engagement models available for ASAP?
- Time and Money, Fixed price
- Offshore, Onshore, Offshore-Onshore
- Full-Fledged, Staggered, Fast Track
- None of the above
As part of ASAP what type of analysis is performed during the design and build phase?
- Dynamic code analysis
- Static code analysis
- Both
- None
What type of testing is done by ASAP team during the testing and rollout phase?
- Integration testing
- System testing
- Penetration testing
- Unit testing
Whats the name of the TCS security library available for the remediation of security vulnerabilities?
- TCS Security API
- TCS Security Library
- TCS Application Security API
- TCS e-Security Library
As per the ASAP Process what all artifacts are provided to help aid in the analysis phase?
- Security URS
- Security URS and SRS
- Security Design Guidelines
- All of the above
Who does the review of the security elements of the updated project artifacts at the end of each phase of the application development life cycle?
- Application development team
- Project Manager
- ASAP Team
- Testing Team
What is TCS ASAP all about?
- Its a TCS proprietary methodology
- Its a security framework
- Its about security testing
- Its a product from TCS
is use of virtual keyboard a foolproof method to avoid keystroke being logged?
- NO-Becoz Hardware keylogger can be used
- YES
- NO-Kernel level Keylogger can be used
- Can't say
Which hash is easiest to crack
- md5
- ntlm
- ntlmv2
- Obscurehash
which command can help u check open ports on your computer
- nbtscan
- netstat
- tracert
- route print
Unverified Digital certificate error may be due to what kind of attack ?
- session tracking
- Man in Middle
- cookie stealing
- forging
Which encyption algorith is strongest and is being used by US Govt.
- DES
- Triple DES
- whirpool
- AES
Name Microsoft's experimental project that works just opposite of honeypot project?
- HoneyMonkeys
- Honeybees
- HoneyHoney
- HoneyFix
What is sandbox in computer world ?
- Antivirus
- A restricted environment in which certain functions are prohibited
- Worm
- Backdoor
Clickjacking can be used to Trick users to enable their webcam and microphone through Flash
- don't know
- no
- yes
- may be
What is Cross Site Printing?
- A typo for Cross Site Scripting
- A new Printing technology from Microsoft
- A new attack that prints to your internal printers when you visit a website
- None of these
Your Internet Banking site is fully SSL enabled. Login-page, Account summary page and Fund transfer page are all HTTPS enabled. When you bank online - login, check your account summary and do a fund transfer, is SSL authentication and handshake happening separately for each page or is it one handshake for all the three pages?
- HTTP is stateless, so is SSL. Full SSL handshake needed for each HTTP page.
- SSL is stateful, only one full handshake for multiple HTTP pages in a session.
- SSL is security at IP layer. One handshake for one set of source/destination IP address.
- dont know
Which among the below is an example of information leakage vulnerability
- Displaying “Welcome, “+request.getParameter(“userid”)
- Displaying “You entered either a wrong user id or password” error message
- Call stack trace
- Return error code 404
During testing you observed that after few minutes of initiating the scan appscan locks itself out of the application. How will you resolve the problem
- Configure appscan not to test login/logout pages
- Increase the thread count
- Decrease the timeout
- Increase the timeout