Getting Started with Palo Alto Networks (bSecure)

A knowledge base article about Getting Started with Palo Alto Networks (bSecure) provided by the UC Berkeley IT Service Hub - Knowledge Portal

Table of Contents

What is Palo Alto Networks?

Palo Alto Networks provides the security infrastructure hosting the bSecure suite of services. These services include the Data Center and Departmental Firewall Services, Site-to-Site VPN, and GlobalProtect Remote Access.

Recommended Training Modules for VSYS Administrators

The following training modules are recommended for VSYS (Virtual System/Firewall) administrators. To access these, log in to the Palo Alto Networks Training Portal and navigate to Digital Learning > Next-Generation Firewall.

The following subsections are the most relevant for campus administrators:


Key Highlights: App-ID

A primary difference between legacy port-based firewalls and the Palo Alto Networks Next Generation Firewall (NGFW) is App-ID. This feature classifies and identifies applications traversing the network irrespective of the port or protocol used.

Comparison: Legacy vs. App-ID Rules

Traditional Port-Based Rule (Broad) Palo Alto App-ID Rule (Specific)
Action: Allow
Source: 192.168.1.1
Destination: 192.168.2.1
Port: 80
Protocol: TCP

Effect: Allows all traffic on port 80, including potential exploits.

Action: Allow
Source: 192.168.1.1
Destination: 192.168.2.1
Port: 80
Protocol: TCP
App-ID: sharepoint-base

Effect: Permits only legitimate SharePoint traffic; all other traffic (even on port 80) is blocked.

By specifying sharepoint-base, App-ID gives you fine-grained control. All other SharePoint functions (like sharepoint-admin or sharepoint-calendar) and exploits are blocked because they do not match the specific application signature.

Key Highlights: Security Zones

Security zones group physical and virtual interfaces to segment network traffic. Initially, your VSYS will be configured with one security zone per network subnet.

Note: Zone and interface configurations are performed by the Network Operations and Services (NOS) team.

Key Highlights: Security Profiles

Security profiles scan network content for threats like malware, spyware, and exploits. Profiles must be attached to an existing security policy (firewall rule) to take effect.

A Security Profile Group is a collection of these profiles that can be applied to rules as a single unit. ISO provides a default security profile group that is automatically attached to any new rule you create. You are encouraged to use these defaults and only customize them for specific troubleshooting needs.


Questions & Comments

For general questions about security within the bSecure deployment, email security-firewall@berkeley.edu.