security Online Quiz - 43
Covers computer security vulnerabilities, web application security, security testing tools (AppScan), and the TCS ASAP security framework
Questions
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
Given url – http://www.abc.com/viewpage.jsp?page=catalog&productid=12345 where page parameter indicate a unique page and the productid retrieves pages for a particular product. How would you optimally configure appscan to test this application? Choose 2 answers
- Track the page parameter
- Set the link limit to 2
- Set the redundant path limit to 5
- Ignore the productid parameter
Reviewing which detail gives the information that appscan completely covered all the urls of the application? Choose 3.
- Broken links
- Cookies
- Javascripts
- Visited URLs
Out of 500 urls you see that appscan could visit only 55 urls. What do you think are the reasons? Choose 2 possible best answers
- Appscan could not login to your application
- Redundant path limit was set to 55
- Link limit was set to 500
- Additional servers and domains were not listed properly
It’s advisable to run appscan in the preproduction environment. What do you think are the reasons? Select 2 answers.
- Don’t have to inform the application owner
- To prevent production database corruption
- To prevent user functionality disruption
- To reduce network traffic
Before running a test its advisable to do the following. Select 3
- Inform the user population about the test
- Inform the QA and system administers about the test
- Backup the database
- Shut down the configured SMPT servers
The ASAP process can applied at which phase of an application development for best results?
- During testing
- During development
- During all phases of development starting with requirement analysis and ending with rollout
- During design
In the ASAP process what is the main activity carried out in the requirement analysis phase?
- Capture the customer requirements
- Update the project plan
- Capture and update the URS and SRS with security requirements for the project
- None of the above
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
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
What is the name of the institute which is considered the most trusted and largest source of information security training and certification in the world?
- OWASP
- MITRE
- SANS
- WASC
Which community releases the Top 10 document which represent a broad consensus about what the most critical web application security flaws are?
- OWASP
- WASC
- NIST
- None of the above
What is the name of the data base, maintained by WASC, which tracks media reported security incidents that can be associated with a web application security vulnerability?
- Web-Hacking-Incident-Database (WHID)
- Common Weakness Enumeration Database
- Common Vulnerabilities and Exposures Database
- None of the above
What is the name of the full disclosure mailing list for the detailed discussion and announcement of computer security vulnerabilities maintained by SecurityFocus?
- BugZilla
- Bugtraq
- VirusList
- None of the above