wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

INTELLECTA '25 - Inter-School Quiz - 2nd Round

Total questions: 30

Worksheet time: 16mins

Name
Class
Date
1.

A network administrator notices a sudden increase in traffic from a single IP address. The IP is attempting multiple login attempts across several accounts at different times of the day. The administrator also finds that some login attempts were successful, and sensitive data is now missing.

What type of attack is most likely being carried out?

a)

Phishing attack

b)

Brute force attack

c)

Credential stuffing

d)

Cross-Site Scripting (XSS)

e)

Denial of Service (DoS)

2.

Which advanced evasion technique allows malware to execute code in a remote process’s memory space without dropping files on disk?

a)

Reflective DLL Injection

b)

Process Hollowing

c)

Heap Spraying

d)

Shellcode Injection

e)

Code Caves

3.

Which of the following best describes a side-channel attack?

a)

Attacking a system by analyzing unintended physical emissions

b)

Injecting malicious SQL commands into a web application

c)

Intercepting network traffic to extract credentials

d)

Exploiting outdated cryptographic algorithms

e)

Modifying firmware to introduce backdoors

4.

In an Active Directory environment, what attack technique allows an adversary to gain control over all domain accounts by abusing cryptographic weaknesses?

a)

Reverse Shell

b)

Kerberoasting

c)

Credential Stuffing

d)

Golden Ticket Attack

e)

SQL Injection

5.

Which of the following techniques are commonly used to defend against a Distributed Denial-of-Service (DDoS) attack?

a)

Using network segmentation to isolate critical systems

b)

Disabling firewalls to allow for more traffic throughput

c)

Deploying a content delivery network (CDN) to absorb traffic

d)

Implementing rate limiting on incoming traffic

e)

Encrypting traffic with SSL/TLS to prevent interception

6.

An attacker gains access to a server and executes the above command in PowerShell.

What type of attack is most likely occurring?

a)

Command Injection in PowerShell

b)

In-memory malware execution via script injection

c)

Web-based Shellcode Execution

d)

Arbitrary Code Execution via File Inclusion

e)

Remote Code Execution through Web Shell

7.

A cybersecurity analyst discovers the following logs from a compromised server:

  • 01/12/2025 14:23: Successful login (Admin01)

  • 01/12/2025 14:25: Powershell script executed

  • 01/12/2025 14:27: New user ‘svc_backup’ added to Administrators group

  • 01/12/2025 14:29: NTDS.dit file accessed

  • 01/12/2025 14:30: Large outbound traffic to unknown IP

What is the most likely goal of the attacker?

a)

Stealing password hashes

b)

Installing a rootkit

c)

Deploying ransomware

d)

Setting up a botnet

e)

Exploiting a zero-day

8.

In a penetration test, an attacker uses the command nmap -sS -p 1-65535 192.168.1.1 to scan a target.

What is the purpose of this command?

a)

To scan for open ports on a single IP address

b)

To perform a full TCP SYN scan on all ports of the target

c)

To attempt to exploit vulnerabilities on port 80

d)

To scan for open ports on a single IP address

e)

To identify vulnerabilities based on port numbers

9.

Which of the following statements about network security threats is correct?

(A) ARP spoofing can allow an attacker to intercept network traffic by sending fake ARP replies.

(B)A SYN flood attack exploits the TCP handshake by overwhelming a server with incomplete connection requests.

(C) A DNS poisoning attack can redirect users to malicious websites by altering DNS cache records.

(D) MAC address filtering is a foolproof method to secure a wireless network from unauthorized access.

a)

A, B, C only

b)

B, C, E only

c)

A, C, D only

d)

A, B, D only

e)

All A, B, C, D, E

10.

Which of the following actions would NOT help prevent a SQL injection attack?

a)

Using parameterized queries

b)

Validating user input

c)

Enabling strict input sanitization

d)

Encrypting data stored in databases

e)

Using stored procedures

11.

Which of the following attacks exploits a vulnerability in a DNS resolver by redirecting traffic to malicious websites, often used to distribute malware or intercept sensitive information?

a)

DNS Spoofing

b)

DNS Tunneling

c)

DNS Hijacking

d)

Domain Shadowing

e)

DNS Cache Poisoning

12.

Which of the following techniques is used to bypass traditional Intrusion Detection Systems (IDS) by inserting malicious payloads into fragmented network packets, making it harder to detect the attack?

a)

TCP Segmentation Attack

b)

IP Spoofing

c)

Evasion Attack

d)

Fragmentation Bomb

e)

Smurf Attack

13.

Which cryptographic technique is primarily used to ensure that two parties can securely exchange a shared secret key over an unsecured channel without actually transmitting the key itself?

a)

RSA Encryption

b)

Elliptic Curve Cryptography (ECC)

c)

Diffie-Hellman Key Exchange

d)

Digital Signature Algorithm (DSA)

e)

Advanced Encryption Standard (AES)

14.

