Courseiva

CCNA Threat Detection And Incident Response Questions

34 questions · Threat Detection And Incident Response · All types, answers revealed

1
Multi-Selectmedium

Which TWO of the following are primary benefits of using 'Causality' in Cortex XDR?

Select 2 answers
A.Automated firewall rule creation
B.Identifying root cause of an event
C.Managing user identity
D.Encrypting endpoint data
E.Visualizing process lineage
AnswersB, E

Causality allows analysts to see the sequence of events leading to the alert.

Why this answer

Causality provides visual process tracing and helps identify the root cause of an alert.

2
MCQhard

You are investigating a lateral movement attempt. The attacker is using SMB to move between hosts. Which Palo Alto Networks feature should be enabled on the security policy to ensure that SMB traffic is inspected for malicious patterns?

A.DoS Protection Profile
B.URL Filtering Profile
C.Vulnerability Protection Profile
D.File Blocking Profile
AnswerC

Vulnerability protection profiles inspect traffic for known exploits.

Why this answer

Vulnerability Protection profiles specifically look for exploitation attempts within network protocols like SMB.

3
MCQmedium

An analyst is investigating a fileless attack. Which specific Cortex XDR tool is most effective for identifying the process creation events and memory-based execution that occurred on the endpoint?

A.IOC Search
B.Vulnerability Protection
C.BIOC Rules
D.Anti-Malware Policy
AnswerC

BIOC rules detect behavioral patterns characteristic of attacks.

Why this answer

BIOC (Behavioral Indicator of Compromise) rules are designed to detect suspicious patterns of behavior like fileless execution.

4
MCQmedium

An analyst is using Cortex XDR to investigate a potential alert. They notice that the alert indicates a malicious process injection. Which specific tab within the Cortex XDR incident view provides the visual correlation between the alert, the associated file, and the network connection?

A.Causality View
B.Forensics Tab
C.Network Activity
D.Alert Details
AnswerA

The Causality View provides the visual map of process relationships.

Why this answer

The Causality View in Cortex XDR allows analysts to visualize the process tree and the chain of events that led to the security alert.

5
Multi-Selecthard

Which THREE of the following items are commonly included in the 'Evidence Board' in a Cortex XSOAR incident?

Select 3 answers
A.Playbook source code
B.Malicious files
C.Extracted IOCs
D.System boot logs
E.Screenshots of the incident
AnswersB, C, E

Files gathered during the investigation are stored here.

Why this answer

The Evidence Board acts as a repository for files, screenshots, and extracted indicators collected during an investigation.

6
MCQeasy

In the context of the Palo Alto Networks SOC, what is the primary purpose of the 'AutoFocus' platform?

A.Endpoint isolation
B.Log storage
C.Automated firewall rule creation
D.Threat intelligence and hunting
AnswerD

AutoFocus provides deep context for threat hunting.

Why this answer

AutoFocus is a threat intelligence service that provides context and hunting capabilities for threats.

7
Multi-Selectmedium

Which TWO of the following are valid methods for an analyst to trigger an investigation in Cortex XSOAR?

Select 2 answers
A.Automatic email ingestion
B.Hardware power reset
C.Manual incident creation
D.Direct firewall firmware update
E.OS kernel patching
AnswersA, C

XSOAR can ingest emails to create incidents.

Why this answer

Analysts can trigger investigations via email ingestion or manual incident creation.

8
MCQeasy

What is the primary role of the 'Cortex Data Lake' in the Palo Alto Networks architecture?

A.Network policy enforcement
B.Endpoint management
C.Centralized log storage
D.Automated incident response
AnswerC

Cortex Data Lake is the logging backend for XDR.

Why this answer

Cortex Data Lake serves as the centralized repository for logs collected from firewalls, endpoints, and other security devices.

9
MCQeasy

When performing triage on a host-based alert, which Cortex XDR agent feature allows an analyst to remotely inspect the file system or run shell commands on the affected endpoint?

A.Endpoint File Search
B.Snapshot Manager
C.Live Terminal
D.Policy Editor
AnswerC

Live Terminal provides direct remote command execution.

Why this answer

The Remote Terminal or Live Terminal feature in Cortex XDR allows for direct command-line interaction with managed endpoints.

10
Multi-Selecthard

Which THREE of the following are components of the incident response lifecycle as defined by standard security frameworks and supported by Palo Alto Networks tools?

Select 3 answers
A.Containment, Eradication, and Recovery
B.Public relations campaigning
C.Detection and Analysis
D.Manual hardware procurement
E.Preparation
AnswersA, C, E

This is the core response cycle.

Why this answer

Preparation, Detection/Analysis, and Containment/Eradication/Recovery are core phases.

11
MCQmedium

When writing an XQL query to search for successful logins followed by a suspicious process start, which join/union operator would you typically use to correlate these distinct event types?

A.summarize
B.join
C.filter
D.dedup
AnswerB

The join operator correlates datasets based on a specific field.

Why this answer

The 'join' operator is used in XQL to associate events from different datasets based on common keys like host_id or user_id.

