wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Cybersecurity Scenarios and Solutions

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A security analyst is reviewing network traffic logs and notices that an internal workstation sends a small, encrypted HTTPS packet to the same external IP address every 60 seconds, even when the user is not actively browsing. The traffic volume is minimal but consistent throughout the day and night. Which activity BEST explains this behavior?

a)

Legitimate cloud-based backup synchronization

b)

Network time protocol (NTP) clock drift correction

c)

Command-and-control beaconing from a compromised host

d)

Periodic vulnerability scanning from a trusted vendor

2.

During routine monitoring, an analyst detects a new device on the internal network that obtained an IP address from DHCP. The device begins generating lateral traffic and responding to ARP requests, but it is not listed in the asset inventory. Network segmentation policies are in place. Which action should the analyst take FIRST to confirm whether this device is rogue?

a)

Block the MAC address at the firewall

b)

Analyze DHCP and switch port logs

c)

Perform an external vulnerability scan

d)

Notify executive leadership of a potential breach

3.

An organization experiences a sudden surge in inbound traffic that overwhelms its public-facing web servers. Logs show traffic originating from thousands of geographically dispersed IP addresses, many associated with consumer IoT devices. Internal systems remain unaffected. Which mitigation strategy would be MOST effective in this scenario?

a)

Disabling internal routing protocols

b)

Blocking all traffic from foreign IP addresses

c)

Redirecting suspicious traffic to a sinkhole using a cloud-based provider

d)

Increasing on-premises firewall logging verbosity

4.

A security analyst receives an alert that a Linux server is experiencing sustained high CPU and memory usage outside of normal business hours. The analyst runs the top command and observes a process with an unfamiliar name consuming resources continuously. No scheduled maintenance or updates are planned. What is the BEST next step to determine whether this activity is malicious?

a)

Immediately terminate the process to restore performance

b)

Compare current resource usage against established performance baselines

c)

Increase system resources using dynamic scaling

d)

Disable user access to the server

5.

During a routine security review, an analyst discovers a newly created Windows scheduled task that executes a PowerShell script every time the system reboots. The task is not documented, and the script establishes an outbound HTTPS connection to an unknown IP address. Which attacker objective is MOST likely associated with this activity?

a)

Privilege escalation through kernel exploitation

b)

Persistence and automated command-and-control communication

c)

Local password hash extraction

d)

Lateral movement using SMB enumeration

6.

An analyst investigating abnormal disk usage on a Windows workstation discovers several large, encrypted .rar files stored in the Recycle Bin. File timestamps show the files are recreated daily, and outbound HTTPS traffic increases shortly after. What does this MOST likely indicate?

a)

Legitimate user file compression for archival purposes

b)

Misconfigured backup software staging files locally

c)

Malware staging data locally prior to exfiltration

d)

Excessive system logging due to application errors

7.

A cybersecurity analyst is tasked with performing a vulnerability assessment on several Linux servers in a lab environment with limited budget. The organization prefers an open-source solution but wants the option to upgrade to a commercial version later if needed. Which tool BEST meets these requirements?

a)

Nessus Professional

b)

Qualys Cloud Platform

c)

Greenbone OpenVAS

d)

Maltego

8.

An analyst is performing a network scan and executes the following command: nmap -sU -p 161 192.168.1.50. The scan result shows that the port is open and responsive. What is the analyst MOST likely investigating?

a)

A vulnerability in a web server using HTTPS

b)

An active SNMP service that could be insecure

c)

An attempt to exploit FTP credentials

d)

A hidden VPN connection

9.

An organization wants to assess how vulnerable its employees are to phishing attacks and determine whether recent security awareness training has been effective. The security team plans to simulate realistic attacks without causing operational disruption. Which approach BEST satisfies this goal?

a)

Conducting repeated vulnerability scans using Nessus

b)

Performing open-source intelligence (OSINT) collection with Maltego

c)

Running controlled phishing campaign simulations

