Courseiva

Certified Cybersecurity Apprentice (Cybersecurity-Apprentice) (Cybersecurity-Apprentice) — Questions 76150

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

Page 1

Page 2 of 3

Page 3
76
Multi-Selecthard

An administrator is configuring Zone Protection Profiles on a Palo Alto Networks firewall. Which THREE types of network-layer attacks can be mitigated using this profile? (Choose three)

Select 3 answers
A.SYN floods
B.IP spoofing
C.ICMP floods
D.Phishing credential harvesting
E.SQL injection exploits
AnswersA, B, C

SYN flood protection uses SYN cookies or RED to mitigate TCP SYN floods.

Why this answer

Zone Protection Profiles mitigate flood attacks (SYN, ICMP, UDP), IP spoofing, and reconnaissance scans at the zone perimeter.

77
MCQmedium

An enterprise security team deploys Prisma Cloud Compute across their Kubernetes clusters to enforce security policies. A developer attempts to deploy a privileged pod that violates runtime security policies. Which Prisma Cloud component intercepts and blocks this deployment at the admission controller level?

A.Prisma Cloud Admission Controller Webhook
B.Prisma Cloud Defender DaemonSet
C.Prisma Cloud Console
D.AWS IAM policy simulator
AnswerA

The Prisma Cloud Admission Controller intercepts Kubernetes API requests to validate pods against security policies prior to creation.

Why this answer

Prisma Cloud integrates with Kubernetes admission controllers to intercept requests to the API server and block non-compliant pod deployments before they run.

78
Multi-Selecthard

An organization is hardening its Palo Alto Networks firewalls against advanced persistent threats (APTs) and malware campaigns. Which THREE advanced features or profiles should be deployed to ensure maximum protection against zero-day exploits and multi-stage attacks? (Choose three)

Select 3 answers
A.Inline machine learning capabilities within threat prevention profiles to block zero-day exploits in real-time.
B.DNS Security service to automatically detect and block malicious domain lookups and command-and-control communication.
C.WildFire cloud-based analysis profile configured to automatically inspect and detonate unknown executable files and documents.
D.SNMP v1 read-only community strings configured on the management interface.
E.Static IPsec VPN tunnels with disabled phase 2 rekeying.
AnswersA, B, C

Inline ML stops zero-day threats instantly without waiting for sandbox detonation.

Why this answer

APT and zero-day protection relies on WildFire cloud sandbox analysis, DNS Security for malicious domain detection, and inline machine learning.

79
MCQmedium

A security analyst receives a Prisma Cloud alert regarding suspicious API activity in an AWS account, indicating potential credential compromise. Which Prisma Cloud module generated this alert by analyzing cloud provider audit logs for anomalous behavior?

A.Prisma Access Remote Browser Isolation
B.Prisma Cloud Container Vulnerability Management
C.Prisma Cloud Web Application and API Security (WAAS)
D.Prisma Cloud Cloud Detection and Response (CDR) / Identity Security
AnswerD

Identity Security and CDR analyze control plane audit logs to detect compromised credentials and abnormal API calls.

Why this answer

Prisma Cloud CDR (Cloud Detection and Response) or UEBA capabilities analyze cloud audit logs (like CloudTrail) to detect anomalous and malicious user behavior.

80
MCQeasy

What is the primary function of a Security Information and Event Management (SIEM) system in an enterprise security architecture?

A.To centralize log collection, event correlation, and security incident monitoring across disparate enterprise systems.
B.To analyze unknown executable files in an isolated sandbox environment.
C.To automatically patch operating system vulnerabilities on endpoints.
D.To enforce inline packet inspection and drop malicious TCP packets.
AnswerA

SIEM centralizes logging and correlation for threat detection.

Why this answer

SIEM systems aggregate, correlate, and analyze log data from multiple sources across the enterprise to detect security incidents and provide audit trails.

81
MCQmedium

An administrator wants to dynamically block connections from IP addresses published on a trusted third-party threat feed. Which feature should be used to ingest this feed into firewall policies?

A.Custom App-ID Signature Pattern
B.External Dynamic List (EDL)
C.DHCP Server Lease Table
D.Static Address Group
AnswerB

EDLs dynamically import threat indicators from external web sources into firewall policies.

Why this answer

External Dynamic Lists (EDLs) allow the firewall to automatically download IP addresses, URLs, or domains from a web server and use them in Security policies.

82
MCQeasy

A tier-1 SOC analyst receives an alert for a blocked malware execution detected by WildFire on a firewall. What is the standard operational response procedure for this type of high-confidence prevention alert?

A.Verify that the threat was successfully blocked by the firewall and check if any other endpoints attempted to access the same file.
B.Escalate the alert directly to law enforcement without reviewing internal logs.
C.Immediately re-image the firewall management plane to remove potential rootkits.
D.Disable WildFire inline inspection to prevent future network latency.
AnswerA

Since the threat was blocked, the primary goal is verification and scoping to ensure no lateral movement or prior exposure occurred.

Why this answer

When malware is proactively blocked by WildFire or Anti-Malware, the analyst verifies the prevention status and checks if any other hosts were exposed.

83
MCQeasy

A SOC analyst is reviewing real-time firewall traffic in the Application Command Center (ACC). What is the primary purpose of the ACC in a Palo Alto Networks firewall?

A.To execute active containment playbooks on infected endpoint hosts.
B.To automatically generate SIEM correlation rules based on machine learning.
C.To provide a visual and interactive summary of network traffic, applications, and threats over time.
D.To compile configuration backups before pushing policy changes.
AnswerC

ACC is designed for visual traffic analysis and threat identification.

Why this answer

The ACC provides a graphical summary of application, user, URL, and threat traffic passing through the firewall to help identify usage patterns and anomalies.

84
MCQmedium

A security architect is configuring CloudTrail integration for Prisma Cloud across multiple AWS accounts managed through AWS Organizations. Which account deployment method should be used to ensure centralized log ingestion and security posture visibility?

A.Deploy VM-Series firewalls in every VPC to inspect CloudTrail API payloads locally
B.Rely entirely on Prisma Cloud Compute Defenders installed on AWS EC2 instances
C.Establish a master CloudTrail setup in the management account paired with cross-account IAM roles for Prisma Cloud access
D.Configure independent CloudTrail logging directly inside each individual member account without cross-account roles
AnswerC

Prisma Cloud integrates securely with multi-account environments using an aggregator role connected to the centralized logging bucket.

Why this answer

For multi-account AWS environments, utilizing an AWS CloudTrail organizational trail deployed via a StackSets template allows Prisma Cloud to ingest logs efficiently through a designated monitoring account.

