Courseiva

Splunk Certified Cybersecurity Defense Analyst (SPLK-5001) (SPLK-5001) (SPLK-5001) — Questions 76150

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

Page 1

Page 2 of 3

Page 3
76
Multi-Selectmedium

Which TWO commands require a grouping field to function correctly?

Select 2 answers
A.transaction
B.eval
C.stats
D.search
E.rename
AnswersA, C

Groups events by a common field.

Why this answer

Stats and transaction require a grouping field.

77
Multi-Selecthard

Which THREE of the following are common indicators that a host has been infected with malware?

Select 3 answers
A.Unusual outbound network connection
B.Modification of system-critical files
C.Unexpected process execution
D.Successful user logout
E.User password reset
AnswersA, B, C

Common for C2 communication.

Why this answer

Malware often creates outbound connections, changes system files, and executes unauthorized processes.

78
MCQeasy

In a threat hunting workflow, what is the primary purpose of a 'Lookback' period?

A.To increase the search speed
B.To clear the cache
C.To reduce the number of false positives
D.To align with attacker dwell time
AnswerD

This accounts for the delay between compromise and discovery.

Why this answer

The lookback period ensures the hunter scans enough historical data to cover the likely dwell time of an attacker.

79
MCQeasy

Which component in Splunk ES is used to manage the lifecycle of an incident, including status updates and assignments?

A.Notable Event Suppression
B.Case Management
C.Risk Analysis Dashboard
D.Incident Review
AnswerB

Case Management is specifically designed for incident lifecycle tracking.

Why this answer

Case Management provides the structure and tools for incident lifecycle management.

80
MCQmedium

You are hunting for evidence of credential dumping. You have access to Sysmon logs. Which EventCode should be the primary focus for detecting memory access to lsass.exe?

A.EventCode 1
B.EventCode 11
C.EventCode 10
D.EventCode 3
AnswerC

Event ID 10 is specifically designed for process access monitoring.

Why this answer

Sysmon Event ID 10 captures ProcessAccess, which is the standard event logged when a process like a credential dumper accesses the memory of lsass.exe.

81
MCQmedium

When onboarding a new firewall source, you notice that the data is not populating the 'Network Traffic' data model. What is the most efficient first step to troubleshoot the CIM mapping?

A.Disable and re-enable the Enterprise Security app.
B.Use the CIM Validator app to check compliance against the data model.
C.Change the sourcetype to 'cisco_asa' manually.
D.Re-index all firewall logs from the past 30 days.
AnswerB

The CIM Validator is the standard tool for verifying mapping compliance.

Why this answer

Using the CIM Validator app or running a search with the 'datamodel' command allows you to verify if the fields match the CIM requirements.

82
MCQhard

How can you ensure that a search field is only treated as a number for calculation purposes?

A.eval count = number(count)
B.cast(count as int)
C.eval count = tonumber(count)
D.eval count = int(count)
AnswerC

Tonumber explicitly forces a numerical data type.

Why this answer

The 'tonumber' function in 'eval' converts a string to a number.

83
MCQmedium

You want to visualize the geographic origin of incoming connection attempts to identify potentially malicious traffic. Which dashboard is most appropriate?

A.Protocol Intelligence
B.Geographic Information
C.Threat Intelligence
D.User Activity
AnswerB

This dashboard displays traffic origins on a map, which is useful for threat hunting.

Why this answer

The 'Geographic Information' dashboard in Splunk ES maps IP addresses to geographic locations.

84
Multi-Selecthard

Which THREE of the following are valid uses of the 'eval' command?

Select 3 answers
A.eval is_error = if(status>400, 1, 0)
B.eval new_field = field1 + field2
C.eval count by host
D.eval filter status=200
E.eval full_name = first + " " + last
AnswersA, B, E

Logic function.

Why this answer

Creating fields, string concatenation, and math operations are valid.

85
MCQmedium

You are mapping incoming alerts to the MITRE ATT&CK framework within the Splunk Enterprise Security (ES) Incident Review dashboard. Which attribute mapping ensures that your TTP-based notable events correctly reflect the adversary behavior?

A.Utilizing the 'mitre_attack_id' field within the Threat Intelligence framework.
B.Hardcoding the technique description into the 'dest_host' field.
C.Configuring the 'correlation_rule_id' to match the ATT&CK tactic name.
D.Mapping the source IP to the 'mitre_source_id' field.
AnswerA

This is the standard field used to associate threat intel objects with MITRE ATT&CK techniques.

