Courseiva

ISACA Certified Cybersecurity Operations Analyst (CCOA) (CCOA) (CCOA) — Questions 76150

203 questions total · 3pages · All types, answers revealed

Page 1

Page 2 of 3

Page 3
76
MCQeasy

Which security framework is most commonly used by US federal agencies to manage security controls?

A.ISO 27001
B.NIST SP 800-53
C.PCI-DSS
D.HIPAA
AnswerB

This is the standard for federal agencies.

Why this answer

NIST SP 800-53 is the mandatory security control catalog for US federal information systems.

77
MCQmedium

You need to ensure that all endpoints in your organization have the 'CrowdStrike Falcon' agent running and are reporting correctly. Which dashboard should you use?

A.CrowdStrike 'Custom Detections'.
B.CrowdStrike 'Threat Graph'.
C.CrowdStrike 'Host Management'.
D.CrowdStrike 'Zero Trust Assessment'.
AnswerC

This is the specific dashboard for managing endpoint agents and their status.

Why this answer

The CrowdStrike 'Host Management' dashboard provides a real-time view of sensor status, version, and connectivity.

78
MCQhard

When using Wireshark to investigate a data exfiltration incident, you want to filter for TCP streams involving a specific internal IP that are larger than 1MB. How is this achieved?

A.Apply a filter: 'data.len > 1MB'
B.Apply a display filter: 'ip.addr == 10.0.0.5 && tcp.len > 1048576'
C.Use 'Statistics > Conversations > TCP' and sort by bytes
D.Use 'Analyze > Expert Info'
AnswerC

This is the correct path for analyzing stream sizes in Wireshark.

Why this answer

Wireshark provides flow-level statistics via 'Statistics > Conversations > TCP', which allows for filtering and viewing stream sizes.

79
MCQhard

You are configuring a YARA rule for CrowdStrike Falcon to detect Cobalt Strike Beacon traffic. Which specific technique should you look for in the process memory that indicates process hollowing?

A.CreateServiceW
B.GetSystemTime
C.WriteProcessMemory to a remote process
D.RegCreateKeyEx
AnswerC

Writing to the memory space of a suspended process is required for hollowing.

Why this answer

Process hollowing involves creating a legitimate process in a suspended state and replacing its memory with malicious code, a hallmark of execution techniques.

80
MCQmedium

You are auditing a web application server. You discover it is running with high privileges. What is the standard security practice to mitigate this risk?

A.Run as a non-privileged service account.
B.Use a local administrator account.
C.Increase logging levels.
D.Disable the firewall.
AnswerA

This limits the impact if the application is compromised.

Why this answer

Applications should always run with the minimum necessary permissions, usually as a dedicated service account with restricted access.

81
Multi-Selectmedium

You are performing a vulnerability assessment on a server. Which TWO of the following indicators would suggest an asset is part of the 'Critical' category?

Select 2 answers
A.The server is used for testing internal UI prototypes.
B.The server hosts the primary company e-commerce database with customer credit card data.
C.The server is required for the company's core 'Order Processing' function to remain operational.
D.The server has an outdated version of Java installed.
E.The server is connected to a printer in the lobby.
AnswersB, C

Data sensitivity (PII/Financial) is a major driver of criticality.

Why this answer

Assets that hold PII or are required for business continuity are by definition critical.

82
MCQhard

You are performing STRIDE threat modeling on a new web application. A developer asks how to mitigate a 'Tampering' threat identified during the design phase. Which control is most effective?

A.Implement TLS encryption
B.Implement logging and auditing
C.Implement cryptographic hashing/digital signatures
D.Implement Role-Based Access Control
AnswerC

Hashing and signatures ensure data integrity, preventing tampering.

Why this answer

Tampering threats involve unauthorized modification of data. Digital signatures and integrity checks ensure that data has not been altered.

83
MCQhard

You are performing a quantitative risk assessment. The SLE (Single Loss Expectancy) is $10,000, and the ARO (Annualized Rate of Occurrence) is 0.5. What is the ALE (Annualized Loss Expectancy)?

A.$5,000
B.$10,000
C.$20,000
D.$2,500
AnswerA

Calculation is correct.

Why this answer

ALE = SLE * ARO. $10,000 * 0.5 = $5,000.

84
MCQmedium

You are conducting an asset inventory and discover a device communicating with a known malicious IP address. The device is a corporate laptop. What is the most immediate, effective containment action?

A.Power off the laptop immediately to preserve volatile memory.
B.Delete the user account associated with the laptop in Active Directory.
C.Use the 'Isolate Endpoint' feature in your EDR (e.g., CrowdStrike or Defender) to restrict network communication.
D.Physically disconnect the ethernet cable from the building patch panel.
AnswerC