85
MCQeasy

Which security concept describes the practice of hiding internal network topology and IP address schemes from external entities using Network Address Translation (NAT)?

A.Application Layer Gateway (ALG)
B.Multi-Factor Authentication (MFA)
C.Network Address Translation (NAT) and topology hiding
D.End-to-End Encryption
AnswerC

NAT hides internal network layouts from external observers.

Why this answer

Network Address Translation (NAT) hides internal private IP addresses behind public IP addresses, providing a degree of topology obfuscation.

86
Multi-Selecthard

An administrator needs to troubleshoot why a specific user is unable to access an internal application mapped via User-ID. Which TWO tools or commands can verify User-ID mapping status? (Choose two)

Select 2 answers
A.CLI command: show high-availability state
B.CLI command: show interface hardware
C.CLI command: show user ip-user-mapping all
D.CLI command: show system environmental
E.CLI command: show user group name <group-name>
AnswersC, E

This command displays active IP-to-username mappings currently recognized by the firewall.

Why this answer

User-ID mappings can be checked via the CLI using 'show user ip-user-mapping all' or via the firewall's operational commands and User-ID agent status logs.

87
MCQeasy

An administrator needs to configure a static route on a Palo Alto Networks firewall so that traffic destined for a remote subnet (192.168.10.0/24) reaches its next-hop router (10.0.0.1). Which menu path must the administrator navigate to configure this?

A.Device > Setup > Operations > Routing
B.Network > Interfaces > Ethernet > Static Route
C.Network > Virtual Routers > [Virtual Router Name] > Static Routes
D.Policies > Routing > Static
AnswerC

Static routes are managed directly inside the configuration of the specific Virtual Router.

Why this answer

Static routes are configured under Network > Virtual Routers, selecting the specific virtual router instance, and then adding a static route entry.

88
MCQmedium

A company requires remote workers to establish a secure tunnel back to the corporate data center using GlobalProtect. Which component authenticates the users before assigning an IP address pool?

A.A Security policy rule with an explicit source user match.
B.A decryption policy specifying a trusted CA certificate.
C.A NAT rule translating the public IP to a private IP.
D.An Authentication Profile linked to the GlobalProtect Portal/Gateway configuration.
AnswerD

Authentication profiles handle credential validation for GlobalProtect users.

Why this answer

GlobalProtect Portal and Gateway interact with Authentication Profiles (LDAP, SAML, RADIUS) to authenticate users before tunnel establishment.

89
MCQeasy

An administrator is configuring a new Layer 2 subinterface on a Palo Alto Networks firewall and needs to associate it with an existing VLAN ID. Where is the VLAN tag specified for a Layer 2 subinterface?

A.In the Tag field of the Layer 2 interface configuration
B.Within the DHCP Server IP pool configuration
C.In the Virtual Router general settings
D.Inside the Zone Protection Profile assigned to the interface
AnswerA

The Tag field specifies the 802.1Q VLAN ID for the Layer 2 interface.

Why this answer

When configuring a Layer 2 subinterface or interface in PAN-OS, the tag/VLAN ID is defined directly within the interface configuration settings.

90
MCQeasy

An administrator wants to protect a server farm from TCP SYN flood attacks. Which security control should be deployed on the external ingress zone?

A.A custom decryption policy rule.
B.A Zone Protection Profile with SYN flood protection enabled.
C.A URL Filtering Profile with high-risk categories blocked.
D.A Data Filtering profile configured for credit cards.
AnswerB

Zone Protection Profiles defend against network-layer DoS attacks like SYN floods.

Why this answer

Zone Protection Profiles contain mechanisms such as SYN cookies to mitigate SYN flood DoS attacks at the zone boundary.

91
Multi-Selecthard

An administrator is configuring Prisma Cloud Compute defense mechanisms for serverless functions (FaaS) such as AWS Lambda. Which THREE capabilities does Prisma Cloud provide for serverless security? (Choose three)

Select 3 answers
A.Secret detection to prevent credentials from being hardcoded in serverless source code
B.Vulnerability scanning of serverless function deployment packages and dependencies
C.Runtime protection and function hardening against injection and malicious execution
D.Configuring enterprise BGP peering sessions between cloud VPCs and on-premises routers
E.Providing dedicated physical server rack space in AWS data centers
AnswersA, B, C

Serverless scanning identifies embedded secrets in function code.

Why this answer

Prisma Cloud protects serverless functions by scanning function code and packages for vulnerabilities, protecting against injection attacks, and monitoring runtime behavior.

92
MCQmedium

An endpoint running macOS encounters a kernel extension loading blockage when installing the Cortex XDR agent. What action must the administrator take to resolve this?

A.Disable SIP (System Integrity Protection) permanently on all Mac endpoints.
B.Approve the system extension and network filter configurations via Mobile Device Management (MDM) policy or local system settings.
C.Reformat the drive using the APFS file system format.
D.Configure the Endpoint Security client to run as a root daemon via launchd.
AnswerB

macOS security controls require explicit authorization for system extensions and network filters.

Why this answer

Modern macOS versions require explicit user or MDM approval for system extensions and kernel extensions used by security software.

93
MCQmedium

An administrator is reviewing Prisma Cloud agentless scanning capabilities for AWS EC2 instances. What is the primary advantage of utilizing agentless scanning compared to deploying the traditional Defender agent on every workload?

A.It eliminates the need to install and maintain software agents on target virtual machines while maintaining visibility.
B.It enables active SSL decryption of all inbound TLS traffic on public load balancers.
C.It provides real-time layer 7 container runtime process execution blocking.
D.It replaces the need for cloud provider API integrations entirely.
AnswerA

Agentless scanning inspects workloads via snapshots, reducing operational overhead and agent footprint.

Why this answer

Agentless scanning takes EBS snapshots of instances to analyze OS packages, vulnerabilities, and configurations without requiring software installation inside the running operating system.

94
Multi-Selectmedium

An administrator wants to configure High Availability (HA) Active/Passive on two firewalls. Which THREE prerequisites must be verified before enabling HA? (Choose three)

Select 3 answers
A.Both firewalls must run the exact same PAN-OS software version.
B.Dedicated physical HA ports (HA1 and HA2) must be available for state synchronization and heartbeats.
C.Both firewalls must have distinct serial numbers and separate licensing.
D.All data interfaces must be configured as DHCP clients.
E.Both firewalls must be the exact same hardware model.
AnswersA, B, E

Software versions must match between HA peers.

Why this answer

HA Active/Passive requires identical firewall models, matching PAN-OS software versions, and dedicated physical HA ports (HA1/HA2).