Why this answer

The MITRE ATT&CK mapping in ES relies on the 'mitre_attack_id' field within the threat intelligence framework to correlate events with the enterprise matrix.

86
MCQmedium

Which data model does the Risk Analysis adaptive response action typically rely upon to enrich events?

A.Vulnerability Data Model
B.Threat Intelligence Data Model
C.Risk Data Model
D.Endpoint Data Model
AnswerC

The Risk data model is the primary model used to store and query risk-related events in Splunk ES.

Why this answer

While it can run on raw events, the Risk Analysis action is often used in correlation searches that monitor data models like 'Network Traffic' or 'Authentication'.

87
MCQmedium

You want to calculate the standard deviation of 'response_time' per 'server'. Which command is correct?

A.stats variance(response_time) as std_dev by server
B.stats stdev(response_time) as std_dev by server
C.stats sigma(response_time) by server
D.stats dev(response_time) by server
AnswerB

Stdev is the standard function for deviation in stats.

Why this answer

The 'stdev' function is used within the stats command.

88
Multi-Selecthard

Which THREE diagnostic tools or logs are useful for troubleshooting a malfunctioning correlation search?

Select 3 answers
A.The 'notable' index logs.
B.The Splunk License usage report.
C.scheduler.log
D.The user's web browser cache.
E.Search Job Inspector.
AnswersA, C, E

Checking the output of the notable index confirms event creation.

Why this answer

Scheduler logs, search job inspector, and the internal notable event index are all key to diagnosing search failures.

89
Multi-Selecthard

Which THREE settings can be configured within the 'Risk Analysis' adaptive response action?

Select 3 answers
A.CPU core count
B.Risk Message
C.Risk Score
D.Risk Object
E.Network interface speed
AnswersB, C, D

You provide a descriptive message for the risk event.

Why this answer

The action allows configuration of the risk object, score, and message.

90
MCQeasy

Which Splunk ES dashboard allows you to view and manage active threat intelligence feeds?

A.Security Posture.
B.Asset and Identity.
C.Incident Review.
D.Threat Intelligence Manager.
AnswerD

This dashboard manages feed health and configuration.

Why this answer

The Threat Intelligence Manager is the interface for managing and monitoring external threat feeds.

91
MCQmedium

You are troubleshooting an 'Adaptive Response' action that is failing to execute on a remote device. What should you check first?

A.The indexer cluster master status.
B.Connectivity and credentials in the specific Add-on configuration.
C.The number of active users in Splunk.
D.The notable event retention policy.
AnswerB

Adaptive Response relies on correctly configured Add-ons and connectivity.

Why this answer

The Splunk Add-on for the device must be configured with correct credentials and network connectivity must be verified between the Splunk instance and the device.

92
Multi-Selectmedium

Which TWO of the following are common types of social engineering?

Select 2 answers
A.Buffer Overflow
B.SQL Injection
C.Pretexting
D.Phishing
E.Port Scanning
AnswersC, D

A manipulative social engineering technique.

Why this answer

Phishing and pretexting are classic examples of social engineering techniques.

93
MCQmedium

An attacker is using PowerShell to obfuscate their activities. Which data model is most appropriate for searching for encoded PowerShell commands?

A.Endpoint
B.Network Sessions
C.Web
D.Authentication
AnswerA

The Endpoint data model logs process names and command-line arguments.

Why this answer

The Endpoint data model captures process command-line arguments where PowerShell activity resides.

94
MCQmedium

You are performing a search and want to ensure the subsearch runs against a specific time range relative to the main search. Which command/option achieves this?

A.search index=logs [search index=logs earliest=-24h]
B.[search index=logs | stats count by host | return $host] earliest=-24h
C.set_time -24h
D.subsearch_time=-24h
AnswerA, B

Actually, this is a standard pattern, but the question asks for the mechanism of relative time.

Why this answer

The 'earliest' and 'latest' arguments within a subsearch bracket control the time window.

95
Multi-Selecthard

Which THREE elements are essential for a well-defined risk-based alert?

Select 3 answers
A.A threshold for notable generation
B.Assignment of a risk score
C.Manual approval for every alert
D.Identification of a risk object
E.Hardware-level encryption
AnswersA, B, D

The threshold determines when risk becomes a notable.

Why this answer

RBA requires identifying the risk object, assigning a score, and using a correlation search to monitor that risk.

96
MCQmedium

