Courseiva

Certified SOC Analyst (312-39) (312-39) — Questions 175

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

Page 1 of 3

Page 2
1
Multi-Selecthard

Which THREE of the following are benefits of using a SIEM integrated with Cloud native logs?

Select 3 answers
A.Centralized visibility across multiple cloud providers
B.Advanced threat hunting and long-term analytics
C.Automatic patching of guest OS kernels
D.Correlation of events across different security layers
E.Automated creation of new cloud accounts
AnswersA, B, D

SIEM provides a unified view of disparate cloud environments.

Why this answer

SIEM integration allows for cross-platform correlation, long-term log retention, and advanced threat hunting that is difficult to perform in native cloud consoles alone.

2
MCQhard

In a SIEM, what is the role of a 'Parser'?

A.To print reports.
B.To encrypt log files.
C.To scan for viruses.
D.To extract fields and normalize log data.
AnswerD

Parsing creates the structure needed for correlation.

Why this answer

Parsers normalize raw log data into a structured format with defined fields.

3
Multi-Selectmedium

Which THREE actions are part of the 'Recovery' phase?

Select 3 answers
A.Monitoring for reinfection
B.Increasing the analyst's pay
C.Deleting the original ticket
D.Restoring from clean backups
E.Validating system integrity
AnswersA, D, E

Critical for stability post-restore.

Why this answer

Restoring systems from clean backups, monitoring for reinfection, and validating system integrity are recovery actions.

4
MCQmedium

A suspicious PowerShell script is found on an endpoint. Which tool would you use to perform volatile memory analysis to identify if the script injected malicious code?

A.Volatility
B.Nmap
C.Autopsy
D.Wireshark
E.Procmon
AnswerA

Volatility is designed for analyzing process memory structures.

Why this answer

Volatility is the industry-standard tool for memory forensics and analysis of injected code.

5
MCQhard

A SIEM alert indicates multiple failed logins followed by a successful login from a new IP in Splunk Enterprise Security. As a first responder, which dashboard should you navigate to in order to verify the MITRE ATT&CK mapping of this behavior?

A.Threat Intelligence dashboard
B.Access Anomalies dashboard
C.User Activity Monitoring
D.Incident Review dashboard
AnswerD

Incident Review provides the contextual mapping to MITRE ATT&CK.

Why this answer

The Incident Review dashboard allows analysts to view the MITRE ATT&CK tactics and techniques associated with notable events.

6
Multi-Selectmedium

Which THREE tools are typically used for forensic memory analysis?

Select 3 answers
A.Volatility
B.Nmap
C.Rekall
D.MemProcFS
E.Wireshark
AnswersA, C, D

Industry standard tool.

Why this answer

Volatility, MemProcFS, and Rekall are the primary tools used for memory forensics.

7
MCQeasy

A system administrator reports high CPU usage on a server. Upon checking task manager, you find 'svchost.exe' running from a temp folder. What is the most immediate action?

A.Isolate the host from the network
B.Delete the file
C.Update antivirus signatures
D.Restart the server
AnswerA

Isolation prevents lateral movement and further C2 communication.

Why this answer

Identifying a process running from a suspicious location like Temp is a high-confidence IoC for malware.

8
MCQmedium

You are designing a SOC layout to foster collaboration. Which two team members should be seated in close proximity to share real-time intelligence?

A.SOC Manager and IT Support
B.Tier 1 Analyst and Compliance Officer
C.Threat Hunter and Tier 2/3 Analyst
D.SOC Manager and HR
AnswerC

They collaborate on complex investigations.

Why this answer

Threat hunters and Tier 2/3 analysts need frequent communication to pivot between tactical and strategic investigations.

9
Multi-Selecthard

Which THREE techniques are commonly used by SOC teams to improve alert quality and reduce fatigue?

Select 3 answers
A.Alert aggregation
B.Removing the SOC Tier 1 analysts
C.Suppression of known-good patterns
D.Rule tuning based on historical data
E.Increasing the volume of log ingestion
AnswersA, C, D

Reduces volume of individual tickets.

Why this answer

Tuning, aggregation, and suppression are the core methods for refining alert volume and signal-to-noise ratios.

10
MCQmedium

You are analyzing an alert for a suspicious PowerShell command. Which logging setting must be enabled on Windows endpoints to capture the full command-line arguments?

