Courseiva

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

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

Page 1 of 3

Page 2
1
Multi-Selecteasy

Which TWO of the following are key components of a successful incident investigation workflow in Splunk ES?

Select 2 answers
A.Automated index deletion
B.Case documentation and updates
C.User password resets
D.Manual correlation search coding
E.Notable event triage
AnswersB, E

Documenting findings is critical for auditability and collaboration.

Why this answer

Triage and documentation are essential parts of the Incident Review and Case Management process.

2
Multi-Selectmedium

Which THREE tasks are performed within the 'CIM Setup' interface?

Select 3 answers
A.Configuring index retention policies.
B.Mapping sourcetypes to data models.
C.Enabling data model acceleration.
D.Verifying mapping compliance.
E.Defining user roles and permissions.
AnswersB, C, D

Mapping is the primary function of CIM Setup.

Why this answer

CIM Setup allows administrators to map sourcetypes to data models, enable acceleration, and verify CIM compliance.

3
MCQeasy

What is the purpose of the 'head' command?

A.Return the last N results.
B.Sort the results.
C.Count the results.
D.Return the first N results.
AnswerD

Head limits results to the beginning of the list.

Why this answer

The 'head' command returns the first N results from a search.

4
MCQhard

An attacker is using a technique that involves 'living off the land' by utilizing legitimate system tools. Which data model is most effective to monitor these tools?

A.Network Traffic
B.Endpoint
C.Authentication
D.Change Analysis
AnswerB

The Endpoint data model captures execution of tools, making it the primary tool for detection.

Why this answer

The Endpoint data model captures process execution, which is the primary indicator of living-off-the-land techniques.

5
MCQhard

You are configuring the Splunk Security Essentials (SSE) app to align with the NIST CSF framework. You want to prioritize your detection development based on the most critical gaps. Which action should you take?

A.Navigate to the 'Compliance' tab and run a report on 'Framework Coverage'.
B.Manually edit the 'Data Model' accelerations for NIST compliance.
C.Modify the 'Notable Event' aggregation policy to NIST standards.
D.Update the 'Threat Intelligence' index settings to include NIST tags.
AnswerA

This tab maps installed detections against NIST CSF and shows maturity scores.

Why this answer

The 'Content Introspection' or 'Security Content' dashboard in SSE allows users to filter by framework and maturity to identify coverage gaps.

6
MCQmedium

You need to ensure that only authorized users can view certain sensitive notable events. How do you implement this in Splunk ES?

A.Create a separate index and assign role-based access.
B.Encrypt the notable events in the KV Store.
C.Hide the notable event in the Incident Review dashboard.
D.Change the notable event severity to 'Informational'.
AnswerA

Access control is fundamentally managed via index-level role permissions.

Why this answer

Data model-based security and index-level access controls are used to restrict visibility to events based on user roles.

7
MCQeasy

When drafting a threat hunting playbook, which of the following sections is most critical for ensuring the hunt is repeatable and auditable by other analysts?

A.Threat Intelligence Source List
B.Hunt Procedure and Query Logic
C.Executive Summary
D.Hardware Requirements
AnswerB

Clear steps and query logic ensure the hunt can be audited and repeated.

Why this answer

A documented 'Procedure' or 'Steps' section ensures that the methodology is clear and can be executed consistently by others.

8
MCQhard

A security engineer is configuring a new correlation search that needs to correlate data across two different indexes. Which Splunk ES feature allows for efficient correlation across large datasets?

A.Data Model Acceleration
B.Summary Indexing
C.Correlation Search Tuning
D.Lookup file generation
AnswerA

Acceleration creates summary indexes for data models, which are optimized for correlated searches.

Why this answer

Data model acceleration allows Splunk to pre-calculate and store data models, making correlation searches run significantly faster than raw searches across indices.

9
Multi-Selectmedium

Which TWO of the following commands are used for data transformation or enrichment?

Select 2 answers
A.search
B.index
C.head
D.lookup
E.eval
AnswersD, E

Used for data enrichment.

Why this answer

Lookup and eval are core transformation commands.

10
MCQeasy