You want to use the 'eval' command to create a new field 'is_critical' that is 'yes' if 'severity' is 'high' or 'critical', and 'no' otherwise. Which syntax is correct?

A.eval is_critical = if(severity=="high" || "critical", "yes", "no")
B.eval is_critical = case(severity="high" OR "critical", "yes", 1=1, "no")
C.eval is_critical = if(severity IN("high", "critical"), "yes", "no")
D.eval is_critical = switch(severity, "high", "yes", "critical", "yes")
AnswerC

The IN operator and if function are the cleanest way to handle multiple matches.

Why this answer

The 'if' function combined with 'in' or 'OR' logic is required.

97
MCQhard

A correlation search is failing to generate risk events. You check the 'Search Activity' and see that the search is running but returning 0 results. What is the most likely cause?

A.The search logic does not match the data.
B.The Splunk indexer is overloaded.
C.The user does not have permission to write to the risk index.
D.The Risk Analysis action is disabled.
AnswerA

The most common reason for 0 results is a mismatch between the search logic and the indexed data fields.

Why this answer

If the search returns no results, the logic inside the search is likely too restrictive, such as incorrect data model mapping or field names.

98
Multi-Selectmedium

Which THREE of the following are common phases defined in the Cyber Kill Chain model?

Select 3 answers
A.Containment
B.Reconnaissance
C.Weaponization
D.Exploitation
E.Patching
AnswersB, C, D

This is a valid phase of the Kill Chain.

Why this answer

The Cyber Kill Chain consists of Reconnaissance, Weaponization, Delivery, Exploitation, Installation, C2, and Actions on Objectives.

99
MCQmedium

When a notable event is generated, where does the 'Risk Score' value originate?

A.From the number of events in the result set.
B.From the indexer's CPU load.
C.From the correlation search's defined risk factor.
D.From the user's login history.
AnswerC

Risk factors are user-defined during search configuration.

Why this answer

The risk score is calculated based on the risk factor assigned to the alert in the correlation search configuration.

100
Multi-Selecthard

Which TWO of the following are ways to verify if a file hash is truly malicious within Splunk ES?

Select 2 answers
A.Submit the hash to an external sandbox/reputation service
B.Check against the Threat Intelligence framework
C.Restart the endpoint
D.Rename the file
E.Change the file extension
AnswersA, B

This provides a second opinion from trusted repositories.

Why this answer

Checking against threat intelligence and using online reputation services are standard methods.

101
MCQmedium

During an investigation, you need to group related notables into a single investigation container. Which feature should you use?

A.Splunk Case Management
B.Notable Event Aggregation
C.Notable Event Suppression
D.Incident Review Filters
AnswerA

Case Management allows analysts to create cases and add relevant notable events to them.

Why this answer

In Splunk ES, 'Cases' are the primary mechanism for grouping and managing related notable events during an investigation.

102
MCQeasy

Which Splunk ES dashboard allows an analyst to see a summary of all active notable events currently requiring investigation?

A.Threat Intelligence
B.Security Posture
C.Incident Review
D.User Activity
AnswerC

Incident Review is the main dashboard for triaging and investigating notable events.

Why this answer

The Incident Review dashboard is the primary interface for SOC analysts to manage active notable events.

103
MCQeasy

A phishing campaign is targeting your organization. Which Splunk ES module is best suited to track the delivery of the malicious email URLs?

A.Incident Review
B.Audit Trails
C.Content Management
D.Threat Intelligence
AnswerD

Threat Intel provides the framework to match incoming traffic against known malicious phishing URLs.

Why this answer

Threat Intelligence provides the infrastructure to ingest and correlate malicious URLs from phishing campaigns.

104
Multi-Selecteasy

Which TWO of the following are examples of reconnaissance techniques used by attackers?

Select 2 answers
A.Domain footprinting
B.Password cracking
C.Port scanning
D.Log file deletion
E.Data encryption
AnswersA, C

Collecting information about a target's infrastructure.

Why this answer

Port scanning and domain footprinting are common reconnaissance activities.

105
MCQhard

You need to ensure that the 'Threat Intelligence' framework periodically updates. Where do you configure the update interval?

A.In the Threat Intelligence Manager dashboard.
B.Using a crontab on the OS level.
C.By modifying the threat data model.
D.In the global settings.conf file.
AnswerA

The manager handles individual feed update schedules.

Why this answer

The Threat Intelligence Manager allows you to define the update interval for individual threat feeds.

106
Multi-Selecthard