A.PowerShell Script Block Logging
B.AppLocker
C.Credential Guard
D.Audit Process Creation
AnswerA

This logs the full content of the script block executed.

Why this answer

Script Block Logging (Event ID 4104) is required to capture the full content of executed PowerShell scripts.

11
MCQhard

You are managing a containment procedure for an external C2 callback. Which firewall rule configuration is most effective for immediate containment?

A.Allow all, then log
B.Enable Intrusion Prevention System (IPS) in 'Alert' mode
C.Enable SSL Inspection
D.Deny egress to the specific destination IP
AnswerD

This terminates the C2 channel immediately.

Why this answer

Blocking the egress connection to the specific malicious IP at the perimeter firewall is the fastest way to stop C2 communication.

12
MCQmedium

You are investigating a SIEM alert and identify a false positive caused by a system administrator's legitimate activity. How should you document this?

A.Document the exception in the SIEM's rule documentation.
B.Delete the user account.
C.Disable the user's access entirely.
D.Ignore the alert and proceed.
AnswerA

Proper documentation prevents repeated false positives.

Why this answer

Updating the rule's documentation ensures future analysts understand why the activity is allowed.

13
MCQmedium

You are configuring a syslog-ng server to receive logs from multiple network devices. To ensure that logs from different departments are stored in separate directories based on the hostname, which directive should you utilize in the destination path?

A.Utilizing template macros such as /var/log/$HOST/$YEAR/$MONTH/
B.Defining separate log paths for every individual IP address
C.Configuring the global log_level to debug
D.Using hardcoded static path strings only
AnswerA

Macros dynamically map incoming metadata to the directory structure.

Why this answer

The use of macros like $HOST or $YEAR allows for dynamic directory creation based on incoming log metadata.

14
MCQhard

You are configuring a SIEM and need to import a list of malicious IPs. What is the correct feature to use?

A.Threat Intelligence Feed or Lookup Table.
B.Global Rule Deletion.
C.Log Rotation Policy.
D.System Backup.
AnswerA

These features are specifically designed to enrich alerts with external data.

Why this answer

Lookups or Threat Intelligence feeds are the standard ways to import external lists of IoCs.

15
MCQhard

You notice an anomaly in your DNS traffic. Which type of DNS record is commonly associated with DNS tunneling for command and control?

A.A record
B.TXT record
C.CNAME record
D.MX record
AnswerB

TXT records can store arbitrary string data used for tunneling.

Why this answer

TXT records are commonly used in DNS tunneling to encode data within the record's payload.

16
Multi-Selecthard

Which THREE components are essential to include in a SOC Incident Response plan?

Select 3 answers
A.Defined roles and responsibilities
B.Physical security building permits
C.Communication escalation matrix
D.List of office vacation days
E.Standard Operating Procedures (SOPs)
AnswersA, C, E

Essential to prevent task duplication.

Why this answer

An effective IR plan must include communication protocols, clear roles, and defined procedures for handling incidents.

17
MCQhard

You are writing a SIEM query to detect unauthorized access. The query is too slow. What can you do to optimize it?

A.Use wildcard searches on all fields.
B.Add more fields to the search result.
C.Restrict the search to a specific time range and relevant indexes.
D.Increase the search timeout.
AnswerC

Reducing the data set size significantly improves performance.

Why this answer

Filtering by time range and limiting fields are standard practices to optimize SIEM performance.

18
MCQeasy

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

A.To identify the root cause
B.To remove the threat from the environment
C.To restore business operations
D.To report to stakeholders
AnswerB

Eradication is the process of cleaning the environment.

Why this answer

To remove all traces of the threat (malware, backdoors, compromised accounts) from the environment.

19
MCQmedium

You are investigating a file-less malware infection. Where in the Windows Registry would you look to identify common persistence mechanisms used by malicious scripts?

A.HKCU\Software\Microsoft\Windows\CurrentVersion\Run
B.HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
C.HKCU\Software\Classes
D.HKLM\System\CurrentControlSet\Control\Session Manager
AnswerA

This registry path is a primary location for auto-start applications.

Why this answer

The 'Run' and 'RunOnce' keys are the most common locations for malware to ensure automatic execution upon user login.

20
MCQeasy

During incident triage, you realize an alert is a False Positive. What is the most appropriate action to take within the SIEM ticketing system?

