CSS Quiz 1 aktu - Scifi Curoisity
  • CSS Quiz 1 aktu

        



    Question 1)  What was the percentage increase in Zero Day Vulnerabilities in the year 2015 ?

    •     4%
    •     50%
    •     100%
    • ->    125%

    Question 2)  Identify the software whose vulnerability is exploited the most ?

    •     Android
    •     ->Browser 
    •     Adobe Flash Player
    •     Microsoft Office

    Question 3) The computer vulnerabilities and exploits databases are maintained by _________.

    •    Kaspersky Lab
    •    Symantec Corporation
    •   -> MITRE Corporation 
    •    None of the above

    • Question 4) Which of the following is/are correct with respect to Ransomware ?

    •     It is a form of Malware
    •     It encrypts the whole hard drive of the computer, essentially locking the user out of the entire system.
    •     It locks the system's screen or locks the users' files unless a ransom is paid.
    • ->All of the above.

     Question 5) What hacking attacks were mentioned in the lesson ?

    •     Hacking in French Election
    •     ATM Hacking in India 
    •     Denial of Service attack in Turkish Bank
    •    ->All of the above

         Question 6) Which of the following is not an advantage of studying Cyber Security ?

    •     It gives you the ability to hack a computer system
    •     It allows you to know the ways through which cyberspace can be breached
    •     Both A and B
    •     ->None of the above

    • Question 7)  Which of the following is considered legal ?

    • Hacking a social media account and sending a private message
    • Hacking a bank account and siphoning funds
    • ->Hacking a company’s security system with permission from the management
    • All of the above


    Question 8) What is the cost of launching Denial of Service attack on a website ?

    • $20/hr
    • $100/day
    • $300/mont
    • ->Both A and B


    Question 9)  Which of the following is correct for silent banker ?

    • It is a trojan horse
    • It records keystrokes, captures screens and steals confidential banking credentials and sends them to a remote attacker
    • ->Both A and B
    • None of the above

    Question 10) Which of the following is not a part of Security System Centric Design ?

    • Policy
    • ->Agreement
    • Mechanisms
    • Threat Models

    Question 11) Which of the following is not a goal in the security system design ?

    • ->Vulnerability.
    • Confidentiality
    • Integrity
    • Availability

    Question 12) Which of the following is most important in design of secure system ?

    • Assessing vulnerability
    • Changing or Updating System according to vulnerability
    • ->Both A and B.
    • None of the above

    Question 13)  Which of the following is correct with respect to Penetration testing ?

    • It is an internal inspection of Applications and Operating systems for security flaws.
    • ->It is an authorized simulated cyber-attack on a computer system, performed to evaluate the security of the system.
    • It is hacking a security system of an organization.
    • All of the above

    Question 14) Which of the following is to be done to avoid limitations in threat models ?

    • Making more explicit and formalized threat models to understand possible weaknesses
    • Making simpler and more general threat models
    • Making less assumptions to design a better threat model
    • ->All of the above.


  • You might also like

    No comments :

    Post a Comment

Featured

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3....

Tags

Recommended Posts

randomposts

Trending This Week

CSS quiz 4 aktu

  Q:1.  If we talk about control hijacking, which of the following is true ? 1. In Buffer overflow attacks, stack based attacks are more common than heap based attack. 2.-> Integer overflow attacks is not a type of control hijacking. 3. Format string vulnerabilities are used to prevent control hijacking. 4. All of the above Reason :      I nteger overflow  occurs when you attempt to store inside an  integer  variable a value that is larger than the maximum value the variable can hold.   Q:2.  If we mark the stack and heap segement as non executable, 1. No code will execute. 2. return-oriented programming will also not be able to exploit it. 3.-> we can prevent overflow code execution. 4. All of the above. Reason :   If we mark the stack and heap segement as non executable, we can prevent overflow code execution. because Overflow code execution can be prevented by marking the stack and heap segments as non-executable . Q:3. ...

CSS quiz 7 AKTU PRUTOR

  Q:1.  ____ is a type of permission in an unix file which can be assigned to a ______. 1. execute, administrator 2. read, group 3. - > write, user 4. All of the above Reason :   Write is a type of permission in an unix file which can be assigned to a user and The permissions of a file are the first line of defense in the security of a Unix system. The basic building blocks of Unix permissions are the read, write, and execute permissions Q:2.  Which of the following statement is correct for access token ? 1. It contains the destination for access token. 2. It contains a list of the privileges held by either the user or the user's groups. 3. -> Impersonation Token is a personal token. 4. All of the above Reason: Impersonation tokens are a type of personal access token that can only be created by an admin for a specific user. They are a great fit if you want to build applications or scripts that authenticate with the API as a specific user. ... For more informati...

Featured