Courseiva

Certified Cybersecurity Practitioner (Cybersecurity-Practitioner) (Cybersecurity-Practitioner) — Questions 151206

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

Page 2

Page 3 of 3

151
MCQmedium

A network engineer is configuring a Palo Alto Networks firewall and wants to ensure that internal hosts cannot resolve malicious domains known to host malware delivery mechanisms. Which security profile should be configured and attached to the security rule?

A.URL Filtering profile with custom block lists
B.Data Filtering profile with pre-defined patterns
C.Vulnerability Protection profile with severity filters
D.Anti-Spyware profile with DNS Signature enforcement
AnswerD

Correct. Anti-Spyware profiles inspect DNS traffic and can sinkhole or block malicious domain lookups.

Why this answer

Anti-Spyware profiles include DNS security features that inspect DNS queries and responses, blocking connections to known command-and-control and malware domains.

152
MCQmedium

An administrator configures high availability (HA) active/passive mode between two Palo Alto Networks firewalls. During a failover test, the administrator observes that stateful sessions are dropped, forcing users to re-authenticate and re-establish their TCP connections. What is the most likely configuration error?

A.HA Session Synchronization is disabled in the HA configuration settings.
B.The HA1 backup cable is disconnected, preventing configuration sync.
C.The interface management IP addresses on both firewalls are identical.
D.Preemption is enabled on both peer firewalls with identical priorities.
AnswerA

Without session synchronization, the passive firewall does not possess state table entries for active sessions upon failover.

Why this answer

For stateful failover to work seamlessly without dropping sessions, HA Session Synchronization must be enabled under Device > High Availability > General > Election Settings / Session Synchronization.

153
MCQmedium

An engineer is configuring Prisma Cloud to scan AWS Infrastructure as Code (IaC) templates within a GitHub repository. Which scanning integration should be implemented to detect misconfigurations before deployment?

A.Deploy the Prisma Cloud Defender daemonset on the GitHub runner nodes to monitor runtime file system changes.
B.Establish a VPC endpoint between the GitHub repository and Prisma Cloud Compute console.
C.Enable Prisma Cloud CloudTrail integration to parse GitHub audit logs via AWS EventBridge.
D.Configure the Prisma Cloud GitHub Action to scan Terraform and CloudFormation templates during the pull request stage.
AnswerD

Correct. The Prisma Cloud GitHub Action integrates directly into the CI/CD pipeline to evaluate IaC files.

Why this answer

Prisma Cloud provides a Bridgecrew IaC scanner integrated as a GitHub Action or VCS integration to scan templates during the pull request phase.

154
MCQmedium

An administrator deploys User-ID using Palo Alto Networks User-ID Agent on a Windows Server. Users report that after logging off their workstations, the firewall continues to attribute their web traffic to them for up to 45 minutes. How can the administrator reduce this timeout duration?

A.Change the Security policy session timeout value to 5 minutes.
B.Enable Captive Portal as a primary authentication fallback mechanism.
C.Increase the GlobalProtect portal idle disconnect timer.
D.Modify the User-ID idle timeout and mapping aging timers in Device > User-ID > Edit settings.
AnswerD

Adjusting aging timers ensures stale IP-to-user mappings are purged more quickly after logoff.

Why this answer

User-ID aging timers control how long IP-to-user mappings remain active after receiving a logout event or idle timeout. These are configured under Device > User-ID > User-ID Agent or Server settings / Group Mapping Settings.

155
MCQeasy

A security analyst is investigating a security alert generated by the firewall indicating potential data exfiltration. Which security profile should the analyst inspect and tune to detect and prevent sensitive information, such as credit card numbers, from leaving the network?

A.Vulnerability Protection profile
B.Data Filtering profile
C.URL Filtering profile
D.Anti-Spyware profile
AnswerB

Correct. Data Filtering profiles inspect session payloads for sensitive data patterns like credit cards and SSNs.

Why this answer

Data Filtering profiles inspect traffic for predefined or custom patterns (such as credit card numbers or social security numbers) and can block or log the transfer.

156
MCQhard

An administrator is configuring a secure IPsec VPN tunnel between an on-premises Palo Alto Networks firewall and a Prisma Access Remote Networks mobile gateway. During negotiation, Phase 2 fails. Where should the administrator check to view detailed IKE and IPsec negotiation error messages?

A.Review the AWS VPC Flow Logs in the Amazon CloudWatch console.
B.Run the CLI command `tail follow yes mp-log ikemgr.log` or check the System and GlobalProtect logs in Panorama/Firewall.
C.Navigate to Prisma Cloud Compute > Monitor > Audit logs.
D.Open the WildFire submission report for the crypto module hash.
AnswerB

Correct. The ikemgr log contains detailed IKEv1/IKEv2 and IPsec Phase 1/Phase 2 negotiation debugging output.

Why this answer

IPsec VPN troubleshooting on Palo Alto Networks firewalls is performed using the CLI command `tail follow yes mp-log ikemgr.log` or through the System > Logs > System/GlobalProtect or CLI operational commands.

157
MCQmedium

