Courseiva

CCNA Cybersecurity Fundamentals Questions

47 questions · Cybersecurity Fundamentals topic · All types, answers revealed

1
MCQeasy

A security operations center (SOC) team wants to reduce alert fatigue by ensuring that low-severity threat events do not inundate their SIEM, while ensuring high-severity exploit attempts trigger immediate escalation. How should the administrator configure the security profiles to manage this?

A.Configure an Application Override policy to bypass threat inspection for all traffic
B.Disable all logging in the Security policy rules for internal zones
C.Lower the firewall management plane CPU threshold limits
D.Adjust the action settings within Vulnerability Protection and Anti-Spyware profiles based on threat severity
AnswerD

Correct. Administrators can configure custom actions per severity level within security profiles to handle alerts appropriately.

Why this answer

Security profiles allow administrators to customize the action (such as alert, drop, reset-both) taken based on threat severity or specific threat IDs.

2
Multi-Selecteasy

An administrator is reviewing firewall high availability (HA) states and configuration parameters. Which TWO settings must be identical on both firewall peers in an HA pair to ensure successful synchronization and cluster formation? (Choose two)

Select 2 answers
A.Management IP addresses of the individual firewall control planes
B.Hostname configured in the device management settings
C.PAN-OS software version
D.Hardware model (e.g., PA-3220 paired with PA-3220)
E.DNS server IP addresses configured in device setup
AnswersC, D

Correct. Both peers must run the exact same PAN-OS software version.

Why this answer

HA peers must share identical hardware models, software versions, and license configurations to function properly.

3
MCQmedium

An enterprise wants to mitigate the risk of credential theft attacks where users type their corporate credentials into known phishing websites. Which Palo Alto Networks feature provides real-time protection against corporate credential phishing?

A.Data Filtering profile configured for credit card pattern matching
B.URL Filtering profile configured with Credential Theft Prevention settings
C.Vulnerability Protection profile with HTTP header inspection
D.Anti-Spyware profile configured with DNS sinkholing
AnswerB

Correct. URL filtering profiles can detect and block or alert when users submit corporate credentials to phishing sites.

Why this answer

URL Filtering profiles include Credential Theft Prevention features that inspect HTTP submissions against corporate credential settings.

4
MCQhard

During an incident response investigation, a security analyst identifies a novel malware sample that evaded traditional signature-based detection. The security team needs to ensure that the firewall automatically blocks this exact malware variant globally across all deployed Next-Generation Firewalls within minutes without manual signature updates. Which platform component provides this capability?

A.WildFire cloud-based analysis and automated signature generation
B.Palo Alto Networks MineMeld open-source threat intelligence
C.Traps Advanced Endpoint Protection cloud service
D.AutoFocus Context-Aware Threat Intelligence service
AnswerA

Correct. WildFire analyzes unknown files, determines if they are malicious, and distributes automated signatures globally within minutes.

Why this answer

WildFire provides cloud-based automated analysis of unknown files and generates global protections within minutes without waiting for manual signature releases.

5
MCQmedium

A network administrator is troubleshooting why an internal application is unable to communicate with an external API over a non-standard TCP port. The firewall's security policy allows the IP addresses and port, but traffic is being dropped by threat prevention. Upon checking logs, the administrator sees a threat ID associated with a vulnerability signature. What is the most appropriate way to resolve a false positive safely?

A.Disable the Vulnerability Protection profile globally across all security rules
B.Create a Vulnerability Protection Exception for the specific threat ID, optionally restricting it to the source or destination IP
C.Configure an Application Override policy for the custom API port
D.Delete the threat signature from the firewall's local database cache
AnswerB

Correct. Exceptions allow administrators to whitelist specific signatures without disabling the entire profile.

Why this answer

False positives in vulnerability protection can be resolved by creating a Vulnerability Protection Exception for the specific signature ID.

6
MCQeasy

A security administrator is reviewing security policy rules and notices that many rules use 'any' for the application field. According to security best practices and the attack lifecycle, why is allowing 'any' application dangerous?

