Hi Everyone,
I am working on creating a native dashboard in Google SecOps and have a use case where I need to display the Source IP address, count, and percentage of occurrences inside the table chart.
However, I am unsure how to calculate the percentage correctly.
For example:
Source IP address | count | percentage(%) |
102.50.3.12 | 4 | 33.33% |
102.50.0.10 | 2 | 16.67% |
10.20.0.0 | 6 | 50% |
Could anyone guide me on how to achieve this in YARA-L 2.0? Is there a direct solution or any possible workaround?
Thanks,
Prashant Nakum