A security analyst reviews a Palo Alto Networks firewall traffic log showing an outbound connection over an encrypted tunnel to an unknown external IP address. The analyst suspects command-and-control traffic. Under the MITRE ATT&CK framework, which Tactic covers this network communication channel?

A.Execution
B.Lateral Movement
C.Initial Access
D.Command and Control
AnswerD

Outbound encrypted connections used by malware to maintain contact with an attacker map to Command and Control.

Why this answer

Command and Control (TA0011) consists of techniques that adversaries use to communicate with systems under their control within a victim network.

158
MCQeasy

During an incident response investigation using Palo Alto Networks Cortex XDR, an analyst identifies an endpoint exhibiting unusual outbound connections to a known command and control IP address. According to the cyber kill chain model, at which phase is this threat actor currently operating?

A.Reconnaissance
B.Command and Control
C.Exploitation
D.Delivery
AnswerB

Outbound connections to a C2 IP address indicate the Command and Control phase of the attack lifecycle.

Why this answer

Command and control is the phase where an established malware or threat actor communicates with an external infrastructure to receive instructions or exfiltrate data, which matches outbound connections to a C2 IP.

159
MCQeasy

An administrator is reviewing the Palo Alto Networks firewall traffic logs and sees a session marked with the application 'unknown-tcp'. What does this application classification typically indicate?

A.The firewall detected TCP traffic that does not match any known application signature database entry.
B.The traffic has been blocked by a Security policy rule.
C.The session is an encrypted SSL handshake that failed decryption.
D.The application is a predefined system service running on the management plane.
AnswerA

'unknown-tcp' means the application signature was not identified during initial packet inspection.

Why this answer