A.It prevents the firewall from performing Layer 3 IP address routing
B.It disables the generation of threat logs for all established sessions
C.It allows unauthorized applications to traverse standard ports like 80 and 443, expanding the attack surface
D.It automatically enables SSL decryption on all matching traffic flows
AnswerC

Correct. 'any' permits blind acceptance of applications, increasing risk and violating least-privilege principles.

Why this answer

Allowing 'any' application permits unknown or unwanted applications to traverse ports like 80 and 443, bypassing traditional port-based security controls.

7
MCQeasy

A security analyst needs to verify whether a suspicious file hash observed in an external threat report has ever traversed the corporate network or been analyzed by WildFire. Which tool provides the fastest way to search historical WildFire sample analysis results across the entire enterprise?

A.Application Command Center (ACC) network activity tab
B.WildFire Portal or firewall WildFire submission logs searched by file hash (SHA-256)
C.GlobalProtect client log exporter utility
D.Zone Protection event log viewer
AnswerB

Correct. Searching by SHA-256 hash in the WildFire portal or firewall logs reveals historical analysis results.

Why this answer

The WildFire portal or Panorama/Firewall WildFire submission logs allow searching by file hash.

8
MCQmedium

A security team is designing a defense-in-depth strategy for lateral movement prevention inside the data center. They decide to deploy internal segmentation firewalls (ISFW). Which core Palo Alto Networks capability enables these firewalls to enforce precise access control between different application tiers inside the same network zone?

A.NAT policy source translation mapping
B.Static routing table optimization
C.App-ID based security policies
D.Zone Protection profiles against SYN floods
AnswerC

Correct. App-ID identifies applications independent of ports, enabling granular micro-segmentation policies.

Why this answer

App-ID identifies applications regardless of ports, allowing administrators to restrict traffic between internal tiers (e.g., web to database) down to the specific application command.

9
MCQhard

During a simulated phishing exercise, an employee clicks a link in an email that directs them to a credential-harvesting page mimicking the corporate single sign-on portal. According to the common attack lifecycle, which phase immediately follows this successful credential capture?

A.Use of valid accounts for initial access or lateral movement
B.Exploitation of client-side software vulnerabilities
C.Passive network sniffing to harvest additional certificates
D.Immediate domain controller encryption via ransomware
AnswerA

Stolen credentials are subsequently used for initial access or lateral movement within the environment.

Why this answer

After obtaining valid user credentials through phishing, the adversary enters the credential access phase and typically moves to lateral movement or initial access using those compromised credentials.

10
MCQeasy

A security administrator is reviewing firewall logs and notices multiple outbound connection attempts from a client workstation to known command and control IP addresses. Which security profile component is primarily responsible for generating a threat log entry for this specific outbound traffic?

A.URL Filtering profile configured to block malicious categories
B.Anti-Spyware profile configured with DNS Signatures and Spyware signatures
C.Vulnerability Protection profile configured to block buffer overflows
D.WildFire analysis profile configured for forward unkown file actions
AnswerB

Correct. Anti-Spyware profiles inspect outbound traffic for C2 communication and generate threat logs.

Why this answer

An Anti-Spyware profile detects and blocks command-and-control (C2) traffic when infected hosts attempt to communicate with external malicious servers, generating a threat log.

11
Multi-Selectmedium

An incident responder is investigating a ransomware outbreak on an internal file server. During the analysis, the responder needs to categorize the attack steps using the cyber kill chain framework. Which THREE phases are part of the standard Lockheed Martin cyber kill chain? (Choose three)

Select 3 answers
A.Mitigation
B.Actions on Objectives
C.Weaponization
D.Continuous Patching
E.Delivery
AnswersB, C, E

Actions on Objectives is the final phase where the attacker accomplishes their primary mission, such as data encryption or exfiltration.

Why this answer

The cyber kill chain includes Reconnaissance, Weaponization, Delivery, Exploitation, Installation, Command and Control, and Actions on Objectives.

