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.

Who rated this post

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

Who rated this post