CertSafari

    Free Splunk Certified Cybersecurity Defense Analyst Sample Questions

    35 free sample questions from our bank of 357+, covering every exam domain, with answers and detailed explanations. Updated September 2026.

    Domain 1: The Cyber Landscape, Frameworks, and Standards

    Subdomain 1.2: Recognize common cyber industry controls, standards and frameworks and how Splunk incorporates those frameworks.

    1.Which statement correctly distinguishes a tactic from a technique within the MITRE ATT&CK framework as used in Splunk's coverage dashboards?

    1. A.A tactic represents an adversary's objective, while a technique is a specific method used to achieve that objective
    2. B.A tactic is a specific method used by an adversary, while a technique is the broader goal that method supports
    3. C.A tactic is a Splunk-only label, while a technique is an industry-standard MITRE term
    4. D.A tactic applies to network-based attacks, while a technique applies only to endpoint-based attacks
    Show answer & explanation

    Correct answer: AA tactic represents an adversary's objective, while a technique is a specific method used to achieve that objective

    • A. Correct. In MITRE ATT&CK, tactics represent the adversary's overall goal at a given stage, such as persistence or exfiltration, while techniques describe the specific method used to accomplish that goal.
    • B. Incorrect. This reverses the relationship; techniques are the specific methods, and tactics are the higher-level objectives those methods support, not the other way around.
    • C. Incorrect. Both tactics and techniques are industry-standard MITRE ATT&CK terminology; neither is a Splunk-specific label.
    • D. Incorrect. Tactics and techniques in MITRE ATT&CK apply broadly across attack surfaces including network, endpoint, and cloud, and are not restricted by vector in this way.

    Subdomain 1.1: Summarize the organization of a typical SOC and the tasks belonging to Analyst, Engineer and Architect roles.

    2.Why do many SOCs organize analysts into tiers (Tier 1, Tier 2, Tier 3) rather than having every analyst handle every alert equally?

    1. A.Tiering routes alerts by complexity so junior staff triage volume while senior staff focus on deep investigation.
    2. B.Tiering exists purely to assign different vacation schedules across the SOC analyst population.
    3. C.Tiering ensures every analyst independently repeats the same triage steps regardless of alert complexity.
    4. D.Tiering removes the need for any escalation process between analysts of different experience levels.
    Show answer & explanation

    Correct answer: ATiering routes alerts by complexity so junior staff triage volume while senior staff focus on deep investigation.

    • A. Organizing analysts by tier lets less experienced staff handle high-volume initial triage while more experienced staff focus their time on complex investigation and threat hunting. This division makes efficient use of differing skill levels across the team.
    • B. Vacation scheduling is an administrative matter unrelated to why a tiered skill and responsibility structure exists. The tier system is built around expertise and alert complexity, not time-off management.
    • C. The entire point of tiering is to avoid redundant effort by routing alerts to the appropriate skill level rather than having every analyst repeat identical steps. Duplicating work across tiers would undermine the efficiency the structure is meant to provide.
    • D. Escalation between tiers is a core mechanism of the tiered model, not something it eliminates. Alerts that exceed a lower tier's scope are expected to move upward through defined escalation paths.

    Subdomain 1.3: Describe key security concepts surrounding information assurance including confidentiality, integrity and availability and basic risk management.

    3.A risk analyst is scoring a newly identified vulnerability. The vulnerability has a high probability of being exploited within the next quarter and, if exploited, would cause significant financial and reputational damage. Using standard risk assessment terminology, how should the analyst combine these two factors to determine the overall risk level?

    1. A.Multiply the likelihood rating by the impact rating to produce a composite risk score
    2. B.Add the likelihood rating to the impact rating and divide by two for an average score
    3. C.Use only the impact rating, since likelihood is subjective and hard to quantify
    4. D.Use only the likelihood rating, since impact is realized only after an incident occurs
    Show answer & explanation

    Correct answer: AMultiply the likelihood rating by the impact rating to produce a composite risk score

    • Multiply the likelihood rating by the impact rating to produce a composite risk score. This reflects the standard risk formula, risk equals likelihood times impact, which captures both how probable an event is and how severe its consequences would be. Combining both factors this way is why the analyst's scenario mentions both a high probability and significant potential damage.
    • Add the likelihood rating to the impact rating and divide by two for an average score. Averaging the two ratings understates risk when one factor is extreme, since a very high likelihood paired with a moderate impact could average out to a misleadingly low score. This is not the conventional risk-scoring approach used in basic risk management.
    • Use only the impact rating, since likelihood is subjective and hard to quantify. Ignoring likelihood entirely would treat a rare but catastrophic event the same as a near-certain one, which misrepresents actual exposure. Standard risk assessment explicitly incorporates likelihood alongside impact rather than discarding it.
    • Use only the likelihood rating, since impact is realized only after an incident occurs. Ignoring impact would treat a highly likely but low-consequence event the same as one that could cause severe damage, which fails to prioritize risks correctly. Impact is estimated in advance as part of the assessment, not only after the fact.

    Subdomain 1.3: Describe key security concepts surrounding information assurance including confidentiality, integrity and availability and basic risk management.

    4.A CISO asks the security team to maintain a single document that lists every identified risk, its assigned owner, current likelihood and impact ratings, and the status of any remediation work. What artifact is the CISO describing?

    1. A.Risk register
    2. B.Business continuity plan
    3. C.Incident response plan
    4. D.Data classification policy
    Show answer & explanation

    Correct answer: ARisk register

    • Risk register. A risk register is specifically designed to catalog identified risks along with their owners, likelihood and impact ratings, and remediation status. That matches every element the CISO described.
    • Business continuity plan. A business continuity plan documents how the organization will keep critical functions running during a disruption, not a running catalog of individual risks and their scoring. The described artifact tracks risk details rather than continuity procedures.
    • Incident response plan. An incident response plan outlines the steps and roles for handling a security incident once it occurs, rather than tracking pre-incident risk identification and scoring. The document described is used before an incident, for ongoing risk management.
    • Data classification policy. A data classification policy defines categories of data sensitivity and associated handling rules, not a list of individual risks with owners and scores. It serves a different governance purpose than the artifact the CISO is requesting.

    Domain 2: Threat and Attack Types, Motivations, and Tactics

    Subdomain 2.2: Define common terms including supply chain attack, ransomware, registry, exfiltration, social engineering, DoS, DDoS, bot and botnet, C2, zero trust, account takeover, email compromise, threat actor, APT, adversary.

    5.Malware on a compromised endpoint periodically reaches out to an external server to receive new instructions and upload stolen data, allowing the attacker to remotely direct the infection long after the initial compromise. What is this external server functioning as?

    1. A.Command and control (C2) server
    2. B.Threat intelligence feed source
    3. C.Zero trust policy engine
    4. D.Email gateway
    Show answer & explanation

    Correct answer: ACommand and control (C2) server

    • A. This is correct because a server that malware contacts to receive instructions and exfiltrate data is functioning as command and control infrastructure, which enables an attacker to direct a compromise remotely.
    • B. This is incorrect because a threat intelligence feed source supplies indicators for defenders to consume, it does not issue instructions to malware or receive stolen data from infected hosts.
    • C. This is incorrect because a zero trust policy engine evaluates access requests against defined policies, it is not an attacker-operated server used to control malware.
    • D. This is incorrect because an email gateway filters and routes mail traffic, it does not serve as a remote instruction channel for malware running on an endpoint.

    Subdomain 2.1: Recognize common types of attacks and attack vectors.

    6.An accounts payable clerk receives an email that appears to come from the company's CEO, requesting an urgent wire transfer to a new vendor account to close a confidential acquisition. The sender's display name matches the CEO, but the underlying email address uses a domain that is one character off from the real corporate domain. What type of attack does this describe?

    1. A.Malware infection
    2. B.Business email compromise
    3. C.Credential stuffing
    4. D.Watering hole attack
    Show answer & explanation

    Correct answer: BBusiness email compromise

    • A. There is no indication of malicious software being delivered or executed in this scenario. The attack relies purely on social manipulation through a fraudulent message, not a payload.
    • B. This matches a business email compromise: an attacker impersonates an executive using a spoofed or look-alike domain to pressure an employee into an unauthorized financial transaction. The urgency, confidentiality claim, and near-identical sender domain are hallmark indicators.
    • C. Credential stuffing involves using previously stolen username and password pairs to log into accounts automatically. This scenario does not involve any login attempts or reused credentials.
    • D. A watering hole attack compromises a trusted website to infect its regular visitors, which has no relation to a targeted fraudulent email requesting a wire transfer.

    Subdomain 2.1: Recognize common types of attacks and attack vectors.

    7.A user visits a legitimate, well-known news website. Unknown to the site operator, one of the third-party advertisements displayed on the page has been compromised. Simply loading the article page silently installs malware on the user's machine, without the user clicking on anything. What type of attack does this describe?

    1. A.Drive-by download
    2. B.Credential stuffing
    3. C.SQL injection
    4. D.Phishing
    Show answer & explanation

    Correct answer: ADrive-by download

    • A. Malware installing automatically simply because a page loaded, delivered through a compromised advertisement on an otherwise legitimate site, is the hallmark of a drive-by download, which requires no click or explicit user action.
    • B. Credential stuffing involves automated login attempts with previously stolen credentials, which has no relationship to malware silently installing from a compromised advertisement.
    • C. SQL injection targets a web application's database layer through crafted input; it does not describe malware being pushed to a visitor's machine through an ad network.
    • D. Phishing requires the victim to be deceived into taking an action, such as clicking a link, whereas this attack installs malware passively as soon as the page renders.

    Subdomain 2.4: Outline the purpose and scope of annotations within Splunk Enterprise Security.

    8.What is the primary purpose of annotations attached to a correlation search in Splunk Enterprise Security?

    1. A.To provide additional framework context that helps analysts manage and prioritize investigations
    2. B.To automatically remediate the underlying security incident without analyst review
    3. C.To encrypt notable event data before it is written to the risk index
    4. D.To replace the need for a correlation search's search logic entirely
    Show answer & explanation

    Correct answer: ATo provide additional framework context that helps analysts manage and prioritize investigations

    • A. This is correct because annotations enrich a detection's results with mapped framework context, such as technique IDs or control references, so analysts can better understand and prioritize what they are investigating.
    • B. Annotations do not trigger remediation actions; they only attach descriptive context to a detection's output, so automatic remediation is not something they perform.
    • C. Annotations are plain metadata fields stored alongside a detection and are not an encryption mechanism for risk index data.
    • D. A correlation search still needs its own search logic to generate results; annotations only add descriptive labels to those results and cannot substitute for the search itself.

    Subdomain 2.3: Identify the common tiers of Threat Intelligence and how they might be applied to threat analysis.

    9.Which of the following best describes the primary focus of tactical threat intelligence?

    1. A.File hashes, IP addresses, and domains used as indicators for detection
    2. B.Long-term geopolitical trends shaping multi-year security budget decisions
    3. C.Motivations and capabilities of threat actor groups targeting an industry
    4. D.Financial projections estimating the cost of a potential data breach event
    Show answer & explanation

    Correct answer: AFile hashes, IP addresses, and domains used as indicators for detection

    • A. Tactical intelligence is defined by concrete, technical indicators like hashes, IPs, and domains that analysts feed directly into detection tooling.
    • B. Long-term geopolitical trends that shape multi-year budget decisions describe strategic intelligence, which is broader and less immediately actionable than tactical detail.
    • C. Motivations and capabilities of threat actor groups are the focus of operational intelligence, not the specific indicators that define the tactical tier.
    • D. Financial projections about breach costs fall outside the standard threat intelligence tiers and are not what tactical intelligence focuses on.

    Subdomain 2.5: Define tactics, techniques and procedures and how they are regarded in the industry.

    10.An analyst builds a heat map of enabled correlation searches against MITRE ATT&CK tactics and finds no detections mapped to the Exfiltration tactic. What should the analyst conclude from this gap?

    1. A.The team lacks detections tied to techniques under the Exfiltration tactic and should prioritize building them
    2. B.The Exfiltration tactic cannot be detected using correlation searches and requires an entirely different tool
    3. C.Every technique under every other tactic must be fully covered before addressing this single gap
    4. D.Exfiltration must be a procedure rather than a tactic, so it will not appear in a tactic-based heat map
    Show answer & explanation

    Correct answer: AThe team lacks detections tied to techniques under the Exfiltration tactic and should prioritize building them

    • A. This is correct because a heat map showing no coverage for a tactic indicates a real gap in the team's detection portfolio, which is exactly the actionable insight this exercise is meant to surface. Prioritizing new correlation searches for techniques under that tactic directly addresses the gap.
    • B. Correlation searches are a standard and effective way to detect data staging and transfer behaviors associated with Exfiltration, so this tactic is not inherently undetectable through that method. The absence of coverage reflects a gap to fill, not a tooling limitation.
    • C. There is no requirement to achieve full coverage everywhere else before addressing one gap; teams typically prioritize gaps based on risk and threat relevance rather than working through tactics in strict sequence. This option imposes an unnecessary ordering constraint.
    • D. Exfiltration is documented as a tactic within the MITRE ATT&CK matrix, which is precisely why it appears as a category on a tactic-based heat map in the first place. Reclassifying it as a procedure contradicts how the framework organizes its categories.

    Domain 3: Defenses, Data Sources, and SIEM Best Practices

    Subdomain 3.1: Identify common types of cyber defense systems, analysis tools and the most useful data sources for threat analysis.

    11.An analyst suspects a user's mailbox received a phishing email with a malicious attachment. Which data source will most directly show the sender, recipient, subject, and attachment metadata for the message?

    1. A.Email gateway logs
    2. B.DNS query logs
    3. C.Firewall session logs
    4. D.EDR process logs
    Show answer & explanation

    Correct answer: AEmail gateway logs

    • A. Email gateway logs record message-level metadata including sender, recipient, subject, and attachment details, which is exactly the information needed to confirm a phishing delivery.
    • B. DNS query logs show which domains were resolved by a host, which can support later investigation of a malicious link but do not contain email header or attachment metadata.
    • C. Firewall session logs record network connections by IP, port, and protocol, and do not capture application-layer email content such as sender or subject.
    • D. EDR process logs show what happened on the endpoint after a file was opened, such as a spawned process, but they do not contain the original email's sender or subject metadata.

    Subdomain 3.1: Identify common types of cyber defense systems, analysis tools and the most useful data sources for threat analysis.

    12.A threat hunter wants to review authentication activity across the domain to look for a pattern of failed logons followed by a successful logon from an unusual location, consistent with a brute-force or password-spray attempt. Which data source is most directly relevant?

    1. A.Identity provider or domain controller authentication logs
    2. B.Wireless access point signal-strength logs
    3. C.Backup job completion logs
    4. D.Software license usage reports
    Show answer & explanation

    Correct answer: AIdentity provider or domain controller authentication logs

    • A. Identity provider or domain controller authentication logs record logon attempts, successes, failures, and source, which is exactly the data needed to detect a brute-force or password-spray pattern.
    • B. Wireless signal-strength logs describe radio conditions for access points and have no record of user authentication attempts.
    • C. Backup job completion logs track whether scheduled backups succeeded and contain no user logon information.
    • D. Software license usage reports track application entitlement consumption and do not capture authentication events.

    Subdomain 3.2: Describe SIEM best practices and basic operation concepts of Splunk Enterprise Security, including the interaction between CIM, Data Models and acceleration, Asset and Identity frameworks, and common CIM fields that may be used in investigations.

    13.An admin wants asset and identity correlation to run only against a specific sourcetype of proxy logs, without enabling it for every other sourcetype flowing into Enterprise Security. Which configuration approach matches this requirement?

    1. A.Enable asset and identity correlation selectively for that one sourcetype rather than turning it on universally
    2. B.Enable asset and identity correlation universally, since Splunk does not support scoping it to individual sourcetypes
    3. C.Disable asset and identity correlation entirely, since it cannot be scoped to a subset of data at all
    4. D.Delete the other sourcetypes from the index so only the proxy logs remain eligible for correlation
    Show answer & explanation

    Correct answer: AEnable asset and identity correlation selectively for that one sourcetype rather than turning it on universally

    • A. Enterprise Security supports enabling asset and identity correlation on a per-sourcetype basis, so an admin can turn it on just for the proxy sourcetype without applying it universally across every other data source.
    • B. Selective, sourcetype-scoped enablement is a supported configuration option, so universal enablement is not the only available choice when narrower scoping is what is required.
    • C. Disabling the feature entirely would remove the correlation for the proxy logs as well, which does not satisfy the requirement to enable it specifically for that sourcetype.
    • D. Deleting unrelated sourcetypes is a drastic and unnecessary data-loss action; scoping correlation to one sourcetype is achieved through configuration, not by removing other data from the index.

    Subdomain 3.2: Describe SIEM best practices and basic operation concepts of Splunk Enterprise Security, including the interaction between CIM, Data Models and acceleration, Asset and Identity frameworks, and common CIM fields that may be used in investigations.

    14.The Splunk add-on that ships a shared collection of data models and documentation so that events from different vendors normalize to the same field names and event tags is called the _____.

    1. A.Common Information Model add-on
    2. B.Universal Forwarder add-on
    3. C.Deployment Server add-on
    Show answer & explanation

    Correct answer: ACommon Information Model add-on

    • A. The Common Information Model add-on packages the shared data models, tags, and documentation used to normalize field names and event tags across vendors, and it ships as part of Enterprise Security.
    • B. The Universal Forwarder is a lightweight agent that collects and forwards data to indexers; it has no role in defining shared field names or event tags across vendors.
    • C. The Deployment Server distributes configuration bundles to forwarders and other Splunk components; it is a management tool, not the source of cross-vendor field normalization.

    Subdomain 3.3: Describe how Splunk Security Essentials and Splunk Enterprise Security can be used to assess data sources, including common sourcetypes for on-prem and cloud based deployments and how to find content for a given sourcetype.

    15.An analyst needs to identify every Splunk Security Essentials detection mapped to a particular MITRE ATT&CK technique observed in a recent threat report. What is the most direct way to accomplish this on the Security Content page?

    1. A.Enter the technique identifier into the ATT&CK Technique filter to list matching content
    2. B.Browse the Journey dashboard and manually read each stage's write-up for technique mentions
    3. C.Filter by Originating App to isolate only natively published content items
    4. D.Sort all content alphabetically by title and then scan for technique name matches
    Show answer & explanation

    Correct answer: AEnter the technique identifier into the ATT&CK Technique filter to list matching content

    • A. The content page lets an analyst search or paste technique identifiers directly into this filter, which returns exactly the detections mapped to that technique.
    • B. The Journey dashboard tracks maturity progression through the program, not per-technique detection mappings, so manually scanning it would not reliably surface the right content.
    • C. Filtering by originating app only separates native content from third-party contributed content and has no relationship to a specific attack technique.
    • D. Alphabetical sorting by title is not designed to reveal technique mappings and would be an unreliable, manual way to find the right detections.

    Subdomain 3.3: Describe how Splunk Security Essentials and Splunk Enterprise Security can be used to assess data sources, including common sourcetypes for on-prem and cloud based deployments and how to find content for a given sourcetype.

    16.In Splunk Security Essentials, an analyst who wants to find pre-built detection content for a given sourcetype should primarily consult the ____.

    1. A.Security Content page filtered by data
    2. B.internal license usage summary report
    3. C.index cluster replication status page
    Show answer & explanation

    Correct answer: ASecurity Content page filtered by data

    • A. The content catalog, filtered by the Data Sources option, is purpose-built to surface pre-built detections tied to a specific sourcetype, making it the correct place to look.
    • B. The license usage report tracks ingestion volume against licensing entitlements and has no role in surfacing detection content for a sourcetype.
    • C. Index cluster replication status concerns indexer clustering health and data redundancy, not the discovery of detection content for a data source.

    Domain 4: Investigation, Event Handling, Correlation, and Risk

    Subdomain 4.2: Explain the different types of analyst performance metrics such as MTTR and dwell time.

    17.A SOC dashboard shows that analysts are acknowledging new notables within an average of 3 minutes, but the average time from notable creation to full remediation has grown to 6 hours over the past quarter. Which conclusion best fits this data?

    1. A.MTTA is strong, but MTTR indicates that remediation steps after triage are taking longer than desired
    2. B.MTTA is poor, but MTTR indicates that analysts are ignoring newly generated notables
    3. C.Both MTTA and MTTR show that notables are being triaged and resolved faster than before
    4. D.Dwell time has increased because analysts are acknowledging notables too quickly
    Show answer & explanation

    Correct answer: AMTTA is strong, but MTTR indicates that remediation steps after triage are taking longer than desired

    • A. A short acknowledgment time paired with a long overall resolution time points to a bottleneck in the investigation or containment steps that happen after an analyst first picks up the notable.
    • B. A 3-minute average acknowledgment time is fast, not poor, so this option mischaracterizes what the acknowledgment metric is showing.
    • C. The remediation time grew to 6 hours, which is the opposite of resolving incidents faster, so this option contradicts the data given.
    • D. Dwell time measures attacker presence before detection and is unrelated to how quickly an analyst acknowledges a notable after it has already fired.

    Subdomain 4.2: Explain the different types of analyst performance metrics such as MTTR and dwell time.

    18.A notable event fires in Incident Review at 10:00. An analyst assigns it to themselves and starts working the case at 10:07. Which metric does this 7-minute interval represent?

    1. A.Mean Time to Acknowledge (MTTA)
    2. B.Mean Time to Detect (MTTD)
    3. C.Mean Time to Repair (MTTR)
    4. D.Dwell time
    Show answer & explanation

    Correct answer: AMean Time to Acknowledge (MTTA)

    • A. Mean Time to Acknowledge measures the gap between a notable being generated and an analyst first engaging with it, which matches the 7-minute interval described.
    • B. Mean Time to Detect covers the period before the notable existed at all, from initial compromise to the notable firing, not the time after it appeared.
    • C. Mean Time to Repair measures the full response through containment and remediation, which has not started yet at the point the analyst merely picks up the case.
    • D. Dwell time reflects how long a threat was present before any notable was generated, so it ends before this acknowledgment interval even begins.

    Subdomain 4.1: Describe continuous monitoring and the five basic stages of investigation according to Splunk.

    19.Which statement best describes continuous monitoring in the context of a Splunk Enterprise Security deployment?

    1. A.The ongoing, near-real-time collection and analysis of security data to identify threats as they occur.
    2. B.A once-per-week manual review of firewall logs conducted by a security engineer during a scheduled maintenance window.
    3. C.A one-time audit performed at the end of each fiscal quarter to confirm regulatory compliance controls remain in place.
    4. D.The long-term archiving of historical security data solely to satisfy legal and regulatory retention requirements.
    Show answer & explanation

    Correct answer: AThe ongoing, near-real-time collection and analysis of security data to identify threats as they occur.

    • A. This describes continuous monitoring accurately: security data is collected and analyzed as it arrives so threats can be identified without waiting for a scheduled review.
    • B. A weekly manual log review is a periodic, point-in-time check rather than an ongoing process, so it does not provide the near-real-time visibility continuous monitoring requires.
    • C. A quarterly compliance audit checks controls at a single moment in time and is not designed to surface security incidents as they happen.
    • D. Archiving data for retention purposes addresses legal recordkeeping needs but does not involve the active analysis needed to detect threats.

    Subdomain 4.3: Demonstrate ability to recognize common event dispositions and correctly assign them.

    20.During triage, an analyst finds that a notable fired because a database administrator ran a bulk export script during an approved monthly maintenance window. The activity matches what the analyst expects for that scheduled task and poses no threat. Which disposition best reflects this finding?

    1. A.Benign Positive - Suspicious But Expected, because the export activity is legitimate and consistent with the approved maintenance window
    2. B.True Positive - Suspicious Activity, because the bulk export pattern matches known data exfiltration tradecraft used by attackers
    3. C.False Positive - Incorrect Analytic Logic, because the correlation search rule contains flawed logic that never matches real exfiltration
    4. D.False Positive - Inaccurate Data, because incomplete log fields prevented the search from correctly identifying the account
    Show answer & explanation

    Correct answer: ABenign Positive - Suspicious But Expected, because the export activity is legitimate and consistent with the approved maintenance window

    • A. The bulk export was performed by an authorized administrator during a planned maintenance window, matching exactly what this classification is meant to capture. The activity looks suspicious in pattern but is expected and legitimate.
    • B. This would apply if the export were carried out by an unauthorized or attacker-controlled account, but the scenario confirms the administrator's authorized task. There is no indication of malicious intent.
    • C. This classification fits when the search's detection logic itself is fundamentally broken, but nothing in the scenario suggests the rule is flawed. The search correctly identified export activity that simply turned out to be expected.
    • D. This applies when missing or corrupted fields cause a false trigger, but the scenario gives no indication of a data quality problem. The account and activity were both correctly identified.

    Subdomain 4.3: Demonstrate ability to recognize common event dispositions and correctly assign them.

    21.A correlation search designed to flag failed login spikes keeps generating notables every time a routine password-expiration batch job runs, even though the search's underlying logic never accounts for scheduled expiration events. Which disposition should the analyst apply while the search is tuned?

    1. A.False Positive - Incorrect Analytic Logic, because the search's detection logic fails to exclude known scheduled expiration behavior
    2. B.False Positive - Inaccurate Data, because missing account fields caused the search to match unrelated login events
    3. C.Benign Positive - Suspicious But Expected, because failed logins from expired passwords still represent expected activity
    4. D.True Positive - Suspicious Activity, because repeated failed logins always indicate a credential-based attack in progress
    Show answer & explanation

    Correct answer: AFalse Positive - Incorrect Analytic Logic, because the search's detection logic fails to exclude known scheduled expiration behavior

    • A. The search's own logic never accounts for the scheduled expiration job, meaning the detection rule itself is the root cause of the recurring false alerts. This is a flaw in the analytic logic rather than a data problem.
    • B. This classification applies when missing or corrupted fields cause a mismatch, but the scenario describes a rule that never accounted for expiration behavior in the first place. The data itself is accurate; the logic is not.
    • C. This disposition is reserved for activity that is genuinely legitimate and expected, but a recurring false trigger caused by flawed detection logic is not the same as expected suspicious-looking activity. The root cause here is the search design.
    • D. Repeated failed logins do not always indicate an active attack, and in this scenario they stem from a routine expiration job rather than credential abuse. Treating this as a confirmed attack would misclassify a known benign process.

    Subdomain 4.4: Define terms and aspects of Splunk Enterprise Security and their uses including SPL, Notable Event, Risk Notable, Adaptive Response Action, Risk Object, Contributing Events.

    22.While triaging a risk notable, an analyst expands it and sees a list of twelve underlying risk index entries that were rolled up to produce this single alert. What are these twelve entries called?

    1. A.Contributing events
    2. B.Risk modifiers
    3. C.Adaptive response actions
    4. D.Correlation searches
    Show answer & explanation

    Correct answer: AContributing events

    • A. Correct. Contributing events are the individual risk events that a risk incident rule rolls together into the resulting risk notable, and they remain listed under it for drill-down.
    • B. Incorrect. Risk modifiers are the adjustable factors that influence how a risk score is calculated for an event, not the rolled-up events themselves.
    • C. Incorrect. Adaptive response actions are automated steps attached to a correlation search, unrelated to the list of underlying events shown under a risk notable.
    • D. Incorrect. Correlation searches are the saved detection logic that produced the entries; the entries themselves, not the searches, are what appear in the drill-down list.

    Subdomain 4.4: Define terms and aspects of Splunk Enterprise Security and their uses including SPL, Notable Event, Risk Notable, Adaptive Response Action, Risk Object, Contributing Events.

    23.An analyst configures a correlation search with a Risk Analysis adaptive response action but forgets to map a field to the risk object in the action's settings. What happens when the search runs and matches events?

    1. A.The action cannot associate the score with any entity, so no properly attributed risk event is written to the risk index
    2. B.The action still runs normally and assigns the risk score to whichever entity had the highest score during the prior search
    3. C.Splunk Enterprise Security automatically substitutes the correlation search's own name as the risk object for that event
    4. D.The correlation search stops running entirely on its schedule until an administrator manually restarts the saved search
    Show answer & explanation

    Correct answer: AThe action cannot associate the score with any entity, so no properly attributed risk event is written to the risk index

    • A. Correct. Risk Analysis requires a risk object mapping to know which entity a score belongs to, so without it the action cannot write a properly attributed risk event.
    • B. Incorrect. The action does not fall back to whichever entity scored highest previously; without a mapped risk object it cannot determine which entity to attribute the score to at all.
    • C. Incorrect. Splunk Enterprise Security does not substitute the correlation search's own name as a stand-in risk object; the risk object field must be explicitly mapped.
    • D. Incorrect. A missing risk object mapping affects only the Risk Analysis action's output; it does not halt the correlation search's own schedule.

    Subdomain 4.5: Identify common built-in dashboards in Enterprise Security and the basic information they contain.

    24.An analyst notices that a particular user's risk score has climbed steadily over the past week due to several contributing risk events. Which built-in dashboard would the analyst use to review that user's accumulated risk score and the events driving it?

    1. A.Risk Analysis
    2. B.Security Posture
    3. C.Audit
    4. D.Protocol Intelligence
    Show answer & explanation

    Correct answer: ARisk Analysis

    • A. This dashboard is built to show accumulated risk scores per risk object, along with the contributing risk events that raised the score over time.
    • B. This dashboard summarizes overall notable event volume and urgency rather than tracking a single object's accumulating risk score.
    • C. This dashboard covers internal ES process health and background job status, not a user's risk score history.
    • D. This dashboard is oriented toward packet-capture network insights and does not present risk score accumulation for a user.

    Subdomain 4.5: Identify common built-in dashboards in Enterprise Security and the basic information they contain.

    25.An ES administrator wants to confirm that data model acceleration and other background processes are running normally, separate from reviewing any actual threat activity. Which built-in dashboard category addresses this?

    1. A.Audit dashboards
    2. B.Security Posture
    3. C.Risk Analysis
    4. D.Incident Review
    Show answer & explanation

    Correct answer: AAudit dashboards

    • A. This dashboard category covers internal ES operational health, including background processes and data model status, matching the administrator's need.
    • B. This dashboard summarizes notable event volume and urgency, not the internal health of ES background processes.
    • C. This dashboard tracks accumulated risk scores for risk objects, not the operational health of ES processes.
    • D. This dashboard lists notable events for triage rather than reporting on background process or data model health.

    Subdomain 4.6: Understand and explain the essentials of Risk Based Alerting, the Risk framework and creating correlation searches within Enterprise Security.

    26.An analyst notices ten risk events for the same user in the risk index, but no risk notable has been created. What is the most likely explanation?

    1. A.The combined risk score for that risk object has not yet crossed the threshold configured in the risk incident rule.
    2. B.Risk events are only visible to accounts holding the ess_admin role, so the notable exists but is hidden from view.
    3. C.Risk notables are generated once per calendar day regardless of how many risk events accumulate before that time.
    4. D.The risk index only stores events tied to assets, so risk events tied to a user identity never generate a notable.
    Show answer & explanation

    Correct answer: AThe combined risk score for that risk object has not yet crossed the threshold configured in the risk incident rule.

    • A. This is correct. A risk incident rule only creates a notable once the aggregated score for a risk object exceeds its configured threshold, so ten low-scoring events may simply not have reached that point yet.
    • B. This is incorrect. Role-based permissions control who can view data but do not cause a notable to exist invisibly; if the threshold were met, a notable would appear in Incident Review for authorized users.
    • C. This is incorrect. Risk incident rules run on their own configured schedule and evaluate accumulated scores whenever they execute, not on a fixed once-per-day notable creation cycle.
    • D. This is incorrect. The risk index stores risk events for both asset and identity risk objects, including users, so a user-tied risk object is fully capable of generating a risk notable.

    Domain 5: SPL and Efficient Searching

    Subdomain 5.1: Explain common SPL terms and how they can be used in security analysis, including TSTATS, TRANSACTION, FIRST/LAST, REX, EVAL, FOREACH, LOOKUP, and MAKERESULTS.

    27.Which statement best describes what the `tstats` command does in Splunk?

    1. A.Runs statistical calculations against raw event data scanned at search time, similar to `stats`.
    2. B.Runs statistical calculations against indexed fields stored in tsidx files, including accelerated data model summaries.
    3. C.Generates synthetic test events with a defined field-value schema for validating a search.
    4. D.Groups related raw events into a single multi-value result based on shared field values.
    Show answer & explanation

    Correct answer: BRuns statistical calculations against indexed fields stored in tsidx files, including accelerated data model summaries.

    • A. This describes `stats`, which scans raw events at search time. It is incorrect because it misses the key distinction that makes tsidx-based commands faster.
    • B. This is correct: reading directly from tsidx files (raw index or accelerated data model summaries) instead of raw events is exactly what makes this command efficient for large-scale security aggregations.
    • C. This describes generating fabricated test rows, which is unrelated to aggregating indexed field statistics.
    • D. This describes grouping raw events into transactions, a different mechanism that operates on raw events rather than indexed tsidx data.

    Subdomain 5.3: Identify SPL resources included within ES, Splunk Security Essentials, and Splunk Lantern.

    28.Before enabling a bundled detection in Splunk Security Essentials, an analyst wants to inspect the exact SPL the detection runs and confirm which fields it depends on. Which feature should they use?

    1. A.The SPL view toggle on the detection's detail panel
    2. B.The Manage Bookmarks dashboard
    3. C.The Journey Stage filter
    4. D.The Risk & Threat Object Types filter
    Show answer & explanation

    Correct answer: AThe SPL view toggle on the detection's detail panel

    • A. Enabling the SPL view on a detection's detail panel reveals the underlying search logic along with prerequisite field and data checks, which is exactly what the analyst needs before enabling it.
    • B. Manage Bookmarks only tracks detections the analyst has saved for later and does not expose the underlying search syntax.
    • C. Journey Stage narrows the catalog by security maturity level and has no effect on revealing a detection's SPL.
    • D. This filter groups content by the type of entity a risk score applies to and does not surface the search logic itself.

    Subdomain 5.3: Identify SPL resources included within ES, Splunk Security Essentials, and Splunk Lantern.

    29.An analyst tests a bundled Security Essentials detection against sample data, confirms it fires correctly, and now wants it to run continuously as a correlation search that generates notable events in Enterprise Security. What should they do next?

    1. A.Deploy the detection into Enterprise Security through the ESCU integration
    2. B.Add the detection to the Manage Bookmarks dashboard
    3. C.Filter the catalog to show only content with validated data
    4. D.Change the Journey Stage filter to a more advanced maturity level
    5. E.Export the detection's raw JSON metadata file
    Show answer & explanation

    Correct answer: ADeploy the detection into Enterprise Security through the ESCU integration

    • A. Deploying through the ESCU integration is the documented path for turning a validated Security Essentials detection into a scheduled correlation search that produces notables in Enterprise Security.
    • B. Bookmarking only saves the item for personal reference and does not push it into Enterprise Security as a running correlation search.
    • C. Filtering by content status changes what is displayed in the catalog but performs no deployment action.
    • D. Adjusting the Journey Stage filter changes which content is shown based on maturity level and does not deploy anything.
    • E. Exporting raw metadata produces a file for reference but does not register the search as a running correlation search in Enterprise Security.

    Subdomain 5.2: Give examples of Splunk best practices for composing efficient searches.

    30.An analyst investigating repeated failed logins for a specific EventCode writes `index=wineventlog | eval short=EventCode | search short=4625 | table _time, user, host`. This is much slower than it needs to be for a single day of data. Which rewrite best applies efficient-search best practices?

    1. A.`index=wineventlog EventCode=4625 | fields _time, user, host`, filtering on the indexed EventCode value directly in the base search and dropping unneeded fields as early as possible.
    2. B.`index=wineventlog | eval short=EventCode | where short=4625 | table _time, user, host`, replacing the search command with a where clause after the same eval.
    3. C.`index=wineventlog | table _time, user, host, EventCode | search EventCode=4625`, moving the table command earlier so fewer fields reach the search filter.
    4. D.`index=wineventlog | stats count by EventCode | search EventCode=4625 | table _time, user, host`, aggregating by EventCode before filtering for the value of interest.
    Show answer & explanation

    Correct answer: A`index=wineventlog EventCode=4625 | fields _time, user, host`, filtering on the indexed EventCode value directly in the base search and dropping unneeded fields as early as possible.

    • A. Correct — filtering on EventCode as an indexed base-search term avoids the unnecessary eval that recreates the same value, and adding fields right after narrows the data early, combining the two core best practices of filtering first and limiting fields early.
    • B. Incorrect — this still performs the same unnecessary eval before filtering, and using where instead of search does not remove the wasted work of recomputing a field that already exists in the event.
    • C. Incorrect — table does not reduce the underlying events scanned before the search filter runs, and the EventCode filter is still applied after every raw event has already been read into the table.
    • D. Incorrect — aggregating with stats by EventCode before filtering throws away the individual _time, user, and host values the analyst actually needs, and still requires scanning and grouping every event before filtering.

    Subdomain 5.2: Give examples of Splunk best practices for composing efficient searches.

    31.A weekly report aggregates a full year of proxy logs into daily totals by category, and the underlying sourcetype has no CIM data model built for it. The report takes hours to run each time it's scheduled. Which approach would most reduce the recurring cost, given there is no accelerated data model available?

    1. A.Configure a scheduled summary-indexing search that pre-computes and stores the daily category totals as they occur, so the weekly report reads the small summary index instead of re-scanning a year of raw proxy logs.
    2. B.Increase the scheduled report's search concurrency limit so multiple instances of the same year-long raw search can run in parallel each week.
    3. C.Change the report's time range picker to a relative token instead of a fixed date range, without altering what data the underlying search actually scans.
    4. D.Move the report to a different search head so the year-long raw scan runs on hardware that is otherwise idle during the week.
    Show answer & explanation

    Correct answer: AConfigure a scheduled summary-indexing search that pre-computes and stores the daily category totals as they occur, so the weekly report reads the small summary index instead of re-scanning a year of raw proxy logs.

    • A. Correct — a summary-indexing search computes and stores the daily aggregates as new data arrives, so the recurring weekly report only has to read a small pre-aggregated summary index instead of rescanning a full year of raw proxy logs each time.
    • B. Incorrect — running multiple copies of the same expensive raw scan in parallel increases total resource usage without reducing how much raw data any single run has to process.
    • C. Incorrect — switching to a relative time token changes how the range is expressed but not how much underlying raw data is scanned each time the report runs.
    • D. Incorrect — moving where the search executes does not reduce the amount of raw data that has to be read and aggregated; the year-long scan is still the same amount of work regardless of which search head runs it.

    Domain 6: Threat Hunting and Remediation

    Subdomain 6.1: Identify threat hunting techniques including configuration, modeling (anomalies), indicators, and behavioral analytics.

    32.During a hunt, an analyst combines several techniques: matching endpoint logs against a fresh list of malicious hashes, checking cloud storage settings for public exposure, and profiling insider data-access sequences for deviation from a peer group. Which technique classifications are being used in this combined hunt? (Select all that apply.)(Select 3)

    1. A.Indicator-based hunting
    2. B.Configuration-based hunting
    3. C.Behavioral analytics hunting
    4. D.Passive DNS enrichment
    5. E.Vulnerability scanning
    Show answer & explanation

    Correct answers: A, B, CIndicator-based hunting; Configuration-based hunting; Behavioral analytics hunting

    • A. Matching endpoint logs against a list of known-malicious hashes is a direct example of indicator-based hunting, since the search targets specific known-bad artifact values.
    • B. Checking cloud storage settings for public exposure evaluates configuration state against a known-good baseline, which is configuration-based hunting.
    • C. Profiling insider data-access sequences against peer-group norms to find deviation is behavioral analytics hunting, since it analyzes patterns of conduct rather than a single indicator or setting.
    • D. Passive DNS enrichment is a data-source technique used to add context to domains during investigation, not one of the four hunting technique categories described in this scenario, and it is not one of the activities the analyst performed.
    • E. Vulnerability scanning identifies exploitable weaknesses in software rather than searching for evidence of compromise, and it is not one of the activities the analyst performed in this hunt.

    Subdomain 6.2: Define long tail analysis, outlier detection, and some common steps of hypothesis hunting with Splunk.

    33.In long tail analysis for security threat hunting, what does the 'long tail' refer to within a frequency distribution of observed events?

    1. A.The high-frequency events that occur so often they form the distribution's dominant peak
    2. B.The rare, infrequent events that appear at the low-frequency end of the distribution
    3. C.The events with the highest average transaction duration recorded during the search
    4. D.The subset of events flagged by signature-based detections during correlation searches
    Show answer & explanation

    Correct answer: BThe rare, infrequent events that appear at the low-frequency end of the distribution

    • A. This describes the head of the distribution, the common, high-volume activity, which is the opposite of what long tail analysis targets.
    • B. The long tail is the rare, infrequent activity at the low-frequency end of the distribution, and hunting there surfaces unusual behavior that blends in with normal volume.
    • C. Transaction duration is a metric produced by grouping related events, not a description of where an event sits in a frequency distribution.
    • D. Signature-based flagging matches known-bad patterns directly and is unrelated to how frequently an event occurs in the dataset.

    Subdomain 6.3: Determine when to use adaptive response actions and configure them as needed.

    34.A SOC lead wants only senior tier-2 analysts to be able to run the Run Playbook in SOAR action, while tier-1 analysts should not see that option at all when reviewing notable events. How should the lead configure this restriction?

    1. A.Restrict the action's permissions by role in the alert actions manager
    2. B.Disable the action for every role inside Content Management settings
    3. C.Remove the SOAR connector configuration from the Enterprise Security app
    4. D.Limit the action to a search macro that fires only on high-risk notables
    Show answer & explanation

    Correct answer: ARestrict the action's permissions by role in the alert actions manager

    • A. Adaptive response action permissions are managed per role through the alert actions manager, so restricting the Run Playbook in SOAR action there is the correct way to grant it to tier-2 analysts while hiding it from tier-1 analysts.
    • B. Disabling the action for every role would remove it for tier-2 analysts as well, which fails the requirement that senior analysts retain the ability to run it.
    • C. Removing the SOAR connector would break the integration entirely for all analysts and all notables, rather than selectively restricting who can invoke the action.
    • D. Tying the action to a search macro controls which notables the action can apply to based on risk, not which analyst roles are permitted to see or run the action.

    Subdomain 6.4: Explain the use of SOAR playbooks and list the basic ways they can be triggered from Enterprise Security.

    35.An adaptive response action in Enterprise Security sends five artifacts from one correlation search result to Splunk SOAR with "Run Playbook in SOAR" enabled. To avoid the playbook running five separate times on partial data, what does the integration do by default?

    1. A.It sets the run_automation parameter to false for all but the last artifact, so the playbook fires once after all five are added.
    2. B.It merges all five artifacts into a single CEF value before posting, so only one artifact ever reaches SOAR.
    3. C.It queues five separate playbook runs and lets SOAR deduplicate them after execution using the shared notable ID.
    4. D.It sends the artifacts one at a time and pauses the correlation search until each playbook run finishes.
    Show answer & explanation

    Correct answer: AIt sets the run_automation parameter to false for all but the last artifact, so the playbook fires once after all five are added.

    • A. This matches the documented behavior: the integration disables automation on every artifact except the last one in the batch, so the playbook only starts once, after the complete set has been added.
    • B. SOAR still receives five distinct artifacts; they are not merged into a single CEF value, since each artifact preserves its own mapped fields and event_id.
    • C. There is no post-execution deduplication step; the integration prevents redundant runs upfront by controlling the run_automation flag rather than cleaning up after multiple runs.
    • D. The correlation search does not pause execution waiting on playbook completion; artifacts are sent and the run_automation flag is what controls when the playbook actually starts.

    Want the full experience?

    These are just samples. Practice the full Splunk Certified Cybersecurity Defense Analyst question bank in quiz mode — free, no signup, with domain practice and exam simulation.