12
Multi-Selectmedium

An organization is reviewing its threat intelligence feeds and security posture to prepare for advanced persistent threat (APT) campaigns. Which TWO characteristics are typically associated with advanced persistent threats? (Choose two)

Select 2 answers
A.High visibility and aggressive network scanning to maximize immediate impact
B.Exclusive reliance on unencrypted HTTP protocols for command and control
C.Automated, indiscriminate ransomware distribution targeting consumer endpoints
D.Prolonged, stealthy presence within the compromised network over an extended period
E.Targeted objectives focusing on specific intellectual property or espionage
AnswersD, E

Persistence and stealth over long durations are core defining traits of APT campaigns.

Why this answer

APTs are characterized by prolonged, stealthy campaigns targeting specific organizations for intelligence gathering or espionage, requiring sustained, low-profile access rather than noisy, quick disruptions.

13
Multi-Selecthard

An enterprise is preparing for an external security audit and needs to ensure compliance with risk management frameworks regarding administrative accountability and change control. Which THREE features on a Palo Alto Networks firewall support these compliance requirements? (Choose three)

Select 3 answers
A.Automated daily factory reset scripts executed on the management plane
B.Disabling all logging to prevent unauthorized access to log databases
C.Administrator activity and authentication logs recording login timestamps and source IPs
D.Role-Based Access Control (RBAC) restricting administrative privileges to necessary tasks only
E.Configuration Audit logs tracking every administrative commit, change, and user responsible
AnswersC, D, E

Correct. Admin logs track login events and management plane access.

Why this answer

Administrative accountability is maintained via Configuration Audit logs, Administrator Activity logs, and external authentication/RBAC.

14
MCQmedium

An organization is implementing compliance controls to ensure that employees do not upload proprietary source code to unauthorized cloud storage providers. Which security profile feature should be utilized to control and log specific file transfers within recognized cloud applications?

A.Data Filtering profile configured with URL category exceptions
B.WildFire analysis profile configured for static code review
C.File Blocking profile configured to block specific application file types
D.URL Filtering profile configured with Custom URL categories
AnswerC

Correct. File Blocking profiles inspect traffic for specific file types and can block or log uploads within cloud applications.

Why this answer

File Blocking profiles can be configured to block or log the upload or download of specific file types (such as source code archives or executables) within applications.

15
MCQhard

A security architect is designing a Zero Trust network where users must authenticate before accessing any internal application. However, legacy internal applications do not support modern identity federation protocols. Which Palo Alto Networks feature can be deployed to front-end these legacy applications and enforce authentication and access control without modifying the legacy applications?

A.GlobalProtect clientless VPN acting as a reverse proxy with SAML authentication
B.Zone Protection SYN proxy configuration
C.WildFire cloud analysis submission API
D.App-ID custom application signature generator
AnswerA

Correct. Clientless VPN provides secure access to internal web applications with SAML authentication without requiring client software or app modifications.

Why this answer

GlobalProtect service provider / SAML integration or Prisma Access proxy capabilities allow authentication enforcement before traffic reaches protected backend resources.

16
MCQhard

An organization is updating its enterprise risk management framework to align with NIST SP 800-30 guidelines. The security team needs to prioritize mitigation efforts for a newly discovered vulnerability in a critical database. Which combination of factors must the team evaluate to determine the overall risk level?

A.Network bandwidth consumption and CPU utilization overhead
B.Patch availability time and vendor support lifecycle status
C.Asset replacement cost and regulatory fine amounts
D.Threat likelihood and impact magnitude
AnswerD

Risk is fundamentally calculated by assessing the likelihood of a threat exploiting a vulnerability and the resulting impact.

Why this answer

NIST SP 800-30 defines risk as a function of the likelihood of a given threat source exercising a particular potential vulnerability and the resulting impact of that adverse event.

17
MCQhard

An enterprise environment experiences a sophisticated zero-day attack where a custom malware binary is downloaded via HTTPS. Decryption is enabled on the firewall. For WildFire to successfully analyze this file, which specific configuration requirement must be met within the Security policy and WildFire analysis profile?