Which phase of the proactive threat hunting methodology involves identifying the specific threat actor or technique to be investigated?

A.Data Preparation
B.Reporting
C.Hunt Execution
D.Hypothesis Generation
AnswerD

This is the starting phase where the hunt focus is established.

Why this answer

The 'Hypothesis Generation' phase involves determining what to hunt for based on threat intelligence or environmental observations.

11
MCQmedium

A security analyst notices an alert from the 'MITRE ATT&CK - Initial Access' tactic. Which data source should be primary for investigating this alert?

A.Email security logs or Web Proxy logs.
B.Local authentication logs.
C.Process audit logs.
D.Registry modification logs.
AnswerA

These are the entry points for most 'Initial Access' vectors.

Why this answer

Initial Access often occurs via phishing or exploited public-facing applications, making web or email logs primary investigation targets.

12
MCQeasy

Which character acts as a wildcard in a search string?

A.*
B.$
C.?
D.%
AnswerA

The asterisk represents any number of characters.

Why this answer

The asterisk (*) is the standard wildcard character in Splunk.

13
MCQhard

A user reports that a specific dashboard panel is timing out. After checking the search job, you notice it is scanning too much data. Which configuration should you adjust?

A.Increase the 'max_search_results' in limits.conf.
B.Optimize the search query and use data model summaries.
C.Increase the memory for the Splunk web server.
D.Re-install the Splunk app.
AnswerB

Summaries drastically reduce the data scanned by the search engine.

Why this answer

Adjusting the time range picker or optimizing the search by using specific indexes or summaries will reduce scan volume.

14
MCQhard

You are investigating a potential beaconing pattern. You have identified a suspect destination IP. Which SPL command sequence is most appropriate to calculate the frequency of connections to this IP to validate the beaconing hypothesis?

A.search dest_ip=x.x.x.x | rare dest_ip
B.search dest_ip=x.x.x.x | streamstats current=f window=2 global=f last(_time) as prev_time | eval diff=_time - prev_time
C.search dest_ip=x.x.x.x | timechart span=1h count
D.search dest_ip=x.x.x.x | stats count by _time
AnswerB

Calculating the time difference between consecutive events is the standard method for finding periodic beaconing.

Why this answer

The streamstats command allows for calculating intervals between events, which is critical for identifying beaconing patterns in network traffic.

15
MCQhard

When configuring an 'Adaptive Response' action, what does the 'Notable' action type do?

A.Updates the asset identity table.
B.Creates an entry in the Incident Review dashboard.
C.Assigns a risk score to an event.
D.Sends an email alert.
AnswerB

This is the primary function of the 'Notable' adaptive response action.

Why this answer

The 'Notable' action type specifically triggers the creation of a notable event in the Incident Review dashboard.

16
MCQeasy

Which Splunk Enterprise Security feature allows you to manage the lifecycle of a notable event?

A.Asset and Identity Investigation.
B.Notable Event Suppression.
C.Risk Analysis Dashboard.
D.Incident Review.
AnswerD

Incident Review is the primary console for managing event status.

Why this answer

The Incident Review dashboard provides the interface for managing statuses, owners, and comments for notable events.

17
MCQeasy

An analyst wants to investigate a suspicious email attachment. Which Splunk ES notable event field is most effective for pivoting to the 'File' domain investigation dashboard?

A.file_hash
B.src_user
C.signature
D.dest_port
AnswerA

The file_hash field allows for immediate investigation into file reputation.

Why this answer

The file_hash field is the standard normalized field in Splunk ES for tracking file identities across data sources.

18
MCQhard

You are using a subsearch to find 'dest_ip' values that appeared in a 'failed_login' search. What is a common limitation of subsearches that you must consider?

A.Subsearches are limited by the 'maxout' configuration and execution time.
B.Subsearches only return the first 10 results.
C.Subsearches cannot use the 'stats' command.
D.Subsearches cannot reference fields from the outer search.
E.Subsearches always run after the outer search completes.
AnswerA

The subsearch must complete within a specific time and result limit before the outer search runs.

Why this answer

Subsearches have a limit on the number of results returned (default 10,000) and a time limit.

19
Multi-Selecteasy