A.Assign it to another team to verify
B.Set status to 'Closed' with resolution code 'False Positive'
C.Ignore the ticket and let it expire
D.Delete the incident
AnswerB

This follows standard lifecycle management for SOC tickets.

Why this answer

Closing the ticket as 'False Positive' with a mandatory comment ensures the audit trail reflects why the alert was dismissed.

21
Multi-Selectmedium

Which TWO factors are most critical when calculating the ROI of a SOC?

Select 2 answers
A.Cost of potential data breach incidents
B.Total cost of security personnel and tools
C.Number of social media followers
D.Office space square footage
E.Number of coffee machines in the SOC
AnswersA, B

This defines the value of the SOC.

Why this answer

ROI in a SOC is calculated by comparing the reduction in risk (potential cost of breach) and the operational costs (tools/personnel).

22
MCQhard

You are analyzing a packet capture (PCAP) and find a beaconing pattern with a consistent 30-second interval and jitter of 5%. Which detection strategy is most effective for this IoC?

A.Port-based blocking
B.Frequency analysis on connection flow metadata
C.Signature-based IDS alert
D.Static IP blocklisting
AnswerB

Analyzing flow intervals and jitter helps identify heartbeat-style C2 traffic.

Why this answer

Beaconing with jitter is a hallmark of C2 communication designed to evade simple threshold-based detection.

23
Multi-Selectmedium

Which THREE of the following are common attributes used to prioritize security alerts during the triage process?

Select 3 answers
A.The color scheme of the SIEM dashboard
B.Number of affected systems
C.The time of day the alert was generated
D.Asset Value/Business Criticality
E.Threat Intelligence Reputation Score
AnswersB, D, E

Scope increases severity and priority.

Why this answer

Business criticality, threat intelligence context, and the number of affected hosts are fundamental metrics for determining the priority of an incident.

24
Multi-Selecteasy

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

Select 2 answers
A.Writing the final report
B.Containment of the breach
C.Root cause analysis
D.Training personnel
E.Developing IR policies
AnswersD, E

Preparedness depends on capable staff.

Why this answer

Having tools and policies in place is what preparation is all about.

25
MCQmedium

During a suspected malware incident, a SOC analyst needs to isolate an infected workstation using Microsoft Defender for Endpoint. Which specific action should the analyst select within the Device inventory dashboard?

A.Restrict application execution
B.Isolate device
C.Device tagging
D.Run antivirus scan
AnswerB

Isolate device is the correct action to contain the threat by severing network connectivity.

Why this answer

Isolate device stops network traffic to the host while keeping the communication with the Microsoft Defender for Endpoint service open.

26
MCQeasy

What is the primary benefit of using a centralized logging server compared to local logging?

A.Increased disk space on the local server
B.Eliminating the need for a security policy
C.Simplified log correlation and incident response
D.Faster network traffic speeds
AnswerC

Centralization allows for correlating events across multiple sources.

Why this answer

Centralization simplifies management, enables correlation, and provides a single point of backup.

27
MCQeasy

What is the primary purpose of a 'War Room' during a major incident?

A.To store physical evidence
B.To hide the incident from the public
C.To conduct IT maintenance
D.To centralize real-time communication and coordination
AnswerD

This is the definition of a war room purpose.

Why this answer

To centralize communication, expedite decision-making, and coordinate response efforts among stakeholders.

28
MCQhard

You are investigating an incident involving a malicious macro embedded in an Excel document. Which Windows process is typically the 'parent' of the malicious payload execution?

A.explorer.exe
B.wininit.exe
C.svchost.exe
D.excel.exe
AnswerD

The document process spawns the malicious child process.

Why this answer

When a malicious macro runs, it often triggers 'cmd.exe' or 'powershell.exe' from the 'excel.exe' process tree.

29
Multi-Selecthard

Which THREE challenges are commonly associated with centralized log management in a large-scale enterprise?

Select 3 answers
A.Reducing the number of employees in the IT department
B.Managing high volumes of 'noise' logs that lack security value
C.Bandwidth saturation due to high log volume
D.Scaling the aggregator infrastructure to handle peak load
E.Increasing the physical size of the office building
AnswersB, C, D

Noise consumes storage and obscures real alerts.

Why this answer

Scalability, data volume/noise, and bandwidth management are the primary operational challenges.

30
MCQeasy

An organization uses the Diamond Model for threat intelligence. Which component of the model should an analyst prioritize to identify the infrastructure an adversary uses to communicate with compromised internal hosts?