'unknown-tcp' indicates that the firewall recognizes the traffic is TCP-based, but has not matched any known application signature yet (often because it's custom, non-standard, or encrypted/obscured).

160
MCQeasy

An administrator needs to verify that the Cortex XDR agent services are running properly on a macOS endpoint. Which command-line utility should be used to check the agent status?

A.Run 'cytool query status' in the Terminal application.
B.Run 'traps status' using administrative privileges.
C.Run 'launchctl list | grep paloalto' to check daemon health.
D.Run 'pan-xdr-cli check' in the system console.
AnswerA

'cytool query status' is the correct syntax to verify agent status and module states on macOS and Linux.

Why this answer

The Cytool utility is the primary command-line tool for managing and troubleshooting Cortex XDR agents across platforms including macOS.

161
Multi-Selectmedium

Which TWO tasks are required when preparing to deploy Cortex XDR agents using an installation token? (Choose two)

Select 2 answers
A.Manually log into every single workstation console to type the token interactively.
B.Include the installation token parameter (e.g., /INSTALLTOKEN=) in the deployment command or script.
C.Disable SSL certificate validation on all endpoint browsers.
D.Hardcode the master database administrator password into the installation MSI file.
E.Generate and copy the unique installation token from the Cortex XDR management console.
AnswersB, E

Installers require the token passed via parameter for unattended setup.

Why this answer

Deploying with an installation token requires generating the token in the management console and passing it as a parameter during installation.

162
Multi-Selecthard

An organization is analyzing the Cyber Kill Chain framework to improve their defensive posture against advanced persistent threats (APTs). Which THREE phases of the Cyber Kill Chain involve active interaction between the attacker's infrastructure and the internal target enterprise network, where a Palo Alto Networks firewall can detect or disrupt the attack? (Choose three)

Select 3 answers
A.Actions on Objectives (exfiltrating data or lateral movement across internal zones)
B.Delivery (delivering malicious payloads via email, web downloads, or exploits)
C.Command and Control (establishing communications between compromised hosts and external C2 servers)
D.Reconnaissance (researching target organization via public social media without direct network interaction)
E.Weaponization (coupling an exploit with a backdoor in the attacker's offline lab environment)
AnswersA, B, C

Correct. Data exfiltration and lateral movement are monitored and blocked by Data Filtering and internal segmentation policies.

Why this answer

The Cyber Kill Chain phases involving active network traffic where firewalls play a role include Delivery, Command and Control, and Actions on Objectives (Exfiltration).

163
MCQhard

An organization is subjected to a distributed denial-of-service (DDoS) attack involving HTTP GET floods targeting their public-facing web server. The firewall is deployed inline. Which specific platform capability should be tuned to mitigate this application-layer attack without blocking legitimate users?

A.DoS Protection profile with classified and aggregate rate limiting rules
B.GlobalProtect Host Information Profile (HIP) compliance check
C.WildFire analysis profile with machine learning heuristics enabled
D.Application Override policy to bypass deep packet inspection for HTTP traffic
AnswerA

Correct. DoS protection profiles use classified rate limiting to drop or penalize specific traffic flows causing application-layer floods.

Why this answer

Zone protection or DoS Protection profiles with rate-limiting based on source IP and aggregate sessions protect against application-layer floods.

164
MCQmedium

An enterprise is replacing its traditional perimeter defense model with Palo Alto Networks Prisma Access to enforce continuous verification of every user and device regardless of their network location. Which architectural framework is being applied?

A.Secure Access Service Edge (SASE) core routing
B.Defense-in-Depth
C.Zero Trust Architecture
D.Network Access Control (NAC)
AnswerC

Zero Trust replaces perimeter-based security with continuous, explicit verification of users and devices.

Why this answer

Zero Trust Architecture assumes breach and verifies each request explicitly, regardless of whether it originates inside or outside the traditional network perimeter.

165
Multi-Selecteasy

An organization is implementing a defense-in-depth security model using a Palo Alto Networks Next-Generation Firewall. Which TWO security profile types should be deployed to inspect content payloads for known malware and software exploit attempts? (Choose two)

Select 2 answers
A.Antivirus profile
B.Data Filtering profile
C.Zone Protection profile
D.Vulnerability Protection profile
E.URL Filtering profile
AnswersA, D

Correct. Antivirus profiles inspect file transfers for known malware signatures.

Why this answer

Antivirus and Vulnerability Protection profiles inspect content payloads for known malware and software exploit attempts, respectively.

166
MCQeasy

What is the primary purpose of bootstrapping a VM-Series firewall during deployment in a public cloud?

A.Perform vulnerability scanning on the cloud provider's underlying hypervisor.
B.Encrypt all cloud storage volumes attached to the firewall instance before runtime.
C.Establish a secure SSH tunnel from the public cloud to the Palo Alto Networks TAC portal.
D.Automate the initial deployment configuration, licensing, software updates, and network settings without manual intervention.
AnswerD

Correct. Bootstrapping allows cloud firewalls to initialize fully configured and licensed automatically.

Why this answer

Bootstrapping automates the initial configuration, licensing, and software versioning of a VM-Series firewall upon first boot.

167
MCQmedium

A network engineer has deployed an active/passive HA pair of PA-5220 firewalls. During a routine failover test, the engineer notices that existing TCP sessions are dropped and must be re-established. Which feature should be enabled to prevent session disruption during failover?

A.HA Session Synchronization
B.Route Monitoring
C.HEC (High Availability Encryption)
D.Preemption
AnswerA

Correct. Enabling session sync synchronizes active connection states to the peer firewall.

Why this answer

Session synchronization ensures that active stateful session information is mirrored to the passive firewall so traffic continues seamlessly after failover.

168
MCQeasy

An administrator needs to prevent known malware and spyware from entering the network through downloaded files and web traffic. Which security profile type should be attached to the Security policy rule?

A.DoS Protection Profile
B.Data Filtering Profile
C.URL Filtering Profile
D.Antivirus Profile
AnswerD

Correct. Antivirus profiles inspect files in transit to block known malware signatures.

Why this answer

Antivirus and Anti-Spyware profiles inspect traffic for known malware, viruses, and command-and-control callbacks.

169
MCQhard

An enterprise is integrating Azure Active Directory (Azure AD) with Palo Alto Networks GlobalProtect for SAML authentication. The SOC wants to enforce conditional access policies so that users logging in from unmanaged devices are blocked from connecting to sensitive corporate segments. Where is the policy evaluating device compliance primarily enforced in this workflow?

A.Locally on the GlobalProtect gateway via local user database groups
B.Within the Panorama Log Forwarding profile settings
C.On the identity provider (IdP) during the authentication and token issuance phase
D.Inside the firewall security policy rule base post-authentication
AnswerC

The IdP evaluates conditional access and device compliance policies before issuing the SAML assertion to GlobalProtect.

Why this answer

Azure AD / Entra ID conditional access policies evaluate device compliance and identity claims during the SAML authentication token issuance phase before GlobalProtect grants network access.

170
Multi-Selectmedium

Which TWO log types are generated by VM-Series firewalls and can be forwarded to Panorama or external SIEM platforms for cloud security analysis? (Choose two)

Select 2 answers
A.Traffic logs recording session details, source/destination IPs, applications, and bytes transferred.
B.AWS IAM console login audit trails.
C.Azure Active Directory password reset tokens.
D.Kubernetes pod container image build artifact binary files.
E.Threat logs recording detected vulnerabilities, malware, spyware, and URL filtering events.
AnswersA, E

Correct. Traffic logs record all session metadata flowing through the firewall.

Why this answer

VM-Series firewalls generate standard PAN-OS logs such as Traffic logs, Threat logs, WildFire logs, and URL filtering logs.

171
MCQhard

A SOC team is analyzing an advanced persistent threat (APT) campaign characterized by long dwell times, custom tooling, stealthy lateral movement, and persistent access designed for continuous espionage. Which attribute best differentiates this APT from a standard opportunistic ransomware attack?

A.Rapid data encryption and extortion demands
B.Low dwell time and heavy reliance on automated scanners
C.Exclusive use of built-in Living off the Land binaries
D.Custom command and control infrastructure and objectives focused on espionage
AnswerD

APTs typically use bespoke tools and maintain covert access over extended periods for intelligence gathering.

Why this answer

APTs are distinguished by their stealthy, long-term presence, customization to evade detection, and focus on espionage rather than rapid financial extortion.

172
MCQhard

A security team is designing a Zero Trust network access control model using Palo Alto Networks Next-Generation Firewalls. They want to ensure that authentication and authorization policies evaluate device compliance and user identity dynamically on every single connection attempt. Which feature combination best satisfies this requirement?

A.GlobalProtect with Host Information Profile (HIP) checking and SAML authentication
B.Unauthenticated captive portal with static MAC address whitelisting
C.Static IP reservation combined with pre-shared key IPsec tunnels
D.SNMP trap forwarding combined with local database authentication
AnswerA

GlobalProtect HIP checks assess device security posture while SAML handles authentication, fulfilling continuous verification requirements.

Why this answer

Combining GlobalProtect with HIP (Host Information Profile) checks and SAML authentication enforces continuous dynamic evaluation of user identity and device health.

173
Multi-Selectmedium

An administrator is configuring Source NAT (SNAT) and wants to understand how translation addresses are allocated when using Dynamic IP and Port (DIPP). Which TWO characteristics describe DIPP behavior on Palo Alto Networks firewalls? (Choose two)

Select 2 answers
A.Translation occurs after security policy evaluation and routing decisions.
B.Every internal IP address requires a dedicated 1:1 public IP address mapping.
C.Source ports are dynamically assigned by the firewall to differentiate concurrent sessions sharing the same public IP.
D.DIPP prevents internal clients from initiating outbound HTTPS connections.
E.Multiple private IP addresses share a single translated public IP address simultaneously.
AnswersC, E

Port numbers distinguish sessions originating from different private IPs sharing one public IP.

Why this answer

DIPP allows multiple internal private IP addresses to share a single public IP address by mapping unique source ports for each session.

174
MCQmedium

An administrator is configuring a Destination NAT rule to forward inbound web traffic from the internet to an internal web server. The administrator notices that when internal users try to access the web server using its public IP address (Hairpinning/NAT Loopback), the connection fails. What additional rule is required to support NAT Loopback?

A.A security policy rule blocking inter-zone traffic from untrust to trust.
B.A separate Source NAT rule that allows traffic from the internal zone to the internal zone, translating the source IP to the internal interface IP.
C.An Application Override rule for HTTP/HTTPS traffic.
D.A static ARP entry on the external interface for the public IP address.
AnswerB

Hairpin NAT requires both Destination NAT (for inbound translation) and Source NAT (for return path handling via the firewall).

Why this answer

NAT Loopback (hairpinning) occurs when an internal client accesses an internal server via its public IP. This requires a Source NAT rule that translates internal source IPs to the firewall's internal interface IP so the server replies back to the firewall rather than directly to the client.

175
MCQhard

An organization is deploying Zero Trust Network Access (ZTNA) via Prisma Access. The SOC notices that a user device with compromised posture (missing host integrity check) is successfully authenticated by the SAML IdP but is denied network access. Where is this runtime access enforcement happening?

A.Via the Panorama Syslog export settings to the SIEM
B.At the Prisma Access cloud service node via GlobalProtect Gateway posture enforcement
C.Within the Cortex XDR agent running on the endpoint
D.Inside the Active Directory Domain Controller Group Policy Objects
AnswerB

Prisma Access enforces posture checks dynamically at the gateway level upon connection establishment.

Why this answer

Prisma Access evaluates the posture assessment and user context against the GlobalProtect Gateway agent settings and security rules to dynamically drop or restrict access at runtime.

176
MCQeasy

During a risk assessment, a security auditor notes that administrator accounts share a single generic login on the firewall. The auditor recommends implementing Role-Based Access Control (RBAC) and individual administrator accounts. Which Palo Alto Networks feature supports granular administration controls and authentication integration?

A.WildFire API token generation and management
B.User-ID clientless mapping via Windows User-ID Agent
C.Panorama Administrative Roles and external authentication profiles (RADIUS/TACACS+/SAML)
D.GlobalProtect Portal client configuration profiles
AnswerC

Correct. Administrative roles and external authentication enable individual accounts and granular privilege assignment.

Why this answer

Administrators can be authenticated via external directory services (TACACS+, RADIUS, SAML) and assigned specific Administrative Roles for RBAC.

177
MCQeasy

A security analyst is reviewing alerts generated by Palo Alto Networks WildFire. An unknown executable file was uploaded, analyzed in the sandbox, and determined to exhibit malicious behavior such as registry modification and process injection. What type of threat analysis is WildFire primarily performing in this scenario?

A.Dynamic behavioral analysis
B.URL category filtering
C.DNS sinkholing
D.Static signature matching
AnswerA

Observing runtime activities like process injection and registry modifications is dynamic behavioral analysis.

Why this answer

WildFire uses dynamic analysis (behavioral analysis) in a sandbox environment to observe how unknown files behave when executed, identifying malicious actions like registry tampering and process injection.

178
Multi-Selecthard

An administrator is configuring a complex network environment with multiple virtual routers and needs to ensure proper routing and path selection. Which THREE statements regarding Palo Alto Networks virtual routers are accurate? (Choose three)

Select 3 answers
A.A single virtual router can support multiple routing protocols including OSPFv2, OSPFv3, and BGP simultaneously.
B.Static routes can be configured with track objects to fail over to backup routes if an interface goes down.
C.Virtual routers operate at Layer 2 and require VLAN tagging to forward packets.
D.Virtual routers cannot share routes with other virtual routers on the same firewall without physical cable connections.
E.Default routes (0.0.0.0/0) can be redistributed dynamically through BGP or OSPF.
AnswersA, B, E

PAN-OS virtual routers support multiple concurrent dynamic routing protocols.

Why this answer

Virtual routers support static routes, OSPF, BGP, RIP, and route leaking between virtual routers on the same firewall.

179
MCQmedium

An administrator configures a dynamic update schedule for Antivirus and WildFire signatures. The firewall successfully downloads the updates, but fails to install them automatically. Where should the administrator check to verify and configure the installation schedule settings in PAN-OS?

A.Policies > Management
B.Device > Dynamic Updates
C.Device > Setup > Management > Software
D.Objects > Certificates
AnswerB

Device > Dynamic Updates contains the schedule configuration for downloading and installing signature packages.

Why this answer

Dynamic updates scheduling (Antivirus, Applications, WildFire, Threat) is configured under Device > Dynamic Updates. Each update type has configuration options for Download Only, Download and Install, or Download and Schedule.

180
MCQeasy

An administrator needs to ensure that Palo Alto Networks firewall administrators are automatically logged out of the Web Interface after 15 minutes of inactivity to prevent unauthorized access from unattended consoles. Where is this idle timeout configured?

A.Device > Setup > Management > General Settings
B.Policies > NAT
C.Network > Interfaces > Loopback
D.Objects > Tags
AnswerA

Idle timeout settings for administrators are located under Device > Setup > Management.

Why this answer

Management idle timeout settings are configured under Device > Setup > Management in the General Settings section.

181
MCQmedium

An administrator is configuring Advanced URL Filtering on Prisma Access. Which feature allows the security policy to block newly observed malicious domains that have existed for only a few hours?

A.Inline Machine Learning analysis that evaluates web traffic and categorizes Newly Registered Domains (NRDs) in real-time.
B.GlobalProtect endpoint registry checks for browser history.
C.Client-side proxy PAC file lookups against local browser blocklists.
D.Static URL database updates downloaded from Panorama once every 24 hours.
AnswerA

Correct. Advanced URL Filtering analyzes web traffic inline using machine learning to detect zero-day phishing and newly registered domains.

Why this answer

Advanced URL Filtering uses inline machine learning to analyze web traffic and categorize newly registered domains (NRDs) instantly.

182
MCQhard

An organization wants to use Prisma Access to inspect all outbound internet traffic from Google Cloud Platform (GCP) VPCs. Which architecture provides the most scalable integration between GCP and Prisma Access?

A.Deploy IPsec VPN tunnels from GCP VPC networks to Prisma Access Remote Networks, utilizing dynamic BGP routing.
B.Establish a direct Google Interconnect circuit terminated directly into the Panorama management appliance.
C.Configure GCP Cloud NAT to forward raw packet captures to the Prisma Access SaaS API endpoint.
D.Install the VM-Series firewall as a native GCP HTTP(S) Load Balancer backend instance group.
AnswerA

Correct. Prisma Access supports standard IPsec VPN connections with BGP routing from GCP VPCs to connect remote networks.

Why this answer

Prisma Access connects to GCP VPCs using Cloud VPN and BGP, integrated with GCP Network Connectivity Center or standard VPN tunnels.

183
MCQeasy

An administrator needs to configure a security rule that applies specifically to traffic destined for a DMZ web server using its public NAT IP address (Destination NAT). Which IP address must be specified in the Destination field of the Security policy rule?

A.The public pre-NAT IP address assigned to the external interface.
B.The loopback interface IP address of the firewall.
C.The MAC address of the DMZ server.
D.The private post-NAT IP address of the internal web server.
AnswerA

Security rules evaluate traffic using the original destination IP address (pre-NAT).

Why this answer

Security rules must always reference the pre-NAT (original destination) IP address when evaluating incoming traffic from the untrusted zone, unless specified otherwise depending on PAN-OS version, but standard best practice dictates matching the zone and the pre-NAT destination IP address.

184
MCQeasy

Which feature in Prisma Cloud allows security teams to write custom security policies using a SQL-like query language to inspect cloud resource configurations and audit trails?

A.GlobalProtect Log Language (GPLL)
B.Panorama Security Query Language (PSQL)
C.Resource Query Language (RQL)
D.WildFire Query Syntax (WQS)
AnswerC

Correct. RQL allows users to query cloud resource configurations and audit events using a specialized search language.

Why this answer

RQL (Resource Query Language) is the search and policy language used in Prisma Cloud.

185
MCQeasy

An administrator needs to configure administrative access to Panorama so that a junior SOC analyst can view firewall configurations and logs, but cannot make any changes. Which configuration step enforces the principle of least privilege?

A.Assign the built-in superuser administrator role to the user account.
B.Create an Admin Role Profile with read-only access to configuration and logs, then assign it to the administrator.
C.Grant dynamic device group ownership without specifying an admin role profile.
D.Configure password complexity requirements without modifying access profiles.
AnswerB

Creating a restricted role profile enforces least privilege by limiting the user to read-only capabilities.

Why this answer

Assigning a customized Role Profile with read-only permissions ensures the user has only the access required to perform their job and nothing more.

186
MCQmedium

An administrator observes that several Cortex XDR agents are showing a 'Disconnected' status in the management console. After verifying network connectivity, the administrator suspects that communication is blocked by an intermediate firewall. Which TCP port must be open outbound from the endpoints to the Cortex XDR server?

A.TCP port 22 and TCP port 23 for remote management
B.TCP port 389 and TCP port 636 for directory sync
C.TCP port 443 exclusively
D.TCP port 80 and TCP port 443
AnswerC

Outbound TCP port 443 is required for agent-to-server communication in Cortex XDR.

Why this answer

Cortex XDR agents communicate outbound to the cloud tenant primarily over TCP port 443.

187
Multi-Selecteasy

Which TWO actions can be performed directly from the Cortex XDR management console on a compromised endpoint? (Choose two)

Select 2 answers
A.Reflash the physical BIOS firmware remotely to remove persistent bootkits.
B.Initiate a remote PowerShell session or run triage scripts via Remote Response.
C.Upgrade the physical RAM hardware configuration.
D.Reinstall the host operating system from a golden cloud image.
E.Isolate the endpoint from the network to stop lateral movement.
AnswersB, E

Remote Response allows running scripts and triage collection directly.

Why this answer

Cortex XDR provides remote response and isolation capabilities directly from the console interface.

188
MCQeasy

A security analyst needs to configure log forwarding from a Palo Alto Networks firewall to an external SIEM using encrypted TLS syslog. Where are the external log receiver settings configured in Panorama?

A.Objects > Security Profiles > Antivirus
B.Device > High Availability
C.Panorama > Server Profiles > Syslog
D.Network > GlobalProtect > Gateways
AnswerC

External syslog server profiles and transport options are configured under Server Profiles in Panorama/firewall.

Why this answer

Log forwarding profiles and external syslog server destinations are configured under Panorama > Server Profiles > Syslog.

189
Multi-Selectmedium

A security team is implementing risk management practices by securing the firewall management plane. Which THREE best practices should be implemented to protect the management interface from unauthorized access? (Choose three)

Select 3 answers
A.Disable administrative password complexity requirements to simplify login
B.Configure the management interface with a public IP address accessible from the entire internet
C.Configure permitted IP address lists on the management interface to allow access only from secure jump hosts
D.Restrict management access to a dedicated management interface (MGT port) separated from data traffic
E.Enforce multi-factor authentication (MFA) for all administrative logins
AnswersC, D, E

Correct. Restricting source IPs via permitted IP lists prevents unauthorized administrative access.

Why this answer

Management plane security best practices include restricting management access via dedicated management interfaces, using IP whitelisting (permitted IP lists), and enforcing strong authentication.

190
Multi-Selectmedium

A security analyst is hardening administrative access on a Palo Alto Networks Panorama management server. Which TWO of the following best practices should be implemented to ensure secure administrative access? (Choose two)

Select 2 answers
A.Enforce Multi-Factor Authentication (MFA) for all administrator accounts
B.Disable HTTPS redirection on the management interface
C.Share a single superuser account among all shift analysts to streamline shift handovers
D.Allow unauthenticated HTTP management access from any internal IP address
E.Restrict administrative access to dedicated out-of-band management networks or specific trusted IP addresses
AnswersA, E

MFA prevents unauthorized access even if primary administrator passwords are compromised.

Why this answer

Best practices for administrative hardening include enforcing MFA and restricting management access to dedicated secure subnets or management interfaces.

191
MCQhard

An organization's security policy mandates that all software vulnerabilities with a CVSS score above 7.0 must be blocked at the network perimeter within 24 hours of disclosure. A new zero-day vulnerability is announced. While awaiting vendor patches, how can a Palo Alto Networks administrator immediately mitigate this threat using built-in platform features?

A.Configure a custom URL Filtering category to block the vendor advisory website
B.Apply a custom Vulnerability Protection signature or update the predefined threat signature action to 'block' for the specific CVE
C.Deploy an Application Override policy to drop all traffic using the affected application port
D.Enable strict WildFire forwarding for all outbound DNS requests originating from the server subnet
AnswerB

Correct. Threat signatures in Vulnerability Protection profiles allow immediate blocking of exploit traffic targeting specific CVEs.

Why this answer

Administrators can update Vulnerability Protection profiles or create custom vulnerability signatures to block exploit attempts targeting the newly disclosed flaw before a vendor patch is available.

192
MCQmedium

During an incident response investigation, a SOC analyst discovers that an APT group utilized scheduled tasks and Windows Management Instrumentation (WMI) to maintain access across reboots in a Palo Alto Networks protected enterprise. Which MITRE ATT&CK Tactic categorizes these techniques?

A.Persistence
B.Impact
C.Collection
D.Reconnaissance
AnswerA

Scheduled tasks and WMI abuse are standard techniques used to maintain persistence on systems.

Why this answer

Persistence (TA0003) consists of techniques that adversaries use to keep access to systems across restarts, changed credentials, and other interruptions.

193
Multi-Selecthard

A security analyst is examining an advanced malware sample reported by Cortex XDR. The malware utilizes sophisticated evasion techniques. Which THREE of the following MITRE ATT&CK techniques are commonly associated with the Defense Evasion tactic? (Choose three)

Select 3 answers
A.Obfuscated Files or Information (e.g., encoded scripts or packed binaries)
B.Indicator Removal on Host (e.g., clearing event logs or deleting audit trails)
C.Masquerading (e.g., naming malicious executables after legitimate system files)
D.Remote System Discovery via network ping sweeps
E.Data Staged for Exfiltration
AnswersA, B, C

Obfuscating files and scripts is a primary technique used to evade signature detection.

Why this answer

Obfuscated Files or Information, Masquerading, and Indicator Blocking are classic Defense Evasion techniques.

194
Multi-Selecthard

An administrator is configuring Prisma Access to secure remote networks and mobile users. Which TWO cloud-delivered security services can be natively integrated into Prisma Access security policies to inspect traffic? (Choose two)

Select 2 answers
A.Advanced URL Filtering
B.Azure Sentinel Log Forwarder
C.AWS GuardDuty Threat Intelligence Exporter
D.Advanced WildFire
E.Google Cloud Chronicle SIEM Connector
AnswersA, D

Correct. Advanced URL Filtering provides inline web categorization and threat protection in Prisma Access.

Why this answer

Prisma Access natively integrates Advanced WildFire for malware analysis and Advanced URL Filtering / Advanced Threat Prevention for threat inspection.

195
Multi-Selectmedium

An administrator needs to implement authentication for administrative access to the Palo Alto Networks firewall using an external RADIUS server. Which TWO components must be configured on the firewall to achieve this? (Choose two)

Select 2 answers
A.External Dynamic List (EDL) pointing to the RADIUS authentication database.
B.WildFire Analysis Profile set to authenticate users.
C.SSL Decryption Profile attached to the management interface.
D.Authentication Profile under Device > Authentication referencing the RADIUS server profile.
E.RADIUS Server Profile under Device > Server Profiles > RADIUS.
AnswersD, E

An authentication profile ties the RADIUS server profile to specific access domains and mechanisms.

Why this answer

External RADIUS admin authentication requires configuring a RADIUS Server profile and an Authentication Profile that references that RADIUS server, which is then bound to the admin accounts or authentication settings.

196
MCQmedium

An analyst reviewing Cortex XDR alerts observes an attacker attempting to encode malicious scripts using Base64 to bypass signature-based detection mechanisms on an endpoint. Under the MITRE ATT&CK framework, which Tactic defines this behavior?

A.Initial Access
B.Defense Evasion
C.Exfiltration
D.Collection
AnswerB

Obfuscating or encoding scripts to evade detection maps directly to the Defense Evasion tactic.

Why this answer

Defense Evasion (TA0005) consists of techniques that adversaries use to avoid detection throughout their compromise, such as obfuscating or encoding data and scripts.

197
MCQhard

An endpoint running the Cortex XDR Agent is experiencing aggressive behavior isolation triggered by a confirmed ransomware attack. The administrator successfully remediates the threat and verifies the endpoint is clean. How should the administrator restore network connectivity to the isolated endpoint from the Cortex XDR management console?

A.Disable the firewall profile associated with the endpoint group in Policy Management.
B.Navigate to Endpoint Management, select the endpoint, click Action, and select Remove Isolation.
C.Delete the endpoint record from the Cortex XDR asset inventory and reinstall the agent.
D.Reboot the endpoint twice using the remote action menu to clear the isolation driver state.
AnswerB

The Remove Isolation action reverses the network restriction rules applied by the agent.

Why this answer

To restore connectivity, the administrator must navigate to the Endpoint Management view, select the isolated endpoint, and issue the Remove Isolation action.

198
MCQhard

An enterprise is enforcing a strict Zero Trust policy where all access requests to internal applications must be authorized via dynamic trust scores calculated by Cortex XSOAR and enforced by Prisma Access. An incident occurs where an administrative account is flagged for anomalous behavior, but the session remains active. Which integration mechanism should be triggered to immediately terminate the active session across all enforcement points?

A.Clear the Dynamic Address Group tags manually via a Syslog alert
B.Wait for the active DHCP lease to expire on the core switch
C.Restart the management server daemon on Panorama
D.Execute an automated Cortex XSOAR playbook task invoking the PAN-OS XML API to terminate the active user session
AnswerD

XSOAR can invoke PAN-OS API commands to instantly terminate active sessions when anomalous behavior is detected.

Why this answer

API-based session revocation or User-ID user logout commands can be invoked via Cortex XSOAR to immediately clear sessions on Prisma Access/firewalls.

199
Multi-Selectmedium

An administrator is designing a high-availability network using Panorama and Palo Alto Networks firewalls. Which TWO tasks can be performed directly by Panorama regarding firewall management and deployment? (Choose two)

Select 2 answers
A.Pushing device and network templates to managed firewalls
B.Managing and distributing software, dynamic updates, and WildFire signatures to firewalls
C.Acting as the primary data-plane traffic processor for remote branch offices
D.Executing local packet captures on managed firewalls without administrator interaction
E.Replacing the need for local firewall administrator accounts entirely
AnswersA, B

Correct. Panorama uses templates to manage network and device configurations for firewalls.

Why this answer

Panorama acts as a centralized management platform capable of pushing template configurations and software/content updates to managed firewalls.

200
MCQmedium

An organization's security policy requires that any detected malware file must be automatically blocked from entering the network during download. Which security profile and action combination ensures inline prevention against known malware?

A.WildFire analysis profile with file forwarding set to 'async'
B.Antivirus profile with action set to 'block' for all malware types and decoders
C.Data Filtering profile configured to drop executable file extensions
D.URL Filtering profile configured to block malicious download categories
AnswerB

Correct. Antivirus profiles inspect files inline and block known malware signatures immediately.

Why this answer

Antivirus profiles inspect file transfers and can be configured to block known malware signatures in real-time inline.

201
MCQeasy

An administrator is configuring Multi-Factor Authentication (MFA) for Prisma Access administrative access. Which component in the authentication sequence is responsible for validating the secondary MFA token (such as an push notification)?

A.The Palo Alto Networks Next-Generation Firewall data plane
B.The Cortex XSOAR incident playbook engine
C.The external MFA server or Identity Provider integrated via RADIUS or SAML
D.The local administrator database on Panorama
AnswerC

External IdPs or RADIUS servers handle the processing and validation of secondary MFA tokens.

Why this answer

The external multi-factor authentication server (such as RADIUS or SAML IdP) validates the secondary authentication token.

202
MCQeasy

A security analyst needs to review authentication attempts made by administrators logging into a Palo Alto Networks firewall. Which log type in the Web Interface contains these administrative login records?

A.Traffic Log
B.System Log
C.Threat Log
D.GlobalProtect Log
AnswerB

System logs record administrator login events, configuration commits, and system alerts.

Why this answer

The System log records administrative logins, configuration changes, system events, and daemon statuses on Palo Alto Networks firewalls.

203
MCQhard

An administrator is troubleshooting an issue where Cortex XDR agent logs need to be gathered and submitted to Palo Alto Networks Support. Which command generates a complete support file package (often referred to as 'collector') containing all necessary logs and debug data?

A.traps-support-collector.exe --full
B.pan-xdr-gather-logs.sh
C.cytool support dump
D.cytool collect logs --support
AnswerC

'cytool support dump' generates a compressed archive of all agent logs, configurations, and diagnostic data.

Why this answer

The cytool dump or support log collection command packages agent diagnostic data for troubleshooting.

204
Multi-Selectmedium

An auditor is evaluating compliance with the principle of least privilege for Palo Alto Networks administrator accounts. Which TWO of the following practices indicate a failure or violation of least privilege? (Choose two)

Select 2 answers
A.Restricting administrator access profiles to specific Device Groups matching the engineer's assigned region
B.Using a single un-audited shared administrator account for multiple SOC team members
C.Creating custom Admin Role Profiles that restrict users to specific read-only tabs
D.Assigning the built-in superuser role to a Tier-1 helpdesk analyst who only needs to view logs
E.Enabling SAML authentication with dynamic role attribute mapping from an IdP
AnswersB, D

Shared accounts prevent individual accountability and violate least privilege.

Why this answer

Assigning superuser roles to standard analysts and sharing accounts violate the principle of least privilege.

205
Multi-Selecteasy

An administrator wants to secure outbound web browsing traffic by inspecting HTTP/HTTPS traffic for malicious URLs, malware, and exploits. Which TWO security profiles should be attached to the Security policy rule to achieve comprehensive protection? (Choose two)

Select 2 answers
A.Antivirus Profile
B.Quality of Service (QoS) Profile
C.Zone Protection Profile
D.Network Access Profile
E.URL Filtering Profile
AnswersA, E

Antivirus inspects downloaded files and streams for known malware signatures.

Why this answer

Comprehensive outbound web protection requires URL Filtering (to block malicious sites) and Anti-Spyware or Antivirus/Vulnerability protection (to block malware and exploits).

206
MCQeasy

An administrator wants to ensure that critical server traffic is always prioritized over standard guest internet traffic during periods of network congestion. Which feature should be configured?

A.Quality of Service (QoS)
B.User-ID
C.GlobalProtect
D.WildFire
AnswerA

Correct. QoS profiles and policies manage bandwidth allocation and traffic prioritization.

Why this answer

Quality of Service (QoS) allows administrators to manage bandwidth and prioritize critical traffic classes over less important traffic.

Page 2

Page 3 of 3

All pages

Practice Cybersecurity-Practitioner by domain

Target a specific domain to shore up weak areas.

See all domains with question counts →