Endpoint isolation via EDR allows for continued management of the device while blocking all network traffic except to the management console.

Why this answer

Isolating the endpoint via the EDR platform is the industry-standard 'containment' step to prevent lateral movement while maintaining a forensic connection.

85
MCQmedium

A security appliance flags a high volume of traffic from a single internal host to a series of random external IP addresses. This is a classic indicator of which activity?

A.Network scanning
B.Normal web browsing
C.VPN connection
D.Data exfiltration
AnswerA

Involves connecting to many IPs to probe for open ports.

Why this answer

Scanning or discovery phases often manifest as a single host attempting to connect to numerous external destinations in a short window.

86
MCQeasy

Which type of evidence is collected to prove that a specific individual was responsible for an action on a system?

A.Non-repudiation
B.Data integrity
C.Availability
D.Confidentiality
AnswerA

Ensures that an action cannot be denied by the user.

Why this answer

Non-repudiation refers to the assurance that the sender of information is provided with proof of delivery and the recipient is provided with proof of the sender's identity.

87
MCQeasy

Which of the following activities is best categorized as an 'eradication' step in the incident response lifecycle?

A.Updating documentation for the incident report
B.Restoring data from a known good backup
C.Resetting compromised user credentials
D.Identifying the initial attack vector
AnswerC

Removing unauthorized access points or credentials is a primary eradication task to ensure the attacker cannot re-enter.

Why this answer

Eradication involves removing the root cause, such as cleaning malware or removing unauthorized user accounts.

88
Multi-Selecteasy

Which TWO of the following are examples of good asset inventory management practices?

Select 2 answers
A.Maintaining a Configuration Management Database (CMDB) that maps asset relationships.
B.Using an automated discovery tool (e.g., Lansweeper, Tenable.io) for continuous inventory updates.
C.Only tracking assets that have had a security incident.
D.Deleting assets from the inventory once they are turned off.
E.Manually updating an Excel spreadsheet every year.
AnswersA, B

A CMDB provides the necessary context and relationship mapping for security and operations.

Why this answer

Automated discovery tools and maintaining a comprehensive CMDB are foundational elements of effective asset inventory.

89
MCQeasy

You are tasked with hardening an endpoint using the CIS Benchmark for Windows 10. You need to ensure that the 'Local Account Password Complexity' is enforced. Which GPO path should you navigate to?

A.Computer Configuration > System Settings > Advanced > Security
B.Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies > Password Policy
C.User Configuration > Preferences > Control Panel Settings > Local Users and Groups
D.Computer Configuration > Administrative Templates > Windows Components > Password
AnswerB

This is the correct path to modify the local password complexity requirements.

Why this answer

The standard path for local security policy settings in GPO is Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies > Password Policy.

90
MCQhard

During a Microsoft Sentinel incident investigation, you notice that a specific alert triggered by a custom analytic rule is creating too many false positives due to a noisy service account. You want to exclude this account without disabling the entire rule. What is the most effective approach?

A.Delete the analytic rule and recreate it with a higher threshold
B.Disable the alert in the Data Connector settings
C.Modify the analytic rule logic using a 'where' clause to exclude the account entity from a Watchlist
D.Set the incident severity to 'Informational'
AnswerC

Watchlists provide a scalable way to maintain inclusion/exclusion lists for KQL queries.

Why this answer

In Sentinel, using a Watchlist allows you to maintain a list of excluded entities and reference them in KQL queries to filter out known noisy sources.

91
MCQeasy

A security analyst is mapping organizational assets to the NIST Cybersecurity Framework. Which category is specifically responsible for maintaining the resilience of critical infrastructure?

A.Recover
B.Detect
C.Protect
D.Identify
AnswerA

Recover includes recovery planning and resilience improvements.

Why this answer

The NIST CSF Core consists of five functions: Identify, Protect, Detect, Respond, and Recover. Recover is the function focused on resilience and restoring capabilities.

92
MCQeasy

A phishing simulation resulted in a user clicking a link. What is the next logical step in the incident response process?

A.Review user activity logs for account compromise
B.Reimage the machine immediately
C.Block the domain of the link
D.Change the user's password
AnswerA

The necessary step to assess the extent of the impact.

Why this answer

Checking logs for successful logins or abnormal activity from that user account is critical to determine if the phishing attempt led to an account compromise.

93
MCQeasy

You are reviewing logs in Splunk and identify a suspicious process spawning 'cmd.exe' from 'wsmprovhost.exe'. Which MITRE ATT&CK tactic does this behavior most directly align with?