A.The decryption policy must exempt WildFire inspection traffic to prevent performance degradation on the data plane
B.A custom URL Filtering profile must be applied to decrypt traffic matching the unknown-file category
C.The Security rule must utilize an application override to bypass App-ID processing for encrypted file transfers
D.SSL Decryption must be active, and the security rule must have a WildFire Analysis profile set to forward the specific file type to the WildFire cloud
AnswerD

Correct. Encrypted traffic must be decrypted for WildFire to inspect the payload, and the WildFire profile must be configured to forward that file format.

Why this answer

WildFire requires explicit inspection of SSL/TLS decrypted traffic and an appropriate WildFire Analysis profile attached to the security rule allowing the file type to be forwarded.

18
Multi-Selectmedium

A security administrator is configuring User-ID to enforce identity-based security policies. Which TWO methods can the Palo Alto Networks firewall use to map IP addresses to usernames in an enterprise environment? (Choose two)

Select 2 answers
A.Configuring App-ID custom signature regex patterns
B.Configuring static IPv4-to-IPv6 NAT translation tables
C.Using Captive Portal authentication to prompt unmapped users for credentials
D.Mapping IP addresses via Windows User-ID Agent reading Active Directory security event logs
E.Enabling GlobalProtect clientless portal DNS proxy forwarding
AnswersC, D

Correct. Captive portal prompts users for authentication when an IP address is unmapped, establishing the User-ID mapping.

Why this answer

User-ID can map IP addresses to usernames using integration with Active Directory security event logs (Windows User-ID Agent / WMI) and captive portal authentication.

19
MCQhard

An attacker performs a reconnaissance scan against an enterprise perimeter using TCP SYN packets with randomized source ports and IP addresses to map active hosts. Which Palo Alto Networks feature is specifically designed to mitigate this type of volumetric reconnaissance and connection exhaustion attack at the ingress interface?

A.Zone Protection profile configured with SYN Flood protection (SYN cookies or random drop)
B.WildFire inline machine learning analysis engine
C.User-ID syslog mapping listener service
D.URL Filtering profile configured with credential theft prevention
AnswerA

Correct. Zone Protection profiles protect against SYN floods and reconnaissance scans at the zone ingress.

Why this answer

Zone Protection profiles include defenses against TCP SYN floods, port scans, and other layer 3/4 network attacks.

20
MCQhard

During an investigation of a compromised endpoint, an analyst needs to trace all network connections initiated by that specific host over the past 30 days, including the applications used, bytes transferred, and threat logs generated. Which Palo Alto Networks logging and visualization tool provides a consolidated session explorer view for this forensic analysis?

A.Dynamic Address Group membership audit report
B.AutoFocus Campaign Tracker and malware family indicator list
C.GlobalProtect Clientless Portal connection history report
D.Panorama Log Viewer / Firewall Traffic and Threat logs filtered by source IP address
AnswerD

Correct. Filtering traffic and threat logs by source IP provides a complete history of sessions, applications, and security events.

Why this answer

Traffic logs combined with ACC (Application Command Center) or Panorama log queries allow detailed session-level forensic investigation per IP address.

21
Multi-Selecthard

An enterprise is conducting a threat modeling exercise and evaluating risks associated with encrypted traffic. Which THREE security challenges are introduced when SSL/TLS encryption is enabled without decryption policies on the firewall? (Choose three)

Select 3 answers
A.Data exfiltration of sensitive source code or credit cards over encrypted HTTPS sessions goes undetected by Data Filtering profiles
B.Command and control (C2) callback traffic disguised as standard HTTPS web traffic evades Anti-Spyware detection
C.App-ID fails entirely to identify any encrypted applications
D.Malware and trojans hidden inside HTTPS streams bypass Antivirus and WildFire inspection
E.The firewall is unable to forward Layer 3 IP packets across static routes
AnswersA, B, D