A.Infrastructure
B.Capability
C.Adversary
D.Victim
AnswerA

The infrastructure vertex represents the tools and channels used by an adversary.

Why this answer

The infrastructure node in the Diamond Model specifically maps the physical and logical communication channels used by the adversary.

31
MCQmedium

A SOC analyst is analyzing a suspicious email attachment. The analyst wants to extract URLs and embedded files without detonating the payload in a full sandbox. Which tool is recommended for this type of file parsing?

A.Burp Suite
B.OleDump
C.Wireshark
D.Autopsy
AnswerB

OleDump is highly effective at deconstructing OLE files to find malicious scripts.

Why this answer

OleDump is a specialized tool used to analyze OLE files (like Office docs) to extract VBA macros and embedded objects.

32
MCQmedium

An analyst receives an alert for 'Possible SQL Injection'. The payload contains harmless strings. How should the analyst proceed?

A.Reimage the database server.
B.Close the alert as 'Benign'.
C.Block the source IP on the edge firewall.
D.Investigate the destination server's logs to see if the attack succeeded.
AnswerD

Analyzing the impact confirms the severity of the alert.

Why this answer

Triage involves confirming the intent and success of the attack, not just the signature match.

33
MCQeasy

What is the main objective of the 'Post-Incident Activity' phase?

A.To close all firewall ports
B.To discipline the employee involved
C.To identify lessons learned and improve future response
D.To delete all evidence
AnswerC

This is the core objective of the lessons learned meeting.

Why this answer

To learn from the incident to improve future response, capabilities, and security posture.

34
Multi-Selecthard

When designing correlation rules for an organization, which TWO of the following practices are recommended to minimize false positives?

Select 2 answers
A.Set the alert severity to 'Low' for all rules.
B.Implement baseline behavioral profiling for users and entities.
C.Use cross-correlation across different data sources (e.g., EDR + Firewall).
D.Avoid using 'Time Window' constraints in rules.
E.Include only a single condition in the rule logic.
AnswersB, C

Knowing 'normal' helps filter out 'abnormal' noise.

Why this answer

Baseline behavioral profiling and using multiple conditions (cross-correlation) help reduce noise by ensuring that only significant deviations trigger an alert.

35
MCQmedium

Which activity is a primary responsibility of a Threat Intelligence analyst within the SOC?

A.Hardening server images
B.Updating correlation rules based on new IOCs
C.Managing SOC budget
D.Writing compliance reports
AnswerB

This operationalizes the intelligence.

Why this answer

Integrating external threat feeds to update correlation rules is a core function of threat intelligence within operations.

36
MCQeasy

Your organization uses Google Cloud Platform. You need to identify which service provides VPC flow logs to monitor network traffic patterns between instances. Which service is used?

A.VPC Service Controls
B.Google Cloud Armor
C.Security Command Center
D.Cloud Logging
AnswerD

GCP Flow Logs are written to Cloud Logging for analysis.

Why this answer

VPC Flow Logs in GCP are integrated directly into Cloud Logging to track network connections.

37
MCQmedium

You are configuring a correlation rule in IBM QRadar to detect brute-force attacks. You need to ensure that the rule only triggers when a user fails to authenticate five times within a 60-second window across any three distinct source IP addresses. Which building block or configuration approach is most efficient?

A.Use a simple threshold rule set to trigger only on the 5th failure without defining distinct source IP criteria.
B.Configure an Offense rule using the 'when the event matches any of these building blocks' condition and apply a 'count of unique Source IP is greater than or equal to 3' filter within the temporal window.
C.Create a rule using the 'when the event matches any of these building blocks' condition combined with an 'and when at least 5 events are seen with the same username in 1 minute' filter.
D.Enable the 'Flow-based Anomaly' detection setting in the system configuration to automatically detect brute-force patterns.
AnswerB

This specifically targets the unique IP count requirement within the QRadar rule engine.

Why this answer

Using a Building Block (BB) allows for reusable logic. Combining a threshold condition with a 'unique count' filter on source IP addresses ensures the rule only fires when the specific cross-IP threshold is met.

38
MCQeasy

A SOC analyst is reviewing alerts in Microsoft Sentinel. They want to filter the 'SecurityAlert' table to only show alerts with a 'High' severity that originated from a specific resource provider. Which KQL operator should be used?