A.Credential Access
B.Exfiltration
C.Lateral Movement
D.Persistence
AnswerC

Using WinRM/PowerShell Remoting to execute commands is a primary technique for Lateral Movement.

Why this answer

The spawning of a command shell from a remote management process is a classic indicator of Lateral Movement using remote execution.

94
MCQhard

You are using an ELK Stack (Elasticsearch, Logstash, Kibana) for incident response. You have identified a time-based spike in traffic. What is the most efficient way to query for the top 10 unique source IP addresses for a specific destination over the last hour using Kibana Discover?

A.Use the 'Top values' aggregation on the source IP field in a Lens visualization
B.Run an 'Update By Query' API call
C.Use a regex filter in the search bar
D.Export all logs to CSV and use Excel
AnswerA

Lens aggregations are optimized for quickly identifying top-N occurrences.

Why this answer

The 'Lens' or 'Visualize' feature in Kibana allows for aggregation by field, which is the most efficient way to summarize top traffic sources.

95
MCQeasy

A security analyst is triaging an alert about an unauthorized login from an unusual country. What is the first priority in the response workflow?

A.Verify the incident with the user or manager
B.Disable the user account immediately
C.Notify legal counsel
D.Reimage the user's laptop
AnswerA

Essential to differentiate between authorized travel and malicious access.

Why this answer

Verifying the incident (confirming if it was a legitimate user traveling or an actual breach) is the vital first step to prevent unnecessary incident escalation.

96
Multi-Selectmedium

Which THREE items are typically included in a formal Risk Register?

Select 3 answers
A.Mitigation status
B.Vendor contact list
C.Hardware serial number
D.Risk description
E.Asset owner
AnswersA, D, E

Critical for tracking progress.

Why this answer

A risk register tracks risks, including their probability, impact, and mitigation status.

97
MCQeasy

After an incident, you need to preserve the volatile memory of a compromised machine. What is the correct order of operations according to the Order of Volatility?

A.Network traffic logs, then RAM
B.Disk image first, then RAM
C.RAM image first, then disk
D.Reboot the machine, then image
AnswerC

RAM is more volatile and must be captured first.

Why this answer

Memory (RAM) should be captured before disk storage because memory content is lost as soon as the machine is powered off or rebooted.

98
Multi-Selectmedium

Which THREE of the following are common steps in performing a security audit of a Linux system?

Select 3 answers
A.Verify user account permissions
B.Delete all system logs
C.Examine open network ports
D.Disable all disk encryption
E.Review active processes
AnswersA, C, E

Checking for over-privileged accounts helps prevent lateral movement.

Why this answer

Checking running processes, user account permissions, and listening ports are key to finding unauthorized activity.

99
MCQmedium

A security analyst is configuring an alert in Splunk Enterprise Security to detect potential brute force attacks. The analyst must identify the specific notable event aggregate field that prevents the creation of duplicate alerts for the same source IP over a defined time window. Which field should be utilized?

A.groupby
B.notable_event_id
C.drilldown_search
D.suppression_period
AnswerA

The 'groupby' field is used in correlation searches to ensure that events sharing a common attribute (e.g., source IP) are aggregated into a single notable event.

Why this answer

The 'drilldown_earliest_offset' or similar mechanisms are auxiliary, but 'dedup_field' or 'groupby' fields in the correlation search configuration determine how Splunk aggregates events to prevent alert fatigue.

100
Multi-Selectmedium

Which TWO of the following are true regarding the use of hashing in digital forensics?

Select 2 answers
A.Hashes allow for data decryption
B.Hashes ensure data integrity
C.Hashes can identify known files
D.Hashes are the same as encryption
E.Hashes compress the data
AnswersB, C

Any change to the file will change the hash.

Why this answer

Hashing ensures data integrity and can be used to identify known files (e.g., system files) to filter them out of an investigation.

101
Multi-Selecthard

Which THREE steps are part of the 'Preparation' phase of incident response?

Select 3 answers
A.Defining security policies
B.Recovering from the incident
C.Analyzing the log files
D.Training the incident response team
E.Acquiring necessary forensic tools
AnswersA, D, E

Provides the framework for IR.

Why this answer

Preparation involves ensuring the team is trained, the necessary tools are available, and the policies are in place to handle incidents.

102
Multi-Selecteasy

Which THREE of the following are examples of 'Access Control' implementations?

Select 3 answers
A.Setting file system permissions (e.g., Read/Write/Execute).
B.Implementing Role-Based Access Control (RBAC) on file shares.
C.Cleaning the office floor daily.
D.Using a high-quality monitor for security logs.
E.Requiring Multi-Factor Authentication (MFA) for all remote logins.
AnswersA, B, E