95
MCQmedium

An administrator wants to restrict administrative access to the firewall GUI so that only members of the 'Domain Admins' group can log in using their Active Directory credentials. Which authentication method should be configured?

A.An Authentication Profile combined with an Admin Role Profile mapping the AD group.
B.A custom decryption rule enforcing SAML client authentication.
C.A standard Security policy rule with an explicit user match condition.
D.A GlobalProtect Portal agent configuration.
AnswerA

Authentication profiles validate credentials against external servers, and Admin Roles assign privileges.

Why this answer

Integrating PAN-OS with LDAP/RADIUS or SAML using an Authentication Profile linked to an Admin Role Profile maps Active Directory groups to firewall management roles.

96
MCQhard

A SOC team utilizes Cortex XSIAM for threat detection and response. When analyzing data ingestion health, which dashboard or section should the engineer examine to verify that log collectors are actively receiving and parsing logs from various data sources without dropping packets?

A.Open the Threat Intelligence management page and verify API token validity.
B.Review the GlobalProtect Gateway logs for active tunnel handshakes.
C.Check the Panorama > Setup > Operations > Export Panorama Configuration menu.
D.Navigate to Cortex XSIAM > Settings > Data Sources to review agent and collector ingestion health metrics.
AnswerD

Data Sources settings and dashboards display real-time ingestion status and volume per log source.

Why this answer

Cortex XSIAM provides dedicated data source monitoring and health dashboards to track ingestion rates, parsing errors, and collector status.

97
MCQmedium

During a security investigation, an analyst discovers that a compromised user account is repeatedly authenticating from an impossible travel location. Which Cortex XDR feature enables the analyst to automatically isolate the user's host endpoint upon detection?

A.Trigger the 'Isolate Endpoint' action from the Cortex XDR Incident response tools.
B.Change the Authentication Profile to drop Kerberos ticket grants.
C.Enable strict Zone Protection profiles on the local switch interface.
D.Apply a Global Protect Portal lockout via Panorama Device Groups.
AnswerA

Endpoint isolation cuts off network communication except for communication with the Cortex XDR server.

Why this answer

Cortex XDR allows administrators and automated playbooks to isolate endpoints from the network using the 'Isolate Endpoint' action in the Action Center or incident response capabilities.

98
MCQhard

A network administrator needs to prioritize VoIP traffic over bulk file transfers using QoS on a PAN-OS firewall. Where must the QoS profile be applied to shape the traffic effectively?

A.On the ingress interface where the bulk file traffic enters the firewall.
B.As a global setting inside the Device Management configuration tab.
C.Inside the Zone Protection Profile attached to the internal zone.
D.On the egress interface pointing toward the WAN connection.
AnswerD

QoS is applied to egress interfaces to control outbound bandwidth shaping and prioritization.

Why this answer

QoS profile and QoS policy rule are applied on the egress physical interface where traffic leaves the firewall, to manage bandwidth allocation properly.

99
MCQeasy

An administrator configures a Security policy rule to block access to known malicious websites categorized by PAN-DB. Which profile must be attached to the rule?

A.URL Filtering Profile
B.WildFire Analysis Profile
C.Decryption Profile
D.Vulnerability Protection Profile
AnswerA

URL Filtering profiles control web traffic categories using PAN-DB.

Why this answer

URL Filtering profiles utilize PAN-DB to categorize and control web browsing traffic.

100
MCQmedium

During a routine audit, a SOC supervisor wants to ensure that all administrative logins to Panorama and managed firewalls are centrally tracked and securely archived. Which log type in the PAN-OS logging architecture records administrator login sessions and configuration changes?

A.WildFire Submission and Analysis logs.
B.Data Filtering and GTP logs.
C.Threat and URL Filtering logs.
D.Configuration and System logs.
AnswerD

Configuration logs track who made what change and when, while System logs track admin login sessions.

Why this answer

PAN-OS records administrative actions, logins, and configuration changes in the Configuration Log and System Log.

101
MCQeasy

A security analyst needs to verify whether a suspicious file hash uploaded to an internal server was previously analyzed by WildFire. Where can the analyst perform a manual hash lookup in the Palo Alto Networks ecosystem?

A.Open Cortex XSOAR and run a manual ping command on the hash.
B.Check the User-ID agent status page for hash mapping tables.
C.Log into the WildFire Portal and search the file hash in the analysis search bar.
D.Navigate to Panorama > ACC and filter by SHA256 signatures.
AnswerC

The WildFire portal provides direct hash lookup and comprehensive analysis reports.

Why this answer

The WildFire portal allows security professionals to manually search file hashes to view historical analysis reports and verdicts.

102
Multi-Selecthard

An administrator is analyzing firewall packet flow and session behavior. Which THREE criteria are evaluated by the Palo Alto Networks firewall to uniquely identify and create a session? (Choose three)

Select 3 answers
A.Destination IP address
B.Virtual Router Metric value
C.IP Protocol number
D.Source IP address
E.MAC address of the egress switch
AnswersA, C, D

Destination IP is a fundamental component of the session 5-tuple.

Why this answer

Palo Alto Networks firewalls create sessions based on session 5-tuple parameters: Source IP, Destination IP, Source Port, Destination Port, and Protocol.

103
Multi-Selecteasy

Which TWO protocols are commonly used for device management and administrative access on a Palo Alto Networks firewall management plane? (Choose two)

Select 2 answers
A.FTP
B.Telnet
C.SSH
D.HTTP
E.HTTPS
AnswersC, E

SSH is used for secure CLI management access.

Why this answer

SSH and HTTPS are standard secure protocols used for CLI and GUI management access.

104
Multi-Selecteasy

Which TWO actions can a Security policy rule execute when traffic matches the rule criteria? (Choose two)

Select 2 answers
A.Deny
B.Nat
C.Allow
D.Bridge
E.Route
AnswersA, C

Deny blocks the traffic and can return a response or silently drop depending on configuration.

Why this answer

Standard security policy actions in PAN-OS include Allow, Deny, Drop, and Reset (Client/Server).

105
Multi-Selecthard

An administrator is reviewing security logs and notices several sessions marked as 'App-ID' change mid-session from 'unknown-tcp' to a specific application like 'ssl' or 'web-browsing'. Which TWO mechanisms explain this behavior? (Choose two)

Select 2 answers
A.The firewall rebooted mid-session, causing the application cache to reset.
B.Static routing tables dynamically updated the next-hop gateway.
C.App-ID re-evaluates traffic as more packets are inspected and application signatures match deeper in the stream.
D.Decryption policies allow the firewall to inspect TLS handshakes, transitioning 'unknown-tcp' to 'ssl'.
E.NAT rules translated the source port, forcing an application renegotiation.
AnswersC, D