Which THREE pieces of information are commonly found in a Splunk ES Case?

Select 3 answers
A.Investigation metadata (status, owner)
B.Analyst comments and notes
C.Raw indexer performance logs
D.Notable events associated with the case
E.System health metrics
AnswersA, B, D

Metadata keeps track of case state and assignment.

Why this answer

Cases are containers that hold key artifacts, comments from analysts, and links to relevant notable events.

20
Multi-Selecthard

Which TWO factors influence an object's final risk score in Splunk ES?

Select 2 answers
A.The number of users in the organization
B.The total disk space of the index
C.Individual risk event scores
D.The aggregation method (sum, average, max)
E.The operating system of the host
AnswersC, D

These are the base values that get added together.

Why this answer

The final score is influenced by the individual event scores and the aggregation method applied.

21
Multi-Selectmedium

Which TWO commands provide information about the fields present in the events?

Select 2 answers
A.lookup
B.eval
C.sort
D.fields
E.table
AnswersD, E

Controls visibility of fields.

Why this answer

Fields and table can show which fields exist.

22
MCQmedium

Which dashboard in Splunk ES provides a high-level view of threats and vulnerabilities mapped to the MITRE ATT&CK framework?

A.Asset Discovery.
B.Threat Intelligence Manager.
C.Security Posture.
D.Incident Review.
AnswerC

The Security Posture dashboard shows framework-based threats.

Why this answer

The Security Posture dashboard and the MITRE ATT&CK mapping dashboard are standard features for viewing framework coverage.

23
MCQmedium

An analyst needs to manually add an event to an existing case in Splunk ES. What is the correct procedure?

A.Edit the correlation search definition.
B.Modify the risk index directly.
C.Use the Case Management dashboard to search for the event ID.
D.Select the event in Incident Review and choose 'Add to Case'.
AnswerD

The 'Add to Case' action is directly available in the Incident Review interface.

Why this answer

From the Incident Review dashboard, analysts can select a notable event and use the 'Action' menu to assign it to an existing case.

24
Multi-Selectmedium

Which THREE dashboard categories in Splunk ES are most useful for risk-based investigation?

Select 3 answers
A.Risk Analysis
B.Security Posture
C.Incident Review
D.License Usage
E.User Activity Monitoring
AnswersA, B, C

This provides granular risk scoring data.

Why this answer

Risk Analysis, Incident Review, and Security Posture are the primary dashboards for investigation.

25
Multi-Selectmedium

Which THREE components are required for an Adaptive Response action to function?

Select 3 answers
A.The Adaptive Response action must be enabled.
B.A permanent connection to the Internet.
C.Validated credentials for the target system.
D.A user with 'Admin' role on all indexers.
E.A properly configured Add-on for the target system.
AnswersA, C, E

If disabled, the action will not trigger.

Why this answer

Adaptive response requires an enabled action, a configured Add-on (for the target system), and proper credentials.

26
MCQhard

You are creating a custom Adaptive Response action. The action requires a Python script. Where must this script be placed for the Splunk instance to execute it?

A.The root of the Splunk installation directory.
B.$SPLUNK_HOME/etc/apps/<app_name>/bin
C./etc/system/bin
D./var/lib/splunk/scripts
AnswerB

Scripts for custom actions reside in the application's bin folder.

Why this answer

The script must be placed in the 'bin' directory of the specific Add-on or app directory to be accessible by the Splunk search process.

27
MCQhard

You are creating a custom correlation search that triggers a notable event. How do you ensure the notable event maintains the correct 'owner' assignment when the search triggers for multiple distinct users?

A.Assign the owner via a post-process lookup file.
B.Use the 'owner' field in the notable event action configuration to map to an extracted user field.
C.Create separate correlation searches for each user.
D.Hardcode the owner name in the correlation search action.
AnswerB

Mapping the owner field to an extraction ensures dynamic assignment.

Why this answer

The 'drilldown_field' and 'owner' field mapping in the notable event configuration allow for dynamic assignment based on extracted fields.

28
Multi-Selectmedium

When designing a threat hunting playbook, which TWO components must be included to ensure the hunt is actionable?