Discretionary Access Control (DAC) via file permissions is a primary control mechanism.

Why this answer

Access control is achieved through authentication, authorization, and accounting (AAA) mechanisms like MFA, RBAC, and file permissions.

103
Multi-Selectmedium

Which THREE of the following are 'Command and Control' techniques?

Select 3 answers
A.Standard application layer protocol
B.Registry modification
C.Credential dumping
D.Communication through web service
E.Non-standard port usage
AnswersA, D, E

A common C2 channel.

Why this answer

Web service protocols, non-standard port traffic, and standard application layer protocols are all C2 channels.

104
MCQmedium

You are configuring a 'Watchlist' in Sentinel to detect when a specific list of known malicious IPs interact with your environment. What is the correct method to map this watchlist to an analytics rule?

A.Assign IPs to a 'Threat Intelligence' tag
B.Hardcode the IPs in the query
C.Automatically block them via Network Security Group
D.Use the '_GetWatchlist' KQL function
AnswerD

The standard method for integrating watchlists into analytics rules.

Why this answer

In Microsoft Sentinel, you use the 'in' operator combined with the _GetWatchlist function in your KQL query to compare incoming logs against the watchlist content.

105
MCQmedium

An adversary is using a living-off-the-land (LotL) binary to execute commands. Why is this preferred over a custom malware?

A.It is faster to execute
B.It is easier to compile
C.It evades detection by appearing as normal activity
D.It requires less memory
AnswerC

Using system tools helps blend in with administrative behavior.

Why this answer

LotL binaries are legitimate system tools, making them harder to flag as malicious by signature-based defenses.

106
Multi-Selectmedium

Which THREE of the following are common sources for SIEM data ingestion to assist in incident detection?

Select 3 answers
A.Employee payroll spreadsheets
B.Firewall logs
C.Kitchen appliance status reports
D.End-user authentication logs
E.Physical door access logs
AnswersB, D, E

Essential for network perimeter visibility.

Why this answer

SIEMs ingest data from various layers including identity providers, network infrastructure, and endpoint monitoring tools to provide comprehensive visibility.

107
MCQhard

What is the primary difference between a Red Team and a Blue Team in a security simulation?

A.Red Team creates policy, Blue Team audits it
B.Red Team handles infrastructure, Blue Team handles software
C.Red Team acts as the adversary, Blue Team performs incident response
D.Red Team identifies vulnerabilities, Blue Team remediates them
AnswerC

This describes the core function of adversarial simulation.

Why this answer

The Red Team performs the offensive actions to emulate threats, while the Blue Team defends and monitors.

108
Multi-Selecteasy

Which THREE of the following are considered 'Collection' techniques?

Select 3 answers
A.Screen capture
B.File and directory discovery
C.Audio capture
D.Data from local system
E.Network scanning
AnswersA, C, D

A collection technique.

Why this answer

Screen capture, audio capture, and file collection are all ways to steal data.

109
Multi-Selecthard

Which TWO elements should be included when performing threat modeling using the STRIDE methodology?

Select 2 answers
A.Perform vulnerability scan
B.Identify data flows
C.Conduct penetration test
D.Budget approval
E.Identify trust boundaries
AnswersB, E

Necessary to trace attack vectors.

Why this answer

STRIDE focuses on identifying threats based on specific categories like Spoofing and Information Disclosure.

110
MCQmedium

During a simulation, you notice a process spawning child processes from 'wmic.exe'. What is this technique often used for?

A.Exfiltration
B.Collection
C.Execution
D.Impact
AnswerC

WMIC allows the execution of commands on local or remote systems.

Why this answer

WMIC is often used for remote execution and discovery in Windows environments.

111
MCQhard

You are auditing a Linux server for persistence mechanisms. Which file is commonly used by attackers to hide malicious code that executes upon every user login?

A./bin/sh
B./var/log/syslog
C./etc/passwd
D.~/.bashrc
AnswerD

A script file executed for every interactive bash session.

Why this answer

The '.bashrc' file in a user's home directory is a standard location for executing code at login, making it a common persistence vector for attackers.

112
MCQhard

You are troubleshooting a failure in a 'Certificate-Based Authentication' setup for a VPN. The logs show 'Handshake Failure'. What tool should you use to verify the server's certificate chain status?

A.Wireshark to analyze the encrypted traffic.
B.'certutil -verify -urlfetch' on the Linux server.
C.Nmap with the '--script ssl-enum-ciphers' flag.
D.'openssl s_client -connect <server>:443 -showcerts'.
AnswerD

This command displays the full certificate chain and provides debug info on the handshake process.

Why this answer

