Technical Tip: How to disable port 80 to achieve FortiSIEM security hardening
| Description | The article explains how to harden FortiSIEM security with respect to port 80. |
| Scope | FortiSIEM |
| Solution | Port 80 cannot be disabled as it is required for proper functioning of FortiSIEM.
However, access to port 80 maybe disabled on FortiSIEM using 'firewall-cmd' utility.
# firewall-cmd --permanent --remove-service=http # firewall-cmd --reload
Related documentation link: |