Which THREE techniques can be used in Splunk to reduce the noise of false positives during a threat hunt?

Select 3 answers
A.Deleting raw logs after indexing
B.Using 'NOT' clauses to exclude known administrative processes
C.Increasing the search time range
D.Implementing lookup tables to exclude known-good baselines
E.Adjusting the threshold for rarity in the 'rare' command
AnswersB, D, E

Explicit exclusion is a common method for cleaning results.

Why this answer

Filtering known-good values, using lookup tables for exclusions, and weighting alerts are all standard methods for noise reduction.

107
MCQmedium

You are conducting a hunt for unauthorized remote access tools. Which Splunk command is most effective for identifying processes that are running from unusual directories (e.g., AppData, Temp)?

A.index=windows | table Image | sort Image
B.index=windows | stats count by Image | where like(Image, "%\\AppData%")
C.index=windows | search Image="*" | head 100
D.index=windows | rare Image
AnswerB

This effectively filters for processes running from the AppData directory.

Why this answer

Filtering by 'Image' and using 'where' to identify paths containing 'AppData' or 'Temp' is a standard way to find suspicious persistence.

108
Multi-Selecthard

Which THREE of the following are valid search operators?

Select 3 answers
A.WITH
B.OR
C.AND
D.BUT
E.NOT
AnswersB, C, E

Union.

Why this answer

AND, OR, and NOT are the three fundamental boolean operators in SPL.

109
Multi-Selecthard

Which TWO ways can you enrich events with threat intelligence in Splunk ES?

Select 2 answers
A.Using the 'lookup' command against a KV Store collection.
B.By changing the user's password.
C.By editing the indexer's configuration files.
D.By configuring feeds in the 'Threat Intelligence Manager'.
E.By deleting the old notable events.
AnswersA, D

Custom lookups are a standard way to join threat intel data.

Why this answer

Threat intel can be added via the 'Threat Intelligence' framework (using KV Store lookups) or by using standard 'lookup' commands against threat feeds.

110
MCQmedium

You are onboarding a new Windows Event Log source using the Splunk Universal Forwarder. To ensure the data conforms to the Splunk Common Information Model (CIM) for the Authentication data model, where should you primarily configure the sourcetype?

A.The data model acceleration settings in the ES app settings.
B.The index-time index routing configuration in indexes.conf.
C.The input configuration within the Splunk Add-on for Microsoft Windows.
D.The Notable Event Suppression configuration in Splunk ES.
AnswerC

The Splunk Add-on for Microsoft Windows provides the correct sourcetypes and CIM mapping configuration out of the box.

Why this answer

To ensure CIM compliance, data should be mapped to the appropriate CIM tags and fields. Configuring the sourcetype correctly in props.conf and transforms.conf (or via the Add-on Builder) ensures the data is parsed and tagged into the Authentication data model correctly.

111
MCQeasy

Which search command is used to join threat intelligence data with your local search results?

A.join
B.map
C.append
D.lookup
AnswerD

'lookup' is the preferred method for enriching events with threat intel.

Why this answer

The 'lookup' command is the standard way to join event data with external or KV store-based threat intelligence.

112
Multi-Selectmedium

Which TWO of the following are valid methods to mitigate an insider threat within Splunk ES?

Select 2 answers
A.Disabling all network ports
B.Manually logging all user keystrokes
C.Enabling RBA for high-risk users
D.Using Correlation Searches to alert on data exfiltration
E.Deleting user accounts immediately
AnswersC, D

RBA helps track user behavior over time.

Why this answer

Implementing RBA and using correlation searches are effective ways to proactively detect and block insider threats.

113
Multi-Selecthard

Which THREE of the following represent valid ways to use the 'lookup' command?

Select 3 answers
A.lookup file.csv field1
B.lookup file.csv --all
C.lookup file.csv field1 AS field_a OUTPUT field2 AS field_b
D.lookup file.csv field1 OUTPUT field2
E.lookup file.csv --join
AnswersA, C, D

Standard lookup usage.

Why this answer

Standard lookup, lookup with OUTPUT, and lookup with AS aliasing are valid.

114
MCQeasy

Which Splunk feature allows an analyst to save a specific search query, parameterize it with variables, and reuse it across different time ranges and entities?

A.Saved Search
B.Data Model Acceleration
C.Search Macro
D.Event Type
AnswerC

Macros allow for reusable, parameterizable SPL blocks.

Why this answer