OpenSSL is the industry standard CLI tool for diagnosing TLS handshake issues and verifying certificate chain validity.

113
MCQeasy

What is the primary goal of the 'Eradication' phase in incident response?

A.Identify the attacker
B.Improve future security posture
C.Remove the threat or root cause
D.Restore service to normal
AnswerC

The definition of eradication.

Why this answer

The goal of eradication is to remove the root cause of the incident, such as deleting malware, removing accounts, or closing vulnerabilities.

114
MCQhard

You are hardening a web server. Which directive in an Apache configuration file helps prevent Clickjacking attacks?

A.X-Frame-Options: SAMEORIGIN
B.Strict-Transport-Security
C.Content-Security-Policy: default-src 'self'
D.X-XSS-Protection: 1
AnswerA

This directive ensures the page can only be displayed in frames on the same site.

Why this answer

The 'X-Frame-Options' header prevents the site from being embedded in iframes, which is the primary vector for clickjacking.

115
MCQhard

While monitoring security logs in Splunk for your critical database server, you observe a spike in '401 Unauthorized' errors followed by a '200 OK' success from a known administrative account. How should you investigate this to confirm a potential credential stuffing attack?

A.Disable the administrative account immediately without further analysis.
B.Check the 'web_access.log' for the source IP of the successful login and compare the User-Agent string to previous successful logins.
C.Restart the database service to clear the connection pool.
D.Increase the logging level on the database to 'Debug' to capture the password hash being transmitted.
AnswerB

Comparing User-Agent and source IP patterns against historical baselines is the standard method for identifying credential stuffing anomalies.

Why this answer

To distinguish between a user mistyping a password and an automated attack, you must correlate the timing, source IP distribution, and the subsequent behavior of the account.

116
MCQhard

A user reports they cannot access a shared drive. You find the 'Effective Access' is 'Deny'. What is the most likely cause?

A.The server is offline.
B.An explicit Deny entry is present.
C.The drive is full.
D.They are not in the correct group.
AnswerB

Explicit Deny entries in Windows ACLs take precedence over Allow permissions.

Why this answer

In Windows, an explicit 'Deny' permission always overrides any 'Allow' permissions granted through other groups.

117
MCQmedium

In a cloud environment, you are configuring a Security Group for an EC2 instance. To allow only incoming web traffic over HTTPS from a specific subnet, which configuration is most secure?

A.Protocol: TCP, Port: 443, Source: 10.0.1.0/24
B.Protocol: UDP, Port: 443, Source: 10.0.1.0/24
C.Protocol: TCP, Port: 80, Source: 10.0.1.0/24
D.Protocol: All Traffic, Port: All, Source: 0.0.0.0/0
AnswerA

This restricts traffic to the necessary port and limits access to the specific subnet.

Why this answer

The principle of least privilege dictates specifying the exact port and source CIDR block rather than using broad '0.0.0.0/0' entries.

118
MCQhard

You are utilizing the MITRE ATT&CK framework to document an incident. Which object represents the 'what' of the attack, such as the specific software or tool used?

A.Tactic
B.Group
C.Software
D.Technique
AnswerC

Software represents the tools or malware used.

Why this answer

The 'Software' object in MITRE ATT&CK describes the tools used by adversaries to perform techniques.

119
MCQhard

You are investigating a suspicious process on Windows. You see it is running from 'C:\ProgramData'. Which tool allows you to check if the process signature is valid?

A.Task Manager
B.Sigcheck
C.Process Explorer
D.Event Viewer
AnswerB

Specifically designed to verify digital signatures.

Why this answer

'sigcheck' from the Sysinternals suite is the standard command-line utility for verifying the digital signature of a file.

120
MCQmedium

A security analyst is reviewing access logs and notices a user with 'Administrator' rights performing daily data entry. Which principle is being violated?

A.Accountability
B.Separation of Duties
C.Need to know
D.Least Privilege
AnswerD

The user has excessive privileges for their tasks.

Why this answer

The principle of Least Privilege dictates that users should only have the minimum level of access required to perform their job functions.

121
MCQhard

During a forensic analysis, you find a suspicious file that was renamed to look like a system file. What is the most reliable way to identify its true nature?

A.Review the file's creation date
B.Check the file size
C.Check the file extension
D.Calculate the file hash
AnswerD

Provides a unique, verifiable identity for the file.

Why this answer

Calculating the file hash (e.g., SHA-256) and comparing it against known databases (like VirusTotal or an internal whitelist) reveals the file's identity regardless of its name.

122
MCQmedium

An analyst needs to verify the hash of a downloaded binary to ensure it has not been tampered with. Which command is used on Windows PowerShell?