Select 2 answers
A.The budget for the security department
B.A copy of the company's network topology map
C.Detailed SPL search queries
D.A list of all employees in the company
E.Incident response escalation steps
AnswersC, E

The query is the core tool of the hunt.

Why this answer

Actionable hunts require clear search queries and defined 'next steps' for when a hit is found.

29
MCQhard

An attacker has cleared the Windows Event Logs to hide their tracks. You are hunting for this activity. Which Event ID in the System log indicates that the log service was stopped or cleared?

A.Event ID 1102
B.Event ID 4688
C.Event ID 7036
D.Event ID 4624
AnswerA

Indicates the audit log was cleared.

Why this answer

Event ID 1102 is the specific Windows event logged when the Security audit log is cleared.

30
MCQhard

You are investigating a user who has triggered multiple high-risk alerts. Where in Splunk ES can you view the historical risk score progression for this specific user?

A.Notable Event Analysis
B.Asset Investigator
C.Risk Analysis
D.Incident Review
AnswerC

The Risk Analysis dashboard shows historical risk progression for users and assets.

Why this answer

The 'Risk Analysis' dashboard displays the risk score trend for entities over time.

31
Multi-Selecteasy

Which THREE actions are part of the 'Incident Review' investigation workflow?

Select 3 answers
A.Updating system configuration files
B.Rebooting indexer nodes
C.Changing the status of a notable
D.Triage of new notable events
E.Assigning notables to an analyst
AnswersC, D, E

Updating status shows progress in the lifecycle.

Why this answer

Investigating involves triaging, assigning, and changing statuses.

32
Multi-Selectmedium

Which THREE of the following data sources are most valuable for detecting an insider threat?

Select 3 answers
A.Printer toner levels
B.Endpoint file activity
C.VPN authentication logs
D.Router uptime logs
E.Email outbound traffic
AnswersB, C, E

Tracks sensitive data access.

Why this answer

Insider threats are best monitored through access logs, file activity, and email traffic.

33
MCQmedium

What is the effect of changing the 'Retention Period' in the Enterprise Security app settings?

A.It determines how long data remains in the Notable event storage.
B.It changes the user access level.
C.It changes the search speed.
D.It increases the license limit.
AnswerA

Retention policies define the lifespan of the event data.

Why this answer

This controls how long the KV Store and index data associated with ES remain available before being purged or aged out.

34
Multi-Selecthard

You are hunting for anomalous PowerShell activity. Which THREE indicators or behaviors should you look for in your Splunk data?

Select 3 answers
A.Presence of '-enc' or '-encodedcommand' flags
B.Execution of 'Get-Service' commands
C.PowerShell spawning processes like 'wmic.exe' or 'certutil.exe'
D.User logons via RDP
E.Network connections originating from 'powershell.exe'
AnswersA, C, E

These are standard indicators of obfuscated PowerShell scripts.

Why this answer

Obfuscation (encoded commands), network callbacks, and unusual execution paths are classic signs of PowerShell abuse.

35
MCQhard

Which command is used to calculate the 'count' of events and concurrently keep the original 'raw' text?

A.eventstats count by host
B.collect count by host
C.stats count by host
D.streamstats count by host
AnswerA

Eventstats adds the calculated field to the original events without discarding the raw text.

Why this answer

The 'stats' command discards the raw text, so you need 'eventstats' if you want to keep the raw events.

36
MCQmedium

When reviewing an incident, how can an analyst verify if the notable event was generated by a specific correlation search?

A.By running a search for the object.
B.By checking the 'Search Name' field.
C.By checking the 'Event ID'.
D.By looking at the index name.
AnswerB

This field maps the notable event to the originating correlation search.

Why this answer

The 'Search Name' field in the Incident Review dashboard clearly identifies the correlation search that triggered the notable.

37
MCQhard

You have a field 'raw_data' containing JSON. How do you extract fields from it within your SPL search?

A.eval json_parse(raw_data)
B.spath input=raw_data
C.json raw_data
D.extract json raw_data
AnswerB

The spath command automatically parses JSON if the input is valid.

Why this answer

