101 a 200 Flashcards

1
Q

On performing a risk assessment, you need to determine the potential impacts when some of the critical business process of the company interrupt its service. What is the name of the process by which you can determine those critical business?

A

Business Impact Analysis (BIA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Assume a business-crucial web-site of some company that is used to sell handsets to the customers worldwide. All the developed components are reviewed by the security team on a monthly basis. In order to drive business further, the web-site developers decided to add some 3rd party marketing tools on it. The tools are written in JavaScript and can track the customer’s activity on the site. These tools are located on the servers of the marketing company. What is the main security risk associated with this scenario?

A

External script contents could be maliciously modified without the security team knowledge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What type of analysis is performed when an attacker has partial knowledge of inner-workings of the application?

A

Grey-box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bob finished a C programming course and created a small C application to monitor the network traffic and produce alerts when any origin sends “many” IP packets, based on the average number of packets sent by all origins and using some thresholds. In concept, the solution developed by Bob is actually:

A

Just a network monitoring tool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is a low-tech way of gaining unauthorized access to systems?

A

Social engineering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When tuning security alerts, what is the best approach?

A

Tune to avoid false positives and false negatives

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In an internal security audit, the white hat hacker gains control over a user account and attempts to acquire access to another account’s confidential files and information. How can he achieve this?

A

Privilege escalation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which regulation defines security and privacy controls for Federal information systems and organizations?

A

NIST-800-53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Your company performs penetration tests and security assessments for small and medium-sized business in the local area. During a routine security assessment, you discover information that suggests your client is involved with human trafficking. What should you do?

A

Inmediately stop work and contact the proper legal authorities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You are a security officer of a company. You had an alert from IDS that indicates that one PC on your Intranet is connected to a blacklisted IP address (C2 Server) on the Internet. The IP address was blacklisted just before the alert. You are staring an investigation to roughly analyze the severity of the situation. Which of the following is appropriate to analyze?

A

Internet Firewall/proxy log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Identify the UDP port that Network Time Protocol (NTP) uses as its primary means of communication?

A

123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It has been reported to you that someone has caused an information spillage on their computer. You go to the computer, disconnect it from the network, remove the keyboard and mouse, and power it down. What step in incident handling did you just complete?

A

Containment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following cryptography attack is an understatement for the extraction of cryptographic secrets (e.g. the password to an encrypted file) from a person by a coercion or torture?

A

Rubber Hose Attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In cryptanalysis and computer security, ‘pass the hash’ is a hacking technique that allows an attacker to authenticate to a remote server/service by using the underlying NTLM and/or LanMan hash of a user’s password, instead of requiring the associated plaintext password as is normally the case. Metasploit Framework has a module for this technique: psexec. The psexec module is often used by penetration testers to obtain access to a given system whose credentials are known. It was written by sysinternals and has been integrated within the framework. The penetration testers successfully gain access to a system through some exploit, use meterpreter to grab the passwords or other methods like fgdump, pwdump, or cachedump and then utilize rainbowtables to crack those hash values. Which of the following is true hash type and sort order that is used in the psexec module’s ‘smbpass’ option?

A

LM:NT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You are looking for SQL injection vulnerability by sending a special character to web applications. Which of the following is the most useful for quick validation?

A

Single quotation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A virus that attempts to install itself inside the file it is infecting is called?

A

Cavity virus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Bob, a system administrator at TPNQM SA, concluded one day that a DMZ is not needed if he properly configures the firewall to allow access just to servers/ports, which can have direct internet access, and block the access to workstations. Bob also concluded that DMZ makes sense just when a stateful firewall is available, which is not the case of TPNQM SA. In this context, what can you say?

A

Bob is totally wrong. DMZ is always relevant when the company has internet servers and workstations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Sam is working as a pen-tester in an organization in Houston. He performs penetration testing on IDS in order to find the different ways an attacker uses to evade the IDS. Sam sends a large amount of packets to the target IDS that generates alerts, which enable Sam to hide the real traffic. What type of method is Sam using to evade IDS?

A

False positive generation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Cross-site request forgery involves:

A

A browser making a request to a server without the user’s knowledge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Ping -* 6 192.168.0.101
output
Pinging 192.168.0.101 with 32 bytes of data:
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.0.101:
Packets: Sent=6, Received=6; Lost=0 (0% loss), Approximate round trip times in milli-seconds: Minimum=0ms, Maximum=0ms, Average=0ms

What does the option * indicate?

A

n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

An Internet Service Provider (ISP) has a need to authenticate users connecting via analog modems, Digital Subscriber Lines (DSL), wireless data services, and Virtual Private Networks (VPN) over a Frame Relay network. Which AAA protocol is the most likely able to handle this requirement?

A

RADIUS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What network security concept requires multiple layers of security controls to be placed throughout an IT infrastructure, which improves the security posture of an organization to defend against malicious attacks or potential vulnerabilities? What kind of Web application vulnerability likely exists in their software?

A

Defense in depth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

During the process of encryption and decryption, what keys are shared?

A

Public keys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

How does the Address Resolution Protocol (ARP) work?

A

It sends a request packet to all the network elements, asking for the MAC address from a specific IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Which mode of IPSec should you use to assure security and confidentiality of data within the same LAN?

A

ESP transport mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What type of analysis is performed when an attacker has partial knowledge of inner-workings of the application?

A

Grey-box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

A regional bank hires your company to perform a security assessment on their network after a recent data breach. The attacker was able to steal financial data from the bank by compromising only a single server. Based on this information, what should be one of your key recommendations to the bank?

A

Place a front-end web server in a demilitarized zone that only handles external web traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

You want to do an ICMP scan on a remote computer using hping2. What is the proper syntax?

A

hping2 -1 host.domain.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

If executives are found liable for not properly protecting their company’s assets and information systems, what type of law would apply in this situation?

A

Civil

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

The company ABC recently contract a new accountant. The accountant will be working with the financial statements. Those financial statements need to be approved by the CFO and then they will be sent to the accountant but the CFO is worried because he wants to be sure that the information sent to the accountant was not modified once he approved it. What is the following options can be useful to ensure the integrity of the data?

A

The CFO can use a hash algorithm in the document once he approved the financial statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What is the way to decide how a packet will move from an untrusted outside host to a protected inside that is behind a firewall, which permits the hacker to determine which ports are open and if the packets can pass through the packet-filtering of the firewall?

A

Firewalking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What type of OS fingerprinting technique sends specially crafted packets to the remote OS and analyzes the received response?

A

Active

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Firewalk has just completed the second phase (the scanning phase) and a technician receives the output
shown below. What conclusions can be drown based on these scan results?
TCP port 21 – no response
TCP port 22 – no response
TCP port 23 – Time-to-live exceeded

A

The scan on port 23 passed through the filtering device. This indicates that port 23 was not blocked at the firewall

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

A computer science student needs to fill some information into a secured Adobe PDF job application that was received from a prospective employer. Instead of requesting a new document that allowed the forms to be completed, the student decides to write a script that pulls passwords from a list of commonly used passwords to try against the secured PDF until the correct password is found or the list is exhausted. Which cryptography attack is the student attempting?

A

Dictionary-attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q
A penetration tester is conducting a port scan on a specific host. The tester found several ports opened that were confusing in concluding the Operating System (OS) version installed. Considering that NMAP result below, which of the following is likely to be installed on the target machine by the OS? 
Starting NMAP 5.21 at 2011-03-15 11:06 NMAP scan report for 172.16.40.65 Host is up (1.00s latency). Not shown: 993 closed ports 
PORT STATE SERVICE 
21/tcp open 
ftp 23/tcp open 
telnet 80/tcp open 
http 139/tcp open 
netbios-ssn 515/tcp open 
631/tcp open ipp 
9100/tcp open 
MAC Address: 00:00:48:0D:EE:8
A

The host is likely a printer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Bob received this text message on his mobile phone: “Hello, this is Scott Smelby from the Yahoo Bank. Kindly contact me for a vital transaction on: scottsmelby@yahoo.com”. Which statement below is true?

A

This is a scam as everybody can get a @yahoo address, not the Yahoo customer service employees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

When purchasing a biometric system, one of the considerations that should be reviewed is the processing speed. Which of the following best describes what it is meant by processing?

A

The amount of time it takes to be either accepted or rejected from when an individual provides identification and authentication information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

An attacker changes the profile information of a particular user (victim) on the target website. The attacker uses this string to update the victim’s profile to a text file and then submit the data to the attacker’s database.

What is this type of attack (that can use either HTTP GET or HTTP POST) called?

A

Cross-site Request Forgery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

An attacker with access to the inside network of a small company launches a successful STP manipulation attack. What will he do next?

A

He will create a SPAN entry on the spoofed root bridge and redirect traffic to his computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

Which access control mechanism allows for multiple systems to use a central authentication server (CAS) that permits users to authenticate once and gain access to multiple systems?

A

Single sign-on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

To reach a bank web site, the traffic from workstations must pass through a firewall. You have been asked to review the firewall configuration to ensure that workstations in network 10.10.10.0/24 can only reach the bank web site 10.20.20.1 using https. Which of the following firewall rules meets this requirement?

A

If (source matches 10.10.10.0/24 and destination matches 10.20.20.1 and port matches 443) then permit

42
Q

If there is an Intrusion Detection System (IDS) in intranet, which port scanning technique cannot be used?

A

TCP SYN

43
Q

There are several ways to gain insight on how a cryptosystem works with the goal of reverse engineering the process. A term describes when two pieces of data result in the value is?

A

Collision

44
Q

A security Engineer at a medium-sized accounting firm has been tasked with discovering how much information can be obtained from the firm’s public facing web servers. The engineer decides to start by using netcat to port 80. The engineer receives this output:
HTTP/1.1 200 OK
Server: Microsoft-IIS/6
Expires: Tue, 17 Jan 2011 01:41:33 GMT
Date: Mon, 16 Jan 2011 01:41:33 GMT
Content-Type: text/html
Accept-Ranges: bytes
Last-Modified: Wed, 28 Dec 2010 15:32:21 GMT
ETag: “b0aac0542e25c31:89d”
Content-Length: 7369
Which of the following is an example of what the engineer performed?

A

Banner grabbing

45
Q

A large company intends to use Blackberry for corporate mobile phones and a security analyst is assigned to evaluate the possible threats. The analyst will use the Blackjacking attack method to demonstrate how an attacker could circumvent perimeter defenses and gain access to the Prometric Online Testing – Reports
https://ibt1.prometric.com/users/custom/report_queue/rq_str… corporate network. What tool should the analyst use to perform a Blackjacking attack?

A

BBProxy

46
Q

What attack is used to crack passwords by using a precomputed table of hashed passwords?

A

Rainbow table attack

47
Q

The configuration allows a wired or wireless network interface controller to pass all traffic it receives to the Central Processing Unit (CPU), rather than passing only the frames that the controller is intended to receive. Which of the following is being described?

A

Promiscuous mode

48
Q

A network administrator discovers several unknown files in the root directory of his Linux FTP server. One of the files is a tarball, two are shell script files, and the third is a binary file is named “nc.” The FTP server’s access logs show that the anonymous user account logged in to the server, uploaded the files, and extracted the contents of the tarball and ran the script using a function provided by the FTP server’s software. The “ps” command shows that the “nc” file is running as process, and the netstat command shows the “nc” process is listening on a network port.
What kind of vulnerability must be present to make this remote attack possible?

A

File system permissions

49
Q

When you are testing a web application, it is very useful to employ a proxy tool to save every request and response. You can manually test every request and analyze the response to find vulnerabilities. You can test parameter and headers manually to get more precise results than if using web vulnerability scanners. What proxy tool will help you find web vulnerabilities?

A

Burpsuite

50
Q

By using a smart card and pin, you are using a two-factor authentication that satisfies

A

Something you have and something you know

51
Q

Cryptography is the practice and study of techniques for secure communication in the presence of third parties (called adversaries). More generally, it is about constructing and analyzing protocols that overcome the influence of adversaries and that are related to various aspects in information security such as data confidentially, data integrity, authentication, and non repudiation. Modern cryptography intersects the disciplines of mathematics, computer science, and electrical engineering. Applications of cryptography include ATM cards, computer passwords, and electronic commerce. Basic example to understand how cryptography works is given below:
SECURE (plain text)
+1 (+1 next letter.for example , the letter’’'’T’’’’ is used for “S” to encrypt.)
TFDVSF (encrypted text)
+=logic=>Algorithm
1=Factor=>Key
Which of the following choices true about cryptography?

A

Secure Sockets Layer (SSL) use asymmetric encryption both (public/private key pair) to deliver the shared session key and to achieve a communication way

52
Q

What is the difference between the AES and RSA algorithms?

A

RSA is asymmetric, which is used to create a public/private key pair; AES is symmetric, which is used to encrypt data

53
Q

In 2007, this wireless security algorithm was rendered useless by capturing packets and discovering the passkey in a matter of seconds. This security flaw led to a network invasion of TJ Maxx and data theft through a technique known as wardriving. Which Algorithm is this referring to?

A

Wired Equivalent Privacy (WEP)

54
Q

You are an Ethical Hacker who is auditing the ABC company. When you verify the NOC one of the machines has 2 connections, one wired and the other wireless. When you verify the configuration of this Windows system you find two static routes.
route add 10.0.0.0 mask 255.0.0.0 10.0.0.1
route add 0.0.0.0 mask 255.0.0.0 199.168.0.1
What is the main purpose of those static routes?

A

The first static route indicates that the internal addresses are using the internal gateway and the second static route indicates that all the traffic that is not internal must go to an external gateway.

55
Q

An incident investigator asks to receive a copy of the event logs from all firewalls, proxy servers, and Intrusion Detection Systems (IDS) on the network of an organization that has experienced a possible breach of security. When the investigator attempts to correlate the information in all of the logs, the sequence of many of the logged events do not match up. What is the most likely cause?

A

The network devices are not all synchronized.

56
Q

An attacker is using nmap to do a ping sweep and a port scanning in a subnet of 254 addresses. In which order should he perform these steps?

A

First the ping sweet to identify live hosts and then the port scan on the live hosts. This way he saves time.

57
Q

Look at the following output. What did the hacker accomplish?
;«» DiG 9.7.-P1 «» axfr domam.com @192.168.1.105
;; global options; +cmd
domain.com. 3600 IN SOA srv1.domain.com. hostsrv1.domain.com. 131 900 600 86400 3600
domain.com. 600 IN A 192.168.1.102
domain.com. 600 IN A 192.168.1.105
domain.com. 3600 IN NS srv1.domain.com.
domain.com. 3600 IN NS srv2.domain.com.
vpn.domain.com. 3600 IN A 192.168.1.1
server.domain.com. 3600 IN A 192.168.1.3
office.domain.com. 3600 IN A 192.168.1.4
remote.domain.com. 3600 IN A 192.168.1.48
support.domain.com. 3600 IN A 192.168.1.47
ns1.domain.com. 3600 IN A 192.168.1.41
ns2.domain.com. 3600 IN A 192.168.1.42
ns3.domain.com. 3600 IN A 192.168.1.34
ns4.domain.com. 3600 IN A 192.168.1.45
srv1.domain.com. 3600 IN A 192.168.1.102
srv2.domain.com. 3600 IN A 192.168.1.105
domain.com. 3600 INSOA srv1.domain.com. hostsrv1.domain. 131 900 600 86400 3600
;; Query time: 269 msec
;; SERVER: 192.168.1.105#53(192.168.1.105)
;; WHEN: Sun Aug 11 20:07:59 2013
;; XFR size: 65 records (messages 65, bytes 4501)

A

The hacker successfully transferred the zone and enumerated the hosts

58
Q

Which tier in the N-tier application architecture is responsible for moving and processing data between the tiers?

A

Logic tier

59
Q

An enterprise recently moved to a new office and the new neighborhood is a little risky. The CEO wants to monitor the physical perimeter and the entrance doors 24 hours. What is the best option to do this job?

A

Install a CCTV with cameras pointing to the entrance doors and the street

60
Q

Bob learned that his username and password for a popular game has been compromised. He contacts the company and resets all the information. The company suggests he use two-factor authentication; which option below offers that?

A

A fingerprint scanner and his username and password

61
Q

A bank stores and processes sensitive privacy information related to home loans. However, auditing has never been enabled on the system. What is the first step that the bank should take before enabling the audit feature?

A

Determine the impact of enabling the audit feature

62
Q
Which of the following Nmap commands will produce the following output?
Output:
Staring Nmap 6.47 (http://nmap.org) at 2015-05-26 12:50 EDT
Nmap scan report for 192.168.1.1
Host is up (0.00042s latency)
Not shown: 65530 open | filtered ports, 65529 filtered ports
PORT STATE SERVICE
111/tcp open rpcbind
999/tcp open garcon
1017/tcp open unknown
1021/tcp open exp1
1023/tcp open netvenuechat
2049/tcp opn nfs
17501/tcp open unknown
111/udp open rpcbind
123/udp open ntp
137/udp open netbios-ns
2049/udp open zeroconf
17501/udp open|filtered unknown
51857/udp open|filtered unknown
54358/udp open|filtered unknown
56228/udp open|filtered unknown
57598/udp open|filtered unknown
59488/udp open|filtered unknown
60027/udp open|filtered unknown
A

nmap -sS -sU -Pn -p 1-65535 192.168.1.1

63
Q

As an Ethical Hacker you are capturing traffic from your customer network with Wireshark and you need to find and verify just SMTP traffic. What command in Wireshark will help you to find this kind of traffic?

A

tcp.port eq 25

64
Q

Which of the following programs is usually targeted at Microsoft Office products?

A

Macro virus

65
Q

A new wireless client is configured to join a 802.11 network. This client uses the same hardware and software as many of the other clients on the network. The client can see the network, but cannot connect. A wireless packet sniffer shows that the Wireless Access Point (WAP) is not responding to the association requests being sent by the wireless client. What is a possible source of this problem?

A

The WAP does not recognize the client’s MAC address

66
Q

What is correct about digital signatures?

A

A digital signature cannot be moved from one signed document to another because it is the hash of the original document encrypted with the private key of signing party

67
Q

What does a firewall check to prevent particular ports and applications from getting packets into an organization?

A

Transport layer port numbers and application layer headers

68
Q
Which of the following programming languages is most susceptible to buffer overflow attacks, due to its lack of a built-in bounds checking mechanism?
Code:
#include 
int main (){
char buffer[8];
strcpy(buffer, ""11111111111111111111111111111"");
}
Output:
Segmentation fault
A

C++

69
Q

Scenario:
1. Victim opens the attacker’s web site.
2. Attacker sets up a web site which contains interesting and attractive content like ‘Do you want to make $1000 in a day?’.
3. Victim clicks to the interesting and attractive content URL.
4. Attacker creates a transparent ‘iframe’ in front of the URL which victim attempts to click, so victim thinks that he/she clicks to the ‘Do you want to make $1000 in a day?’ url but actually he/she clicks to the content or UPL that exists in the transparent ‘iframe’ which is setup by the attacker.
What is the name of the attack which is mentioned in the scenario?

A

Clickjacking attack

70
Q

John the Ripper is a technical assessment tool used to test the weakness of which of the following?

A

Passwords

71
Q

A tester has been hired to do a web application security test. The tester notices that the site is dynamic and must make use of a back end database. In order for the tester to see if SQL injection is possible, what is the first character that the tester should use to attempt breaking a valid SQL request?

A

Single quote

72
Q

You have successfully compromised a machine on the network and found a server that is alive on the same network. You tried to ping it but you didn’t get any response back. What is happening?

A

ICMP could be disabled on the target server

73
Q

A large mobile telephony and data network operator has a data center that houses network elements. These are essentially large computers running on Linux. The perimeter of the data center is secured with firewalls and IPS systems. What is the best security policy concerning this setup?

A

Network elements must be hardened with user ids and strong passwords. Regular security tests and audits should be performed

74
Q

Which of the following incident handling process phases is responsible for defining rules, collaborating human workforce, creating a back-up plan, and testing the plans for an organization?

A

Preparation phase

75
Q

The following is part of a log file taken from the machine on the network with the IP address of 192.168.1.106:
Time:Mar 13 17:30:15 Port:20 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
Time:Mar 13 17:30:17 Port:21 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
Time:Mar 13 17:30:19 Port:22 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
Time:Mar 13 17:30:21 Port:23 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
Time:Mar 13 17:30:22 Port:25 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
Time:Mar 13 17:30:23 Port:80 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
Time:Mar 13 17:30:30 Port:443 Source.192.168.1.103 Destination:192.1681.106 Protocol:TCP
What type of activity has been logged?

A

Port scan targeting 192.168.1.106

76
Q

A security analyst is performing an audit on the network to determine if there are any deviations from the security policies in place. The analyst discovers that a user from the IT department had a dial-out modem installed. Which security policy must the security analyst check to see if dial-out modems are allowed?

A

Remote-access policy

77
Q

Which of the following areas is considered a strength of symmetric key cryptography when compared with asymmetric algorithms?

A

Speed

78
Q

Which type of security feature stops vehicles from crashing through the doors of a building?

A

Bollards

79
Q

Which of the following viruses tries to hide from anti virus programs by actively altering and corrupting the chosen service call interruptions when they are being run?

A

Stealth/Tunneling virus

80
Q

Which of the following is considered an exploit framework and has the ability to perform automated attacks on services, ports, applications an unpatched security flaws in a computer system?

A

Metasploit

81
Q

You want to analyze packets on your wireless network. Which program would you use?

A

Wireshark with airpcap

82
Q

Jimmy is standing outside a secure entrance to a facility. He is pretending to have a tense conversation on his cell phone as an authorized employee badges in. Jimmy, while still on the phone, grabs the door as it begins to close. What just happened?

A

Tailgating

83
Q

What is the most secure way to mitigate the theft of corporate information from a laptop that was left in a hotel room?

A

Encrypt the data on the hard drive

84
Q

In both pharming and phishing attacks an attacker can create websites that look similar to legitimate sites with the intent of collecting personal identifiable information from its victims. What is the difference between pharming and phishing attacks?

A

In a pharming attack a victim is redirected to a fake website by modifying their host configuration file or by exploiting vulnerabilities in DNS. In a phishing attack an attacker provides the victim with a URL that is either misspelled or looks similar to the actual websites domain name.

85
Q

What is the role of test automation in security testing?

A

It can accelerate benchmark tests and repeat them with a consistent test setup. But it cannot replace manual testing completely

86
Q

A hacker has successfully infected an internet-facing server which he will then use to send junk mail, take part in coordinated attacks, or host junk email content. Which sort of trojan infects this server?

A

Botnet trojan

87
Q

In order to have an anonymous Internet surf, which of the following is best choice?

A

Use Tor network with multi-node

88
Q

In which phase of the ethical hacking process can Google hacking be employed? This is a technique that involves manipulating a search string with specific operators to search for vulnerabilities.
Example:
allintitle: root passwd

A

Reconnaissance

89
Q

Todd has been asked by the security officer to purchase a counter-based authentication system. Which of the following best describes this type of system?

A

An authentication system that creates one-time passwords that are encrypted with secret keys

90
Q

How can rainbow tables be defeated?

A

Password salting

91
Q

The network in ABC company is using the network address 192.168.1.64 with mask 255.255.255.192. In the network the servers are in the addresses 192.168.1.122, 192.168.1.123 and 192.168.1.124.
An attacker is trying to find those servers but he cannot see them in his scanning. The command he is using is: nmap 192.168.1.64/28
Why he cannot see the servers?

A

He is scannig from 192.168.1.64 to 192.168.1.78 because of the mask /28 and the servers are not in that range

92
Q

In many states sending spam is illegal. Thus, the spammers have techniques to try and ensure that no one knows they sent the spam out to thousands of users at a time. Which of the following best describes what spammers use to hide the origin of these types of e mails?

A

Mail relaying, which is a technique of bouncing e-mail from internal to external mails servers continuously.

93
Q
Emil uses nmap to scan two hosts using this command: nmap -sS -T4 -O 192.168.99.1 192.168.99.7
He receives this output:
Nmap scan report for 192.168.99.1
Host is up (0.00082s latency)
Not shown: 994 filtered ports
PORT STATE SERVICE
21/tcp open ftp
23/tcp open telnet
53/tcp open domain
80/tcp open http
161/tcp closed snmp
MAC Address: B0:75:D5:33:57:74(ZTE)
Device type: general purpose
Running: Linux 2.6.X
OS CPE: ce:/o:linux:linux_kernel:2.6
OS details: Linux 2.6.9 - 2.6.33
Network distance: 1 hop

Nmap scan report for 192.168.99.7
Host is up (0.000047 latency)
All 1000 scanned ports on 192.168.99.7 are closed
Too many fingerprints match this host to give specific OS details
Network distance: 0 hops

What is his conclusion?

A

He performed a SYN scan and OS scan on hosts 192.168.99.1 and 192.168.99.7

94
Q

Port scanning can be used as part of a technical assessment to determine network vulnerabilities. The TCP XMAS scan is used to identify listening ports on the targeted system. If a scanned port is open, what happens?

A

The port wil ignore the packets

95
Q

Which Metasploit Framework tool can help penetration tester for evading Anti-virus Systems?

A

msfencode

96
Q

Which of the following is a passive wireless packet analyzer that works on Linux-based systems?

A

Kismet

97
Q

Which service in a PKI will vouch for the identity of an individual or company?

A

CA

98
Q

What mechanism in Windows prevents a user from accidentally executing a potentially malicious batch (.bat) or PowerShell (.ps1) script?

A

Data Execution Prevention (DEP)

99
Q

Seth is starting a penetration test from inside the network. He hasn’t been given any information about the network. What type of test is he conducting?

A

Internal, blackbox

100
Q
#!/usr/bin/python
import socket
buffer=["'A""]
counter=50
while len(buffer)<=100:
buffer.append(""A""*counter)
counter=counter+50
com-
mands=[""HELP"",""STATS."",""RTIME."",""LTIME."",":SRUN."",""TRUN."",""GMON."",""GODG."",""KSTET."",GTER."",""HTER."",""LTER."",""KSTANT.""]
for command in commands:
print "Exploiting"" +command +""".""+str(len(buffstring))
s=socket.socket(socket.AF_inet,socket.SOCK_STREAM)
s.connect(('127.0.0.1',9999))
s.recv(50)
s.send(command+buffstring)
s.close

What is the code written for?

A

Buffer Overflow