Cybersecurity and Cryptography Fundamentals
Test your knowledge of web security vulnerabilities, common cyber attacks, access control, backup strategies, and cryptographic algorithms including AES, Blowfish, and Serpent.
Questions
Blow fish is Patented
- True
- False
AES is also Known as Rijindael's Algorithm
- True
- False
AES has 3 summetric encryption Boxes S-BOX,P-Box and D- Box
- True
- False
What is the Most Suuccessful attack on AES
- Key analysis
- Plain text
- Public key over ride
- interception
What is Serpent algorithm famous for in the World of Cryptography
- Variable Key mechanism
- Round key mechanism
- Data security mechanism
- Data integrity Mechanism
AES uses which of the following mechanism for encyption
- Round Key
- Variable Key
- Plain Key
- Public Key
Up to how much bits(MAX) of Encyption is a normal civilian allowed to use in INDIA
- 148
- 80
- 192
- 134
Which testing requires access to the source code?
- Black Box Testing
- Smoke Testing
- Sanity check
- White Box Testing
Which of the following is most critical for effective implementation of security
- Defining and communicating individual roles, responsibilities and authorities
- Having regular external audit of security implementation
- User training
- Senior management is well versed with technological aspects of security
Which of the following is NOT a type of system backup?
- Incremental
- Sequential
- Full
- Differential
Which term often means a piece of code left behind in the system that will allow the original programmer back into the system?
- Flap Jack
- Trap Door
- Unicode
- Stealth code
As a security precaution, visitors are escorted by a pre-designated responsible employee or security staff. Which of the following would be classified as visitors?
- Vendors only
- Vendors and maintenance personnel only
- Vendors, maintenance personnel and contract workers only
- Vendors, maintenance personnel, contract workers and auditors only
The user right clicks to view the source code and finds out the name of the developer.
- Sensitive information disclosure.
- Man in the middle attack.
- Social engineering.
- Possible social engineering.
The user inserts a internet link into a textbox, which is seen by other users; when other user clicks on the link, a pop-up says “This is XSS!”
- Reflected Cross-Site Scripting.
- Link Injection.
- Persistent Cross-Site Scripting.
- Phishing.
The user inserts a crafted code in a search textbox of a web application; the application takes more than normal time and displays massive amount of result.
- Social Engineering.
- SQL Injection.
- Log Injection.
- Reflected XSS.
The user finds that the page of a web application that was displayed after login was full of irrelevant contents instead of the regular information; the URL from where he logged in was proper though.
- SQL Injection.
- Persistent XSS.
- DNS poisoning.
- Phishing.
The user types the URL of an Internet application and he is navigated to an application, which is not even close to the real one.
- DNS poisoning.
- Phishing.
- Social Engineering.
- Network eavesdropping.
A user uses a un-trusted public proxy-server to log into his email account, and after sometime finds that he is no more able to log into his email account.
- Phishing.
- Network eavesdropping.
- Man in the middle attack.
- Key logger.
A user browses a website and clicks on a link which doesn’t seem to work, he is later accused of downloading the whole website.
- Man in the middle attack.
- Persistent Cross-site Scripting.
- Phishing.
- Log Injection.