Correct. Data filtering cannot inspect encrypted text payloads.

Why this answer

Without SSL decryption, the firewall cannot inspect payloads, leading to hidden malware, undetected data exfiltration, and blind spots in threat signatures.

22
MCQeasy

A network security engineer is configuring a security policy rule and notices that the security profile attachment area shows options for Antivirus, Anti-Spyware, Vulnerability Protection, URL Filtering, File Blocking, Data Filtering, and WildFire Analysis. What is the collective term for these configurable security inspection modules?

A.Zone Protection Profiles
B.Decryption Profiles
C.Security Profiles
D.App-ID Custom Signature Objects
AnswerC

Correct. These modules are collectively referred to as Security Profiles attached to security rules.

Why this answer

Security profiles inspect data plane traffic for threats, malware, and policy violations and are collectively known as Security Profiles.

23
MCQeasy

A security analyst wants to evaluate the organization's current threat exposure and understand the tactics, techniques, and procedures (TTPs) used by threat actors targeting their specific industry sector. Which Palo Alto Networks tool or feature should the analyst consult for contextual threat hunting and intelligence research?

A.AutoFocus threat intelligence service
B.Panorama Log Collector forwarding engine
C.Application Command Center (ACC) dashboard
D.GlobalProtect Host Information Profile (HIP) engine
AnswerA

Correct. AutoFocus provides deep visibility into threat actors, campaigns, and associated TTPs tailored to specific industries.

Why this answer

AutoFocus provides contextual threat intelligence derived from WildFire and other sources, allowing analysts to search threat groups, campaigns, and TTPs.

24
MCQhard

An enterprise is deploying a Zero Trust network model where all traffic must be inspected, authenticated, and authorized. An auditor asks how the organization ensures that unmanaged BYOD devices do not connect to sensitive internal database zones even if they authenticate successfully. Which feature combination enforces this posture check?

A.WildFire automated sandbox analysis combined with Data Filtering profiles
B.User-ID agent IP-to-user mapping combined with NAT translation tables
C.GlobalProtect Host Information Profiles (HIP) combined with Security policy zone and posture criteria
D.App-ID application signatures combined with URL Filtering categories
AnswerC

Correct. HIP checks client posture and enforces access restrictions in security policy based on device compliance.

Why this answer

GlobalProtect HIP (Host Information Profile) checks endpoint security posture (OS version, disk encryption, patch level) and feeds into security policies to restrict access.

25
MCQmedium

An organization is adopting a Zero Trust architecture. During the implementation of Least Privilege Access, the network security team needs to configure security policies that restrict traffic based on user identity rather than IP addresses alone. Which feature must be enabled and integrated with the Palo Alto Networks firewall to achieve this?

A.GlobalProtect with Clientless VPN
B.App-ID cloud-based application signatures
C.User-ID agent or Panorama User-ID mapping
D.WildFire threat intelligence cloud
AnswerC

Correct. User-ID provides identity-based visibility and policy enforcement by mapping usernames to IP addresses.

Why this answer

User-ID integrates the firewall with enterprise directory services to map IP addresses to usernames, enabling policy enforcement based on user and group identity.

26
Multi-Selecteasy

A security operations team is reviewing firewall traffic logs. Which TWO key pieces of information does the App-ID engine provide for every recognized session? (Choose two)

Select 2 answers
A.The application risk level (ranging from 1 to 5)
B.The exact BIOS version of the client workstation
C.The ambient room temperature of the firewall chassis hardware
D.The physical MAC address of the destination server
E.The specific application name (e.g., 'ssl', 'zoom-video', 'ms-office-365')
AnswersA, E

Correct. App-ID assigns a risk factor score to applications based on characteristics like evasion potential and file transfer capabilities.

Why this answer

App-ID identifies the specific application name and the underlying transport protocol/port characteristics, along with risk ratings.

27
MCQhard

An enterprise network runs custom internal applications that utilize non-standard encryption protocols. To maintain visibility without breaking application functionality, the security team needs to deploy decryption. Which type of decryption should be configured if the firewall does not possess the private keys of the internal servers, but internal clients trust the firewall's forward proxy certificate?

