wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Cybersecurity Quiz

Total questions: 39

Worksheet time: 20mins

Name
Class
Date
1.

You want to gather information about a target without touching its network. Which action fits this requirement?

a)

nmap -sS target

b)

ping target

c)

Google dorking

d)

traceroute target

2.

A tester uses Netcraft instead of Nmap in the recon phase because Netcraft is:

a)

Faster

b)

Active

c)

Passive

d)

Exploit-based

3.

A DNS zone transfer attempt uses which command?

a)

dig ns example.com

b)

dig axfr example.com

c)

whois example.com

d)

nslookup set=mx

4.

If AXFR fails, it MOST LIKELY indicates:

a)

DNS server is down

b)

Zone transfers are restricted

c)

No DNS records exist

d)

Firewall blocking port 80

5.

Which scan is MOST stealthy and does not complete TCP handshake?

a)

TCP Connect scan

b)

SYN scan

c)

FIN scan

d)

UDP scan

6.

XMAS scan sends packets with:

a)

SYN flag

b)

ACK flag

c)

FIN, PSH, URG

d)

FIN only

7.

An XMAS scan reports no response. The port state is interpreted as:

a)

Open

b)

Closed

c)

Filtered or open

d)

Listening

8.

Idle scan requires a “zombie” system because it:

a)

Generates traffic

b)

Spoofs attacker IP

c)

Uses predictable IPID

d)

Performs scanning itself

9.

Which command performs banner grabbing on HTTP?

a)

nc -z target 80

b)

telnet target 80

c)

ping target

d)

ftp target

10.

Banner grabbing is useful mainly for identifying:

a)

Open ports

b)

Service versions

c)

Vulnerabilities

d)

Passwords

11.

Enumeration differs from scanning because it:

a)

Is passive

b)

Identifies live hosts

c)

Extracts detailed information

d)

Finds vulnerabilities

12.

Which protocol leaks credentials in plaintext by design?

a)

HTTPS

b)

FTP

c)

SSH

d)

SFTP

13.

Passive sniffing FAILS in switched networks because:

a)

Switch encrypts traffic

b)

Traffic is unicast

c)

MAC addresses are hidden

d)

ARP is disabled

14.

ARP poisoning is used to perform:

a)

DoS

b)

MITM

c)

Port scanning

d)

Brute force

15.

MAC flooding targets which internal structure of a switch?

a)

Routing table

b)

ARP cache

c)

CAM table

d)

NAT table

16.

Which malware spreads without user interaction?

a)

Trojan

b)

Virus

c)

Worm

d)

Rootkit

17.

A Trojan is MOST accurately described as:

a)

Self-replicating

b)

Hidden kernel malware

c)

Malicious software disguised as legitimate

d)

Network-based attack

18.

Reverse-connecting Trojans are effective because they:

a)

Use UDP

b)

Avoid outbound firewall rules

c)

Bypass inbound firewall rules

d)

Run as root

19.

System File Verification tools (like Tripwire) are used to detect:

a)

Sniffing

b)

Rootkits

c)

File integrity changes

d)

Network attacks

20.

Smurf attack abuses:

a)

TCP handshake

b)

ICMP broadcast

c)

DNS recursion

d)

UDP reflection

21.

SYN flood exhausts:

a)

Bandwidth

b)

CPU

c)

Half-open connections

d)

Disk space

22.

Session hijacking is easiest when:

a)

HTTPS is used

b)

Session IDs are predictable

c)

IDS is enabled

d)

Firewall exists

23.

WEP is insecure mainly due to:

a)

Short keys

b)

Weak IV reuse

c)

No authentication

d)

MAC filtering

24.

Deauthentication attack operates at:

a)

Layer 1

b)

Layer 2

c)

Layer 3

d)

Layer 7

25.

Evil Twin attack involves:

a)

Fake client

b)

Fake AP

c)

Fake DNS

d)

Fake IP

26.

IDS differs from IPS because IDS:

a)

Blocks traffic

b)

Modifies packets

c)

Generates alerts

d)

Drops sessions

27.

Signature-based IDS fails against:

a)

Known attacks

b)

Port scans

c)

Zero-day attacks

d)

Brute force

28.

Application proxy firewall operates at:

a)

Layer 3

b)

Layer 4

c)

Layer 5

d)

Layer 7

29.

Primary legal concern of honeypots is:

a)

Malware hosting

b)

Entrapment

c)

Data leakage

d)

IDS evasion

30.

ADB is primarily used for:

a)

Reverse engineering

b)

Device debugging

c)

Packet sniffing

d)

Malware creation

31.

Android sandboxing is enforced by:

a)

Dalvik

b)

Application permissions

c)

Linux UID model

d)

Google Play

32.

Which phase defines scope and legal permission?

a)

Reconnaissance

b)

Scanning

c)

Planning

d)

Exploitation

33.

Pen-testing differs from vulnerability scanning because it:

a)

Uses tools

b)

Is automated

c)

Actively exploits

d)

Generates reports

34.

Most real-world successful attacks begin with:

a)

Zero-day exploit

b)

SQL injection

c)

Social engineering

d)

Buffer overflow

35.

A firewall alone cannot prevent:

a)

DoS

b)

Malware execution

c)

Port scanning

d)

IP spoofing

36.

False Positive means:

a)

Attack exists, not detected

b)

No attack, detected

c)

Attack exists, detected

d)

No attack, not detected

37.

Best defense against Trojan installation is:

a)

Firewall

b)

IDS

c)

User awareness

d)

Honeypot

38.

Covering tracks mainly involves:

a)

Exploitation

b)

Clearing logs

c)

Privilege escalation

d)

Enumeration

39.

CCE exams prefer questions that test:

a)

Tool syntax

b)

Definitions

c)

Conceptual clarity

d)

Memory