Security settings on NGFW to block dangerous user agent

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.

Security settings on NGFW to block dangerous user agent

L0 Member

Hi All,

 

Good morning!

 

I would like to get guidance from you regarding how to block user agents on Paloalto NGFW. I mean, when I am managing Web Application Firewalls (WAF) from other provider. I am able to configure a section within the security section in the WAF, where I can block bad bots, and any other bad user agent (e.g. python, Go lang, Java, etc) used by not authorised external users to scan the website for vulnerabilities, etc.

 

Is there a way to setting up a similar security measure within Paloalto NGFW? If it is so. Could you help providing guidance for this security setting for me please?

 

Thanks in advance.

Elias

 

NGFW 

 

 

1 accepted solution

Accepted Solutions

Cyber Elite
Cyber Elite

@E.SilvaHueck,

You could setup a custom vulnerability signature and set it up so it's blocked across your network. As an example, blocking GPTBot you could do the following assuming that you're decrypting inbound traffic.

                                <pattern-match>
                                  <pattern>User-Agent:.+GPTBot/</pattern>
                                  <context>http-req-headers</context>
                                  <negate>no</negate>
                                </pattern-match>

View solution in original post

2 REPLIES 2

Cyber Elite
Cyber Elite

@E.SilvaHueck,

You could setup a custom vulnerability signature and set it up so it's blocked across your network. As an example, blocking GPTBot you could do the following assuming that you're decrypting inbound traffic.

                                <pattern-match>
                                  <pattern>User-Agent:.+GPTBot/</pattern>
                                  <context>http-req-headers</context>
                                  <negate>no</negate>
                                </pattern-match>

Thanks a lot for the information!

  • 1 accepted solution
  • 461 Views
  • 2 replies
  • 0 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!