Which of the following vulnerabilities is most commonly associated with a lack of proper access control in an application?

a)

Insecure Direct Object Reference (IDOR)

b)

SQL Injection

c)

Buffer Overflow

d)

Cross-Site Request Forgery (CSRF)

e)

Man-in-the-Middle (MitM)

15.

In public-key infrastructure (PKI), what role does the Certificate Revocation List (CRL) play?

a)
  • It lists the active certificates within a certificate authority.

b)

It provides a list of certificates that have been revoked and are no longer valid.

c)

It verifies the identity of a client before granting access to a server.

d)

It ensures the integrity of the encrypted communications.

e)

It provides a backup for the root certificate authority in case of failure.

16.

What is the role of a Web Application Firewall (WAF) in preventing attacks on web applications?

a)

It encrypts all incoming and outgoing data to prevent interception.

b)

It scans files and directories for malware and viruses before allowing access.

c)

It filters and monitors HTTP traffic to block malicious requests and attacks like SQL injection, XSS, and DDoS.

d)

It ensures that only authenticated users can access specific parts of the application.

e)

It provides a secure channel for communication between the client and server, encrypting the entire session.

17.

A rootkit is discovered on a Linux server. Which of the following is the best way to remove it?

a)

Running an antivirus scan and deleting infected files

b)

Removing all suspicious binaries manually

c)

Restoring the system from a trusted backup

d)

Running kill -9 on the rootkit process

e)

Deleting the affected user’s home directory

18.

Which of the following encryption algorithms is considered quantum-resistant?

a)

Lattice-based cryptography

b)

RSA-4096

c)

RSA-4096

d)

AES-256

e)

SHA-3

19.

Which of the following best mitigates Cross-Site Request Forgery (CSRF) attacks?

a)

Using Secure Cookies

b)

Implementing HTTP Strict Transport Security (HSTS)

c)

Requiring user authentication via two-factor authentication (2FA)

d)

Implementing CSRF tokens in web forms

e)

Encrypting web traffic using TLS 1.3

20.

Which of the following is the most critical vulnerability in the context of cloud security, specifically with regards to unauthorized access to sensitive data?

a)

Lack of proper API security and access controls

b)
  • Misconfigured security groups and network segmentation

c)
  • Insecure container orchestration configurations

d)
  • Insufficient encryption of data at rest

e)
  • Weak passwords and multi-factor authentication failure

21.

The following text is encrypted using a Caesar cipher with a shift of 3 to the left:

"qhyhu jrqqd jlyh brx xs."

Decrypt the message.

(a)  

22.

Which of the following techniques is least likely to be used for steganography?

a)

Embedding data within the least significant bit (LSB) of an image

b)

Encrypting a file using AES-256

c)

Hiding data within the metadata of an audio file

d)

Concealing text within whitespace characters in a document

e)

Embedding information in network packet headers

23.

Each letter in the following message is represented by its ASCII decimal value. Decode it and fill in the blanks with the hidden word.
74 79 69 77 65 78 79

(Hint - A = 65)

(a)  

24.

Which of the following cryptographic techniques are used to protect data at rest?

a)

ECC (Elliptic Curve Cryptography)

b)

RSA (Rivest-Shamir-Adleman)

c)

AES (Advanced Encryption Standard)

d)

HMAC (Hash-Based Message Authentication Code)

e)

TLS (Transport Layer Security)

25.

Which tool is commonly used for web vulnerability scanning and identifying security flaws in web applications?

a)

Hydra

b)

Aircrack-ng

c)

Nmap

d)

John the Ripper

e)

Nikto

26.

Which protocol can be used to secure email communication by providing end-to-end encryption and digitally signing messages?

a)

IMAP

b)

PGP

c)

SMTP

d)

SMTPS

e)

S/MIME

27.

In a typical buffer overflow attack, what is the attacker trying to overwrite in order to gain control of the target program?

a)

The memory stack

b)

The return address on the stack

c)

The heap pointer

d)

The program’s encryption key

e)

The file descriptor table

28.

Which of the following attacks relies on predicting future values in a stream cipher to decrypt the ciphertext without knowing the key?

a)

Time-memory trade-off attack

b)

Key recovery attack

c)

Chosen ciphertext attack

d)

Linear cryptanalysis

e)

Birthday attack

29.

Which of the following best describes a zero-day vulnerability?

a)

A vulnerability that is patched immediately after discovery

b)

A vulnerability that is unknown to the vendor or developer

c)

A vulnerability that has been publicly disclosed but has no known exploits

d)

A vulnerability that is commonly exploited by worms

e)

A vulnerability that is only exploitable in specific environments

30.

Which ransomware attack, first discovered in 2017, encrypted data on computers and demanded a Bitcoin ransom, and quickly became one of the most notorious cyberattacks of its time?

a)

Cryptolocker

b)

Operation Shady RAT

c)

Stuxnet

d)

WannaCry

e)

APT29 (Cozy Bear)