A.summarize
B.project
C.find
D.where
AnswerD

The where operator is the correct filter mechanism in KQL.

Why this answer

The 'where' operator is the standard KQL command for filtering table results based on specific column criteria.

39
MCQmedium

A SOC analyst is tuning IDS signatures to reduce false positives while maintaining visibility. Which approach best balances detection efficacy with analyst workload?

A.Update all signatures to the most restrictive settings available
B.Create suppression rules for alerts originating from known-good internal system administration scanners
C.Disable all low-severity alerts in the IDS management console
D.Set the IDS to 'Alert Only' mode for all signatures
AnswerB

Suppressing noise from known administrative tools reduces analyst fatigue without sacrificing security.

Why this answer

Context-aware tuning using known-good baselines is the standard industry practice for reducing noise in IDS alerts.

40
MCQhard

When tuning a correlation rule in IBM QRadar, what is the role of the 'Building Block'?

A.To delete logs from the storage.
B.To reuse common logic in multiple rules.
C.To backup the configuration.
D.To generate reports automatically.
AnswerB

Building blocks simplify maintenance and rule design.

Why this answer

Building blocks allow you to reuse common logic (e.g., 'Internal IPs') across multiple rules.

41
MCQeasy

Which document is essential for recording every action taken during an incident for legal and audit purposes?

A.Change Management Request
B.System Configuration Document
C.Business Continuity Plan
D.Incident Response Log/Journal
AnswerD

The log ensures accountability and traceability.

Why this answer

An Incident Log (or Journal) is mandatory for maintaining a chronological record of all response actions.

42
Multi-Selecthard

Which TWO methods are commonly used to achieve log normalization in a modern SIEM?

Select 2 answers
A.Deleting all incoming log metadata
B.Increasing the network MTU size
C.Running a brute-force attack on the log file
D.Extracting fields using Regex during the ingestion pipeline
E.Applying a Common Event Format (CEF) or ECS schema
AnswersD, E

Parsing via regex transforms raw data into structured fields.

Why this answer

Normalization is typically achieved through parsing and schema mapping to a common model like ECS or CEF.

43
MCQhard

You are remediating a compromised web server. After identifying the web shell, what is the next step to prevent further access?

A.Remove the malicious file and rotate credentials
B.Flush DNS
C.Restart the web service
D.Update the OS
AnswerA

This removes the access point and invalidates any credentials stolen.

Why this answer

After identifying the web shell, removing the file and resetting the web application credentials is the critical next step.

44
MCQhard

You are investigating a data exfiltration incident. Which protocol's logs would most likely show large volumes of data being moved to a cloud storage provider?

A.DHCP logs
B.NTP logs
C.HTTP/HTTPS proxy logs
D.SNMP logs
AnswerC

These logs show the destination URL and volume of data transferred.

Why this answer

HTTP/HTTPS (proxy/firewall) logs are the most common indicator of exfiltration to cloud services.

45
MCQeasy

A ticket is assigned to you with high priority. What is the first thing you should do?

A.Verify the alert and scope the incident
B.Call the CISO
C.Isolate the host immediately
D.Email the user
AnswerA

Scoping and validation are the first steps in triage.

Why this answer

Verify the alert's validity to ensure it is not a false positive before proceeding with full containment.

46
Multi-Selecthard

Which THREE of the following represent 'Contextual Data' that can enrich a SIEM alert?

Select 3 answers
A.User identity and department information.
B.Asset criticality and ownership.
C.The weather in the data center.
D.Threat intelligence reputation scores.
E.The lunch menu of the security team.
AnswersA, B, D

Identity tells you who is involved.

Why this answer

Asset info, threat intel, and user identity add meaning to raw logs.

47
Multi-Selecteasy

Which TWO types of evidence should be collected during the identification phase of an incident?

Select 2 answers
A.System event logs
B.Employee performance reviews
C.Disk images
D.Coffee machine logs
E.Building access badges
AnswersA, C

Crucial for audit trail.

Why this answer

Logs and disk images provide the raw data necessary for reconstruction.

48
MCQeasy

Which component of a SIEM is responsible for identifying patterns in real-time?

A.Log parser.
B.Correlation engine.
C.Reporting module.
D.Storage engine.
AnswerB

This is the core engine for detection logic.

Why this answer

The correlation engine evaluates incoming events against defined logic to trigger alerts.