Splunk 'Reports' allow for saved searches, but 'Lookup Definitions' or 'Macros' are used for reusability. Macros are the standard way to parameterize queries.

115
MCQhard

When calculating a risk score using the 'sum' aggregation method, what happens if multiple risk events for the same object occur within the same time window?

A.The scores are additive.
B.Only the highest score is kept.
C.The scores are averaged.
D.The risk score is reset to zero.
AnswerA

The 'sum' aggregation logic aggregates individual event scores into a total score.

Why this answer

The 'sum' aggregation method cumulatively adds the risk score of every incident to the total score of the object.

116
MCQhard

You notice a high volume of traffic from an internal workstation to a non-standard port on an external server. Which search helps identify the frequency of this connection?

A.tstats
B.inputlookup
C.map
D.search
AnswerA

tstats is the most efficient way to query indexed data models for volume analysis.

Why this answer

Using 'tstats' on the Network Traffic data model with 'count' grouped by time is the most efficient way to detect volume anomalies.

117
MCQmedium

You are investigating a potential web-based attack. Which data model contains information regarding HTTP user-agents and request methods?

A.Network Traffic
B.Authentication
C.Endpoint
D.Web
AnswerD

The Web data model is specific for HTTP/HTTPS metadata.

Why this answer

The 'Web' data model captures detailed information about web server traffic, including user-agents.

118
MCQhard

When using the Splunk Enterprise Security 'Threat Intelligence' framework, which file type is used to import custom STIX/TAXII threat feeds to align with the MITRE ATT&CK framework?

A.A KV Store collection configured via the 'Threat Intelligence Manager'.
B.An XML-based 'Incident Review' dashboard export.
C.A custom .yml file uploaded to the /etc/system/local directory.
D.A static .conf file in the app bin folder.
AnswerA

Threat intel management in ES relies on KV Store collections to store and map indicators.

Why this answer

The Threat Intelligence framework in ES supports importing custom feeds via CSV or KV Store lookups formatted as threat intel objects, often mapped to MITRE via STIX/TAXII integrations.

119
MCQmedium

You are investigating a potential data exfiltration event. You have a lookup file called 'authorized_servers.csv' containing a field 'ip_address'. You want to find all connections to IPs not in this list. Which command fulfills this?

A.index=network | lookup authorized_servers.csv ip_address AS dest_ip OUTPUT ip_address as is_authorized | where is_authorized=""
B.index=network | inputlookup authorized_servers.csv | where dest_ip!=ip_address
C.index=network | lookup authorized_servers.csv dest_ip | where isnull(dest_ip)
D.index=network | filter dest_ip NOT IN authorized_servers.csv
AnswerA

Using a lookup to output a field and checking for nulls is a standard way to find non-matches.

Why this answer

The 'inputlookup' combined with 'NOT [search]' or the 'lookup' command with a filter is used for exclusion.

120
MCQmedium

You are investigating a suspicious PowerShell script. You suspect the script is using Base64 encoding. Which SPL function can you use to decode the string within Splunk?

A.eval decoded=base64_decode(field)
B.rex field=field "(?<decoded>.*)"
C.transform base64 field
D.eval decoded=decode(field, "base64")
AnswerA

This is the correct syntax for decoding Base64 strings.

Why this answer

The 'base64_decode' function in SPL is designed to handle this specific transformation.

121
MCQeasy

What is the primary function of the 'Notable Event Suppression' feature?

A.To automatically block malicious IPs.
B.To speed up correlation searches.
C.To archive old notable events.
D.To reduce alert fatigue from known false positives.
AnswerD

The goal is to focus analysts on high-value alerts.

Why this answer

It allows users to prevent known false positives from creating notable events, reducing alert fatigue.

122
MCQhard

You are reviewing a Splunk Enterprise Security alert mapped to the MITRE ATT&CK technique 'T1059.001 (PowerShell)'. Which search command would best identify the use of obfuscated PowerShell commands?

A.search sourcetype=sysmon | rename command as powershell.
B.| inputlookup mitre_tactics | where process=powershell.
C.index=main | lookup mitre_attack_id.
D.tstats count from datamodel=Endpoint.Processes where Processes.process_name=powershell.exe.
AnswerD

This is the most efficient way to query endpoint process data for specific commands.

Why this answer

The 'tstats' command is the standard way to query data models efficiently, such as the 'Endpoint' model, to look for malicious PowerShell patterns.

123
MCQeasy

What is the benefit of using the Asset and Identity framework in Splunk ES investigations?

