Now, data are filled and we can do queries to find impacts of coresponding objects.
In our case
fcpc --show.impacts.links=refers,remediates show-impacts cve/cve2
url name level
----------------------- ---------------- -------
Cve/cve2 cve2 0
Vulnerability/qvuln6 vulnerability6 1
Vulnerability/qvuln5 vulnerability5 1
L4Interface/kibana_5600 kibana port 2
Host/kibana reporting_server 3
We can find all vulnerabilities which should be resolved by applying patch. On second level, it impacts hosts.
fcpc --show.impacts.links=remediates show-impacts Patch/patch1
url name level
-------------------- ---------------- -------
Patch/patch1 patch1 0
Vulnerability/qvuln4 vulnerability4 1
Vulnerability/qvuln5 vulnerability5 1
Host/elastic db_server 2
Host/kibana reporting_server 2
See graph
fcpc --show.output=dot --show.impacts.links=remediates show-impacts Patch/patch1
Next - Object hierarchy explained
Previous - Add vulnerabilities, CVEs and patches
Start - See all steps