Skip to main content
andre
New Member
December 3, 2018
Question

Fortianalyzer customize etected-Botnet Report

  • December 3, 2018
  • 0 replies
  • 1963 views

Hi Guys, 

 

Could you help me to customize the Detected-Botnet Report to send a report if the counters are more than 100 counters?

I've tried it: select coalesce(nullifna(`user`), ipstr(`srcip`)) as user_src, count(*) as totalnum from $log where $filter and count = <100 group by user_src order by totalnum desc... but it's not working.