A.It hides false positives.
B.It automatically generates risk scores.
C.It provides context to events.
D.It replaces the need for data models.
AnswerC

Contextual enrichment makes events more actionable.

Why this answer

It provides contextual information (like user departments or host ownership) to notable events, allowing for better prioritization and investigation.

124
MCQeasy

In Splunk ES, where can you manage the 'Risk Threshold' for triggering a Notable Event based on aggregate risk scores?

A.Incident Review Dashboard
B.Configure > Content > Correlation Searches
C.Configure > Data Enrichment > Risk Analysis
D.The Security Posture dashboard
AnswerC

Risk Analysis configuration is where the risk score threshold for generating notable events is defined.

Why this answer

The Risk Notable Event threshold is configured within the Risk Analysis settings of the Splunk ES configuration menu.

125
MCQmedium

You are performing a hypothesis-driven hunt and suspect that an attacker is using lateral movement via WMI. Which command in Splunk would best assist in identifying anomalous process creation events associated with WMI (wmiprvse.exe) spawning shells?

A.index=windows EventCode=4697 | table User, ServiceName
B.index=windows EventCode=4688 | stats count by ParentProcessName, ProcessName
C.index=windows EventCode=4624 | table Logon_Type, User
D.index=windows EventCode=7045 | stats count by ServiceName
AnswerB

This efficiently isolates process lineage to spot anomalous spawns from wmiprvse.exe.

Why this answer

Identifying abnormal parent-child relationships is a core hunting technique. Using tstats to aggregate process parent-child pairs is efficient.

126
MCQeasy

Which component in the Splunk ES architecture is responsible for mapping disparate log sources to a unified schema?

A.Common Information Model (CIM) Add-on
B.Notable Event Suppression
C.Splunk Enterprise Security App
D.Splunk Indexer
AnswerA

The CIM Add-on provides the knowledge objects and schemas to normalize data.

Why this answer

The Splunk Common Information Model (CIM) is the framework that provides the schema for normalizing data across various sources.

127
Multi-Selectmedium

Which THREE of the following are recognized components of the NIST Cybersecurity Framework (CSF) Core functions?

Select 3 answers
A.Report
B.Eradicate
C.Detect
D.Protect
E.Identify
AnswersC, D, E

This is a core NIST CSF function.

Why this answer

The five core functions of NIST CSF are Identify, Protect, Detect, Respond, and Recover.

128
MCQhard

You notice that the risk score for an asset is not decaying. Which configuration controls the risk score lifespan?

A.Data model acceleration TTL.
B.Search Scheduler settings.
C.Risk Analysis configuration in ES Settings.
D.Notable event retention settings.
AnswerC

ES settings contain the global configuration for risk scoring and decay.

Why this answer

The 'Risk Analysis' settings in the ES app configuration dictate how long risk scores persist before decaying.

129
MCQhard

You are analyzing a data model using tstats. You need to identify rare process executions across your environment. Which command structure provides the most performance-optimized result?

A.| tstats summariesonly=t count from datamodel=Endpoint.Processes by Processes.process_name | sort count
B.| inputlookup processes.csv | stats count
C.index=windows | rare limit=20 ProcessName
D.| search index=windows | stats count by ProcessName | sort -count
AnswerA

This is the most efficient method using pre-calculated data models.

Why this answer

Using tstats with the 'summariesonly=true' parameter leverages accelerated data models, providing significantly faster results for large datasets.

130
MCQhard

You are troubleshooting a scenario where the 'Risk Notable' is not firing as expected. Which log file should you inspect first to confirm if the Risk Analysis action was successfully triggered?

A.correlation_search.log
B.splunkd.log
C.notable_events.log
D.risk_index.log
AnswerB

splunkd.log contains logs for adaptive response executions and scheduling errors.

Why this answer

The splunkd.log file contains internal diagnostic information about adaptive response actions executed by the correlation search scheduler.

131
MCQeasy

A SOC analyst observes an unusual spike in failed login attempts followed by a successful login from a new IP address. Which Splunk Enterprise Security dashboard should the analyst check to confirm if this is a potential brute-force attack?

A.User Activity Center
B.Protocol Intelligence
C.Access Anomalies
D.Threat Intelligence Activity
AnswerC

This dashboard specifically aggregates authentication data to highlight brute-force patterns.

Why this answer

The Access Anomalies dashboard provides a centralized view of authentication-related anomalies.

132
MCQmedium