App-ID continuously inspects payloads and updates identification as more packet context is gathered.

Why this answer

App-ID initially identifies traffic based on initial packets (port/heuristics), and as payload decryption or deeper signature inspection occurs (e.g., SSL handshake or HTTP parsing), App-ID re-evaluates and updates the session application.

106
MCQhard

An enterprise firewall is experiencing high session utilization due to a distributed denial-of-service (DDoS) SYN flood attack targeting a public web server. Which feature on the Palo Alto Networks firewall should an administrator configure to protect the server from resource exhaustion?

A.A Data Filtering profile configured with credit card pattern matching.
B.A custom URL Filtering profile with block actions enabled for high-risk categories.
C.A DoS Protection profile and policy specifying SYN flood rate-limiting thresholds.
D.An SSL Decryption policy configured to strip certificates from inbound web traffic.
AnswerC

Correct. DoS Protection profiles and policies defend against volumetric and state exhaustion attacks like SYN floods.

Why this answer

DoS Protection profiles and policies allow administrators to set thresholds for SYN floods, UDP floods, and other volumetric attacks to protect specific zones, IPs, or devices.

107
MCQeasy

An analyst notices that a specific URL is incorrectly categorized by the Palo Alto Networks URL Filtering database (BrightCloud/PAN-DB). What is the appropriate procedure to request a re-categorization of this URL?

A.Delete all local threat intelligence feeds from the Panorama server.
B.Submit a URL categorization review request directly through the Palo Alto Networks URL Filtering review site.
C.Reinstall the firewall firmware to factory default settings.
D.Manually edit the PAN-OS kernel routing table.
AnswerB

Submitting to the PAN-DB URL review site allows security researchers to re-evaluate and update the category.

Why this answer

Palo Alto Networks provides a public URL categorization review portal where customers can submit incorrect URL classifications for rapid re-evaluation.

108
Multi-Selectmedium

An administrator is designing a Zero Trust network architecture on a Palo Alto Networks firewall. Which TWO best practices should be implemented in the Security policy rulebase? (Choose two)

Select 2 answers
A.Bypass inspection for internal zone-to-zone traffic to improve network performance.
B.Attach security profiles (Antivirus, Anti-Spyware, Vulnerability Protection) to all allowed traffic rules.
C.Rely exclusively on IP subnet boundaries for perimeter isolation.
D.Replace broad port-based rules with explicit App-ID and User-ID based rules.
E.Create an inclusive 'any-any' allow rule at the bottom of the rulebase for unclassified traffic.
AnswersB, D

All allowed traffic must be inspected by security profiles under Zero Trust.

Why this answer

Zero Trust mandates explicit App-ID instead of port-based rules, least-privilege access, and continuous inspection using security profiles on all allowed traffic.

109
Multi-Selectmedium

An administrator needs to configure static routing on a PAN-OS Virtual Router. Which THREE parameters are required when defining a static route entry? (Choose three)

Select 3 answers
A.BGP Autonomous System Number
B.OSPF Area ID
C.Next-hop (IP address or interface)
D.Destination subnet (IP prefix)
E.Route Name
AnswersC, D, E

The next-hop specifies where the firewall should forward matching traffic.

Why this answer

A static route requires a destination subnet, a next-hop specification (IP address or interface), and a route name/destination identifier.

110
MCQmedium

An administrator is setting up a Site-to-Site IPsec VPN tunnel on a Palo Alto Networks firewall. The VPN tunnel comes up, but traffic from the local subnet cannot reach the remote subnet. Upon checking the IPsec SA status, the phase 2 security associations are active. What is the most likely cause of the traffic failure?

A.A mismatch in Proxy IDs between the local and remote peers
B.Lifetime expiration in Phase 1 negotiation
C.DHCP relay configuration on the tunnel interface
D.Phase 1 Encryption algorithm mismatch (e.g., AES-256 vs AES-128)
AnswerA

If Proxy IDs (subnet selectors) do not match on both ends of an IKEv1 IPsec tunnel, traffic matching the local policy will be dropped by the crypto engine.

Why this answer

IPsec Phase 2 SAs being active means the tunnel is established, but if traffic fails, proxy IDs (or IKEv2 selectors) might not match, or security rules/routing are misconfigured.

111
MCQhard

An administrator needs to deploy Cortex XDR agents across a large enterprise using an Active Directory Group Policy Object (GPO). The installation fails on Windows endpoints with an error indicating missing prerequisites. What must be verified first?

A.Verify that the endpoint BIOS has Secure Boot enabled and TPM 2.0 active.
B.Check that the local Administrator account password matches the domain admin password.
C.Ensure the required Windows OS servicing stack updates and Universal C Runtime dependencies are installed on target endpoints.
D.Configure the endpoint to use DHCP reservation instead of static IP addresses.
AnswerC

Missing OS dependencies will cause the MSI package installation to fail during deployment.

Why this answer

Cortex XDR agents require specific Windows OS patches (such as Universal C Runtime updates) and proper MSI execution privileges.

112
MCQeasy

An endpoint generates an alert indicating that a known malicious file was detected and quarantined by the Cortex XDR agent. Where can the administrator review details about this quarantine action?

A.In the DNS Security query logs.
B.In the Cortex XDR management console under Incident Response, view the Action Center or Endpoint Management quarantine tab.
C.In the WildFire analysis report repository exclusively.
D.In the global firewall traffic log.
AnswerB

The Action Center records all remediation actions including quarantine history.

Why this answer

Quarantined items can be managed and reviewed directly from the Cortex XDR management console under Incident Response or Endpoint views.

113
MCQmedium

A security engineer observes an increase in brute-force login attempts against an external-facing administrative portal. The attacks originate from thousands of distinct IP addresses over a short time window. Which profile type should the engineer configure and attach to the security rule to mitigate this volumetric attack?

A.A custom URL Filtering profile blocking the login page URL category.
B.An Antivirus Profile with signature auto-update enabled every minute.
C.A DoS Protection Profile configured with random early drop or classified rate limiting.
D.A Data Filtering Profile configured to scan for weak passwords.
AnswerC

DoS Protection profiles mitigate flood attacks by applying rate-limiting thresholds to sources.

Why this answer

Zone Protection profiles or DoS Protection profiles protect against volumetric attacks and flood conditions originating from single or multiple IP sources.

114
Multi-Selectmedium

An enterprise security team is implementing data protection controls on their Palo Alto Networks firewalls. Which THREE mechanisms can be utilized to prevent unauthorized data exfiltration? (Choose three)

