- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-16-2018 08:07 AM
02-16-2018 08:08 AM
Take a look at SSL-Decryption profiles.
https://live.paloaltonetworks.com/t5/tkb/articleprintpage/tkb-id/FeaturedArticles/article-id/120
02-16-2018 08:17 AM
@BPry What if decryption is not enabled or is not an option.
02-16-2018 08:24 AM
If you aren't utilizing Decryption then I believe your only option is going to be through a Vulnerability Protection profile and the only Threat that deals with weak ciphers is ID 38924 'SSL Version 2 Weak RSA Cipher Detected' which you could modify from the default of 'alert' and change it to reset if you'd like.
02-16-2018 08:39 AM
@raji_toor This can also be done with custom signatures. I created one recently for a customer who wanted to block connections using "sha1WithRSAEncryption"
<vulnerability-threat version="8.1.0"> <entry name="41023"> <signature> <standard> <entry name="sig1"> <and-condition> <entry name="And Condition 1"> <or-condition> <entry name="Or Condition 1"> <operator> <pattern-match> <pattern>\x2a864886f70d010105\x</pattern> <context>ssl-rsp-certificate</context> <negate>no</negate> </pattern-match> </operator> </entry> </or-condition> </entry> </and-condition> <order-free>yes</order-free> <scope>session</scope> </entry> </standard> </signature> <default-action> <alert/> </default-action> <threatname>sha1WithRSAEncryption</threatname> <severity>informational</severity> <direction>server2client</direction> <comment>detects the presence of SHA-1 signature algorithm ID of server during SSL handshake</comment> <affected-host> <client>yes</client> </affected-host> </entry> </vulnerability-threat>
If you're interested in pursuing the custom signature option, head over to the Custom Signatures discussion area.
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!