Courseiva

CCNA Threat Intelligence And Secops Processes Questions

32 questions · Threat Intelligence And Secops Processes · All types, answers revealed

1
Multi-Selecthard

Which TWO actions can be performed on an indicator object in XSOAR to support the lifecycle management of threat data?

Select 2 answers
A.Assign a Tag
B.Update Reputation
C.Install a new plugin
D.Rename the source feed
E.Change the server OS
AnswersA, B

Tags are used for grouping and organizational lifecycle management.

Why this answer

Indicators can be tagged, and their reputation can be updated to manage their lifecycle.

2
MCQeasy

Which object in Cortex XSOAR is used to define the specific actions taken when a specific threat type is identified?

A.Playbook
B.Indicator
C.Incident
D.Integration
AnswerA

Playbooks contain the tasks and decision trees for incident handling.

Why this answer

Playbooks contain the logic and steps for handling specific threats.

3
Multi-Selecteasy

When configuring threat intelligence feeds in Cortex XSOAR, which TWO of the following are key settings that must be configured for the feed to function correctly?

Select 2 answers
A.Operating System Version
B.Incident Assignee
C.Feed URL
D.Database Password
E.Polling Interval
AnswersC, E

The source URL is required to retrieve the data.

Why this answer

The URL of the feed and the polling interval are fundamental requirements for any feed integration.

4
Multi-Selecthard

Which THREE of the following represent common challenges in SecOps threat intelligence integration that XSOAR helps address?

Select 3 answers
A.Lack of internet connectivity
B.Fragmented and manual workflows
C.High rate of false positives
D.Excessive volume of indicators
E.Operating system compatibility
AnswersB, C, D

Playbooks consolidate workflows into a single interface.

Why this answer

Data volume, false positives, and fragmented workflows are the top three challenges.

5
MCQhard

You have a custom threat intelligence source that provides data in CSV format. How can you ingest this into XSOAR?

A.Use the Generic Feed integration
B.Write a Python script to copy the file
C.Use the API to upload to the database
D.Create an incident manually
AnswerA

The Generic Feed integration is built to parse CSV, JSON, and XML sources.

Why this answer

XSOAR supports CSV ingestion through the generic Feed integration.

6
MCQmedium

You are reviewing threat intelligence feeds in Cortex XSOAR. Why would an indicator be marked as 'False Positive' by the system automatically?

A.The indicator is not associated with an incident
B.The indicator is found on a configured Whitelist or matches reputation thresholds
C.The indicator is older than 24 hours
D.The indicator has a score of 0
AnswerB

XSOAR evaluates indicators against reputation sources and whitelists to identify false positives.

Why this answer

Indicators may be tagged or marked based on reputation scoring or community-driven whitelisting.

7
MCQmedium

You need to automate the enrichment of IP addresses during incident investigation. Which component in XSOAR facilitates this process?

A.Playbooks
B.Layouts
C.Dashboard
D.Indicator Types
AnswerA

Playbooks execute the enrichment tasks using integrations like VirusTotal or AutoFocus.

Why this answer

Playbooks are the primary automation engine for enrichment.

8
Multi-Selecteasy

Which TWO of the following are primary objectives of a post-incident review (PIR) using XSOAR reports?

Select 2 answers
A.Increase the cost of the project
B.Improve future automation playbooks
C.Reset the firewall to factory settings
D.Identify gaps in the response process
E.Delete all evidence files
AnswersB, D

Learning from incidents leads to better automation logic.

Why this answer

PIRs aim to improve future processes and identify gaps in current capabilities.

9
MCQmedium

How can an administrator ensure that only verified, high-confidence IOCs trigger automatic blocking actions on a Palo Alto Networks Firewall?

A.Delete all low-confidence feeds
B.Disable automatic ingestion
C.Set the integration to 'Manual' mode
D.Configure an indicator threshold in the Blocking Playbook
AnswerD

Checking the indicator reputation score against a threshold ensures only high-confidence indicators are blocked.

Why this answer

Reputation scoring and thresholds are used to filter indicators before action.

10
MCQhard

You are performing a 'threat hunt' and identify a new malicious domain. How do you add this to your blocklist and ensure it persists for future investigations?

A.Change the firewall policy
B.Create an indicator and set the reputation to 'Malicious'
C.Add it to a text file on the server
D.Email the SOC team
AnswerB

Setting the reputation to 'Malicious' allows automated playbooks to pick it up for blocking.

Why this answer

Creating a custom indicator and assigning it a 'Malicious' reputation ensures it is tracked and can be acted upon.

11
MCQeasy

What is the role of a 'Classification' in the context of XSOAR incident management?

A.To encrypt the alert content
B.To define the severity of the alert
C.To list the analysts assigned to the incident
D.To identify the type of incident and assign it to the correct playbook
AnswerD

