- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-19-2025 05:18 AM
Hi. i need to do monthly report for vulnerabilities. So how to create like a trend report for 30 days
here is just example for get count, but how to do trend report?
dataset = va_cves
| filter severity >Medium
| filter affected_hosts_count >1
| fields name, affected_products, severity
| comp count() by severity
02-19-2025 06:04 AM
Hello @T.Nurmi m
Thanks for reaching out on LiveCommunity!
Can you confirm , what exactly do want in the trend report?
Eg. Comparison between current month and last month vulnerabilities, Top 10 CVEs, Top 10 Vulnerable Applications, Vulnerabilities on Endpoint over time
02-19-2025 06:13 AM
so what i want to see this kind report> all vulnerabilities/day
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!