Skip to main content
Fortiben1
Explorer II
November 8, 2024
Solved

Can't see blocked IP and FQDN Logs on deny policies

  • November 8, 2024
  • 1 reply
  • 1224 views

Hi Folks!

 

Hope you are all doing well, I am new to the firewall role. I would like to ask why I cant see any denied logs related on our block list policy. we have this group for IP address and full qualified domain, we plae any malicious object from this group. but as I checked, It has block other IP address that are not included on the repository. and the IP address that are on the group are not is it because the user are not accessing this IP or I cant see it because of the 7 days log retention. I would appreciate your insights on this Also here is the policy (Version 7.2.8)

 

NameFromToSourceDestinationScheduleServiceActionLog
Block Inbound TrafficanyanyGroup of Malicious IP and FQDN detected from QradarallalwaysALLDENYEnabled
Block Outbound TrafficanyanyallGroup of Malicious IP and FQDN detected from QradaralwaysALLDENYEnabled
Best answer by AEK

Hello Ben

If you the logging is enabled in the rules and you don't see any logs then no traffic is matching those rules. In other words all the requested traffic has been allowed so far.

On the other hand if you need to set the log retention for more than 7 days then you need to do it via CLI.

config log disk setting
    set maximum-log-age 60
end

1 reply

AEK
SuperUser
AEKAnswer
SuperUser
November 8, 2024

Hello Ben

If you the logging is enabled in the rules and you don't see any logs then no traffic is matching those rules. In other words all the requested traffic has been allowed so far.

On the other hand if you need to set the log retention for more than 7 days then you need to do it via CLI.

config log disk setting
    set maximum-log-age 60
end
AEK
Fortiben1
Fortiben1Author
Explorer II
November 19, 2024

Thank you so much for your insight! I will do this guide thank you!