When troubleshooting a missing notable event, which search should you run to verify if the correlation search is producing results?

A.index=notable
B.Check the 'scheduler.log'.
C.Run the search query logic manually in the Search app.
D.Re-index the source data.
AnswerC

Testing the query logic directly confirms if events exist.

Why this answer

Running the search query defined in the correlation search manually allows you to see if the search logic is returning any results.

133
MCQmedium

Which component of the Splunk Enterprise Security architecture is responsible for generating notable events?

A.The Search Head.
B.The Forwarder.
C.The License Master.
D.The Indexer.
AnswerA

The search head runs the scheduler that triggers notable events.

Why this answer

The 'Correlation Search' scheduler is the specific component that runs searches and triggers notable events.

134
MCQhard

You need to calculate the average time delta between 'login' and 'logout' events for each user. Which command approach is most effective?

A.index=auth | transaction user_id | stats avg(duration) by user_id
B.index=auth | delta _time as time_diff by user_id
C.index=auth | stats min(_time) as start, max(_time) as end by user_id | eval delta=end-start
D.index=auth | eval time_diff = logout_time - login_time
AnswerA

The transaction command automatically calculates a 'duration' field for grouped events.

Why this answer

Transaction is effective for grouping events by a common ID and calculating duration.

135
Multi-Selecthard

Which TWO actions can be taken on a notable event directly from the Incident Review dashboard?

Select 2 answers
A.Change the notable event status
B.Execute adaptive response actions
C.Modify the correlation search code
D.Rebuild the threat intelligence index
E.Delete the underlying index
AnswersA, B

Updating the status is a key part of incident lifecycle management.

Why this answer

Analysts can run adaptive response actions and manage the notable event status directly from this dashboard.

136
MCQmedium

If an analyst wants to see all risk events associated with a specific IP address, which search command is most effective?

A.collect index=risk
B.lookup asset_info
C.tstats count from datamodel=Risk where Risk.src_ip=...
D.search index=risk src_ip=...
AnswerC

tstats is the recommended approach for searching indexed data models.

Why this answer

The 'tstats' command is the most efficient way to query the risk data model for events associated with a specific field value.

137
Multi-Selecthard

You are auditing your environment against the NIST CSF 'Detect' function. Which TWO of the following Splunk ES features provide the necessary visibility?

Select 2 answers
A.Notable Events framework.
B.Workload Management.
C.Data Model acceleration.
D.Correlation Searches.
E.Report acceleration.
AnswersA, D

This framework manages the output of detected threats.

Why this answer

The 'Notable Events' framework and 'Correlation Searches' are the primary mechanisms in ES for detecting and surfacing security anomalies.

138
MCQmedium

You are configuring a new Data Model for use with Splunk Enterprise Security. Which action is required to ensure the data model accelerates correctly for use in notable event generation?

A.Configure the data model to use only indexed fields.
B.Set the data model to root-level permissions only.
C.Manually create tags for every field in the data model.
D.Enable acceleration and define a summary range.
AnswerD

Enabling acceleration creates the summary files necessary for fast reporting and correlation searches.

Why this answer

Acceleration must be enabled and the summary range must be set to cover the retention period required for security investigations.

139
MCQhard

A malware infection is suspected on a host. You notice traffic on port 445. Which Splunk ES correlation search should be prioritized to investigate lateral movement?

A.Brute Force Access
B.Malware Detection
C.Lateral Movement
D.DGA Detection
AnswerC

This correlation search monitors for suspicious traffic patterns associated with internal movement.

Why this answer

Lateral movement typically involves SMB (port 445) traffic, which is tracked by the 'Lateral Movement' correlation search.

140
MCQeasy

In the context of Splunk ES, what is an 'Asset'?

A.A malicious IP address.
B.An entity like a host or server.
C.A saved search report.
D.A notable event.
AnswerB

Assets are entities identified within the environment for risk context.

Why this answer

An asset represents an entity in the environment, such as a host or server, which is stored in the asset and identity framework for context enrichment.

141
Multi-Selectmedium

Which TWO of the following are valid methods for enriching notable events in Splunk ES?

Select 2 answers
A.Disabling real-time alerts.
B.Increasing the search time range of the correlation search.
C.Modifying the indexer cluster replication factor.
D.Configuring the Asset and Identity framework.
E.Using automatic lookup definitions to append metadata to events.
AnswersD, E

This framework is the standard ES method for adding context to notable events.

Why this answer