Classifiers analyze incoming data to assign the correct incident type and processing flow.

Why this answer

Classification determines the incident type based on incoming alert data.

12
MCQmedium

Which component in XSOAR allows you to test a playbook in a controlled environment before deploying it?

A.Production Server
B.Playbook Debugger
C.Dashboard
D.Integration Settings
AnswerB

The debugger allows testing each step of the playbook individually.

Why this answer

The 'Playbook Debugger' or 'Sandbox' environment allows for testing.

13
MCQhard

You are managing IOCs in Cortex XSOAR and need to ensure that expired indicators are purged from the system after 30 days. Where do you configure this retention policy?

A.Settings > Server Configuration > Retention
B.Settings > Indicators > Indicator Settings
C.Playbooks > Indicator Management > Cleanup
D.Jobs > Cleanup Tasks
AnswerB

Indicator global settings allow for the definition of retention and expiration policies.

Why this answer

The indicator retention is managed globally in the indicator settings or specific to indicator types.

14
MCQeasy

Which feature in XSOAR allows you to see the relationships between various indicators, incidents, and threat actors?

A.Graph
B.Report
C.Dashboard
D.Settings
E.War Room
AnswerA

The Graph view allows analysts to visually map connections between entities.

Why this answer

The Graph view is designed for visualizing relationships between entities.

15
MCQhard

When integrating Palo Alto Networks AutoFocus into XSOAR, which specific field allows you to map AutoFocus 'Tags' to XSOAR 'Labels'?

A.Feed Fetch Settings
B.Advanced Options
C.Indicator Thresholds
D.Mapping Fields
AnswerD

The mapping configuration tab allows mapping external attributes to internal labels.

Why this answer

The mapping configuration in the integration instance settings allows for custom field and label mapping.

16
Multi-Selectmedium

Which THREE of the following are valid methods to increase the 'reputation' of an indicator in Cortex XSOAR?

Select 3 answers
A.Results from an enrichment integration
B.Correlation rules
C.Deleting the indicator
D.Changing the indicator name
E.Manual update by an analyst
AnswersA, B, E

Integrations like VirusTotal automatically update the score based on their analysis.

Why this answer

Reputation can be adjusted manually, via integration results, or through custom correlation rules.

17
MCQmedium

When defining a custom indicator type in XSOAR, which field is mandatory to ensure it can be tracked in the Threat Intel module?

A.Default Expiration
B.Indicator Type Name
C.Source Mapping
D.Default Color
AnswerB

The name is a required identifier for the indicator type configuration.

Why this answer

All indicators must have a reputation score or type associated to be processed by the threat intelligence engine.

18
Multi-Selectmedium

Which THREE of the following are critical elements of the Indicator Lifecycle in Cortex XSOAR?

Select 3 answers
A.Changing the server IP address
B.Indicator Ingestion
C.Indicator Expiration
D.Reputation Scoring
E.Physical security of the data center
AnswersB, C, D

Bringing data into the system is the first step.

Why this answer

Lifecycle includes ingestion, aging/scoring, and eventual expiration.

19
Multi-Selectmedium

Which TWO of the following are valid ways to ingest threat intelligence data into Cortex XSOAR?

Select 2 answers
A.Uploading a hardware configuration file
B.Deleting the database
C.Manually creating an indicator record
D.Using a pre-built Threat Intel Integration
E.Running an OS update
AnswersC, D

Analysts can create indicators manually when necessary.

Why this answer

XSOAR supports native integrations and manual creation of indicators.

20
MCQhard

A security analyst is troubleshooting an integration that is failing to pull data from a threat feed. What is the first place they should check for errors?

A.The War Room or the Integration Instance logs
B.The User Management settings
C.The Incident Dashboard
D.The Threat Intel page
AnswerA

Logs capture the specific API error returned during the pull process.

Why this answer

The War Room or the integration instance logs provide specific error codes.

21
MCQeasy

You are integrating Cortex XSOAR with a third-party threat intelligence platform. Which configuration setting is required to ensure that incoming indicators are automatically mapped to the appropriate threat intelligence source in the Indicator Lifecycle management?

A.Set the indicator severity to 'High' in the integration instance
B.Set the integration instance to 'Active' with 'Auto-map' enabled
C.Create a new threat intel feed via the API
D.Configure a custom playbook to trigger on indicator import
AnswerB

Enabling the Auto-map feature allows XSOAR to associate incoming indicators with the configured source.

Why this answer

Mapping is handled through the indicator type and source mapping configurations in the integration settings.

22
MCQhard

When creating a custom dashboard in Cortex XSOAR to track threat intelligence trends, which widget type should you use to visualize the distribution of indicator types over time?