A.Get-FileHash
B.Hash-File
C.Verify-Binary
D.Check-Sum
AnswerA

This cmdlet supports SHA256 and other algorithms to verify file integrity.

Why this answer

Get-FileHash is the native PowerShell cmdlet for calculating file integrity hashes like SHA256.

123
MCQmedium

You notice a surge in outbound traffic from a workstation to a series of random external IP addresses. This suggests a potential botnet infection. What is the most appropriate forensic data to collect first?

A.Full packet capture (pcap) for the last 30 days.
B.The browser history of the user.
C.NetFlow logs from the network perimeter device.
D.A full disk image of the workstation.
AnswerC

NetFlow provides source, destination, and volume data, which is perfect for identifying C2 pattern anomalies.

Why this answer

NetFlow or VPC Flow Logs are the best way to capture the patterns of outbound communication to identify command-and-control (C2) behavior.

124
Multi-Selectmedium

During the post-incident recovery phase, which TWO actions are essential to ensure the environment is returned to a secure state?

Select 2 answers
A.Deleting all incident logs to preserve storage space
B.Decommissioning the entire production network
C.Changing the domain administrator password
D.Implementing enhanced monitoring on the affected systems
E.Validating the integrity of restored files against pre-incident hashes
AnswersD, E

Increased monitoring is required to ensure that any remaining artifacts or re-entry attempts are caught quickly.

Why this answer

Verification of security controls and monitoring for recurrence are critical to ensure the incident does not repeat.

125
MCQmedium

You are configuring AWS Security Groups for a web server. Which rule set follows the 'Principle of Least Privilege' best?

A.Inbound: TCP 80, 443 from 0.0.0.0/0; Outbound: TCP 443 to internal database subnet only.
B.Inbound: TCP 80, 443 from 0.0.0.0/0; Outbound: All traffic.
C.Inbound: All TCP from 0.0.0.0/0; Outbound: All traffic.
D.Inbound: TCP 22, 80, 443 from 0.0.0.0/0; Outbound: All traffic.
AnswerA

This limits ingress to standard web ports and egress to only what the server needs to function.

Why this answer

Least privilege dictates allowing only the specific ports required (80/443) from the necessary source (anywhere or a load balancer) and nothing else.

126
Multi-Selecthard

When performing digital forensics on a volatile memory dump, which THREE artifacts should you prioritize to identify evidence of fileless malware?

Select 3 answers
A.Browser history files
B.Unallocated space in the master file table
C.Loaded DLLs and system handles
D.Active process command-line arguments
E.Injected code segments in memory pages
AnswersC, D, E

Malicious code often loads suspicious DLLs or utilizes unique system handles.

Why this answer

Fileless malware resides in memory and often leaves traces in process structures, injected code, and handles.

127
Multi-Selecthard

When conducting digital forensics on a volatile memory dump using the Volatility Framework, which TWO plugins would be most effective in identifying malicious kernel-mode rootkits?

Select 2 answers
A.pslist
B.ssdt
C.hashdump
D.modules
E.hivelist
AnswersB, D

The System Service Descriptor Table plugin detects hooks, which are a common rootkit technique.

Why this answer

ssdt and modules are critical for identifying hooking and unauthorized kernel objects.

128
MCQeasy

When drafting an incident report, what is the most important element to include for the executive summary?

A.Full raw packet captures
B.Business impact and status
C.Detailed list of every command run
D.System architecture diagrams
AnswerB

The primary concern for leadership.

Why this answer

The executive summary must communicate the business impact and current status clearly to non-technical stakeholders.

129
MCQmedium

During an incident response engagement involving a ransomware attack, the team decides to isolate the affected endpoint using an EDR solution. What is the expected behavior of the EDR tool during the 'network isolation' process?

A.The EDR clears the local ARP cache
B.The EDR applies a restrictive host-based firewall policy
C.The EDR shuts down the network interface completely
D.The EDR triggers a BIOS-level shutdown of the NIC
AnswerB

EDR agents typically push a firewall rule that blocks all lateral movement and external traffic while allowing the management channel to stay open.

Why this answer

Network isolation in EDR typically uses a host-based firewall policy to block all traffic except for the management connection to the EDR controller.

130
MCQeasy

Which of the following is considered an 'Execution' tactic in the MITRE ATT&CK framework?

A.Password spraying
B.PowerShell scripts
C.Data encryption
D.Network mapping
AnswerB

PowerShell is a primary tool for command execution.

Why this answer

Execution involves running malicious code on a system.

131
Multi-Selecteasy

Which THREE phases of the incident response lifecycle involve the most interaction with stakeholders?