Select 3 answers
A.Data Filtering profiles configured to inspect traffic for patterns such as credit card numbers or social security numbers.
B.Management interface IP allow lists.
C.SSL Decryption policies to ensure visibility into encrypted HTTPS uploads to cloud storage.
D.File Blocking profiles configured to restrict the egress of sensitive or unauthorized file extensions.
E.GlobalProtect clientless portal customization banners.
AnswersA, C, D

Data Filtering profiles inspect payloads for sensitive data patterns.

Why this answer

Data exfiltration is prevented using Data Filtering profiles, File Blocking profiles, and SSL Decryption to inspect encrypted egress traffic.

115
MCQhard

An auditor notices that a cloud account onboarded to Prisma Cloud has generated numerous alerts for unused IAM access keys. Which underlying Prisma Cloud data source is evaluated to detect this condition?

A.Container runtime audit logs captured by Admission Controllers
B.Flow logs captured by VM-Series virtual firewalls
C.AWS IAM Credential Report and Cloud Provider Asset Configuration Metadata
D.WildFire cloud sandbox behavioral analysis reports
AnswerC

Prisma Cloud inspects IAM configuration and credential reports to identify security hygiene issues such as inactive keys.

Why this answer

Prisma Cloud evaluates AWS IAM credential report data and cloud audit logs to identify inactive or unused access keys.

116
MCQeasy

An organization wants to implement the principle of least privilege for administrators accessing the Palo Alto Networks next-generation firewall. Where should an administrator configure custom Admin Roles to restrict specific configuration and operational tasks?

A.Policies > Access Control
B.Device > Setup > Management
C.Device > Authentication Profile
D.Device > Admin Roles
AnswerD

Correct. Device > Admin Roles is the exact location to create and manage granular administrative permissions.

Why this answer

Custom Admin Roles are configured under Device > Admin Roles. This allows administrators to define granular read, write, or none permissions for specific tabs, menus, and tasks.

117
MCQmedium

An administrator needs to ensure that users cannot upload sensitive corporate data containing specific credit card patterns to external cloud storage. Which security profile meets this requirement?

A.URL Filtering Profile
B.Data Filtering Profile
C.WildFire Analysis Profile
D.Antivirus Profile
AnswerB

Data filtering profiles inspect payload content for sensitive data patterns like credit cards.

Why this answer

Data Filtering profiles allow administrators to scan traffic for patterns like credit card numbers and Social Security numbers using predefined or custom regular expressions.

118
MCQmedium

An organization is deploying a zero-trust network architecture using Palo Alto Networks firewalls. The security team needs to ensure that internal user traffic destined for sensitive database servers is strictly inspected for application-layer threats. Which security mechanism must be enforced to achieve Layer 7 visibility and control?

A.Rely entirely on traditional layer 3 network routing protocols to isolate database subnets.
B.Disable NAT rules to ensure internal IP addresses remain hidden from external networks.
C.Enforce explicit port-based allow rules combined with static IP subnetting.
D.Implement App-ID to identify the specific application and apply a Security policy rule with threat prevention profiles.
AnswerD

Correct. App-ID uses deep packet inspection to identify applications reliably, allowing administrators to write granular Layer 7 security policies.

Why this answer

Port-based rules only look at layer 4 ports, whereas App-ID performs deep packet inspection to identify the exact application regardless of port, enabling effective Layer 7 security.

119
MCQhard

A SOC engineer is integrating Palo Alto Networks Prisma Cloud alerts into Cortex XSOAR. Which architectural component in Cortex XSOAR is primarily responsible for ingesting these cloud security alerts and triggering automated playbooks?

A.A configured Cortex XSOAR Integration instance polling the Prisma Cloud API.
B.A Log Forwarding Profile configured on the Prisma Access cloud service.
C.A Syslog Collector script running on a Panorama Log Collector.
D.An External Dynamic List hosted on an internal web server.
AnswerA

Integrations handle the communication and ingestion of external alerts into XSOAR.

Why this answer

Integrations in Cortex XSOAR connect to third-party tools like Prisma Cloud via API to fetch incidents, which then trigger automated incident types and playbooks.

120
MCQhard

An enterprise environment contains legacy Windows servers that cannot support the latest Cortex XDR agent version due to OS limitations. How does Cortex XDR handle protection for these older operating systems?

A.By forcing an automatic in-place upgrade of the legacy Windows server to Windows 11.
B.By routing all legacy server traffic through a next-generation firewall proxy instead of installing an agent.
C.By deploying a compatible legacy agent version that supports older OS APIs while providing core malware and exploit prevention.
D.By disabling all security checks for servers older than five years.
AnswerC

Palo Alto Networks provides dedicated legacy agent builds for older supported operating systems.

Why this answer

Cortex XDR supports legacy operating systems with specific legacy agent versions that provide core prevention capabilities supported by those OS architectures.

121
MCQhard

A network security analyst is troubleshooting intermittent packet drops on a high-speed trunk interface connected to a core switch. The interface is configured as Layer 3 with 1 Gbps speed and full duplex. The switch port is also set to 1 Gbps full duplex. However, FCS (Frame Check Sequence) errors are incrementing rapidly. What is the most probable cause?

A.An incorrect Zone Protection Profile flooding threshold
B.Physical layer issues such as damaged cabling, bad SFP transceivers, or electromagnetic interference
C.A mismatch in Virtual Router metric values
D.Incorrect TCP MSS adjustment on the Layer 3 interface
AnswerB

FCS errors are generated when frames arrive corrupted at the physical layer, pointing to faulty cabling, connectors, or SFPs.

Why this answer

Incrementing FCS errors and CRC errors on an Ethernet interface typically indicate physical layer issues such as bad cabling, duplex mismatches (though both set to full), or physical media degradation.

122
Multi-Selecteasy

Which TWO operating systems are officially supported for deployment of the standard Cortex XDR agent? (Choose two)

Select 2 answers
A.Embedded automotive CAN bus microcontrollers
B.Commercial airliner avionics flight control firmware
C.Apple macOS
D.Microsoft Windows 10 and Windows 11
E.Consumer smart refrigerator operating systems
AnswersC, D

macOS is fully supported with dedicated agent builds.

Why this answer

Cortex XDR supports major desktop and server operating systems including Windows and macOS.

123
MCQeasy

An administrator is troubleshooting a connectivity issue between a host and a server across a Palo Alto Networks firewall. The administrator needs to verify whether the firewall is dropping the packets due to a security rule denial. Which CLI command should the administrator use to monitor packet drops in real time?