The 'spath' command is specifically designed to parse JSON or XML data.

38
MCQhard

What is the purpose of the 'map' command in complex searches?

A.Maps IP addresses to locations.
B.Runs a subsearch for each event in the results.
C.Maps fields to a dashboard.
D.Creates a map visualization.
AnswerB

Map iterates through results and runs a search for each one.

Why this answer

The 'map' command executes a search for each event in the results.

39
MCQeasy

What is the purpose of the 'Investigation Workbench' in Splunk ES?

A.To run administrative index maintenance.
B.To manage user identities.
C.To provide a unified view of incident artifacts.
D.To configure correlation searches.
AnswerC

It helps consolidate investigation data for analysts.

Why this answer

The Investigation Workbench provides a centralized view of all entities, events, and context related to a specific incident.

40
MCQeasy

When investigating a risk notable, which dashboard in Splunk ES provides a visual representation of the risk contributors for a specific user?

A.Threat Activity Dashboard
B.Access Anomalies Dashboard
C.Incident Review
D.Risk Analysis Dashboard
AnswerD

This dashboard displays the breakdown of risk scores by object and contributing events.

Why this answer

The Risk Analysis dashboard allows analysts to drill down into the specific risk events contributing to a user's total risk score.

41
MCQmedium

What is the purpose of the 'Assets and Identities' framework in Splunk ES?

A.To manage user passwords.
B.To store audit logs for compliance.
C.To define the network topology.
D.To provide context like department and role to security events.
AnswerD

Enrichment provides necessary context for investigation.

Why this answer

This framework enriches events with contextual information such as business unit, ownership, and priority.

42
Multi-Selecthard

Which THREE of the following are necessary prerequisites for ensuring a new data source is correctly utilized by the ES 'Access' data model?

Select 3 answers
A.The data must be tagged with the appropriate CIM tags.
B.The data must be sent to the 'main' index.
C.The data model must be enabled and accelerated.
D.The data must be converted to JSON format.
E.The sourcetype must be mapped to an existing CIM data model.
AnswersA, C, E

CIM tagging is mandatory for data model mapping.

Why this answer

Normalization via CIM tags, correct sourcetype identification, and ensuring the data model is accelerated are standard prerequisites for ES data models.

43
Multi-Selectmedium

Which THREE of the following represent the categories of threat intelligence that can be managed within the Splunk Enterprise Security 'Threat Intelligence' framework?

Select 3 answers
A.User Session Tokens
B.Domain Names
C.Network Topology Maps
D.IP Addresses
E.File Hashes
AnswersB, D, E

Domains are a primary type of IoC for C2 detection.

Why this answer

ES allows for the management of Indicators of Compromise (IoCs) including IP addresses, file hashes, and domain names.

44
MCQeasy

A user account is exhibiting signs of being compromised. Where can you find the user's recent login history in Splunk ES?

A.User Activity
B.Threat Intelligence
C.Asset Investigator
D.Incident Review
AnswerA

This dashboard aggregates user-specific behavior including login history.

Why this answer

The User Activity dashboard or the Authentication data model is designed to show user-specific login trends.

45
Multi-Selecthard

Which TWO actions should be taken if a correlation search is consuming too many system resources?

Select 2 answers
A.Reduce the search frequency (cron schedule).
B.Re-install the Splunk Enterprise application.
C.Delete all historical data.
D.Switch to a different operating system.
E.Optimize the search query using data model accelerated fields.
AnswersA, E

Running the search less often reduces cumulative load.

Why this answer

Optimizing the search query and reducing the search frequency (cron) are the primary ways to reduce resource impact.

46
Multi-Selecthard

You are configuring Splunk Enterprise Security to monitor for MITRE ATT&CK 'Persistence' techniques. Which TWO data sources provide the highest fidelity logs for detecting registry-based persistence?

Select 2 answers
A.Windows Security Event Logs (specifically 4688).
B.Sysmon Event IDs 12 and 13.
C.DNS query logs.
D.Netflow logs.
E.Windows Registry audit logs (via GPO/Sysmon).
AnswersB, E

These monitor Registry object creation and value modification.

Why this answer