49
Multi-Selecthard

Which THREE of the following factors should be considered when designing a new SIEM use case?

Select 3 answers
A.The physical weight of the server.
B.Data availability and quality.
C.The color scheme of the SIEM dashboard.
D.Complexity of the detection logic.
E.Business risk and threat modeling.
AnswersB, D, E

Without good data, you cannot detect threats.

Why this answer

Data availability, business risk, and rule complexity are essential considerations.

50
MCQmedium

You are tracking a threat actor who uses 'Living off the Land' (LotL) techniques. Which of the following commands is a classic indicator of this methodology?

A.malware.exe
B.mimikatz.exe
C.powershell.exe -enc JABz...
D.netcat.exe
AnswerC

Encoded PowerShell commands are a hallmark of LotL and obfuscated execution.

Why this answer

LotL techniques use built-in system tools like PowerShell or WMI to execute malicious actions, avoiding the need for custom malware.

51
Multi-Selectmedium

When performing static analysis of a malicious binary, which THREE indicators should an analyst typically look for?

Select 3 answers
A.Memory usage patterns
B.Embedded strings (e.g., C2 domains, IP addresses)
C.File hash (MD5/SHA256)
D.Network latency to the server
E.Import Address Table (IAT) entries
AnswersB, C, E

Often reveal the intent or C2 infrastructure.

Why this answer

Static analysis focuses on file properties, strings, and structural headers to identify potential malicious intent without execution.

52
MCQmedium

You are performing alert triage on a potential data exfiltration attempt. The SIEM shows 50GB of data transferred to a known cloud storage IP address. What is the most important next step in your triage process?

A.Block the cloud storage IP address on the corporate firewall.
B.Immediately disable the user account in Active Directory.
C.Check the asset's 'Business Criticality' and 'Owner' in the CMDB to see if the activity is a scheduled backup.
D.Re-image the affected host immediately.
AnswerC

Verification against CMDB data is the standard first step in triage to rule out authorized activity.

Why this answer

Validating the legitimacy of the activity is critical. Checking if the user is authorized for cloud backups or if the machine is a known server/backup agent prevents false escalation.

53
MCQeasy

Which Azure feature allows you to automatically enforce security settings on your resources to prevent unauthorized changes?

A.Azure Front Door
B.Azure Policy
C.Azure Bastion
D.Azure Key Vault
AnswerB

Azure Policy is designed for governance and configuration enforcement.

Why this answer

Azure Policy allows you to define rules that enforce compliance and prevent non-compliant resource configurations.

54
MCQeasy

Which of the following is a key advantage of utilizing a centralized SIEM platform?

A.Hardware reduction in the datacenter.
B.Unified visibility across disparate security layers.
C.Elimination of all false positives.
D.Automatic remediation of all threats.
AnswerB

Centralization provides the holistic view required for detection.

Why this answer

A unified view allows for correlation across disparate security layers, which is impossible with siloed tools.

55
MCQmedium

An organization is implementing a proactive detection strategy using the MITRE ATT&CK framework. Which phase of the implementation should the SOC prioritize to maximize detection coverage against common enterprise threats?

A.Purchase every available threat intelligence feed on the market
B.Rewrite all existing SIEM correlation rules from scratch
C.Focus only on detecting the 'Command and Control' phase
D.Map existing log sources to high-prevalence ATT&CK techniques
AnswerD

This identifies which techniques are currently detectable and where the gaps exist.

Why this answer

Mapping existing log sources to techniques allows the SOC to identify visibility gaps and prioritize intelligence collection.

56
MCQmedium

A security analyst needs to ensure that sensitive log data is protected during transmission between a remote web server and the central SIEM. Which mechanism provides the highest level of security?

A.Utilizing SNMPv1 traps
B.Implementing TLS-based log forwarding
C.Encapsulating logs in cleartext UDP packets
D.Using standard port 514 without encryption
AnswerB

TLS encrypts the data stream, protecting against eavesdropping.

Why this answer

TLS encryption (via Syslog-ng or Rsyslog with TLS) ensures both confidentiality and integrity of the logs.

57
MCQmedium

A user complains that their browser homepage has changed. Upon inspection, you find a new, unsigned extension installed. Which attack methodology is this?

A.Man-in-the-Middle (MitM)
B.Cross-Site Scripting (XSS)
C.SQL Injection
D.Browser Hijacking
AnswerD

