Joshua Villy
Quiz von , erstellt am more than 1 year ago

1 CSI270 Quiz am Quiz  10, erstellt von Joshua Villy am 09/05/2013.

696
0
0
Joshua Villy
Erstellt von Joshua Villy vor etwa 11 Jahre
Schließen

Quiz  10

Frage 1 von 25

1

One reason why an organization would consider a distributed application is:

Wähle eine der folgenden:

  • Some components are easier to operate

  • Distributed applications have a simpler architecture than other types of applications

  • Some application components are owned and operated by other organizations

  • Distributed applications are easier to secure

Erklärung

Frage 2 von 25

1

All of the following are advantages of using self-signed SSL certificates EXCEPT:

Wähle eine der folgenden:

  • Server authentication

  • Lower cost

  • Easier to create

  • More difficult to crack

Erklärung

Frage 3 von 25

1

The best defense against a NOP sled attack is:

Wähle eine der folgenden:

  • Firewall

  • Anti-virus

  • The strcpy() function

  • Input boundary checking

Erklärung

Frage 4 von 25

1

The instructions contained with an object are known as its:
A)

Wähle eine der folgenden:

  • Class

  • Firmware

  • Code

  • Method

Erklärung

Frage 5 von 25

1

The purpose for putting a “canary” value in the stack is:

Wähle eine der folgenden:

  • To detect a dictionary attack

  • To detect a stack smashing attack

  • To detect parameter tampering

  • To detect script injection

Erklärung

Frage 6 von 25

1

“Safe languages” and “safe libraries” are so-called because:

Wähle eine der folgenden:

  • They automatically detect some forms of input attacks

  • They automatically detect parameter tampering

  • They automatically detect script injection

  • They automatically detect malware attacks

Erklärung

Frage 7 von 25

1

The following are characteristics of a computer virus EXCEPT:

Wähle eine der folgenden:

  • Polymorphic

  • Downloadable

  • Self propagating

  • Embedded in spam

Erklärung

Frage 8 von 25

1

Rootkits can be difficult to detect because:

Wähle eine der folgenden:

  • They are encrypted

  • They are polymorphic

  • They reside in ROM instead of the hard drive

  • They use techniques to hide themselves

Erklärung

Frage 9 von 25

1

An attack on a DNS server to implant forged “A” records is characteristic of a:

Wähle eine der folgenden:

  • Pharming attack

  • Phishing attack

  • Whaling attack

  • Spim attack

Erklärung

Frage 10 von 25

1

The purpose of digitally signing a Browser Helper Object (BHO) is:

Wähle eine der folgenden:

  • To prove its origin

  • To prove hhat it is not malicious

  • To prove that it can be trusted

  • To prove that it was downloaded properly

Erklärung

Frage 11 von 25

1

An organization wants to prevent SQL and script injection attacks on its Internet web application. The organization should implement a/an:

Wähle eine der folgenden:

  • Intrusion detection system

  • Firewall

  • Application firewall

  • SSL certificate

Erklärung

Frage 12 von 25

1

A defense in depth strategy for anti-malware is recommended because:

Wähle eine der folgenden:

  • There are many malware attack vectors

  • Anti-virus software is often troublesome on end user workstations

  • Malware can hide in SSL transmissions

  • Users can defeat anti-malware on their workstations

Erklärung

Frage 13 von 25

1

The primary advantage of the use of workstation-based anti-virus is:

Wähle eine der folgenden:

  • Virus signature updates can be performed less often

  • Virus signature updates can be performed more often

  • The user can control its configuration

  • This approach can defend against most, if not all, attack vectors

Erklärung

Frage 14 von 25

1

The primary purpose of a firewall is:

Wähle eine der folgenden:

  • To protect a server from malicious traffic

  • To block malicious code

  • To control traffic between networks

  • To create a DMZ network

Erklärung

Frage 15 von 25

1

The following are valid reasons to reduce the level of privilege for workstation users EXCEPT:

Wähle eine der folgenden:

  • Decreased support costs because users are unable to change system configurations

  • Eliminates the need for whole disk encryption

  • Decreased impact from malware

  • Increased security because users are unable to tamper with security controls

Erklärung

Frage 16 von 25

1

A system administrator needs to harden a server. The most effective approach is:

Wähle eine der folgenden:

  • Install security patches and install a firewall

  • Remove unneeded services, remove unneeded accounts, and configure a firewall

  • Remove unneeded services, disable unused ports, and remove unneeded accounts

  • Install security patches and remove unneeded services

Erklärung

Frage 17 von 25

1

The most effective countermeasures against input attacks are:

Wähle eine der folgenden:

  • Input field filtering, application firewall, application vulnerability scanning, and developer training

  • Input field filtering, application firewall, and intrusion prevention system

  • Input field filtering, application firewall, intrusion detection system, and ethical hacking

  • Application firewall, intrusion detection system, and developer training

Erklärung

Frage 18 von 25

1

The term “object reuse” refers to:

Wähle eine der folgenden:

  • A method used by malware to exploit weaknesses in running processes

  • The use of residual computing resources for other purposes

  • The ability to reuse application code

  • Processes that can discover and use residual data associated with other processes

Erklärung

Frage 19 von 25

1

A security assessment discovered back doors in an application, and the security manager needs to develop a plan for detecting and removing back doors in the future. The most effective countermeasures that should be chosen are:

Wähle eine der folgenden:

  • Application firewalls

  • Source code control

  • Outside code reviews

  • Peer code reviews

Erklärung

Frage 20 von 25

1

The best time to introduce security into an application is:

Wähle eine der folgenden:

  • Implementation

  • Design

  • Development

  • Testing

Erklärung

Frage 21 von 25

1

A user, Bill, has posted a link on a web site that causes unsuspecting users to transfer money to Bill if they click the link. The link will only work for users who happen to be authenticated to the bank that is the target of the link. This is known as:

Wähle eine der folgenden:

  • Cross site request forgery

  • Cross-site scripting

  • Broken authentication

  • Replay attack

Erklärung

Frage 22 von 25

1

What is the most effective countermeasure against script injection attacks?

Wähle eine der folgenden:

  • Stateful inspection firewall

  • Disallow server side scripting in the end user’s browser configuration

  • Filter scripting characters in all input fields

  • Disallow client side scripting in the end user’s browser configuration

Erklärung

Frage 23 von 25

1

A database administrator (DBA) is responsible for carrying out security policy, which includes controlling which users have access to which data. The DBA has been asked to make just certain fields in some database tables visible to some new users. What is the best course of action for the DBA to take?

Wähle eine der folgenden:

  • Implement column-based access controls

  • Export the table to a data warehouse, including only the fields that the users are permitted to see

  • Clone the table, including only the fields that the users are permitted to see

  • Create a view that contains only the fields that the users are permitted to see

Erklärung

Frage 24 von 25

1

The purpose of Data Control Language is:

Wähle eine der folgenden:

  • Define which users are able to view and manipulate data in a database

  • Define data structures in a relational database

  • Define data structures in an object-oriented database

  • Retrieve, insert, delete and update data in a relational database

Erklärung

Frage 25 von 25

1

A list of all of the significant events that occur in an application is known as:

Wähle eine der folgenden:

  • Audit log

  • Replay log

  • Export file

  • Data dump

Erklärung