Registry modifications are typically captured by Sysmon (Event ID 12/13) or local Windows Event logs.

47
MCQeasy

In the Incident Review dashboard, what does 'Status' represent?

A.The assignment to an analyst.
B.The severity of the threat.
C.The risk score of the notable.
D.The stage of the investigation workflow.
AnswerD

Status indicates where the incident is in the response process.

Why this answer

Status tracks the progress of an investigation, such as 'New', 'In Progress', or 'Closed'.

48
MCQeasy

Which command is used to visualize data in a time-series chart?

A.graph count _time
B.stats count over time
C.timechart count by sourcetype
D.chart count by _time
AnswerC

Timechart is the standard command for aggregation over time.

Why this answer

The 'timechart' command is specifically for time-series visualization.

49
MCQmedium

You want to find the total count of events per hour over the last week. Which command sequence is most efficient?

A.chart count by _time | bucket 1h
B.bin _time span=1h | stats count by _time
C.timechart count span=1h
D.stats count by _time_hour
AnswerB, C

Binning time into hours and then counting is standard.

Why this answer

Using 'bin' followed by 'stats' is the most efficient pattern.

50
MCQmedium

When using the 'Risk Analysis' framework in Splunk ES, what is the primary benefit of assigning a 'Risk Object'?

A.It automatically blocks the user from the network.
B.It increases the search performance.
C.It deletes the original notable event.
D.It allows the system to aggregate disparate alerts onto a single entity.
AnswerD

Risk analysis helps in detecting patterns across different alert types.

Why this answer

Assigning a risk object (like a user or system) allows for the aggregation of multiple low-fidelity alerts into a single actionable risk score.

51
MCQmedium

A customer wants to exclude certain low-fidelity risk events from their Risk Notable correlation search. Where is the best place to define these exclusions?

A.Risk Index Retention Policy
B.Data Model Acceleration
C.Asset and Identity Table
D.Correlation Search Suppression
AnswerD

Notable Event Suppression allows analysts to define criteria to ignore specific events that should not trigger a notable.

Why this answer

Notable event suppression is the native method in Splunk ES to prevent specific event types from triggering notables based on criteria.

52
MCQmedium

You need to verify if an external IP address is a known malicious TOR exit node. Which Splunk ES feature should you use?

A.Notable Event Suppressor
B.Identity Table
C.Asset Table
D.Threat Intelligence Framework
AnswerD

The framework allows you to ingest lists of known malicious IPs and match them against logs.

Why this answer

Threat Intelligence Framework allows for the ingestion of threat intelligence lists like TOR exit nodes.

53
MCQeasy

What is the primary function of the 'Incident Review' dashboard in Splunk ES?

A.Creating threat intelligence feeds
B.Monitoring system performance
C.Configuring data ingestion
D.Managing notable events
AnswerD

It is the central point for triage and investigation of notable events.

Why this answer

Incident Review is the command center for investigating, assigning, and status-tracking notable events.

54
MCQhard

When utilizing the Splunk Common Information Model (CIM), which field name is standard for identifying the destination IP address across different data sources?

A.dst_ip
B.remote_address
C.dest
D.target_ip
AnswerC

'dest' is the mandated field name for destinations in the CIM.

Why this answer

The CIM 'Network Traffic' data model standardizes the destination IP field as 'dest' to ensure cross-source compatibility.

55
MCQhard

You want to dynamically update a lookup table with new indicators of compromise (IOCs) found during your search. Which command is used for this?

A.saveas lookup ioc_list.csv
B.outputlookup ioc_list.csv
C.write ioc_list.csv
D.inputlookup ioc_list.csv --append
AnswerB

Outputlookup writes the current results to the specified CSV file.

Why this answer

The 'outputlookup' command writes search results to a lookup file.

56
MCQeasy

You notice a system process attempting to connect to a suspicious external domain. Which CIM data model would contain this network connection information?

A.Authentication
B.Change Analysis
C.Network Traffic
D.Endpoint
AnswerC

Contains the network connection data required to investigate external communications.

Why this answer

The Network Traffic data model contains information about network connections, including source/destination IP, port, and protocol.

57
MCQmedium