Modifying browser settings via extensions is browser hijacking.

Why this answer

Installing unauthorized browser extensions is a common technique for persistence and data theft (browser hijacking).

58
Multi-Selecthard

In the context of malware analysis, which TWO of the following are primary differences between static and dynamic analysis?

Select 2 answers
A.Dynamic analysis requires a sandbox or isolated environment
B.Static analysis is always faster than dynamic analysis
C.Static analysis does not require executing the binary
D.Static analysis cannot identify malicious intent
E.Dynamic analysis is only used for Linux systems
AnswersA, C

True, as the code is actually running.

Why this answer

Static analysis examines code without executing it, while dynamic analysis observes behavior during execution.

59
MCQeasy

What is a 'log source' in the context of a SIEM?

A.The database storing the logs.
B.The SIEM administrator's computer.
C.A physical cable.
D.Any device or application generating security logs.
AnswerD

Log sources are the data contributors to a SIEM.

Why this answer

Any device or application that generates logs (firewalls, servers, databases) is a log source.

60
MCQmedium

When an analyst suspects that a malicious user is using a VPN to hide their source IP, which technique is most helpful for attribution?

A.Analyzing DNS queries
B.Checking OS version
C.Comparing source IP against threat intel feeds of VPN exit nodes
D.Scanning the source IP
AnswerC

This is the standard approach to identify proxy/VPN usage.

Why this answer

Reviewing connection logs for anomalous login times and comparing them against known VPN exit node lists is the primary technique.

61
MCQmedium

What does the 'False Positive' rate of a SIEM rule indicate?

A.The speed of alert generation.
B.The number of logs ingested.
C.The percentage of blocked attacks.
D.The ratio of legitimate activity flagged as malicious.
AnswerD

This is the definition of a false positive.

Why this answer

High false positive rates degrade SOC efficiency and lead to analyst burnout.

62
Multi-Selecthard

Which THREE of the following are characteristics of 'Advanced Persistent Threat' (APT) attack methodologies?

Select 3 answers
A.Custom-tailored malware and tools
B.Long-term commitment to a specific objective
C.High degree of stealth and low-and-slow activity
D.Automated mass-scale scanning
E.Immediate data destruction
AnswersA, B, C

APTs use bespoke tools to bypass specific defenses.

Why this answer

APTs are characterized by their long-term focus, stealth, and specific target orientation.

63
MCQeasy

While investigating a potential malware infection, a SOC analyst needs to determine if a specific binary has been analyzed by the security community before. Which platform is the industry standard for checking the reputation of a file hash across dozens of antivirus engines?

A.Malwarebytes Nebula
B.VirusTotal
C.Nessus
D.Splunk ES
AnswerB

VirusTotal provides a comprehensive view of how multiple AV engines categorize a file.

Why this answer

VirusTotal is the standard repository for aggregating file hash results from multiple antivirus vendors.

64
MCQeasy

While using ServiceNow Security Incident Response (SIR), you need to escalate a ticket. What is the standard process to ensure the security manager receives notification?

A.Update the Work notes with an @mention to the manager
B.Delete the ticket and create a new one
C.Manually email the manager with incident details
D.Change the State to 'Closed'
AnswerA

Using @mentions within the work notes notifies the relevant stakeholders via the platform.

Why this answer

Updating the 'Assigned to' or 'Assignment group' fields while using the 'Work notes' to trigger a business rule notification is the standard workflow.

65
MCQmedium

You are managing a SIEM and notice a massive spike in 'false positive' alerts originating from a legacy vulnerability scanner. What is the best practice for tuning these alerts without losing visibility into the scanner's activity?

A.Permanently disable the ingestion of logs from the vulnerability scanner.
B.Create an exclusion rule for the specific scanner IP address and vulnerability signatures within the SIEM policy.
C.Change the log source protocol from Syslog to SNMP.
D.Increase the threshold for the correlation rule to a point where the scanner no longer triggers it.
AnswerB

Exclusions allow for surgical tuning while maintaining log ingestion.

Why this answer

Creating a suppression rule or an exclusion filter based on the scanner's IP address and specific signature IDs allows you to silence known noise while keeping the events in the logs for audit purposes.

66
Multi-Selecteasy

Which TWO log types are considered critical for forensic analysis after a network intrusion?