d)

Enforcing stricter password complexity requirements

10.

A security analyst identifies multiple web application vulnerabilities during a scan. One vulnerability has a moderate CVSS score but affects a publicly accessible customer payment portal that stores sensitive financial data. Another vulnerability has a higher CVSS score but exists on an internal development server with no external access. Which factor should MOST influence the analyst’s remediation priority?

a)

The CVSS score alone

b)

The exploit complexity of the vulnerability

c)

The asset value and accessibility

d)

The scanning tool that detected the issue

11.

An analyst needs to actively test a web application for injection flaws, authentication weaknesses, and hidden content while intercepting and modifying HTTP requests in real time. Which tool is BEST suited for this task?

a)

Nessus

b)

Burp Suite

c)

Angry IP Scanner

d)

Recon-ng

12.

A web vulnerability scanner reports a potential SQL injection flaw in a production application. However, the application behaves normally during testing, and no data exposure can be confirmed. What should the analyst do NEXT?

a)

Immediately escalate the issue as a confirmed breach

b)

Disable the affected application

c)

Validate the finding to determine whether it is a false positive

d)

Ignore the result because no exploit was observed

13.

A security analyst is assessing vulnerabilities in an organization’s public cloud environment. The analyst notes that patching the underlying hypervisor and physical infrastructure is managed by the cloud provider, while the organization controls guest OS configurations and access policies. Which concept BEST explains this division of responsibility?

a)

Defense-in-depth model

b)

Cloud shared responsibility model

c)

Zero trust architecture

d)

Infrastructure as Code (IaC)

14.

An analyst needs an open-source tool to scan a multi-cloud environment for misconfigurations and generate a detailed security report. The organization uses AWS and Azure. Which tool is the BEST choice?

a)

Pacu

b)

Prowler

c)

Scout Suite

d)

Nessus

15.

A Prowler scan of an AWS environment reveals multiple failed checks related to overly permissive IAM roles and publicly accessible S3 buckets. No active exploitation is detected. What should the analyst do FIRST?

a)

Launch Pacu to exploit the findings

b)

Prioritize remediation of misconfigurations based on risk and impact

c)

Disable all IAM roles immediately

d)

Ignore the findings until exploitation is confirmed

16.

During a security review, an investigator finds that attackers are using PowerShell to download and execute scripts from external sources. Which feature of PowerShell MOST enables attackers to automate such malicious activities?

a)

Its dependence on graphical user interfaces

b)

Its ability to interact with web resources and APIs

c)

Its lack of support for scripting languages

d)

Its restriction to local-only script execution

17.

A cybersecurity analyst needs to identify potential data exfiltration attempts by scanning log files for unknown patterns, such as credit card numbers or encoded payloads, where the exact values are not known in advance. Which scripting feature would be MOST effective for this task?

a)

JSON parsing

b)

Bash variables

c)

Regular expressions

d)

File permission auditing

18.

A security analyst notices a Linux server making repeated outbound connections to an unfamiliar IP address using curl to download and execute a shell script. What is the MOST appropriate initial response?

a)

Assume the activity is a routine update and ignore it

b)

Investigate the downloaded script for malicious content

c)

Reboot the server to terminate all active connections

d)

Disable curl for all users

19.

While monitoring network traffic, an analyst detects a workstation sending regular, small DNS queries to an external domain every minute, even when the user is offline. What is the MOST likely explanation for this behavior?

a)

Routine system health checks

b)

User-initiated web browsing

c)

Automated software patching

d)

DNS tunneling for covert data exfiltration

20.

An analyst discovers a new process on a Windows endpoint named 'svchosts.exe' consuming excessive CPU resources. The legitimate 'svchost.exe' is also running. What should the analyst do FIRST to assess the risk?

a)

Check the file path and digital signature of 'svchosts.exe'

b)

Terminate both processes immediately

c)

Ignore the process if the system is still responsive

d)

Increase system memory allocation