<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problems with Skype rule letting traffic through in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/113554#M45226</link>
    <description>&lt;P&gt;Good morning, have you found the correct destination dns name (skype sistes) that must be trusted for allowing Skype the connection?&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2016 10:28:17 GMT</pubDate>
    <dc:creator>IT-DLNetworkSecurity</dc:creator>
    <dc:date>2016-09-15T10:28:17Z</dc:date>
    <item>
      <title>Problems with Skype rule letting traffic through</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/44845#M32925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure a rule on the PA2050 to allow SKYPE out of the network, and I am seeing a bit of a security hole in the app rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set it up using the document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/docs/DOC-1505/controllingskype.pdf"&gt;https://live.paloaltonetworks.com/docs/DOC-1505/controllingskype.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Zone: Trust&lt;/P&gt;&lt;P&gt;to Zone: Untrust&lt;/P&gt;&lt;P&gt;Address: &amp;amp;lt;My Workstation&amp;amp;gt;&lt;/P&gt;&lt;P&gt;Application: SKYPE, SKYPE-PROBE, UNKNOWN-UDP&lt;/P&gt;&lt;P&gt;Service: Application Default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do a telnet to an IP address on the internet on a random port, it gets through OK using this rule, in the logs I see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From &amp;amp;lt;My Workstation&amp;amp;gt;, to &amp;amp;lt;Internet Address&amp;amp;gt;, &amp;amp;lt;Port Numbers&amp;amp;gt;, Application Incomplete, action ALLOW, Rule &amp;amp;lt;Skype Allow Rule&amp;amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the other end I can see the TCP connection establish correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The firewall should be blocking the traffic, as the traffic is NOT skype traffic, but it seems using SKYPE as the application ID it will allow any other unwanted traffic out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I done something wrong in setting up the rule, or is this a bug?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 21:05:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/44845#M32925</guid>
      <dc:creator>jenkinsp</dc:creator>
      <dc:date>2013-12-08T21:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Skype rule letting traffic through</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/44846#M32926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;jenkinsp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your rule appears to be configured correctly and the firewall is also acting as it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The PAN firewall will allow sessions to be created based on the 6-tuple key (source_address, destination_address, source_port, destination_port, protocol &amp;amp; security_zone) so that enough data (Layer7) packets can flow through, in order for the application engine to identify the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the app engine identifies your traffic as SKYPE or otherwise, then the firewall makes the decision to allow or deny the rest of the traffic based on the identified application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your test, when you telnet to the external IP and port, the firewall would first create a session with the application as 'undecided', which is enough to allow the SYN, SYN/ACK, ACK through, and that is why you see a successfully formed TCP session.&lt;/P&gt;&lt;P&gt;As soon as you try to pass other traffic in this telnet session, however, the app engine will detect the correct application and the firewall either permits or denies it based on the rest of your configured security rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the CLI command 'show session all filter destination &amp;lt;dest_IP_address&amp;gt; destination-port &amp;lt;port_#&amp;gt;' to confirm how the firewall identifies the application of your (telnet) traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;tasonibare&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:54:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/44846#M32926</guid>
      <dc:creator>tasonibare</dc:creator>
      <dc:date>2013-12-09T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Skype rule letting traffic through</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/99403#M44179</link>
      <description>&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/General-Topics/Problems-with-Skype-rule-letting-traffic-through/m-p/44845#M32925" target="_blank"&gt;https://live.paloaltonetworks.com/t5/General-Topics/Problems-with-Skype-rule-letting-traffic-through/m-p/44845#M32925&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:35:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/99403#M44179</guid>
      <dc:creator>Sheena</dc:creator>
      <dc:date>2016-07-22T08:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Skype rule letting traffic through</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/99404#M44180</link>
      <description>&lt;P&gt;Good article here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/Learning-Articles/Security-Rule-Behavior-with-Applications-Allowed-with-Service/ta-p/52102" target="_blank"&gt;https://live.paloaltonetworks.com/t5/Learning-Articles/Security-Rule-Behavior-with-Applications-Allowed-with-Service/ta-p/52102&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 08:45:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/99404#M44180</guid>
      <dc:creator>TranceforLife</dc:creator>
      <dc:date>2016-07-22T08:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with Skype rule letting traffic through</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/113554#M45226</link>
      <description>&lt;P&gt;Good morning, have you found the correct destination dns name (skype sistes) that must be trusted for allowing Skype the connection?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 10:28:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-skype-rule-letting-traffic-through/m-p/113554#M45226</guid>
      <dc:creator>IT-DLNetworkSecurity</dc:creator>
      <dc:date>2016-09-15T10:28:17Z</dc:date>
    </item>
  </channel>
</rss>