Lookups and Asset/Identity correlation are the primary methods for enriching events with context such as user roles or asset criticality.

142
MCQeasy

Which of the following is considered 'Reconnaissance' in the Cyber Kill Chain?

A.Sending a spear-phishing email.
B.Encrypting user files for ransom.
C.Installing a backdoor on a web server.
D.Scanning external IP ranges for open ports.
AnswerD

Port scanning is a common reconnaissance technique.

Why this answer

Reconnaissance involves active or passive research performed by an attacker to gather information on a target's infrastructure.

143
Multi-Selecthard

Which TWO methods can be used to suppress notable events?

Select 2 answers
A.Restarting the search head cluster.
B.Renaming the index.
C.Adding a block to the inputs.conf.
D.Directly modifying the 'notable_event_suppression' KV Store collection.
E.Using the 'Notable Event Suppression' dashboard.
AnswersD, E

This is the underlying method for managing suppressions.

Why this answer

Suppression can be done via the UI (Incident Review) or by creating entries in the Notable Event Suppression lookup.

144
Multi-Selecthard

Which THREE of the following fields are required for mapping data to the 'Authentication' CIM data model?

Select 3 answers
A.status
B.action
C.dest_port
D.file_name
E.user
AnswersA, B, E

Essential to identify the success or failure.

Why this answer

The Authentication data model requires the user, the status (success/failure), and the action taken.

145
MCQhard

An analyst is investigating an incident where a user's risk score spiked significantly. Which investigative tool allows the analyst to see the timeline of all contributing risk events?

A.Risk Analysis Dashboard
B.Security Posture Dashboard
C.Investigation Workbench
D.Incident Review
AnswerA

This dashboard provides a dedicated view for analyzing risk event timelines for specific entities.

Why this answer

The 'Risk Analysis' dashboard displays a timeline and list of events that contributed to an object's current risk score.

146
MCQeasy

An analyst needs to correlate an alert with the 'Delivery' phase of the Cyber Kill Chain. Which data source should be most prioritized for this specific stage?

A.Domain Controller authentication logs.
B.Email gateway logs and web proxy logs.
C.Internal host process creation logs.
D.Endpoint file integrity monitoring.
AnswerB

These are the primary sources for detecting the delivery of malicious content.

Why this answer

The Delivery phase involves getting the malicious payload to the target, typically via email, web, or file transfer.

147
Multi-Selecteasy

Which TWO areas of the Splunk ES environment are used to manage risk-based alerting configurations?

Select 2 answers
A.Risk Analysis configuration
B.License Master UI
C.Knowledge Object Manager
D.Correlation Search Editor
E.Data Model Acceleration UI
AnswersA, D

This is where global risk scoring and decay settings are defined.

Why this answer

The Correlation Search Editor and the Risk Analysis settings are the core locations for managing RBA.

148
Multi-Selecthard

You are integrating Splunk with the CIS Benchmarks. Which TWO of the following configurations are necessary to report on 'Secure Configuration' of endpoints?

Select 2 answers
A.Configure all logs to use the 'Syslog' protocol only.
B.Enablement of the 'Splunk App for CIS Benchmarks'.
C.Install a third-party antivirus solution.
D.Deployment of the Splunk Universal Forwarder on target endpoints.
E.Configure the index to 'Hot/Warm' storage only.
AnswersB, D

This app provides the logic to compare incoming configuration data against known CIS standards.

Why this answer

To report on CIS benchmarks, you need to collect the configuration data and have a mechanism to compare it against the expected state (the benchmark).

149
MCQmedium

When investigating a case, where should an analyst document their findings to ensure they are available to other team members?

A.In the 'Comments' section of the Case.
B.In the splunkd.log file.
C.By modifying the correlation search.
D.In the Asset and Identity manager.
AnswerA

The Comments section is designed for team collaboration and case logging.

Why this answer

Case Management supports adding comments or notes to a case to facilitate collaboration.

150
MCQhard

You want to suppress a specific correlation search alert for a legitimate vulnerability scan. What is the most precise way to achieve this without disabling the search?

A.Lower the urgency of the notable event.
B.Create a Notable Event Suppression entry.
C.Modify the correlation search cron schedule.
D.Delete the scan data from the index.
AnswerB

Suppression entries allow for granular filtering of notable events.

Why this answer

Notable Event Suppression allows you to define specific filter criteria based on fields like host, user, or signature to ignore known false positives.

Page 1

Page 2 of 3

Page 3

All pages