A.SSL Inbound Inspection Decryption
B.SSL Forward Proxy Decryption
C.Kerberos Decryption Service integration
D.SSH Decryption Proxy mode
AnswerB

Correct. SSL Forward Proxy intercepts outbound SSL/TLS traffic to external sites by re-signing sessions with a local root CA certificate.

Why this answer

SSL Forward Proxy decryption inspects outbound traffic to external servers by generating a forward proxy certificate on the firewall.

28
Multi-Selecthard

A security operations team is implementing zero trust network access (ZTNA) principles across the enterprise. According to foundational Zero Trust architecture guidelines, which THREE tenets must be enforced? (Choose three)

Select 3 answers
A.Verify explicitly by authenticating and authorizing based on all available data points
B.Trust users and devices automatically once they successfully authenticate at the network perimeter
C.Assume breach and continuously monitor all sessions for anomalous behavior
D.Limit user access with Just-In-Time and Just-Enough-Access (JIT/JEA) principles
E.Grant broad internal network access to trusted partners and contractors to streamline operations
AnswersA, C, D

Explicit verification requires validating identity, location, device health, and service context for every access request.

Why this answer

Zero Trust mandates verifying explicitly, using least privilege access, and assuming breach, regardless of whether traffic originates inside or outside the traditional network perimeter.

29
MCQmedium

A security architect is designing high availability (HA) for a pair of Palo Alto Networks firewalls to ensure business continuity during hardware failures. Which HA operational mode ensures that both firewalls actively process traffic and synchronize session tables in real-time?

A.Cluster mode with dynamic routing ECMP multipath load balancing
B.Virtual Router redundancy protocol (VRRP) standalone failover groups
C.HA Active/Passive mode with preemption enabled
D.HA Active/Active mode with session synchronization enabled
AnswerD

Correct. Active/Active mode enables both firewalls to process traffic simultaneously with synchronized session state tables.

Why this answer

HA Active/Active mode allows both firewalls to process traffic simultaneously, requiring session synchronization and floating IP addresses.

30
MCQmedium

An enterprise security architect is designing a defense-in-depth strategy using Palo Alto Networks Panorama and Next-Generation Firewalls. Which implementation best exemplifies the defense-in-depth security principle?

A.Using automated patch management software as the sole security control for all internal servers.
B.Relying entirely on cloud-delivered security services without deploying physical or virtual firewalls on-premises.
C.Deploying a single, highly powerful firewall at the perimeter with all security profiles enabled and no internal segmentation.
D.Implementing perimeter firewalls with threat prevention, internal segmentation firewalls, endpoint protection via Cortex XDR, and multi-factor authentication for user access.
AnswerD

This approach uses multiple distinct layers of security controls across the network, endpoints, and identity.

Why this answer

Defense-in-depth relies on multiple layers of security controls so that if one control fails, subsequent layers continue to protect the environment.

31
Multi-Selectmedium

A network security team is configuring URL Filtering profiles to protect users from malicious web content. Which THREE actions can be assigned to specific URL categories within a URL Filtering profile? (Choose three)

Select 3 answers
A.Continue (prompts the user with a warning page requiring acknowledgment before proceeding)
B.Block (terminates the session and displays a response page)
C.Quarantine (isolates the client workstation into an isolated VLAN)
D.Alert (permits the traffic but generates a URL log entry)
E.Encrypt (automatically forces SSL forward proxy decryption for the URL)
AnswersA, B, D

Correct. Continue prompts users with a warning page requiring click-through to proceed.

Why this answer

URL filtering profile categories can be assigned actions such as block, allow, alert, continue, or override.

32
Multi-Selecteasy

A security analyst is investigating common cyber threats targeting web applications. Which TWO threats are classified as web-based injection or application-layer attacks that can be mitigated by security profiles on a next-generation firewall? (Choose two)

