Hi,
Using the web-Detailed-Website-Browsing-Log filter I can look for devices accessing Pornographic sites. However it does not list the source device's IP so I can only see it is happening.
Can somebody please amend the code so I can added it to the report.
Regards
Keith
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hi, you can just add srcip into dataset:
select from_dtime(dtime) as timestamp, srcip, catdesc, hostname as website, status, sum(bandwidth) as bandwidth from ###(select dtime, srcip, catdesc, hostname, cast(utmaction as text) as status, sum(coalesce(sentbyte, 0)+coalesce(rcvdbyte, 0)) as bandwidth from $log-traffic where $filter and hostname is not null and logid_to_int(logid) not in (4, 7, 14) and (countweb>0 or ((logver is null or logver<52) and (hostname is not null or utmevent in ('webfilter', 'banned-word', 'web-content', 'command-block', 'script-filter')))) group by dtime, srcip, catdesc, hostname, utmaction order by dtime desc)### t group by dtime, srcip, catdesc, website, status order by dtime desc
regards,
hz
Hi hz,
Thank you very much for your help. It was a great help. I know have the report I needed.
Regards
Keith
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1714 | |
1093 | |
752 | |
447 | |
232 |
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 2024 Fortinet, Inc. All Rights Reserved.