This is a diagram to do a Fortinet Dos Lab.
Fortinet – Policy and Objects – IPv4 DoS Policy.
Change TCP_port_scan setting to 5 and ICMP_flood setting to 4.
Configure quarantine setting on the Fortinet DoS Policy.
config firewall DoS-policy
edit 1
set interface “port1”
set srcaddr “all”
set dstaddr “all”
set service “ALL”
config anomaly
edit “icmp_flood”
set status enable
set log enable
set quarantine attacker
set quarantine-expiry 5m
set quarantine-log disable
set threshold 4
next
config anomaly
edit “tcp_port_scan”
set status enable
set log enable
set quarantine attacker
set quarantine-expiry 5m
set quarantine-log disable
set threshold 5
next
Sending 5 packets per second, Fortinet starts to block the excessive ICMP packets.
Check Fortinet Anomaly log.
Fortinet Fortiview.
Fortinet Monitor – Banned IP. AT IP Address was blocked by Fortinet Firewall.
Doing port scan on Kali machine by using Nmap command.
Fortinet was blocked port scan on the opened port 80.