Letsencrypt (acme) challenge URL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Letsencrypt (acme) challenge URL

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 "^".

1 REPLY 1

L6 Presenter

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)

 

Learn More About Threat Signatures (paloaltonetworks.com)

  • 4086 Views
  • 1 replies
  • 1 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!