How to Check if an Application Needs Explicitly Allowed Dependency Apps

How to Check if an Application Needs Explicitly Allowed Dependency Apps

100610
Created On 09/25/18 20:36 PM - Last Modified 06/06/23 21:01 PM


Resolution


Overview

Prior to PAN-OS 5.0, in order to allow an application with dependencies, the security policy required all dependencies to be allowed as well.

 

Since PAN-OS 5.0, applications for some protocols can be allowed without need to explicitly allow their dependencies. The Palo Alto Networks firewall is able to do this for some applications if it can identify the application within a pre-determined point in the live session. If the application is coded by the developer in a way that the Palo Alto Networks device cannot determine the application by the pre-determined point, then the application can be blocked by one of the security rules in the list. For these applications an explicit allow for the list of dependencies is needed.

 

For the purpose of explaining the process, the following terminology is usually applied:

  • Enabler app: The App-ID that the session initially matches (e.g. web-browsing)
  • Dependent app: The App-ID that the session later matches (e.g. facebook-base)

 

Note: Always check the dependencies for the applications if planning to allow them. Also, check the implicitly used applications for the dependent application, so that the correct policies can be constructed.

 

Details

For the above mentioned applications that can be correctly identified at a pre-determined point in the live session, the firewall implicitly will allow the enabler app. For this reason the firewall uses the “uses-apps” and “implicit-uses-apps” part of the content updates metadata for the given application.

For applications that have a list of apps in the “implicit-uses-apps”, those applications will be implicitly allowed and no separate security rule is needed to allow them.

For applications that do not have a list of apps in the “implicit-uses-apps” and have list of apps in the “uses-apps” part of the application definition, there is a need to explicitly allow them (the enabler applications) so that the dependent application is allowed. This can be added in a separate security rule, or in the same rule that is allowing the dependent app.

 

The application definition can be checked to see if there is a need to explicitly allow the enabler applications. Run with the following command from configuration mode:

> configure
Entering configuration mode
[edit]                      
# show predefined application <name-of-app>

 

Steps

As examples for this we will use the "facebook-base" and the "office-on-demand" applications.

 

Facebook-base

Application definition:

 

 

# show predefined application facebook-base 

facebook-base {
  ottawa-name facebook;
  category collaboration;
  subcategory social-networking;
  technology browser-based;
  alg no;
  appident yes;
  virus-ident yes;
  vulnerability-ident yes;
  evasive-behavior no;
  consume-big-bandwidth no;
  used-by-malware yes;
  able-to-transfer-file yes;
  has-known-vulnerability yes;
  tunnel-other-application yes;
  prone-to-misuse no;
  pervasive-use yes;
  per-direction-regex no;
  deny-action drop-reset;
  run-decoder no;
  cachable no;
  references {
    Wikipedia {
      link http://en.wikipedia.org/wiki/Facebook;
    }
  }
  default {
    port tcp/80,443;
  }
  use-applications [ ssl web-browsing];
  tunnel-applications [ facebook-apps facebook-chat facebook-code facebook-file-sharing facebook-mail facebook-posting facebook-rooms facebook-social-plugin facebook-
video facebook-voice instagram-base];
  implicit-use-applications [ ssl web-browsing];
  applicable-decoders http;
  risk 4;
  application-container facebook;
}
[edit]                                                     

 

To allow facebook-base, only the security policy that has the application facebook-base is needed. There is no need to allow the ssl and web-browsing because they are implicitly allowed based, on the following part in the definition of the application:

  "use-applications [ ssl web-browsing];"
  "implicit-use-applications [ ssl web-browsing];"

For facebook-base there is only the allow-facebook security rule that allows only facebook-base. There are no explicit rules to allow web-browsing and ssl. On the contrary, for the purpose of the test, a deny rule for web-browsing and ssl is used:

Screen Shot 2014-04-16 at 12.23.08 AM.png

 

The logs show that facebook is allowed:

Screen Shot 2014-04-16 at 12.32.35 AM.png

 

Office-on-demand

Application definition:

 

# show predefined application office-on-demand 

office-on-demand {
  category business-systems;
  subcategory office-programs;
  technology browser-based;
  alg no;
  appident yes;
  virus-ident yes;
  spyware-ident yes;
  file-type-ident yes;
  vulnerability-ident yes;
  evasive-behavior no;
  consume-big-bandwidth yes;
  used-by-malware no;
  able-to-transfer-file yes;
  has-known-vulnerability yes;
  tunnel-other-application no;
  prone-to-misuse no;
  pervasive-use yes;
  per-direction-regex no;
  deny-action drop-reset;
  run-decoder no;
  cachable no;
  file-forward yes;
  is-saas yes;
  references {
    "Office on Demand" {
      link http://office.microsoft.com/en-us/support/use-office-on-any-pc-with-office-on-demand-HA102840202.aspx;
    }
  }
  default {
    port tcp/80;
  }
  use-applications [ ms-office365-base sharepoint-online ssl web-browsing];
  applicable-decoders http;
  risk 3;
  application-container ms-office365;
}
[edit]                                            

 

 

For office-on-demand, the

"use-applications [ ms-office365-base sharepoint-online ssl web-browsing];"

 can be seen, and there is no

implicit-use-applications

 list with the same applications. This will mean that all of the applications in the list need to be explicitly allowed, so that all the features of office-on-demand will work correctly.

Screen Shot 2014-04-16 at 12.53.15 AM.png

The traffic can be seen as allowed for web-browsing and for office-on-demand. The application started as web-browsing and was correctly identified by the Palo Alto Networks DFA, and thus changed to "office-on-demand".

Screen Shot 2014-04-10 at 11.19.23 PM.png

 

If web is denied in a security policy, the connections can be seen as not established, because the rule to allow the office-on-demand application will never be hit.

Screen Shot 2014-04-16 at 12.54.43 AM.png

Screen Shot 2014-04-12 at 2.43.38 PM.png

 

owner: ialeksov



Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClirCAC&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language