- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
08-01-2016 01:56 PM
The following custom application can be created on the Palo Alto Firewall to identify Pokemon-go traffic
<application version="7.1.0"> <entry name="pokemon-go"> <default> <port> <member>tcp/443</member> </port> </default> <signature> <entry name="pokemon-go-sig"> <and-condition> <entry name="And Condition 1"> <or-condition> <entry name="Or Condition 1"> <operator> <pattern-match> <pattern>pgorelease\.nianticlabs\.com</pattern> <context>ssl-req-client-hello</context> </pattern-match> </operator> </entry> </or-condition> </entry> </and-condition> <scope>session</scope> <order-free>no</order-free> </entry> </signature> <subcategory>gaming</subcategory> <category>media</category> <technology>client-server</technology> <description>Custom Pokemon App</description> <risk>1</risk> <consume-big-bandwidth>yes</consume-big-bandwidth> <used-by-malware>no</used-by-malware> <prone-to-misuse>no</prone-to-misuse> <parent-app>ssl</parent-app> </entry> </application>
The custom application can then be applied in a security policy to either deny the app or to gain visibility into the usage of the app.
08-02-2016 01:57 AM
This is also being discussed in the custom signatures board ! 🙂
Custom Signatures Discussions Board
08-02-2016 04:12 AM
Good to know but no way to block it when people are using their Mobiles phones/data. Anyway don't play this game))))
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!