Solved! Go to Solution.
You would need to build a custom ips signature and set the action to drop.
I would start by finding the fortios custom ips-signature documentation and build a signature. For HTTPS you will need ssl/tls decoding in order to see the requested in the body.
It should look similar to this ;
config ips custom
edit web-block
set signature "F-SBID( --name \"web_heise\"; --pattern "Host|3A|www.heise.de/forum"; --no_case ; --protocol tcp; --dst_port 80; --default_action drop; --flow from_client; )"
You would write one for http and https and apply the ips rule in your firewall policy that allows traffic to the website.
Ken Felix
PCNSE
NSE
StrongSwan
You can build a web filter profile but in each case ssl decryption is going to be needed. Filtering by SNI is not going to be helpful since the Host: header is not part of the SNI extension.
Ken Felix
PCNSE
NSE
StrongSwan
You would need to build a custom ips signature and set the action to drop.
I would start by finding the fortios custom ips-signature documentation and build a signature. For HTTPS you will need ssl/tls decoding in order to see the requested in the body.
It should look similar to this ;
config ips custom
edit web-block
set signature "F-SBID( --name \"web_heise\"; --pattern "Host|3A|www.heise.de/forum"; --no_case ; --protocol tcp; --dst_port 80; --default_action drop; --flow from_client; )"
You would write one for http and https and apply the ips rule in your firewall policy that allows traffic to the website.
Ken Felix
PCNSE
NSE
StrongSwan
You can build a web filter profile but in each case ssl decryption is going to be needed. Filtering by SNI is not going to be helpful since the Host: header is not part of the SNI extension.
Ken Felix
PCNSE
NSE
StrongSwan
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1744 | |
1114 | |
760 | |
447 | |
241 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.