Created on
05-02-2020
07:27 AM
Edited on
12-11-2024
04:58 AM
By
Jean-Philippe_P
Description
This article describes the 'IP Reputation Filtering' levels and steps to enable the feature.
This feature adds support for reputation filtering in the firewall policies.
Scope
FortiOS 6.4 (available in 7.0 and newer versions only via CLI, and only for backward compatibility).
Solution
There are five reputation levels in the internet-service database (ISDB), and custom reputation levels can be defined in a custom internet-service. This feature allows firewall policies to filter traffic according to the configured reputation level.
If the reputation level of either the source or destination IP address is equal to or greater than the level set in the policy, then the packet is forwarded, otherwise, the packet is dropped.
The five default reputation levels are:
The default minimum reputation level in a policy is zero, meaning that the reputation filter is disabled.
To set the reputation level and direction of a policy.
config firewall policy
edit 1
set uuid dfcaec9c-e925-51e8-cf3e-fed9a1d42a1c
set srcintf "port1"
set dstintf "wan1"
set dstaddr "all"
set reputation-minimum 3
set reputation-direction source
set action accept
set schedule "always"
set service "ALL"
set logtraffic all
set auto-asic-offload disable
set nat enable
next
end
Packets from the source IP address with reputation levels three, four, or five will be forwarded by this policy.
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.