A.Line Chart
B.Counter Widget
C.Pie Chart
D.Table Widget
AnswerA

Line charts effectively display time-series data like indicator trends.

Why this answer

The 'Line Chart' or 'Area Chart' is best for showing trends over time.

23
MCQeasy

Which metric in Cortex XSOAR is most effective for measuring the operational efficiency of the Incident Response team over a fiscal quarter?

A.Total number of alerts generated
B.Number of active playbooks
C.Mean Time to Remediate (MTTR)
D.Number of users trained on phishing
AnswerC

MTTR measures the average time to resolve incidents, reflecting efficiency.

Why this answer

Mean Time to Remediate (MTTR) is a key performance indicator (KPI) for SecOps teams.

24
MCQeasy

What is the benefit of using 'Incident Tags' in the SecOps process?

A.To categorize incidents for reporting and filtering
B.To automate the deletion of data
C.To define the password for the incident
D.To change the incident priority
AnswerA

Tags provide a flexible way to slice and dice incident data.

Why this answer

Tags are used for categorization, filtering, and organizing incidents for reporting.

25
MCQeasy

Which tool in the XSOAR suite is best suited for documenting the steps taken during an incident to ensure repeatable processes?

A.Dashboard
B.Reporter
C.Playbook
D.War Room
AnswerC

Playbooks serve as both the automation logic and the documented process flow.

Why this answer

Playbooks are specifically designed for documenting and automating incident response procedures.

26
Multi-Selecthard

In the context of SecOps processes, which TWO of the following are benefits of using automated playbooks for threat intelligence?

Select 2 answers
A.Elimination of the need for human analysts
B.Consistent enforcement of security policies
C.Increased hardware performance
D.Reduced Mean Time to Remediate (MTTR)
E.Automatic upgrade of firewall firmware
AnswersB, D

Automation ensures every indicator is processed the same way.

Why this answer

Automation provides consistent responses and faster MTTR.

27
MCQmedium

Why should you use an 'Indicator Reputation' threshold in your SecOps process?

A.To automatically delete logs
B.To increase the number of alerts
C.To prevent low-confidence or unverified indicators from triggering automated blocks
D.To speed up data ingestion
AnswerC

Thresholds act as a filter to ensure automated responses are reserved for verified threats.

Why this answer

It helps reduce false positives by ensuring only high-confidence indicators trigger automated blocks.

28
MCQeasy

What is the primary function of the 'Indicator Extraction' process in Cortex XSOAR?

A.To manually block IPs on the firewall
B.To update the threat intelligence database
C.To parse and identify IOCs from incident descriptions or email bodies
D.To generate reports on threat actors
AnswerC

The extraction engine scans incoming data to pull out IPs, hashes, and URLs.

Why this answer

Indicator extraction automatically identifies and parses artifacts from unstructured text.

29
MCQmedium

A security analyst notices that XDR incidents are not being updated with threat intelligence data from AutoFocus. Which menu path should the analyst check to verify the AutoFocus integration status?

A.Incidents > Threat Intel > AutoFocus Status
B.Policies > Security Profiles > AutoFocus
C.Settings > Configurations > Integrations > AutoFocus
D.Marketplace > Installed Integrations > AutoFocus
AnswerC

This path leads to the specific integration instance settings.

Why this answer

The integration status is found within the Settings menu under Integrations.

30
MCQhard

A large volume of duplicate indicators is flooding your XSOAR instance from multiple sources. What is the most efficient way to manage this?

A.Change the integration poll time
B.Disable threat intelligence feeds
C.Manually delete duplicates daily
D.Configure global indicator deduplication settings
AnswerD

XSOAR has built-in deduplication settings to merge identical indicators from different sources.

Why this answer

Indicator deduplication and normalization occur within the indicator lifecycle settings.

31
MCQmedium

You want to limit the visibility of certain sensitive threat intelligence indicators to only senior analysts. How is this achieved in XSOAR?

A.By deleting the indicators
B.By encrypting the database
C.By moving indicators to a separate server
D.By assigning specific Roles with RBAC to the indicators
AnswerD

Role-Based Access Control allows restricting access to specific incident types or indicator sets.

Why this answer

Roles and permissions in XSOAR allow granular control over data access.

32
Multi-Selecteasy

Which THREE components are part of the standard XSOAR incident layout customization?

Select 3 answers
A.Tabs
B.Custom Fields
C.System BIOS settings
D.CPU core count
E.Custom Buttons
AnswersA, B, E

Tabs organize the information displayed in the incident view.

Why this answer

Layouts can include buttons, fields, and tabs to customize the user experience.

Ready to test yourself?

Try a timed practice session using only Threat Intelligence And Secops Processes questions.