wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cisco Attacks

Total questions: 26

Worksheet time: 7mins

Name
Class
Date
1.

What is a Malware that holds a computer system captive until a payment is made to the attacker?

a)

Spyware

b)

Adware

c)

Ransomeware

d)

Virus

2.

What is the most common goal of search engine optimization (SEO) poisoning?

a)

To trick someone into installing malware or divulging personal information

b)

To overwhelm a network device with maliciously formed packets

c)

To build a botnet of zombies

d)

To increase web traffic to malicious sites

3.

A set of changes done to any program or application with the aim of updating, fixing or improving it is what?

a)

A fix

b)

A hack

c)

An install

d)

A patch

4.

Which of the following should be carried out to address known software vulnerabilities of a specific application?

a)

Change the hardware

b)

Change the software

c)

Remove the application

d)

Install a security patch

5.

Which of the following characteristics describe a worm? (Choose Two)

a)

Infects computers by attaching to software code

b)

Hides in a dormant state until needed by an attacker

c)

Travels to new computers without any intervention or knowledge of the user

d)

Is self-replicating

6.

Which statement about the operation of a standard ACL is incorrect?

a)

The router extracts the source IPv4 address from the packet header.

b)

Router starts at top of ACL and compares address to each ACE sequentially

c)

When a match is made, the ACE either permits or denies the packet

d)

If there are no matching ACEs in the ACL, the packet is forwarded

7.

Which of the following is an ACL best practice?

a)

Always test ACLs on a production network.

b)

Create your ACLs on a production router.

c)

Document the ACLs using the description ACL command.

d)

Write the ACL before configuring it on a router.

8.

Which two conditions would cause a router to drop a packet? (Choose two.)

a)

No inbound ACL exists on the interface where the packet enters the router.

b)

The ACL affecting the packet does not contain at least one deny ACE.

c)

Pckt source address doesn't match source permitted in a stndrd inbound ACE.

d)

No routing table entry exists for the packet destination

e)

No outbound ACL exists on the interface where the packet exits the router.

9.

Configuring ACL with R1(config)# access-list 1 permit 172.16.0.0 0.0.15.255. Which two IP addresses match ACL statement?

a)

172.16.0.255

b)

172.16.15.36

c)

172.16.16.12

d)

172.16.31.24

10.

Which two statements describe appropriate general guidelines for configuring and applying ACLs? (Choose two.)

a)

Multiple ACLs per protocol and per direction can be applied to interface.

b)

If an ACL contains no permit statements, all traffic is denied by default.

c)

The most specific ACL statements should be entered first (top-down nature)

d)

Standard ACLs are placed closest to the source

11.

Which scenario would cause an ACL misconfiguration and deny all traffic?

a)

Apply a standard ACL in the inbound direction.

b)

Apply a named ACL to a VTY line.

c)

Apply an ACL that has all deny ACE statements.

d)

Apply a standard ACL using the ip access-group outcommand.

12.

What single access list matches all of the following networks? 192.168.16.0; 192.168.17.0; 192.168.18.0; 192.168.19.0

a)

access-list 10 permit 192.168.16.0 0.0.3.255

b)

access-list 10 permit 192.168.16.0 0.0.0.255

c)

access-list 10 permit 192.168.16.0 0.0.15.255

d)

access-list 10 permit 192.168.0.0 0.0.15.255

13.

Which three statements describe ACL processing of packets? (Choose three.)

a)

An implicit deny any rejects any packet doesn't match any ACE.

b)

A packet can either be rejected or forwarded as directed by the ACE.

c)

A packet doesn't match conditions of any ACE will be forwarded by default.

d)

Each statement is checked till a match is detected or till end of ACE list

e)

Each packet is compared to the conditions of every ACE in the ACL

14.

 What happens if ACL is incorrectly applied to an interface in the inbound direction instead of the outbound direction?

a)

All traffic is denied.

b)

All traffic is permitted.

c)

The ACL does not perform as designed.

d)

The ACL will analyze traffic after it is routed to the outbound interface.

15.

When creating an ACL, which keyword should be used to document and interpret the ACL statement on a Cisco device?​

a)

eq

b)

established

c)

remark

d)

description

16.

In applying an ACL to a router interface, which traffic is designated as outbound?

a)

Traffic that is coming from the source IP address into the router

b)

Traffic that is leaving the router and going toward the destination host

c)

Traffic that is going from the destination IP address into the router

d)

Traffic for which the router can find no routing table entry

17.

Which location is recommended for extended numbered or extended named ACLs?

a)

A location as close to the destination of traffic as possible

b)

A location as close to the source of traffic as possible

c)

A location centered between destinations and sources to filter most traffic

d)

Using the established keyword is to ensure that return traffic is allowed

18.

