minvws / nl-kat-coordination

OpenKAT scans networks, finds vulnerabilities and creates accessible reports. It integrates the most widely used network tools and scanning software into a modular framework, accesses external databases such as shodan, and combines the information from all these sources into clear reports. It also includes lots of cat hair.
https://openkat.nl
European Union Public License 1.2
127 stars 58 forks source link

Findings-timelines #3495

Open paulvandenbraken opened 2 months ago

paulvandenbraken commented 2 months ago

About this feature

Should have for Kennisnet phase: Epic-3

Detailed description

Per finding for all findings should be shown how long findings were found (timeline)

Feature benefit / User story

As an administrator, I want insight into how long Findings are open so that priority can be given for critical issues that have to be resolved quickly.

This is important for keeping a grip on findings.

underdarknl commented 1 month ago

related: https://github.com/minvws/nl-kat-coordination/issues/1544

underdarknl commented 1 month ago

@originalsouth could you describe to @HeleenSG and @RomijnHumanoids what data is available in this regard?

originalsouth commented 1 month ago

Essentially the only time data we save for arbitrary OOIs in Octopoes/XTDB are:

These values can be retrieved through the Octopoes API with the get_history call.

Unfortunately the call seems broken at this point in time, but I will provide the fixes shortly.

@HeleenSG and @RomijnHumanoids does this help you further?

originalsouth commented 1 month ago

Unfortunately the call seems broken at this point in time, but I will provide the fixes shortly.

Fixed in #3605.