Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Dopin
New Contributor

DoS Policy Quarantine Attacker

Hi, Is there a way to " Quarantine" IP that hit DoS-Policy src-session threshold? It look like there are some external IP that are trying to brut force an SSH server that need to de worldwide accessible. As I understand, src-session only block connexion that are exceeding the specified threshold. Regards Dominic
2 REPLIES 2
Dave_Hall
Honored Contributor

Use the search link at the top of this page -- there are several posts, including examples on how to do this, such as one posted by edu. Also see his linked example.

NSE4/FMG-VM64/FortiAnalyzer-VM/6.0 (FWF30E/FW92D/FGT200D/FGT101E/FGT81E)/ FAP220B/221C

NSE4/FMG-VM64/FortiAnalyzer-VM/6.0 (FWF30E/FW92D/FGT200D/FGT101E/FGT81E)/ FAP220B/221C
netmin
Contributor II

a dos-policy can quarantine as well, example from 5.0.7:
 config firewall DoS-policy
  edit 0
   set interface " wan1" 
   set srcaddr " all" 
   set dstaddr " xyzserver" 
   set service " SSH" 
    config anomaly
     edit " tcp_src_session" 
      set status enable
      set log enable
      set action block
      set quarantine attacker
      set quarantine-expiry 1440 (1440 minutes = 24 hours)
      set quarantine-log enable
      set threshold 5
   next
  end
 end
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors