- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-19-2021 10:09 AM
I created this pattern to recognize Letsencrypt (acme-protocol) challenge.
You need to create a custom application with these fields:
Typo: Transaction
Context: http-req-uri-path
Pattern:
^GET /\.well-known/acme-challenge/
That's the best I could bet.
Btw, I did not know before that "http-req-uri-path" had to include the method (GET), so I had a hard time using the regex anchor "^".
01-13-2022 01:12 AM
You can look at the "QUALIFIER" option as you can select the request method "POST" or "GET" from there and maybe you will not need to specify it in the pattern match.
Create Custom Application Signature (paloaltonetworks.com)
Also for blocking something maybe better use IPS signature than app signature:
Threat Signature Categories (paloaltonetworks.com)
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!