Information Security and Web Vulnerabilities
Quiz covering fundamental security concepts including encryption standards (DES, 3DES), security tools and concepts (AV, BCP, DR, DNS, biometrics), malware analysis and removal, and web application security vulnerabilities including command injection and secure data handling.
Questions
Identify vulnerability for code below Class Execclass { public static void main (String args []) { Runtime rt = Runtime.getRuntime (); Process proc = rt.exec ("cmd.exe /C") ;} }
- Buffer Overflow
- Command Injection
- CSRF
- XSS
- XST
In a J2EE web application Error page is defined in
- Server.xml
- config.xml
- web.xml
- application.properties
In web.xml value of is defined in
- Milliseconds
- Seconds
- Minutes
- Hours
Which of the following HTTP method should be used to accept form data?
- GET
- POST
- PUT
- GET OR POST OR PUT
In an application handling credit card data, which of the following is true?
- Credit Card Numbers cannot be stored in database
- Credit Card numbers can be stored in database but not in plain text
- Avoid storing credit card numbers if not necessary
- Option 1 AND Option 3
- Opion 2 AND Opion 3
- None of above
what is ment by Brute force attack?
- finding users in data base
- to attck viruses
- to get user ans password from servers
- none of above
which logic used for hide process in rootkits?
- change priority in processors
- add process id to services process id
- change the running files with this virus files
- entering into system files
can we conmmbine any execute(exe file) process to pictures or images?
- True
- False
which are the tools used to remove viruses from your system?
- Process explorer
- autoruns
- rootkit retriveler
- ms office
which software languages are very useful to cerate viruses?
- vb scripts
- batch file scripts
- autoit scripts
- all the above
which software languages are very useful to cerate viruses ??
- batch file scripts
- vb scripts
- autoit scripts
- all the above
we can not control mouse using vb scripts.
- True
- False
"3DES" stands for...
- 3 DES
- Triple DES
- Triple Disk Encryption System
- Triple Disk Encoding System
"AV" stands for...
- Absolute Value
- Anti Valildated
- Anti Virus
- Alert Virus
"BCP" stands for...
- Business Continuity Plan
- Business Cofirmity Plan
- Business Continuity Planning
- Business Confirmity Planning
"Bio" stands for...
- Biology
- Bio-System
- Biometrics
- Business Integrated Organization
"DES" stands for...
- Data Encoding System
- Data Encoding Standard
- Data Encryption System
- Data Encryption Standard
"DHA" stands for...
- Data Handling Attacks
- Disk Handling Attacks
- Data Harvest Attackes
- Directory Harvest Attacks
"DNS" stands for...
- Domain Name System
- Domain Numbering System
- Domain Nautical System
- Disk Numbering System
"DR" stands for...
- Domain Recovery
- Disaster Recovery
- Data Recovery
- Disk Recovery