What is the result of using 'bin _time span=1d'?

A.Counts events per day.
B.Deletes events older than 1 day.
C.Groups events into 24-hour buckets.
D.Changes the display format of the timestamp.
AnswerC

Binning 'span=1d' creates daily time windows.

Why this answer

Binning the time field rounds down to the nearest day.

58
MCQeasy

Which Splunk ES component would you use to define a new correlation rule based on a custom blacklist of domains?

A.Notable Event Suppressor
B.Risk Analysis Configuration
C.Correlation Search Editor
D.Threat Intelligence Framework
AnswerC

This is the tool used to create custom security logic.

Why this answer

The Correlation Search editor allows users to define custom search logic against threat intelligence lists.

59
Multi-Selectmedium

Which TWO actions should be performed during the 'Data Preparation' phase of a threat hunt to ensure accurate results?

Select 2 answers
A.Mapping data sources to the Splunk Common Information Model (CIM)
B.Applying machine learning models
C.Creating new user accounts
D.Verifying data availability for the required time range
E.Drafting the final incident report
AnswersA, D

CIM normalization is critical for cross-source search effectiveness.

Why this answer

Ensuring data is mapped to the CIM and that the required fields are available are essential for reliable hunting.

60
Multi-Selectmedium

Which TWO metrics are tracked in the 'Incident Review' dashboard's 'Notable Event' list?

Select 2 answers
A.Severity
B.Raw file path
C.Cluster replication factor
D.Status
E.License expiration date
AnswersA, D

Severity is a core column used for prioritization.

Why this answer

The dashboard displays core event information, including status and severity.

61
MCQhard

An attacker is using a technique to hide in plain sight by renaming a common system process. Which data model is most suitable for comparing process names against known good paths?

A.Endpoint
B.Authentication
C.Network Traffic
D.Change Analysis
AnswerA

Endpoint data is required to map process names to their file paths.

Why this answer

The Endpoint data model contains the 'process_path' and 'process_name' fields required for this comparison.

62
Multi-Selectmedium

Which THREE features are provided by the Splunk ES Incident Review dashboard?

Select 3 answers
A.Status management
B.Risk score threshold configuration
C.Notable event assignment
D.Notable event filtering
E.Threat intelligence feed management
AnswersA, C, D

Analysts update the status of the investigation here.

Why this answer

The Incident Review dashboard is the hub for notable event triage, status tracking, and assignment.

63
MCQmedium

Which field is mandatory for an event to be correctly categorized by the Common Information Model (CIM) 'Network Traffic' data model?

A.user
B.src_ip
C.tag
D.host
AnswerC

Tags are the primary mechanism for CIM mapping.

Why this answer

The 'tag=network' and 'tag=communicate' (or similar) tags are required to map events to the Network Traffic data model.

64
MCQmedium

An attacker is attempting to use a 'Pass-the-Hash' technique. Which authentication log event code in Windows (Event ID 4624) should you look for to detect this?

A.4720
B.4624
C.4625
D.4740
AnswerB

Event ID 4624 records successful logins, which is key for identifying pass-the-hash.

Why this answer

Event ID 4624 with Logon Type 3 (Network) or 9 (NewCredentials) is often associated with pass-the-hash attacks.

65
Multi-Selecteasy

Which THREE things are required for Splunk Enterprise Security to provide meaningful security insights?

Select 3 answers
A.A separate Splunk instance for every sourcetype.
B.Contextual Asset and Identity information.
C.CIM-compliant data normalization.
D.Properly indexed and parsed log data.
E.A dedicated hardware appliance.
AnswersB, C, D

Context turns raw logs into actionable intelligence.

Why this answer

Success requires indexed data, normalized data (CIM), and contextual information (Assets/Identities).

66
MCQhard

If an analyst needs to modify the default retention for the 'risk' index, where should they make this change?

A.ES app settings.
B.Data model acceleration settings.
C.Splunk Index Manager interface.
D.Correlation Search Editor.
AnswerC

The Index Manager is the correct place to adjust retention settings for any index, including the risk index.

Why this answer

Index retention policies are managed in the Splunk index settings (indexes.conf) or via the Manager interface.

