Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CHFI v9 - Module 8 Investigating Web Attacks

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

1. A Network Administrator suspects that there has been an illegal entry into a shared file. What command would he use to check file shares:

a)

C:\> net view <IP address>

b)

C:\ > net session

c)

C:\> net use

d)

C:\ > nbtstat -S

2.

Where do you look to verify users using open shares?

a)

C:\> net view <IP address>

b)

C:\ > net session

c)

C:\> net use

d)

C:\ > nbtstat -S

3.

If I need to check if TCP and UDP ports have unusual listening, I would use the command:

a)

C:\> net view <IP address>

b)

C:\ > netstat -na

c)

C:\> net use

d)

C:\ > nbtstat -S

4.

A Network Admin finds that an unusual session was opened with other systems. What command did he use to find this?

a)

C:\> net view <IP address>

b)

C:\ > netstat -na

c)

C:\> net use

d)

C:\ > nbtstat -S

5.

If you wish to Analyze NetBIOS over TCP/IP activity, you would use this command?

a)

C:\> net view <IP address>

b)

C:\ > netstat -na

c)

C:\> net use

d)

C:\ > nbtstat -S

6.

An Admin found that new accounts were being created in the system. Where did he find this information?

a)

C:\> lusrmgr.msc

b)

C:\> net start

c)

C:\> dir

d)

C:\> Admin

7.

Internet Information Services (IIS) for Windows server can host anything on the web.

a)

True

b)

False

8.

An attack vector is a pathway or means by which an attacker can gain access to a computer or network in order to deliver an attack or cause a malicious outcome.

a)

True

b)

False

9.

A Network Administrator finds that some of the companies web applications are vulnerable to SQL attacks that are allowing untrusted data to be interpreted and executed by command or query. This is known as what type of flaw?

a)

Injection

b)

SQL

c)

IIS violation

d)

Intrusion

10.

Intrusion detection is the art of detecting appropriate activity.

a)

True

b)

False

11.

An administrator finds that there are some suspicious activities occurring in their Network. What should they look at in order to determine if there is a problem and to gather artifacts if there is?

a)

Master files

b)

Network files

c)

Logs

d)

System events

12.

How many layers are there to Web Application Architecture?

a)

2

b)

1

c)

5

d)

4

13.

Which of the following steps is not part of investigating a Web attack?

a)

Confirmation of the Attack and Identification of its Nature

b)

Capturing Volatile Data

c)

Understanding the Flow of an Application

d)

Identifying the intruder

e)

Analysis of the Log Files

14.

When you are investigating a Windows-Based Server attack, you look here to see if there has been any type of breach:

a)

C:\> event.exe

b)

C:\> eventvwr.msc

c)

C:\> tskmgr.msc

d)

C:\> eventvwr.exe

15.

Choose which of the following is an example of an IIS Windows Server 2012 log file:

a)

%SystemDrive/inetpub/logs/LogFiLes

b)

%SystemDrive\inetpub\logs\LogFiLes

c)

%SystemDrive/ logs/inetpub/LogFiLes

d)

%SystemDrive/inetpub/logs/ASCIIFiLes

16.

UTC is the universal time set for all computers. IIS records logs using UTC

a)

True

b)

False

17.

If a network administrator sets the server’s time zone to UTC -06:00, then the first log entries should appear around what time?

a)

14:00 (00:00-04:00 = 14:00)

b)

06:00 (00:00-18:00 = 06:00)

c)

12:00 (00:00-06:00 = 18:00)

d)

18:00 (00:00-06:00 = 18:00)

18.

You would check the following area for an Apache configuration file to find the exact location of the log files: (check all that apply)

a)

REHEL/Red Hat/CentOS/Fedora Linux: /usr/local/etc/apache22/httpd.conf

b)

Debian/Ubuntu Linux: /etc/apache2/apache2.conf

c)

FreeBSD: etc/httpd/conf/https.conf

d)

WIN10: etc/httpd/apache/https.conf

e)

Ubuntu Linux: /etc/usr/local/apache2.conf

19.

An example of an Apache access log file entry, as viewed in a text editor:

a)

10.10.10.10 – [17/Aug/2016:00:12:34 +0300] “Get /images/content/bg_body_1.jpg HTTP/1.0” 500 1458

b)

10.10.10 – Jason [17/Aug/2020:00:10:34 +0300] “Get /images/content/bg_body_1.jpg HTTP/1.0” 500 1458

c)

10.10.10.10 – Jason [17/Aug/2016:00:12:34 +0300] “Get /images/content/bg_body_1.jpg HTTP/1.0” 500 1458

d)

10.10.10.10 – Jason [17/Aug/2016:00:12:34 +0300] “Usr /images/content/bg_body_1.jpg HTTP/1.0” 500 1458

20.

Common XSS attacks use HTML tags, such as <script></script>, <IMG>, <INPUT>, <BODY>, etc. These are considered to be which type of attack?

a)

Apache

b)

IIS

c)

WIN Server

d)

Cross-Site Scripting