12
MCQhard

You are creating an XSOAR playbook to automate incident closure. Which step type is required to change the status of an incident to 'Closed'?

A.Incident Mapping
B.Close Incident
C.Task Assignment
D.Set Incident
AnswerD

The Set Incident task allows updating fields like status.

Why this answer

The 'Set Incident' task in XSOAR allows for the modification of incident attributes, including status.

13
Multi-Selectmedium

Which TWO of the following steps are part of the 'Containment' phase in a Palo Alto Networks SOC incident response plan?

Select 2 answers
A.Updating system documentation
B.Rebuilding the infected server
C.Blocking a C2 IP address on the firewall
D.Isolating the affected endpoint
E.Conducting a root cause analysis
AnswersC, D

Blocking C2 traffic limits the attacker's control.

Why this answer

Containment focuses on stopping the spread, such as isolating endpoints or blocking malicious network traffic.

14
Multi-Selectmedium

Which TWO of the following are types of data that can be ingested into Cortex Data Lake?

Select 2 answers
A.NGFW threat logs
B.Active Directory physical server temperature
C.XDR agent endpoint logs
D.Firewall power supply voltage
E.User physical badge access logs
AnswersA, C

Firewall logs are a primary source for Data Lake.

Why this answer

Cortex Data Lake collects logs from various sources including network firewalls and endpoint security agents.

15
MCQhard

In an XSOAR playbook, you need to extract an email address from a raw log string. Which component of XSOAR do you use to parse and structure this data automatically?

A.Playbook Workflow
B.Indicator Extraction
C.War Room Note
D.Incident Layout
AnswerB

Extraction parses raw data into usable indicators.

Why this answer

Indicator Extraction or RegEx patterns within an integration/task are used to parse and structure indicator data.

16
MCQhard

You are configuring a Palo Alto Networks NGFW to integrate with Cortex XSOAR for automated incident response. To ensure the firewall can trigger an automated playbook when a specific threat signature is detected, which component must be configured to send the log data?

A.Log Forwarding Profile
B.App-ID configuration
C.Security Policy Rule
D.GlobalProtect Gateway
AnswerA

Log Forwarding profiles define the destination for security logs.

Why this answer

Log Forwarding profiles are required on the NGFW to transmit threat logs to external systems like XSOAR.

17
Multi-Selecthard

Which THREE of the following represent common data sources for building an XQL query in Cortex XDR?

Select 3 answers
A.Network flow logs
B.Endpoint process logs
C.Personal employee browser cookies
D.Local printer error logs
E.Cloud service activity logs
AnswersA, B, E

Network traffic data is stored and queryable.

Why this answer

XQL can query data from endpoint activity, network traffic, and system/cloud logs.

18
MCQeasy

Which type of Palo Alto Networks log would provide the most detail regarding an application-layer threat detected on the network?

A.Config Log
B.Traffic Log
C.System Log
D.Threat Log
AnswerD

Threat logs contain details about detected signatures and anomalies.

Why this answer

Threat logs specifically capture information about security events identified by the NGFW security profiles.

19
MCQhard

During incident response, you identify a C2 domain that needs to be blocked. If using PAN-DB, which specific object should be updated to ensure the domain is blocked globally across all firewalls in the Panorama-managed group?

A.Application Override
B.Security Policy Action
C.Custom URL Category
D.Threat ID
AnswerC

Adding to a custom category allows for consistent blocking via policy.

Why this answer

Adding a URL to a Custom URL Category and then applying that category to a URL Filtering Profile is the standard way to block malicious domains.

20
MCQeasy

When using Cortex XSOAR, where do you go to view the real-time execution flow of a specific incident's playbook?

A.Work Plan
B.War Room
C.Evidence Board
D.Indicator Tab
AnswerA

Work Plan shows the visual progression of the playbook.

Why this answer

The Work Plan tab in an incident displays the current status and execution path of the playbook.

21
MCQmedium

In Cortex XSOAR, an analyst wants to ensure that a specific indicator (IOC) is blocked across all integrated security tools, including the firewall and endpoint protection. Which feature should be used to automate this blocklist synchronization?

A.Content Packs
B.Indicator Auto-Extraction
C.Incident Layouts
D.Automation Scripts
AnswerD

Automation scripts perform the enforcement action across integrated platforms.

Why this answer

The Indicator Auto-Extraction and subsequent Automation Scripts in XSOAR can trigger blocking actions across integrated products.

22
Multi-Selecthard

Which THREE of the following are capabilities provided by the Palo Alto Networks 'WildFire' service?

Select 3 answers
A.Real-time remote shell access
B.Dynamic analysis of files
C.Automated signature generation
D.Static analysis of files
E.Firewall configuration backup
AnswersB, C, D

WildFire runs files in a sandbox.

Why this answer

WildFire performs static analysis, dynamic analysis, and automated signature creation.

23
MCQmedium

An analyst is reviewing the 'Incidents' page in Cortex XDR. They want to group related alerts into a single incident entity to reduce alert fatigue. Which feature is used for this?