67
MCQeasy

Where do you go in Splunk ES to adjust the sensitivity (risk score) of a specific correlation search?

A.Notable Event Settings
B.Incident Review
C.Risk Analysis Dashboard
D.Correlation Search Editor
AnswerD

This allows you to modify the alert action, including the risk score assigned.

Why this answer

The 'Correlation Search' settings allow for modifying the risk score assigned to notable events.

68
Multi-Selectmedium

Which THREE of the following components are part of the 'Endpoint' data model?

Select 3 answers
A.Processes
B.Network connections
C.HTTP Requests
D.Registry
E.Filesystem
AnswersA, D, E

Tracks commands and process execution.

Why this answer

The Endpoint data model encompasses file activity, process execution, and registry changes.

69
MCQmedium

You are investigating a potential insider threat involving unauthorized data exfiltration. Which Splunk ES feature allows you to correlate multiple events occurring over a long duration to a single entity?

A.Notable Event Aggregation
B.Asset Investigator
C.Threat Activity
D.Risk Analysis
AnswerD

Risk Analysis aggregates risk events for entities, which is perfect for long-term insider threat tracking.

Why this answer

Risk-Based Alerting (RBA) or Risk Analysis allows for aggregating risk scores over time for entities.

70
MCQmedium

You are using 'lookup' to add user info. What happens if the common field doesn't exist in the lookup file?

A.The lookup file is renamed.
B.The events without a match are deleted.
C.The entire search fails.
D.The events without a match are left with null values in the lookup fields.
AnswerD

Lookup matches are non-binding by default, so unmatched events remain.

Why this answer

The lookup command leaves the output fields null for those events.

71
Multi-Selectmedium

Which TWO methods can be used to suppress unwanted notable events?

Select 2 answers
A.Correlation search suppression
B.Deleting the raw event from the index
C.Changing the user account password
D.Notable event suppression
E.Disabling the data model
AnswersA, D

This allows the search itself to exclude certain patterns.

Why this answer

Notable event suppression and correlation search suppression are the standard ways to manage alert noise.

72
Multi-Selectmedium

Which TWO factors are critical for effective Asset and Identity enrichment?

Select 2 answers
A.The physical location of the Splunk indexer.
B.The consistency of the source data files.
C.The number of colors used in the dashboard.
D.The version of the OS running on the search head.
E.Correct matching logic (e.g., matching on IP or user).
AnswersB, E

Inaccurate sources lead to poor enrichment.

Why this answer

The quality of the input data (CSV/KV Store) and the accuracy of the matching fields (like IP or user) are critical.

73
MCQhard

You are configuring a 'Notable Event' to use a specific 'Drilldown' link. What syntax is used to pass fields from the event into the URL?

A.{field_name}
B.$field_name$
C.%field_name%
D.[field_name]
AnswerB

The $var$ syntax is standard for passing tokens in Splunk.

Why this answer

Using the dollar sign syntax ($field_name$) allows for dynamic substitution of event fields into the drilldown URL.

74
MCQhard

When aligning Splunk Enterprise Security with the NIST CSF 'Recover' function, which feature is most applicable for documenting the incident response process?

A.The 'Data Model Acceleration' settings.
B.The 'Threat Intelligence' upload manager.
C.The 'Incident Review' dashboard for documenting resolution steps.
D.The 'Workflow Actions' settings for firewall rule creation.
AnswerC

Incident Review is the primary location for managing, documenting, and closing incidents.

Why this answer

The 'Incident Review' dashboard and the 'Notable Event' workflow actions allow for the documentation and categorization of incident resolution and recovery steps.

75
Multi-Selecthard

Which TWO factors directly impact the urgency of a notable event in Splunk ES?

Select 2 answers
A.The color scheme of the dashboard.
B.The total volume of indexed events.
C.The risk score of the event.
D.The criticality of the asset involved.
E.The number of active users in the system.
AnswersC, D

The risk score is a direct input for urgency.

Why this answer

Urgency is calculated by combining the event's inherent risk score and the criticality of the system or user (asset) involved.

Page 1 of 3

Page 2

All pages