Which range represents all IP addresses when network 10.120.160.0 with a wildcard mask of 0.0.7.255 is used in an ACE?

a)

10.120.160.0 to 10.127.255.255

b)

10.120.160.0 to 10.120.167.255

c)

10.120.160.0 to 10.120.168.0

d)

10.120.160.0 to 10.120.191.255

19.

The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers? (Choose two.)

a)

access-class 5 in

b)

access-list 5 deny any

c)

access-list 5 permit 10.7.0.0 0.0.0.31

d)

ip access-group 5 out

e)

ip access-group 5 in

20.

Consider the configured access list.

R1# show access-lists
extended IP access list 100
deny tcp host 10.1.1.2 host 10.1.1.1 eq telnet
deny tcp host 10.1.2.2 host 10.1.2.1 eq telnet
permit ip any any (15 matches)

What are two characteristics of this access list? (Choose two.)

a)

The access list has been applied to an interface.

b)

A network administrator would not be able to tell if the access list has been applied to an interface or not.

c)

Any device on the 10.1.1.0/24 network (except the 10.1.1.2 device) can telnet to the router that has the IP address 10.1.1.1 assigned.

d)

Any device can telnet to the 10.1.2.1 device.

e)

The 10.1.2.1 device is not allowed to telnet to the 10.1.2.2 device.

21.

Which access list statement permits HTTP traffic that is sourced from host 10.1.129.100 port 4300 and destined to host 192.168.30.10?

a)

access-list 101 permit tcp any eq 4300

b)

access-list 101 permit tcp 192.168.30.10 0.0.0.0 eq 80 10.1.0.0 0.0.255.255

c)

access-list 101 permit tcp 10.1.129.0 0.0.0.255 eq www 192.168.30.10 0.0.0.0 eq www

d)

access-list 101 permit tcp 10.1.128.0 0.0.1.255 eq 4300 192.168.30.0 0.0.0.15 eq www

e)

access-list 101 permit tcp host 192.168.30.10 eq 80 10.1.0.0 0.0.255.255 eq 4300

22.

What packets would match the access control list statement that is shown below?

access-list 110 permit tcp 172.16.0.0 0.0.0.255 any eq 22

a)

SSH traffic from the 172.16.0.0 network to any destination network

b)

SSH traffic from any source network to the 172.16.0.0 network

c)

Any TCP traffic from any host to the 172.16.0.0 network

d)

Any TCP traffic from the 172.16.0.0 network to any destination network

23.

Consider the access list command applied outbound on a router serial interface.

access-list 100 deny icmp 192.168.10.0 0.0.0.255 any echo reply


What is the effect of applying this access list command?

a)

The only traffic denied is ICMP-based traffic. All other traffic is allowed.

b)

The only traffic denied is echo-replies sourced from the 192.168.10.0/24 network. All other traffic is allowed.

c)

Users on the 192.168.10.0/24 network are not allowed to transmit traffic to any other destination.

d)

No traffic will be allowed outbound on the serial interface.

24.

Consider the following output for an ACL that has been applied to a router via the access-class in command. What can a network administrator determine from the output that is shown?

R1# <output omitted>
Standard IP access list 2
10 permit 192.168.10.0, wildcard bits 0.0.0.255 (2 matches)
20 deny any (1 match)

a)

Two devices connected to the router have IP addresses of 192.168.10.x.

b)

Traffic from one device was not allowed to come into one router port and be routed outbound a different router port.

c)

Two devices were able to use SSH or Telnet to gain access to the router.

d)

Traffic from two devices was allowed to enter one router port and be routed outbound to a different router port.

25.

Which two commands will configure a standard ACL? (Choose two.)

a)

Router(config)# access-list 20 permit host 192.168.5.5 any any

b)

Router(config)# access-list 90 permit 192.168.10.5 0.0.0.0

c)

Router(config)# access-list 45 permit 192.168.200.4 host

d)

Router(config)# access-list 10 permit 10.20.5.0 0.255.255.255 any

e)

Router(config)# access-list 35 permit host 172.31.22.7

26.

What two ACEs could be used to deny IP traffic from a single source host 10.1.1.1 to the 192.168.0.0/16 network? (Choose two.)

a)

Access-list 100 deny ip host 10.1.1.1 192.168.0.0 0.0.255.255

b)

Access-list 100 deny ip 192.168.0.0 0.0.255.255 host 10.1.1.1

c)

Access-list 100 deny ip 10.1.1.1 255.255.255.255 192.168.0.0 0.0.255.255

d)

Access-list 100 deny ip 192.168.0.0 0.0.255.255 10.1.1.1 0.0.0.0

e)

Access-list 100 deny ip 10.1.1.1 0.0.0.0 192.168.0.0 0.0.255.255