Select 3 answers
A.Detection and Analysis
B.Preparation
C.Containment and Eradication
D.Communications/Reporting
E.Post-Incident Activity
AnswersB, D, E

Requires planning with management.

Why this answer

The Preparation, Communication, and Post-Incident phases require heavy interaction with management, users, and external parties.

132
Multi-Selectmedium

Which THREE behaviors are characteristic of a potential data exfiltration attempt?

Select 3 answers
A.Frequent screen locking
B.Increased local printer usage
C.Traffic over non-standard ports
D.Connections to high-risk geographic regions
E.Large data transfers to external IPs
AnswersC, D, E

Technique used to bypass perimeter firewalls.

Why this answer

Data exfiltration is often characterized by unusual spikes in outbound traffic, use of non-standard ports, or connections to unusual or high-risk geographic locations.

133
MCQmedium

You are managing access for a cloud-native application using AWS IAM. You need to ensure that an EC2 instance can only access a specific S3 bucket. What is the most secure way to implement this?

A.Use an IAM Group and add the EC2 instance to the group.
B.Create an IAM user with access keys and embed them in the application configuration file.
C.Attach an IAM Role with a policy restricted to the specific S3 bucket ARN to the EC2 instance profile.
D.Modify the S3 bucket policy to allow 'All Principals' and restrict by IP address.
AnswerC

IAM roles provide temporary credentials and are the identity-based mechanism for granting scoped access to AWS services.

Why this answer

IAM roles attached to EC2 instances are the standard and secure way to manage permissions without hardcoding keys or using overly broad policies.

134
MCQeasy

Which action constitutes 'Discovery' as defined by the MITRE ATT&CK framework?

A.Installing a backdoor
B.Deleting logs to hide traces
C.Encrypting files for ransom
D.Running 'whoami' or 'net view'
AnswerD

Commands to identify user context or network shares are Discovery.

Why this answer

Discovery involves gathering information about the system and network to plan subsequent steps.

135
MCQhard

In a FAIR (Factor Analysis of Information Risk) model, what is the 'Loss Event Frequency' composed of?

A.Threat Event Frequency and Vulnerability
B.Inherent risk and residual risk
C.Threat capability and control strength
D.Asset value and threat actor motivation
AnswerA

FAIR specifically defines this relationship.

Why this answer

FAIR defines Loss Event Frequency as the combination of Threat Event Frequency and Vulnerability (the probability that a threat event results in a loss).

136
Multi-Selecteasy

Which TWO documents are essential to provide to a forensic investigator?

Select 2 answers
A.Employee employment contracts
B.Company organizational chart
C.Chain of Custody form
D.Incident timeline
E.The company's logo file
AnswersC, D

Tracks the movement and handling of evidence.

Why this answer

A proper chain of custody form and the incident timeline are critical for legal and forensic proceedings.

137
Multi-Selecteasy

Which THREE indicators should an analyst monitor to identify a potential web server compromise?

Select 3 answers
A.Changes to web server configuration files
B.Unauthorized outbound network connections
C.User password changes
D.New files appearing in web root directories
E.Increased server RAM capacity
AnswersA, B, D

Common sign of persistence or redirection.

Why this answer

Web server compromises are often identified by changes in file integrity, unusual outbound traffic, and unexpected server-side process activity.

138
MCQeasy

What is the primary objective of a 'Business Impact Analysis' (BIA)?

A.To determine the criticality of business processes
B.To identify all system vulnerabilities
C.To test incident response playbooks
D.To create a list of software patches
AnswerA

BIA prioritizes processes based on impact.

Why this answer

The BIA identifies the potential consequences of disruption to business functions and processes.

139
MCQmedium

You are configuring a Splunk Enterprise Security (ES) Correlation Search to detect potential brute-force activity. You need to ensure the search generates a notable event only when the threshold of 10 failed logins occurs within a 5-minute window for a specific user. Which Correlation Search attribute should be modified?

A.Throttle field
B.Notable event urgency
C.Time window
D.Risk score adjustment
AnswerC

The time window restricts the lookback period to evaluate the threshold logic.

Why this answer

In Splunk ES, the 'Time Window' and 'Threshold' settings within the Correlation Search editor are used to define the sensitivity and frequency of event generation.

140
MCQmedium

You are using Tenable.io to manage vulnerabilities across a hybrid environment. You notice that several endpoints are not appearing in the 'Asset Inventory' dashboard despite having the Nessus Agent installed. What is the first troubleshooting step you should take?

A.Check the 'nessuscli agent status' on the endpoint to verify the link state and connection to the manager.
B.Reinstall the Nessus Agent using the 'Force Install' flag.
C.Manually add the IP address of the endpoint to the 'Allowed Assets' list in Tenable.io.
D.Restart the Windows Management Instrumentation (WMI) service.
AnswerA