Select 2 answers
A.Fiber optic cable fiber cut
B.Physical server hardware power supply failure
C.Management plane cooling fan speed degradation
D.SQL Injection attacks
E.Cross-Site Scripting (XSS) attacks
AnswersD, E

Correct. Vulnerability protection contains signatures to detect and block SQL injection payload attempts.

Why this answer

SQL injection and Cross-Site Scripting (XSS) are common application-layer web threats that can be detected by Vulnerability Protection signatures.

33
MCQmedium

A company's risk management framework requires multi-factor authentication (MFA) for all remote access connections. The organization utilizes GlobalProtect for remote workers. Where should the administrator configure the authentication profile to enforce MFA during the GlobalProtect connection phase?

A.Via the Decryption policy rule pointing to an external LDAP server
B.Through the App-ID custom signature editor
C.Within the GlobalProtect Portal and Gateway configurations referencing an Authentication Profile tied to an MFA provider
D.Inside the Zone Protection profile attached to the external untrusted zone interface
AnswerC

Correct. GlobalProtect Portal and Gateway settings reference authentication profiles that support MFA integration (such as SAML or RADIUS).

Why this answer

GlobalProtect Gateway and Portal configurations reference Authentication Profiles, which integrate with external RADIUS, SAML, or LDAP servers to enforce MFA.

34
Multi-Selectmedium

A security administrator is configuring a WildFire analysis profile to protect the network from zero-day malware. Which THREE actions can be configured within a WildFire analysis profile when an unknown file is inspected? (Choose three)

Select 3 answers
A.Automatically downgrade user access privileges upon file detection
B.Forward the unknown file to the WildFire cloud for sandboxing analysis
C.Reboot the firewall data plane CPU cores to clear memory caches
D.Block the file download until WildFire analysis completes (inline machine learning / malware prevention)
E.Generate an alert log when an unknown file type is detected
AnswersB, D, E

Correct. WildFire profiles can be configured to forward unknown files for cloud analysis.

Why this answer

WildFire analysis profiles support actions such as forward, block, and dynamic analysis settings for unknown file types.

35
Multi-Selecthard

An enterprise security architect is designing a Zero Trust architecture using Palo Alto Networks products. Which THREE foundational principles must be enforced to achieve a true Zero Trust network posture? (Choose three)

Select 3 answers
A.Assume breach by minimizing blast radius and segmenting networks, and inspecting all traffic
B.Verify explicitly by authenticating and authorizing based on all available data points (identity, location, device health)
C.Use least privilege access by restricting user and device access with risk-based adaptive policies
D.Trust the internal network perimeter implicitly once a user successfully authenticates via VPN
E.Bypass security inspection for internal-to-internal data center traffic to maximize network performance
AnswersA, B, C

Correct. Assuming breach requires continuous monitoring, micro-segmentation, and end-to-end encryption/inspection.

Why this answer

Zero Trust principles include verifying explicitly, using least privilege access, and assuming breach while inspecting all traffic.

36
MCQmedium

An administrator is configuring security profiles on a Palo Alto Networks Next-Generation Firewall to mitigate potential data exfiltration attempts. To best adhere to the principle of least privilege regarding outbound traffic, which action should the administrator take?

A.Disable decryption entirely to prevent performance degradation and rely solely on source IP zoning.
B.Allow all outbound traffic on standard ports such as 80 and 443 to ensure uninterrupted business application functionality.
C.Create a single any-to-any allow rule for the internal development subnet to speed up troubleshooting.
D.Implement App-ID policies to permit only explicitly required business applications and inspect all allowed traffic using WildFire and Anti-Spyware profiles.
AnswerD

Using App-ID to restrict traffic to only required applications enforces least privilege effectively.

Why this answer

Least privilege mandates restricting access and capabilities to only what is strictly necessary for operational needs, which includes blocking unexpected outbound ports and protocols.

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

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

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

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

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

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

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

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

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

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

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

Ready to test yourself?

Try a timed practice session using only Cybersecurity Fundamentals questions.