A.show system resources
B.show session all
C.show counter global filter packet-drop yes
D.show interface all
AnswerC

This command correctly filters global counters to display only those related to packet drops.

Why this answer

The command 'show counter global filter packet-drop yes' allows administrators to view global packet drop counters in real time, which is essential for troubleshooting traffic drops on the firewall.

124
MCQmedium

A security analyst is reviewing a BIOC (Behavioral Indicator of Compromise) alert in the Cortex XDR incident view. What distinguishes a BIOC alert from a standard malware alert?

A.BIOC alerts are generated exclusively by network firewall threat logs.
B.BIOC alerts only trigger when a user manually initiates a full system scan.
C.BIOC alerts require an active WildFire cloud subscription to function locally.
D.BIOC alerts detect suspicious sequences of system events and behaviors rather than matching known file signatures.
AnswerD

BIOCs focus on techniques and behaviors, making them effective against unknown or fileless threats.

Why this answer

BIOC alerts identify malicious sequences of events or techniques rather than relying solely on file signatures.

125
MCQmedium

An administrator configures a WildFire analysis profile and attaches it to a Security policy rule. Under what condition does the firewall forward a sample to the WildFire cloud?

A.When the file hash is unknown to the global cloud cache and matches configured file type forwarding rules.
B.Whenever a session exceeds maximum packet length thresholds.
C.Only when an Antivirus signature explicitly fails to scan the file.
D.Every time any user downloads a standard PDF document.
AnswerA

Unknown hashes trigger uploads for dynamic and static analysis in the WildFire cloud.

Why this answer

The firewall forwards a file for analysis when the file's hash is not found in the local cache or cloud cache, and the file type matches the WildFire analysis profile settings.

126
MCQhard

An administrator wants to inspect HTTPS traffic originating from an internal network segment without triggering certificate warnings on user browsers. What is the mandatory deployment prerequisite on the Palo Alto Networks firewall?

A.Install a self-signed certificate generated solely by the firewall on all endpoints as a trusted root CA.
B.Deploy SSH Proxy decryption rules to intercept TLS handshakes.
C.Configure an SSL Forward Proxy profile and ensure the firewall's Forward Trust Certificate is trusted by the client endpoints.
D.Enable SSL Inbound Inspection using the public certificate of the destination web server.
AnswerC

SSL Forward Proxy decrypts outbound traffic and requires the trust certificate to be installed on clients to prevent warnings.

Why this answer

SSL Forward Proxy decryption requires importing a valid Forward Trust Certificate (signed by an enterprise CA trusted by the endpoints) onto the firewall and pushing the CA to the client certificate stores.

127
MCQeasy

A compliance officer needs to verify whether cloud storage buckets across AWS and Azure meet corporate encryption standards. Which Prisma Cloud module provides out-of-the-box compliance reporting against standards such as HIPAA and PCI-DSS?

A.WildFire threat intelligence feed
B.Prisma Cloud Application Security IDE Plugin
C.Prisma Cloud Cloud Security Posture Management (CSPM) Compliance Dashboard
D.Prisma Access Cloud Secure Web Gateway
AnswerC

The CSPM compliance module maps discovered cloud configurations to industry standards and regulatory frameworks.

Why this answer

Prisma Cloud CSPM includes pre-built compliance dashboards and reports mapping resource configurations to regulatory frameworks like HIPAA and PCI-DSS.

128
Multi-Selectmedium

Which THREE methods can be used to deploy the Cortex XDR agent package across an enterprise Windows environment? (Choose three)

Select 3 answers
A.Broadcasting the installation package over commercial FM radio frequencies.
B.Injecting the MSI payload via unauthenticated network printer port scans.
C.Endpoint management platforms such as Microsoft Intune or SCCM.
D.Manual interactive installation using the installation package with administrator privileges.
E.Active Directory Group Policy Object (GPO) software installation.
AnswersC, D, E

Enterprise management tools can push MSI installations to enrolled workstations.

Why this answer

Administrators can deploy the Cortex XDR agent via Active Directory GPO, third-party software deployment tools (SCCM/Intune), or manual installation scripts.

129
Multi-Selecthard

An organization is deploying a comprehensive threat prevention strategy using Palo Alto Networks Security Profiles. Which THREE security profile types are available out-of-the-box to inspect data plane traffic for specific threat vectors? (Choose three)

Select 3 answers
A.Anti-Spyware
B.Vulnerability Protection
C.Packet Filter
D.Antivirus
E.Session Timeout
AnswersA, B, D

Correct. Anti-Spyware profiles detect and block malicious spyware behavior and C2 communications.

Why this answer

Palo Alto Networks Threat Prevention includes Antivirus, Anti-Spyware, Vulnerability Protection, and WildFire Analysis security profiles.

130
MCQeasy

A security analyst is reviewing compliance posture using Prisma Cloud Compute and needs to secure cloud workloads. According to the shared responsibility model for a containerized application running on AWS Elastic Kubernetes Service (EKS), who is responsible for patching the container OS base image?

A.The Linux Foundation
B.Amazon Web Services
C.Prisma Cloud Defender daemonset
D.The customer application development team
AnswerD

The customer is responsible for the container images, application code, and libraries packaged inside the container.

Why this answer

When deploying containers, the base image and application dependencies are managed by the customer, whereas the underlying node OS and cluster control plane are managed by the cloud provider or shared.

131
MCQmedium

A security analyst is investigating a polymorphic malware sample that attempts to inject code into legitimate Windows processes (Process Injection). Which Cortex XDR protection module is primarily responsible for detecting and blocking this technique?

A.Behavioral Threat Protection
B.URL Filtering profile
C.Data Loss Prevention (DLP) engine
D.DNS Security subscription
AnswerA

Behavioral Threat Protection analyzes runtime activity to detect malicious techniques like process injection.

Why this answer

Local Analysis and Exploit/Behavioral Threat Protection guard against process injection and memory-based attacks.

132
Multi-Selectmedium

An organization wants to implement robust risk management and threat detection practices. Which THREE activities are fundamental components of a proactive threat intelligence and risk assessment program? (Choose three)

Select 3 answers
A.Conducting regular vulnerability assessments and penetration testing to identify security gaps.
B.Monitoring and integrating Indicators of Compromise (IOCs) from trusted threat intelligence feeds.
C.Removing all user access controls to streamline internal developer productivity.
D.Performing threat modeling during application design to anticipate attack vectors.
E.Permanently disabling all logging to prevent log storage overflow on SIEM disks.
AnswersA, B, D

Vulnerability testing identifies gaps before attackers exploit them.

Why this answer

Proactive risk management includes vulnerability assessments, threat modeling, and indicators of compromise (IOC) monitoring.