The 'nessuscli' command-line utility is the native tool for verifying agent-to-manager connectivity status.

Why this answer

The Nessus Agent must communicate with the Tenable.io platform via a specific port. If the agent isn't showing up, checking the link status and connectivity to the cloud backend is the primary requirement.

141
Multi-Selectmedium

Which TWO of the following are primary functions of an Information Security Governance program?

Select 2 answers
A.Strategic alignment
B.Writing code
C.Wiring network cables
D.Risk management
E.Patching server OS
AnswersA, D

Aligns security with business objectives.

Why this answer

Governance ensures security aligns with business goals and manages risk effectively.

142
MCQeasy

What is the primary purpose of an 'Endpoint Detection and Response' (EDR) solution?

A.To block all incoming traffic at the network edge.
B.To scan for vulnerabilities in web applications.
C.To manage user passwords and enforce complexity.
D.To provide continuous monitoring and automated response to threats on endpoints.
AnswerD

This is the core function of an EDR solution.

Why this answer

EDR tools are designed specifically to detect, investigate, and remediate advanced threats on endpoint devices.

143
MCQmedium

You are investigating a potential insider threat. Which log is most useful for tracking file deletion activity on a Windows file server?

A.Object Access auditing logs
B.System event logs
C.DNS query logs
D.Security account management logs
AnswerA

Tracks access and changes to specific files/folders.

Why this answer

Enabling Object Access auditing in the Windows Security policy allows you to track specific file actions, including deletion (Event ID 4660).

144
MCQeasy

A user reports they cannot access a shared drive following a suspected ransomware infection. What is the immediate containment action according to standard incident response best practices?

A.Isolate the host from the network
B.Reboot the server
C.Delete the suspicious files
D.Change all user passwords
AnswerA

The primary first step for containment of potential malware propagation.

Why this answer

Isolating the affected host from the network prevents the ransomware from spreading to other shares or command-and-control servers while preserving local evidence.

145
MCQeasy

When classifying a security incident using the NIST SP 800-61 framework, which phase is focused on identifying the precursors and indicators of an attack?

A.Preparation
B.Post-Incident Activity
C.Containment, Eradication, and Recovery
D.Detection and Analysis
AnswerD

This phase involves identifying, assessing, and analyzing evidence to confirm an incident.

Why this answer

The Detection and Analysis phase is where the team processes logs and alerts to identify if an event constitutes an incident.

146
Multi-Selectmedium

Which TWO of the following actions are considered best practices during the 'Containment' phase of an incident response workflow?

Select 2 answers
A.Re-image the compromised server immediately to restore service
B.Isolate the infected network segment to prevent lateral movement
C.Shut down the entire corporate firewall
D.Notify the local police department
E.Disable compromised user accounts
AnswersB, E

Isolation prevents further spread.

Why this answer

Containment focuses on stopping the spread of the attack without destroying evidence.

147
MCQhard

During threat modeling, you identify that an adversary could impersonate a service account. Which control is most effective against this?

A.Increasing password complexity
B.VLAN isolation
C.Mutual TLS (mTLS)
D.Firewall rules
AnswerC

mTLS ensures both sides of the connection are authenticated.

Why this answer

Mutual TLS (mTLS) or strong service-to-service authentication prevents impersonation by verifying the identity of both sides.

148
Multi-Selecteasy

Which TWO of the following are examples of 'Initial Access' tactics?

Select 2 answers
A.Registry modification
B.Phishing
C.Screen capture
D.Exploiting public-facing applications
E.Network scanning
AnswersB, D

A primary initial access vector.

Why this answer

Phishing and exploiting public-facing applications are two common ways to gain the first foothold in an environment.

149
Multi-Selecthard

Which THREE of the following represent critical areas to inspect when a web application has been suspected of an injection attack?

Select 3 answers
A.Application and database logs
B.Input validation routines
C.Screen resolution settings
D.Database query construction
E.Network cable integrity
AnswersA, B, D

Logs capture the malicious input payloads used in the attack.

Why this answer

Input sanitization, database query logic, and logs are the primary areas to investigate during an injection incident.

150
MCQhard

An attacker uses 'T1133 External Remote Services' to gain access. What does this involve?

A.Exploiting an internal web server
B.Phishing a user
C.Exploiting an exposed VPN gateway
D.Using a USB drive
AnswerC

This is the classic technique for T1133.

Why this answer

T1133 involves exploiting VPNs, Citrix, or other external-facing access points to enter a network.

Page 1

Page 2 of 3

Page 3

All pages