A.Incident Stitching
B.Alert Correlation Policy
C.Query Aggregation
D.BIOC Rule Grouping
AnswerA

Stitching aggregates related alerts into a single incident.

Why this answer

Cortex XDR uses Incident Stitching to group related alerts based on causality and common indicators.

24
MCQeasy

Which stage of the incident response lifecycle involves the identification of the incident, initial triage, and verification of the alert?

A.Containment
B.Eradication
C.Detection and Analysis
D.Recovery
AnswerC

This stage is where triage occurs.

Why this answer

The Detection and Analysis stage focuses on confirming that an incident occurred.

25
Multi-Selectmedium

Which TWO of the following are key features of the Palo Alto Networks 'Threat Vault'?

Select 2 answers
A.Information on mitigation strategies
B.Real-time endpoint isolation
C.Automated playbook execution
D.Access to vulnerability signature details
E.Firewall image deployment
AnswersA, D

Threat Vault provides guidance on handling threats.

Why this answer

Threat Vault provides information on threat signatures and their associated mitigation strategies.

26
MCQmedium

An analyst needs to correlate network logs with endpoint logs. In Cortex XDR, which feature allows the analyst to search across all data sources using a unified query language?

A.Incident Forensics
B.SQL Query Builder
C.Log Parser
D.XQL Search
AnswerD

XQL is the unified query language for XDR data.

Why this answer

XQL (XDR Query Language) allows for cross-source searching and correlation.

27
MCQhard

An attacker is using a custom encryption method for C2. Which WildFire feature can be used to perform automated sandboxing and analysis of the suspicious executable file to derive new threat intelligence?

A.App-ID database
B.WildFire Sandbox
C.AutoFocus
D.Threat Vault
AnswerB

WildFire analyzes files in a sandbox to identify malicious behavior.

Why this answer

WildFire's cloud-based sandbox performs dynamic and static analysis on suspicious files.

28
MCQmedium

Within Cortex XDR, what is the primary function of the 'BIOC' (Behavioral Indicator of Compromise) rules compared to standard 'IOC' (Indicator of Compromise) lookups?

A.BIOCs detect behaviors, IOCs detect static identifiers
B.BIOCs only apply to network logs
C.BIOCs are cloud-based, IOCs are endpoint-based
D.BIOCs block traffic, IOCs alert
AnswerA

BIOCs find patterns, IOCs find known bad artifacts.

Why this answer

BIOC rules detect sequences of actions or behaviors, while IOCs look for static identifiers like hashes.

29
MCQhard

You are performing forensic analysis on a host. Which specific Cortex XDR capability allows for the remote collection of volatile memory and system artifacts?

A.Endpoint isolation
B.Forensic Collection
C.Snapshot Manager
D.Live Terminal
AnswerB

Forensic collection gathers artifacts for deep analysis.

Why this answer

The Forensic Analysis/Collection feature in Cortex XDR allows for remote collection of memory and disk artifacts.

30
MCQmedium

When an endpoint is deemed compromised, which action should be taken in Cortex XDR to prevent the attacker from moving laterally while the incident is being investigated?

A.Isolate Endpoint
B.Delete Process
C.Reboot Endpoint
D.Disable User Account
AnswerA

Isolation blocks network traffic to contain the threat.

Why this answer

Isolating the endpoint prevents all network communications except to the XDR console.

31
Multi-Selecthard

Which THREE of the following actions can be taken via the Cortex XDR 'Live Terminal' tool?

Select 3 answers
A.Executing system commands
B.Automating incident closure in XSOAR
C.Deleting files on the endpoint
D.Modifying firewall policy rules
E.Listing running processes
AnswersA, C, E

You can run shell commands like ipconfig or netstat.

Why this answer

Live Terminal allows for file management, process management, and diagnostic command execution.

32
MCQhard

You are troubleshooting a scenario where an incident is not appearing in XSOAR despite an alert in XDR. Which configuration should you verify to ensure the bi-directional sync is functioning?

A.Incident Mapping
B.User Permissions
C.Playbook Workflow
D.Integration Instance Settings
AnswerD

These settings define how XDR and XSOAR exchange data.

Why this answer

The XDR-XSOAR integration instance configuration defines the flow of alerts into XSOAR.

33
MCQmedium

When investigating a compromise, you find an artifact in XSOAR. To gather more context about this file without leaving the platform, which integration should be utilized?

A.Automation Integrations
B.Threat Intel Integrations
C.Incident Layouts
D.Dashboard Widgets
AnswerB

These integrations automatically pull data about IOCs.

Why this answer

Threat Intelligence integrations in XSOAR allow for automated lookups of IOCs against external sources.

34
MCQeasy

Which tab in Cortex XSOAR would an analyst use to document all actions taken during an active incident investigation?

A.Summary Tab
B.War Room
C.Evidence Board
D.Playbook Tab
AnswerB

The War Room serves as the collaborative investigation log.

Why this answer

The War Room is the primary location for documenting actions, running commands, and recording notes in XSOAR.

Ready to test yourself?

Try a timed practice session using only Threat Detection And Incident Response questions.