wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICEBERG_Assessment_Pre

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

Have you worked with a terminal/shell before?

a)

Yes

b)

No

2.

Have you worked with Linux before?

a)

Yes

b)

No

3.

Have you worked with a SIEM system before?

a)

Yes

b)

No

4.

Have you heard about Incident Response before?

a)

Yes

b)

No

5.

Have you attended a Cyber Range/Capture the Flag training before?

a)

Yes

b)

No

6.

What is an IP address?

a)

The network address of a device

b)

The hardware address of a device

c)

The domain name of a service

d)

The address for telephonic transmission of scanned printed material

7.

What is a MAC address?

a)

The domain name of a service

b)

The network address of a device

c)

The unique address of subscriber identity modules (SIM)

d)

The hardware address of a device

8.

What is the TCP protocol?

a)

An internet-layer protocol for exchange of information and error messages when communicating with another IP address

b)

A network-layer protocol, defining how data is exchanged between network components on the network layer

c)

A cryptographic protocol designed to provide communications security over a computer network

d)

An application-layer Internet standard protocol used by e-mail clients

9.

What is the ARP protocol?

a)

A cryptographic protocol designed to provide communications security over a computer network

b)

A network protocol for operating network services securely over an unsecured network

c)

A communication protocol mapping IP addresses to MAC addresses

d)

A network-layer protocol, defining how data is exchanged between network components on the network layer

10.

What is a PLC (SPS)?

a)

A multi-purpose computer operated by an end user

b)

The processing unit of a computer

c)

The core of a computer's operating system

d)

An industrial computer control system, e.g. for controlling sensors

11.

What is an Industrial Control System (ICS)?

a)

A digitally connected physical system

b)

An industrial sensor

c)

The digital representation of a physical asset

d)

A user interface for interaction with physical machines

12.

What is the purpose of a SIEM system?

a)

Controlling incoming and outgoing network traffic based on predetermined security rules

b)

Reporting the status of the current tasks of the cybersecurity team

c)

Performing integrated management of main business processes

d)

Correlating security-relevant data from across the entire network to detect incidents

13.

What is a SIEM event?

a)

An attack identified by a SIEM system

b)

A security-related log, transmitted to a SIEM system

c)

A conference for SIEM experts

d)

A potentially manipulated file, identified by the SIEM system

14.

What is the difference between a SIEM system and an Intrusion Detection System (IDS)?

a)

A SIEM is the technical component of an IDS

b)

A SIEM correlates security-related  log data from various sources an IDS monitors a network for suspicious activities

c)

A SIEM operates on a network, an IDS on an application layer

d)

There is no difference

15.

What is a Man-In-The-Middle (MiTM) attack?

a)

Exhausting the system resources of a server

b)

A malware attack targeting middleware

c)

Phishing for passwords via malicious email

d)

Intercepting the network traffic between to parties

16.

What effect does MitM attack possibly have on an industrial system?

a)

Inability of the ICS to read the sensor values, resulting in an interruption of the physical process

b)

Replication of malware code on other devices in the network

c)

Temporary inaccessibility of the ICS because it is flooded with requests

d)

Escalation of privilege on an HMI

17.

How does ARP spoofing work?

a)

Poisoning the DNS cache of a client

b)

Linking the attacker’s MAC address with the IP of the victim

c)

Changing a factory-assigned IP address of a network interface

d)

Replacing the IP address of a network packet

18.

What is Incident Response mainly concerned with?

a)

Implementing security controls such as anti malware software or access control

b)

Management of security risks and policies

c)

Reacting to security incidents in a coherent and repeatable manner

d)

Secure software development

19.

What is the first step of Incident Response?

a)

Investigation

b)

Analysis

c)

Preparation

d)

Response

20.

What is an incident response playbook?

a)

A software for incident management

b)

A database for cyber threat intelligence

c)

A standard for incident categorization

d)

A list of actions how to react to a specific kind of incident

21.

How can you identify the attacking host during an ARP-based MiTM attack?

a)

Identifying the network host which sends an unusual high amount of requests

b)

Identifying which MAC address is falsely assigned to another network host

c)

Identifying who modified the file  /etc./shadow

d)

Identifying the network host opening a VPN connection

22.

How can you make an ARP cache static

a)

arp -a  <MAC1> <MAC2>

b)

more /etc/hosts --static

c)

vi /etc./sysconfig/network

d)

arp -s <IP> <MAC>

23.

How can you take down the interface of a network device?

a)

ip link set dev <INTERFACE> down

b)

ifconfig <INTERFACE>

c)

service network stop

d)

ip route list <INTERFACE>