133
MCQmedium

A network engineer configures Equal-Cost Multi-Path (ECMP) routing on a Palo Alto Networks virtual router with two paths to the same destination. By default, how does PAN-OS select which path to use for a given session?

A.Round-robin packet by packet
B.Based on a hash of session parameters (IP addresses, ports, and protocol)
C.Random selection for every individual packet
D.Based on the lowest interface latency measured by ICMP probes
AnswerB

ECMP path selection in PAN-OS hashes session 5-tuple parameters to ensure packets belonging to the same session always traverse the same path while balancing sessions across links.

Why this answer

By default, PAN-OS uses a hash algorithm based on session characteristics (such as source IP, destination IP, source port, destination port, and protocol) to distribute ECMP traffic.

134
MCQhard

An administrator is troubleshooting a scenario where internal clients cannot establish connections to a newly published public web server hosted behind the firewall using its public NAT IP. What common firewall misconfiguration causes this behavior?

A.Failure to configure NAT Loopback (or hairpin NAT) when internal clients access public IPs of internal servers.
B.Missing User-ID mapping for the internal client IP addresses.
C.Incorrect configuration of the GlobalProtect Portal external gateway address.
D.Attaching an incorrect WildFire analysis profile to the security rule.
AnswerA

NAT Loopback is required when internal clients access internal servers via their external public NAT IP.

Why this answer

Destination NAT without configuring a corresponding Source NAT (or NAT loopback/reflection) causes asymmetric or failing routing when internal clients try to reach external IPs of internal servers.

135
MCQeasy

An administrator needs to test DNS resolution from the Palo Alto Networks firewall command line interface (CLI) to ensure the management plane can reach external name servers. Which command should be used?

A.test dns-server [hostname]
B.nslookup target [hostname]
C.ping host [hostname]
D.show dns-cache
AnswerC

The 'ping host' command resolves the hostname via DNS and initiates ICMP echo requests.

Why this answer

The 'ping host' or operational command utility allows testing connectivity and DNS resolution from the firewall.

136
Multi-Selecteasy

Which TWO roles or responsibilities are typically associated with a Tier-1 SOC analyst in a standard security operations structure? (Choose two)

Select 2 answers
A.Configuring enterprise BGP routing policies on edge routers.
B.Writing custom kernel-level endpoint sensor drivers from scratch.
C.Performing initial triage and alert categorization of incoming security events.
D.Executing standardized runbooks for known alert types and escalating complex incidents.
E.Reverse-engineering unknown zero-day malware binaries in a secure sandbox.
AnswersC, D

Tier-1 analysts handle the high volume of incoming alerts to separate false positives from true threats.

Why this answer

Tier-1 analysts focus on initial alert triage, alert verification, running basic playbooks, and escalating verified threats to Tier-2.

137
MCQhard

An administrator configures Dynamic NAT on a Palo Alto Networks firewall using a pool of public IP addresses. After implementation, some internal clients intermittently fail to establish outbound connections. Upon reviewing traffic logs, the administrator notes that the NAT translation pool has exhausted all available ports for a specific source IP. Which feature should be enabled or adjusted to prevent this port exhaustion?

A.Change the NAT type from Source NAT to Static Destination NAT.
B.Enable Universal NAT without port mapping.
C.Disable stateful inspection on the security rule.
D.Add additional public IP addresses to the NAT translation pool or enable DIPP block allocation.
AnswerD

Expanding the NAT pool or utilizing DIPP block allocation ensures more ports are available or efficiently distributed.

Why this answer

Port exhaustion in dynamic IP and port NAT can be mitigated by adding more IP addresses to the NAT pool, enabling destination IP translation, or adjusting port allocation settings.

138
MCQmedium

A network administrator notices that a critical internal host is continuously communicating with an external Command and Control (C2) server. To mitigate this risk instantly without disrupting all outbound traffic, where should the administrator check to verify if WildFire or Anti-Spyware signatures are actively blocking this specific traffic pattern?

A.Network > Zones
B.Objects > Security Profiles > Anti-Spyware
C.Network > Interfaces
D.Device > High Availability
AnswerB

Correct. Anti-Spyware profiles contain signatures and controls specifically designed to detect and block C2 traffic and infected host call-homes.

Why this answer

The Anti-Spyware profile detects and blocks C2 communications and DNS queries associated with malware. Checking the Security policy rule to ensure an Anti-Spyware profile is attached is essential.

139
MCQmedium

An endpoint generates an alert for a suspicious script execution, but the analyst determines it is a false positive generated by a legitimate administrative tool. What is the best practice for handling this false positive in Cortex XDR?

A.Uninstall the Cortex XDR agent from all endpoints in that department.
B.Delete the alert from the incident queue without taking action.
C.Set the entire Cortex XDR agent fleet to Audit mode permanently.
D.Create a profile exception using the specific file hash or behavioral signature parameters identified in the alert.
AnswerD

Creating targeted exceptions resolves the false positive while keeping protections active for other threats.

Why this answer

Analysts should create granular exceptions based on file hashes or behavioral signatures rather than disabling security modules globally.

140
MCQhard

An administrator is troubleshooting a Cortex XDR agent that has stopped reporting to the management console. The local agent service is running, but network traces show TLS handshake failures with the Cortex XDR server. What is the most likely cause?

A.The endpoint's local time is synchronized with an NTP server outside the local subnet.
B.The agent license key has reached its maximum daily log ingestion limit.
C.An intervening proxy or firewall is decrypting TLS traffic without the Cortex XDR root certificate installed in the agent trust store.
D.The Cortex XDR agent version is newer than the cloud backend tenant version.
AnswerC

SSL interception without proper certificate trust causes TLS handshake termination.

Why this answer

TLS handshake failures usually stem from expired certificates, SSL inspection proxies intercepting traffic without proper root CA trust, or incorrect proxy settings.

141
Multi-Selecthard

A security engineer is reviewing the fundamental security design principles for deploying Palo Alto Networks firewalls in a high-security enterprise data center. Which THREE core practices align with a Zero Trust network architecture model? (Choose three)

Select 3 answers
A.Implicitly trust all traffic originating from internal network zones.
B.Inspect and log all traffic across all ports and protocols using App-ID and Threat Prevention.
C.Segment the network into granular micro-perimeters using zones and virtual routers.
D.Rely solely on perimeter firewalls while leaving internal lateral traffic uninspected.
E.Enforce strict least-privilege access control based on user identity, application, and content.
AnswersB, C, E

Correct. Comprehensive inspection and logging provide necessary visibility for zero trust.

Why this answer

