Forum Discussion
Petruk_Cemeng_7
Nimbostratus
Oct 10, 2012How to Blocking ULtrasurf?
Hi All,
Is there any irule or configuration on F5 for blocking ultrasurf? I try to use ip intelegence irule on LTM,it did not work because the destination ip address is not registered as bad r...
hoolio
Cirrostratus
Oct 11, 2012You might try adding some debug logging of [TCP::payload 11] as that should return 11 bytes of the collected payload. I don't see how binary scan wouldn't return a value for payload_hex if [TCP::payload 11] returns 11 bytes.
Anyhow, can you try logging this:
[binary scan [TCP::payload 11] H* payload_hex]
If that returns more than 22 characters, you might try replacing the H22 with H* and use
if {[class match $payload_hex contains signature_clientsslhello]} {
Aaron
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