Forum Discussion
Carlos_Urdaneta
Nimbostratus
Nov 06, 2014Determine source IP addresses of SSLv3 connections?
Hi All,
Do we have the ability to determine which specific clients (IP addresses) are connecting to the F5 with SSL v3
I know how to obtain some statistics about the number of SSLv3 connect...
mimlo_61970
Cumulonimbus
Nov 06, 2014not sure if there are any stats on this you can query, but here is an irule that will log the connections to /var/log/ltm
when CLIENTSSL_HANDSHAKE {
if { [SSL::cipher version] eq "SSLv3" } {
log local0.debug "[IP::client_addr] accessed [virtual name] with SSLv3"
}
}
This assumes you have a client_ssl profile on the virtual server. If not, you would have to modify the script at https://devcentral.f5.com/articles/irule-to-stop-sslv3-connections to just log instead of reject.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects