Exam Prep Questions

Question 1

The principal source of security threats to a network is

  • A. Internal users

  • B. The Internet

  • C. Script kiddies

  • D. The hacker underground

A1:

Answer A is correct. The SAFE Blueprint assumes that most threats still originate from within the network. Although publicly available statistics are beginning to indicate that the Internet is an equal source of attacks on major networks, the SAFE Blueprint has not yet adopted that position (eliminating choice B). Script kiddies (choice C) can operate from anywhere, including inside your network. The hacker underground (choice D) likewise can operate from anywhere ; one or more members might well have "day jobs" inside your network.

Question 2

Which of these is not an internal threat?

  • A. Current employees with bad intentions.

  • B. Current contractors who engage in activity beyond the bounds of their contract.

  • C. Employees who add unauthorized software to their systems.

  • D. Employees with unauthorized business activities piggy - backed on your network.

  • E. None of these is correct.

A2:

Answer E is correct. Current employees whose intentions are dishonorable (choice A); employees who mismanage their systems by adding unauthorized software (choice C); employees with unauthorized activities, such as charities or businesses running on the business' network (choice D); and contractors who do any of these things (choice B) are all internal threats.

Question 3
graphics/trick_icon.gif

Remote users are a security problem because

  • A. Their systems are not within your secure perimeter.

  • B. They access your network and (possibly) many other networks as well.

  • C. They might have additional, nonstandard software applied.

  • D. All of these are correct.

A3:

Answer D is correct. In this case, you know that because they are remote users, they are not inside the secure network perimeter, making answer A a true statement. Recalling the discussion of internal-only devices being easier to secure, the point was made that controlling access was the key. That logic makes answer A applicable to this question. Answer B was discussed as a specific security problem, in that there is always the possibility that these devices have acquired malware from those other networks. Answer C describes one of the kinds of people who constitute an internal threatthose who modify their operating environment without authorization. Although that was not specifically discussed, it is reasonable, and this question has only one correct answer. Because you know that answers A and B are correct and that answer C is plausible, answer D becomes the best available answer.

Question 4

Script kiddies are best described as which of these? (Choose two.)

  • A. Young computer geniuses

  • B. Authors of attacks that others can follow

  • C. Relatively inexperienced hackers

  • D. Hackers who operate other hackers' software

  • E. "White hat" hackers who reverse-engineer hack scripts

A4:

Answers C and D are correct. Script kiddies are relatively inexperienced (" kids " instead of mature hackers in the business) who run scripts written by other, more experienced hackers. They often do not understand exactly what they are doing, and they might even try to use Windows commands when they penetrate Unix systems, or Unix commands on Windows systems, because they do know enough to recognize what they see as a command-line prompt. This eliminates answer A. Script writers is an apt description of the hackers in answer B. And so-called "white hat" hackers might reverse-engineer various exploits, but they have no particular relationship to script kiddies.

Question 5

Which of the following is not a threat type?

  • A. Unauthorized access

  • B. Sniffer

  • C. Reconnaissance

  • D. Data manipulation

A5:

Answer B is correct. The four threat types used by Cisco in the SAFE Blueprint are as follows :

  • Reconnaissance

  • Unauthorized access

  • Denial of service

  • Data manipulation

A packet sniffer (or just sniffer) is a tool for conducting network reconnaissance.

Question 6

Which of the following is not a probing utility used by hackers?

  • A. ping

  • B. dig

  • C. finger

  • D. nslookup

  • E. nmap

  • F. SSH

  • G. traceroute

A6:

Answer F is correct. All of the other utilities listed can be used on a Unix/Linux system to explore a network. dig is not a valid Windows command, and the Windows version of traceroute is tracert. SSH is the Secure Shell protocol, a means for running an encrypted command-line session between two hosts .

Question 7
graphics/trick_icon.gif

Port scans often look for which of the following ports to be open ? (Choose three.)

  • A. 110pop3

  • B. 135epmap

  • C. 21Telnet

  • D. 443ssh

  • E. 445microsoft-ds

  • F. 21ftp

A7:

Answers B, E, and F are correct. You might see probes against all of these port numbers in your logs, but the most commonly probed ports tend to be these:

  • 135epmap

  • 1434ms-sql-m

  • 137netbios-ns

  • 80www

  • 445microsoft-ds

  • 1433ms-sql-s

  • 554rtsp

  • 139netbios-ssn

  • 21ftp

  • 1080socks

Notice that answer C has the incorrect protocol associated with the portport 21 is FTP, not Telnet. Little things such as this can help you eliminate incorrect answers.

Question 8

Which of the following is not a resource that can be overloaded to create a DoS attack?

  • A. Power supply

  • B. Input buffers

  • C. Bandwidth

  • D. CPU cycles

A8:

Answer A is correct. Common DoS attacks consume not only bandwidth (as in many packet floods), but also the buffers that hold packets awaiting processing and the CPU cycles with which to process them. Other DoS attacks use malformed packets that can cause the TCP/IP stack to crash; still others consume resources within the stack (such as sending ACKs instead of SYNs). The power supply (answer A) needed for a device is a matter of hardware sufficiency, while DoS attacks typically overwhelm aspects of the software-processing system.

Question 9

Data-manipulation attacks require

  • A. Sophisticated knowledge of protocols and their associated header structures

  • B. Physical access to a system, to lie to the software creating the packets

  • C. Significant amounts of practice, during which mistakes can easily lead to discovery of the hacker "wannabe"

  • D. A copy of a simple tool, such as NMapWin

A9:

Answer D is correct. Although sophisticated knowledge of protocols and header structures (answer A) is useful, and practice (answer C) never hurts, simple tools are available for mounting an attack: NMapWin is among them. The status bar on NMapWin's GUI even displays the command-line syntax required to execute a command. Also, although physical access is nice, a compromised host on a distant network can be commanded to run nmap (the command-line version of the tool) from afar through nothing more complicated than a Telnet session.

Question 10
graphics/trick_icon.gif

Rerouting attacks attempt to manipulate data in what way?

  • A. Redirect network traffic to a false location.

  • B. Crash the routing tables to disrupt service (a form of DoS).

  • C. Span VLAN ports to obtain unauthorized access.

  • D. None of these is correct.

A10:

Answer A is correct. Although the appearance of a "None of these" or "All of these" choice is tempting because it is not often present, you still must evaluate every answer carefully . Rerouting attacks attempt to redirect traffic from its valid destination to a false one, often for criminal use of the information (credit card or identity theft data) that can be acquired from the victims. Crashing routing tables (answer B) and spanning VLAN ports to obtain unauthorized access are attacks, but they are denial-of-service and unauthorized access attacks, respectively. The question specified a data-manipulation attack.

Question 11

Repudiation is a security problem in what way?

  • A. It can lead to routers refusing to communicate with each other (refusal to accept routing updates).

  • B. An agreed-upon transaction can be invalidated without difficulty.

  • C. It leads to data corruption, requiring restoration from backups .

  • D. It can prevent initialization of a VPN.

A11:

Answer B is correct. Repudiation occurs when a party to a transaction (such as an e-commerce transaction) asserts that it was not a party to the transaction and that the transaction must be voided. This leads to a security requirement, much like a notary public attesting to someone signing a document, that assures both parties to a transaction that neither can later claim that its participation was falsified. Repudiation has nothing to do with router updates (answer A), data corruption (answer C), or VPN initialization (answer D).




CSI Exam Cram 2 (Exam 642-541)
CCSP CSI Exam Cram 2 (Exam Cram 642-541)
ISBN: 0789730243
EAN: 2147483647
Year: 2002
Pages: 177
Authors: Annlee Hines

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net