Select 2 answers
A.Office wallpaper settings
B.Printer status logs
C.Firewall traffic logs
D.Mouse driver version logs
E.VPN Authentication logs
AnswersC, E

Crucial for mapping communication flow and egress.

Why this answer

Authentication and Firewall logs are foundational for tracing an attacker's movement.

67
MCQhard

You are investigating a SIEM alert in Splunk that indicates a potential data exfiltration. The alert uses a threshold of 500MB. How can you improve the accuracy of this alert?

A.Only alert on weekend traffic.
B.Calculate a baseline of normal traffic volume and alert on deviations.
C.Disable alerts for file servers.
D.Lower the threshold to 50MB.
AnswerB

Baselines reduce false positives from routine backups or updates.

Why this answer

Baseline behavior provides a reference point, reducing false positives caused by expected high-volume traffic.

68
Multi-Selectmedium

Which TWO methods are commonly used to achieve persistence on a Windows host?

Select 2 answers
A.Changing the desktop wallpaper
B.Clearing browser cache
C.Registry Run keys
D.Disabling the firewall
E.Scheduled tasks
AnswersC, E

Classic persistence technique.

Why this answer

Scheduled tasks and Registry run keys are the most common methods for maintaining persistence.

69
MCQmedium

You notice an unusual amount of outbound traffic from an Azure VM to a known malicious IP. What is the most effective way to block this traffic immediately at the network level?

A.Update Azure Firewall rules
B.Delete the VM's public IP
C.Disable the Virtual Network
D.Modify the Network Security Group (NSG) outbound rule
AnswerD

NSG rules are the direct and standard way to block specific traffic for a VM.

Why this answer

Network Security Groups (NSGs) allow you to define rules that block outbound traffic from specific VMs or subnets.

70
MCQmedium

You are performing triage for an alert involving unauthorized access to an S3 bucket. Which service would you consult to review the API calls made to that bucket?

A.Amazon GuardDuty
B.AWS CloudTrail
C.AWS Config
D.AWS IAM Access Analyzer
AnswerB

CloudTrail records all API activity.

Why this answer

AWS CloudTrail logs all API calls made within an AWS account, including S3 operations.

71
MCQmedium

You are configuring a correlation rule in Splunk Enterprise Security. An analyst reports that too many false positives are triggered for 'Multiple Failed Login Attempts'. What is the most effective way to tune this rule?

A.Delete the correlation rule and recreate it.
B.Enable packet capture on all domain controllers.
C.Change the rule severity to 'Informational'.
D.Increase the threshold for the number of failed attempts within the lookback window.
AnswerD

Increasing the threshold effectively filters out noise while still capturing high-volume attacks.

Why this answer

Risk-based alerting and threshold tuning are standard practices to reduce noise in SIEM correlation rules.

72
Multi-Selecteasy

Which TWO indicators should an analyst watch for in a potential phishing campaign?

Select 2 answers
A.Suspicious sender address
B.The email is sent during business hours
C.The email has a subject line
D.The email is from the CEO
E.Urgent/threatening tone
AnswersA, E

Primary indicator of spoofing.

Why this answer

Unusual sender addresses and urgent language are classic phishing indicators.

73
MCQeasy

What is the purpose of 'Dashboards' in a SIEM?

A.To block network traffic.
B.To install software patches.
C.To visualize data and monitor trends.
D.To store all log data.
AnswerC

Visualization is the primary role of dashboards.

Why this answer

Dashboards visualize data to help analysts identify trends and monitor health.

74
MCQmedium

During an incident response, you identify a persistent malware process. You need to see exactly which files and registry keys the process is touching in real-time. Which Sysinternals tool provides this capability?

A.Autoruns
B.TCPView
C.Process Explorer
D.Process Monitor
AnswerD

Procmon tracks all file and registry activity for a given process.

Why this answer

Process Monitor (Procmon) provides real-time monitoring of file system, Registry, and process activity.

75
MCQmedium

An analyst is investigating an alert regarding an outbound connection to a known malicious IP. Which step should be taken first according to standard triage procedures?

A.Isolate the host immediately.
B.Verify if the connection was successful or blocked by the firewall.
C.Reimage the affected workstation.
D.Contact the user's manager.
AnswerB

If blocked, the alert is likely a low-priority 'attempted' event.

Why this answer

Verifying if the connection was successful is essential to confirm if a threat exists.

Page 1 of 3

Page 2

All pages