Zero Trust principles include continuous verification, least privilege access, inspecting and logging all traffic, and assuming breach.

142
MCQeasy

An administrator needs to quickly identify active threats and infected endpoints communicating with known Command and Control (C2) servers across the network. Which Cortex XDR feature should the analyst inspect to view categorized threat alerts mapped to the MITRE ATT and CK framework?

A.The Incidents tab in the Cortex XDR management console.
B.The Dashboards tab under System Settings on the firewall.
C.The User-ID Agent status page.
D.The ACC (Application Command Center) threat map on Panorama.
AnswerA

The Incidents tab groups related alerts and maps them to the MITRE ATT and CK framework.

Why this answer

Cortex XDR provides an Incident view that aggregates related alerts into a single incident, mapped directly to the MITRE ATT and CK framework to help analysts understand the threat lifecycle.

143
MCQmedium

During a phishing investigation, a SOC analyst receives an email sample containing malicious URLs. Which tool within Cortex XSOAR can be leveraged to automatically extract URLs, perform reputation checks, and block them on the firewall without manual intervention?

A.Enable User-ID redistribution via Panorama to invalidate the user session.
B.Configure a WildFire Analysis Profile to inspect inbound SMTP traffic streams.
C.Deploy a Decryption Profile to re-sign TLS certificates on the mail server.
D.Run an automated Phishing Investigation Playbook in Cortex XSOAR that calls enrichment and blocking integrations.
AnswerD

XSOAR playbooks automate the entire lifecycle of phishing triage, extraction, and mitigation.

Why this answer

Cortex XSOAR uses automated playbooks containing integration commands to parse artifacts, check threat intelligence, and take enforcement actions.

144
Multi-Selecteasy

An administrator is configuring a new Layer 3 interface on a Palo Alto Networks firewall. Which TWO parameters must be defined for the interface to function correctly in a routed network? (Choose two)

Select 2 answers
A.IP Address
B.Security Zone
C.DHCP Server Scope
D.MAC Address Override
E.Virtual Wire Pair Identifier
AnswersA, B

A Layer 3 interface requires at least one IP address to route traffic.

Why this answer

A Layer 3 interface requires an IP address and a Security Zone association to participate in routing and security inspection.

145
MCQhard

A security auditor reports that internal administrative sessions to firewall management interfaces are vulnerable to downgrade attacks and weak cipher suites. Where should an administrator modify the settings to enforce secure TLS versions and strong ciphers for management access?

A.Objects > Security Profiles > Decryption
B.Network > Interfaces > Management > Zone Protection Profile
C.Device > Setup > Management > SSL/TLS Service Profile
D.Policies > Decryption > Rulebase
AnswerC

SSL/TLS Service Profiles define cipher suites and minimum TLS versions for management services.

Why this answer

Service Route and SSL/TLS Service Profile configurations (or Management Profile / Setup -> Content Inspection / HTTPS settings) control the cipher suites and TLS versions used by the firewall's management web server.

146
MCQhard

An endpoint has been isolated via the Cortex XDR console due to a suspected ransomware outbreak. The incident responder needs to allow one specific management server to communicate with this isolated endpoint for forensics collection. What is the correct procedure?

A.Configure IP-based isolation exceptions in the Cortex XDR profile to allow traffic from the designated forensic server IP.
B.Delete the endpoint from the Cortex XDR asset list and re-add it.
C.Modify the endpoint routing table locally via a startup script.
D.Temporarily disable the Host Firewall module on the endpoint via the CLI.
AnswerA

Isolation exceptions allow targeted connectivity to specific IPs while keeping the rest of the network cut off.

Why this answer

Cortex XDR allows administrators to configure isolation exceptions that specify permitted IP addresses or ports for isolated endpoints.

147
MCQmedium

An analyst is investigating an endpoint alert in Cortex XDR and wants to see the chronological timeline of process creation, network connections, and file modifications associated with the malware execution. Which tool provides this granular investigative capability?

A.Review the Cortex XDR Causality Chain and Timeline view for the affected endpoint.
B.Run a vulnerability scan against the endpoint using Panorama compliance tools.
C.Examine the DHCP lease table on the core routing switch.
D.Export the firewall Traffic Log CSV and sort by destination port numbers.
AnswerA

The causality chain traces the exact lineage of events leading up to and following a suspicious process execution.

Why this answer

The Cortex XDR Causality Chain and BIOC (Behavioral Indicator of Compromise) timeline provide a graphical and chronological representation of process activity.

148
Multi-Selectmedium

An administrator needs to monitor traffic and generate logs without blocking packets when evaluating a new application rule. Which TWO actions or logging configurations should be applied? (Choose two)

Select 2 answers
A.Set rule action to 'Drop'.
B.Set rule action to 'Allow'.
C.Enable 'Log at Session End' in the rule options.
D.Disable all security profiles entirely.
E.Convert the interface to Tap mode.
AnswersB, C

Allow permits the traffic to pass while logs are generated.

Why this answer

To monitor traffic without dropping it, the rule action must be set to 'Allow', and 'Log at Session End' should be enabled.

149
MCQhard

An incident responder is investigating a suspected lateral movement attack where an attacker utilized stolen Kerberos tickets (Pass-the-Ticket). Which log source in Cortex XSIAM or Windows event collection is essential for detecting abnormal Kerberos service ticket requests (Event ID 4769)?

A.Windows Security Event Logs (specifically Event ID 4769 for Kerberos service tickets).
B.Prisma Access Cloud DNS query logs.
C.PAN-OS GlobalProtect Gateway connection logs.
D.Cortex XDR Device Control logs for USB storage insertions.
AnswerA

Event ID 4769 tracks when a Kerberos service ticket is requested, crucial for detecting lateral movement anomalies.

Why this answer

Windows Security Event ID 4769 logs Kerberos service ticket requests, which is critical for detecting pass-the-ticket and kerberoasting attacks.

150
MCQmedium

An administrator has configured BGP on a Palo Alto Networks virtual router, but the BGP peers are stuck in the 'Idle' state. What is the most likely configuration error causing this status?

A.An incorrect peer AS number or incorrect peer IP address configuration
B.An AS-path loop detection trigger
C.MD5 authentication password mismatch during OPEN message exchange
D.BGP route reflection timer expiration
AnswerA

Incorrect peer IP addresses or configuration errors prevent the TCP connection from initiating, keeping BGP in the Idle state.

Why this answer

A BGP peer stuck in 'Idle' often indicates that the peer IP address is incorrect, the peering interface is down, or routing to the peer cannot be established.

Page 1

Page 2 of 3

Page 3

All pages