Courseiva

CCNA SIEM Defenses And Data Practices Questions

49 questions · SIEM Defenses And Data Practices · All types, answers revealed

1
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.

2
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.

3
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.

4
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.

5
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.

6
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.

7
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.

8
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.

9
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.

10
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.

11
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.

12
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.

13
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.

14
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.

15
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.

16
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).

17
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.

18
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.

19
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.

20
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.

21
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.

22
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.

23
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.

24
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.

25
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.

26
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.

27
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.

28
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.

29
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.

30
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.

31
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.

32
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.

33
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.

34
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.

35
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.

36
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.

37
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.

38
MCQhard

You need to modify the default 'Risk Score' logic for a specific asset. Where should this customization occur?

A.By changing the sourcetype definition.
B.In the 'limits.conf' file.
C.By editing the 'notable_event' python script.
D.In the 'Risk Scoring' configuration or via lookup tables.
AnswerD

Risk factors are managed through these UI and data-driven methods.

Why this answer

The 'Risk Analysis' framework or 'Risk Scoring' configuration pages allow for modifying how scores are calculated for specific assets.

39
MCQmedium

When configuring a correlation search, what does the 'Notable Event' field 'Urgency' determine?

A.The priority ranking in the Incident Review dashboard.
B.The frequency at which the search runs.
C.The retention period of the event.
D.The speed of the correlation search execution.
AnswerA

Urgency helps analysts prioritize the most critical incidents.

Why this answer

Urgency is a calculated value based on the risk of the event and the criticality of the assets involved, displayed in the Incident Review dashboard.

40
MCQhard

You are troubleshooting why a specific Correlation Search is not appearing in the Incident Review dashboard despite the search returning results. What is the most likely cause?

A.The correlation search schedule is set to 'Real-time'.
B.The 'Notable' adaptive response action is not enabled in the search configuration.
C.The user does not have the 'ess_admin' role.
D.The data model acceleration is lagging.
AnswerB

If the adaptive response action 'Notable' is not configured, the event remains a standard search result and is not promoted to the Incident Review dashboard.

Why this answer

The 'Notable' adaptive response action must be enabled in the correlation search configuration for it to generate an entry in the Incident Review dashboard.

41
MCQhard

A correlation search is failing to generate notable events due to a time-zone mismatch in the source data. What is the best way to handle this in Splunk?

A.Set the TZ attribute in props.conf for the specific sourcetype.
B.Modify the data model acceleration schedule.
C.Use an eval statement in the search to subtract hours.
D.Change the Splunk server time zone.
AnswerA

Configuring the TZ at the indexer level ensures normalization upon ingestion.

Why this answer

Configuring the time zone in props.conf using TZ ensures that the _time field correctly reflects the event's actual time before correlation.

42
Multi-Selectmedium

Which TWO of the following are true regarding the configuration of notable events in Splunk ES?

Select 2 answers
A.All notable events must be stored in the 'notable' index.
B.Notable events can be created manually through the Incident Review interface.
C.The urgency of a notable event is a calculation of impact and severity.
D.Notable events are immutable and cannot be updated after creation.
E.Notable events can only be generated by correlation searches.
AnswersB, C

Analysts can create custom notable events directly in the dashboard.

Why this answer

Notable events can be manually created via the UI, and their urgency is dynamically determined by the severity and impact settings.

43
Multi-Selectmedium

Which THREE attributes are commonly used to filter notable events in the Incident Review dashboard?

Select 3 answers
A.License type.
B.Owner.
C.Status.
D.Index name.
E.Urgency.
AnswersB, C, E

Assigning owners is key to collaboration.

Why this answer

Analysts typically filter by status, urgency, and owner to manage their incident queue.

44
MCQeasy

Where should you perform the initial configuration of the Splunk Common Information Model (CIM) to ensure data is correctly normalized for Enterprise Security?

A.The local/inputs.conf file.
B.Splunk ES > Configure > Data Enrichment.
C.Settings > CIM Setup.
D.Settings > Data Model acceleration.
AnswerC

CIM Setup is the dedicated interface for managing add-on mappings.

Why this answer

The CIM Setup page in the Splunk Web interface is the primary location for managing CIM data models and accelerations.

45
MCQeasy

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

A.To triage and manage notable events.
B.To manage threat intelligence feeds.
C.To configure data model acceleration.
D.To view real-time system health.
AnswerA

Incident Review is the workspace for security operations.

Why this answer

It serves as the central hub for security analysts to triage, investigate, and manage notable events.

46
Multi-Selectmedium

Which TWO types of events are typically categorized as 'Notable Events'?

Select 2 answers
A.Events produced by the license master.
B.Manually created incidents in Incident Review.
C.Every log event received by the indexer.
D.Events generated by a correlation search.
E.Browser history of a user.
AnswersB, D

Analysts often create their own incidents for tracking.

Why this answer

Notable events are usually generated by high-fidelity correlation searches or by manual user creation in the Incident Review dashboard.

47
Multi-Selectmedium

Which THREE actions are necessary to successfully onboard a new data source into Splunk Enterprise Security?

Select 3 answers
A.Disable all other Splunk apps.
B.Enable data model acceleration.
C.Create a custom indexer cluster.
D.Ensure the data is indexed in a specific index.
E.Apply appropriate tags for CIM compliance.
AnswersB, D, E

Acceleration is needed for ES dashboard performance.

Why this answer

Onboarding involves ensuring data is indexed, tagged for CIM compliance, and that the data model is accelerated to support ES dashboards.

48
MCQmedium

When configuring a risk-based correlation search, what is the primary purpose of the 'Risk Analysis' adaptive response action?

A.To purge malicious events from the index.
B.To attribute risk to a specific object, such as a user or system.
C.To notify the SOC manager via email.
D.To automatically block the offending IP address on the firewall.
AnswerB

The action assigns risk scores to entities, enabling risk-based alerting.

Why this answer

The Risk Analysis action adds risk events to the Risk Index, which allows for the aggregation of multiple low-fidelity alerts into a high-fidelity risk score for a specific entity.

49
MCQmedium

A security analyst needs to reduce the noise generated by a specific correlation search that triggers too frequently for authorized internal vulnerability scanners. What is the most efficient way to handle this in Splunk ES?

A.Disable the correlation search and create a new one with an exclusion filter.
B.Modify the search logic to use an 'eval' statement to filter out the scanner IP address.
C.Use the Notable Event Suppression feature within the Incident Review dashboard.
D.Change the risk score of the notable event to zero in the correlation search configuration.
AnswerC

The Incident Review dashboard provides a workflow for creating suppression rules for specific correlation searches.

Why this answer

Notable event suppression allows analysts to define criteria where events matching specific patterns (like a known scanner IP) are ignored, preventing them from appearing as notable events.

Ready to test yourself?

Try a timed practice session using only SIEM Defenses And Data Practices questions.