PAN-OS Policy Optimizer
Automate your AppID Adoption by using this integration together with your Palo Alto Networks Next-Generation Firewall or Panorama.
Network Security · PAN-OS Policy Optimizer (beta)
Details
| ID | PAN-OS Policy Optimizer |
|---|---|
| Provider | Palo Alto Networks |
| Category | Network Security |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
Automate your AppID Adoption by using this integration together with your Palo Alto Networks Next-Generation Firewall or Panorama.
This integration was integrated and tested with version 8 up to version 10.1.6 and version 10.2.0 of PAN-OS Policy Optimizer.
Moved to beta due to the lack of a formal API.
Configure PAN-OS Policy Optimizer (Beta) in Cortex
| Parameter | Required |
|---|---|
| Server URL (e.g., https://192.168.0.1:443) | True |
| Username | True |
| Password | True |
| Vsys - Firewall instances only | False |
| Device Group - Panorama instances only | False |
| PAN-OS Version (The exact version, e.g., 10.1.4, 1.1, 9) | False |
| Trust any certificate (not secure) | False |
| Use system proxy settings | False |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
pan-os-po-get-stats
Gets the Policy Optimizer statistics.
Base Command
pan-os-po-get-stats
Input
| Argument Name | Description | Required |
|---|---|---|
| position | Whether to get pre-rules statistics or post-rules statistics. ‘pre’ for pre rules, ‘post’ for post-rules. Only for Panorama instances. Possible values are: pre, post. Default is pre. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| PanOS.PolicyOptimizer.Stats.no_app_specified | Number | Number of rules with no apps specified. |
| PanOS.PolicyOptimizer.Stats.unused | Number | Number of unused security policies. |
| PanOS.PolicyOptimizer.Stats.unused_apps | Number | Number of unused apps in security policies. |
| PanOS.PolicyOptimizer.Stats.unused_in_30_days | Number | Number of unused security policies in 30 days. |
| PanOS.PolicyOptimizer.Stats.unused_in_90_days | Number | Number of unused security policies in 90 days. |
Command Example
#### Context Example
```json
{
"PanOS": {
"PolicyOptimizer": {
"Stats": {
"no_app_specified": "1",
"unused": "8",
"unused_apps": "0",
"unused_in_30_days": "13",
"unused_in_90_days": "12"
}
}
}
}
Human Readable Output
Policy Optimizer Statistics
@name text no_app_specified 1 unused_apps 0 unused_in_30_days 13 unused_in_90_days 12 unused 8
pan-os-po-no-apps
Shows all security policies with no apps specified.
Base Command
pan-os-po-no-apps
Input
| Argument Name | Description | Required |
|---|---|---|
| position | Whether to get pre-rules with no apps or post-rules with no apps. ‘pre’ for pre rules, ‘post’ for post-rules. Only for Panorama instances. Possible values are: pre, post. Default is pre. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| PanOS.PolicyOptimizer.NoApps | Unknown | Contains information about the rules that have no apps specified. For example, Source and Destination. |
Command Example
#### Context Example
```json
{
"PanOS": {
"PolicyOptimizer": {
"NoApps": {
"@__recordInfo": "{\"permission\":\"readonly\",\"xpathId\":\"panorama\",\"vsysName\":\"vsys1\",\"position\":\"pre\"}",
"@loc": "Lab-Devices",
"@name": "pano_rule",
"@panorama": "true",
"@uuid": "uuid",
"action": "allow",
"application": {
"member": [
"any"
]
},
"apps-allowed-count": "0",
"apps-seen-count": "72",
"bytes": "84800223916",
"category": {
"member": [
"any"
]
},
"days-no-new-app-count": "193",
"description": "a test rule for the move function",
"destination": {
"member": [
"any"
]
},
"first-hit-timestamp": "1602403843",
"from": {
"member": [
"any"
]
},
"hip-profiles": {
"member": [
"any"
]
},
"hit-count": "32193134",
"last-app-seen-since-count": "193",
"last-hit-timestamp": "1602468975",
"last-reset-timestamp": "0",
"rule-creation-timestamp": "1575916248",
"rule-modification-timestamp": "1614045009",
"service": {
"member": [
"application-default"
]
},
"source": {
"member": [
"any"
]
},
"source-user": {
"member": [
"any"
]
},
"to": {
"member": [
"any"
]
}
}
}
}
}
Human Readable Output
Policy Optimizer No App Specified
@name @uuid action description source destination pano_rule uuid allow a test rule for the move function member: any member: any
pan-os-po-unused-apps
Gets the unused apps.
Base Command
pan-os-po-unused-apps
Input
| Argument Name | Description | Required |
|---|---|---|
| position | Whether to get pre-rules unused apps or post-rules unused apps. ‘pre’ for pre rules, ‘post’ for post-rules. Only for Panorama instances. Possible values are: pre, post. Default is pre. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| PanOS.PolicyOptimizer.UnusedApps | String | Shows all security rules with unused apps. |
pan-os-po-get-rules
Gets unused, used, or any rules.
Base Command
pan-os-po-get-rules
Input
| Argument Name | Description | Required |
|---|---|---|
| timeframe | The time frame in days to show the unused rules. Default is 30. | Optional |
| usage | Rule usage type to filter by. Can be Unused, Used, or Any. Possible values are: Unused, Used, Any. Default is Unused. | Optional |
| exclude | Whether to exclude rules reset during the last x days, where x is the value defined in the timeframe argument. It will not exclude rules by default. Possible values are: false, true. Default is false. | Optional |
| position | Whether to get pre-rules, post-rules or both. ‘pre’ for pre rules, ‘post’ for post-rules, only for panorama instances. Possible values are: pre, post, both. Default is both. | Optional |
| rule_type | Which type of rules to query. Possible values are: security, nat, qos, pbf, decryption, tunnel-inspect, application-override, authentication, dos, sdwan. Default is security. | Optional |
| limit | The maximum number of rules to return. Default is 200. | Optional |
| page_size | The amount of items to return in each paginated call. Can only be a value of up to 200. Default is 200. | Optional |
| page | A specific pagination page to get items from. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| PanOS.PolicyOptimizer.UnusedRules | String | Shows all unused security rules. |
| PanOS.PolicyOptimizer.AnyRules | String | Shows all security rules. |
| PanOS.PolicyOptimizer.UsedRules | String | Shows all used security rules. |
Command Example
!pan-os-po-get-rules usage=Any
Context Example
{
"PanOS": {
"PolicyOptimizer": {
"AnyRules": [
{
"@__recordInfo": "{\"permission\":\"readonly\",\"xpathId\":\"panorama\",\"vsysName\":\"vsys1\",\"position\":\"pre\"}",
"@loc": "Lab-Devices",
"@name": "tip rule",
"@panorama": "true",
"@uuid": "uuid",
"action": "allow",
"application": {
"member": [
"any"
]
},
"apps-allowed-count": "0",
"apps-seen-count": "0",
"bytes": "0",
"category": {
"member": [
"any"
]
},
"days-no-new-app-count": [],
"destination": {
"member": [
"any"
]
},
"first-hit-timestamp": "0",
"from": {
"member": [
"any"
]
},
"hip-profiles": {
"member": [
"any"
]
},
"hit-count": "0",
"last-app-seen-since-count": [],
"last-hit-timestamp": "0",
"last-reset-timestamp": "0",
"rule-creation-timestamp": "1575925916",
"rule-modification-timestamp": "1614045009",
"service": {
"member": [
"application-default"
]
},
"source": {
"member": [
"tip"
]
},
"source-user": {
"member": [
"any"
]
},
"to": {
"member": [
"any"
]
}
}
]
}
}
}
Human Readable Output
PolicyOptimizer AnyRules
@name @uuid action description source destination tip rule uuid allow member: tip member: any
pan-os-po-app-and-usage
Gets the app usage statistics for a specific security rule.
Base Command
pan-os-po-app-and-usage
Input
| Argument Name | Description | Required |
|---|---|---|
| rule_uuid | The UUID of the security rule. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| PanOS.PolicyOptimizer.AppsAndUsage | Unknown | Shows detailed app usage statistics for specific security rules. |
Command Example
!pan-os-po-app-and-usage rule_uuid=uuid
Human Readable Output
Rule with UUID:{uuid} does not use apps.
pan-os-get-dag
Gets a specific dynamic address group.
Base Command
pan-os-get-dag
Input
| Argument Name | Description | Required |
|---|---|---|
| dag | Dynamic address group name. | Required |
Context Output
There is no context output for this command.
Configuration parameters
server_url— Server URL (e.g., https://192.168.0.1:443) (required)credentials— Username (required)vsys— Vsys - Firewall instances onlydevice_group— Device Group - Panorama instances onlyversion— PAN-OS Version (The exact version, e.g., 10.1.4, 1.1, 9)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (6)
-
pan-os-get-dagGets a specific dynamic address group.
-
pan-os-po-app-and-usageGets the app usage statistics for a specific security rule.
-
pan-os-po-get-rulesGets unused, used, or any rules.
-
pan-os-po-get-statsGets the Policy Optimizer statistics.
-
pan-os-po-no-appsShows all security policies with no apps specified.
-
pan-os-po-unused-appsGets the unused apps.
The integration uses User Interface calls to manage the PANOS Policy Optimizer for AppID Adoption. You now have a simple way to gain visibility into, control usage of, and safely enable applications in Security policy rules: Policy Optimizer. This new feature identifies port-based rules so you can convert them to application-based rules that allow the traffic or add applications to existing rules without compromising application availability. It also identifies rules configured with unused applications. Policy Optimizer information helps you analyze rule characteristics and prioritize which rules to migrate or clean up first. Converting port-based rules to application-based rules enables you to include the applications you want to allow in an allow list and deny access to all other applications, which improves your security posture. Restricting application traffic to its default ports prevents evasive applications from running on non-standard ports. Removing unused applications from rules is a best practice that reduces the attack surface and keeps the rulebase clean. You can use this new feature on: * Firewalls that run PAN-OS version 9.0 and have App-ID enabled. * Panorama running PAN-OS version 9.0. You don’t have to upgrade firewalls that Panorama manages to use the Policy Optimizer capabilities. However, to use these capabilities, managed firewalls must run PAN-OS 8.1 or later. If managed firewalls connect to Log Collectors, those Log Collectors must also run PAN-OS version 9.0. Managed PA-7000 Series firewalls that have a Log Processing Card (LPC) can also run PAN-OS 8.1 (or later). For more information, visit the [Palo Alto Networks documentation](https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-admin/app-id/security-policy-rule-optimization). --- You need to create a separate integration instance for Palo Alto Networks Firewall and Palo Alto Networks. Unless specified otherwise, all commands are valid for both Firewall and Panorama. --- Note: This is a beta Integration, which lets you implement and test pre-release software. Since the integration is beta, it might contain bugs. Updates to the integration during the beta phase might include non-backward compatible features. We appreciate your feedback on the quality and usability of the integration to help us identify issues, fix them, and continually improve.