Finding Details

The Finding Details option allows users to choose between multiple presentations of finding details information.

Configuring Finding Details

Step 1: Open the multi-scope template.

Step 2: Go to the "OPTION TOGGLES" section of the setup code.

Step 3: Go to the nn.detailed_findings_option line. The number listed represents the option that will be leveraged. Modify the value as desired.

Finding Details Options

Click each expandable section for more information.

Option 1 {%p set nn.detailed_findings_option = 1 %}

This option includes the following:

  • A title bar with metadata that has no borders between cells and includes CVSS data, if available

  • Rendering of additional fields as normal text outside any table cells

Characteristics of the Title Bar

  • Automatically generated reference numbers

  • Title

  • Severity

  • Automatic coloration

  • CVSS Score / Vector String (CVSS v3 if available, then CVSS v2)

Additional Fields

Presented in the following order:

  • Description

  • Recommendations

  • References

  • Finding Custom Fields (rendered in order as stored in the finding and include the label)

Blank rows are avoided by only rendering sections with data.

Option 2 {%p set nn.detailed_findings_option = 2 %}

This option includes the following:

  • A title bar with metadata (reference number, title, severity)

  • Rendering of additional fields as normal text outside any table cells

Additional Fields

Presented in the following order:

  • Description

  • Recommendations

  • References

  • Finding Custom Fields (rendered in order as stored in the finding and include the label)

Blank rows are avoided by only rendering sections with data.

Option 3 {%p set nn.detailed_findings_option = 3 %}

The defining characteristic of this option is the placement of all finding fields in table cells.

Title Bar

  • Dynamically generated reference numbers

  • Title

  • Severity

  • Automatic coloration

Additional fields

Presented in the following order:

  • CVSS Score / Vector String (CVSS v3 if available, then CVSS v2)

  • Description

  • Recommendations

  • References

  • Finding Custom Fields (rendered in order as stored in the finding and include the label)

Blank rows are avoided by only rendering sections with data.

Option 4 {%p set nn.detailed_findings_option = 4 %}

This option allows the user to include all options within the Color Codes section of the pre-built template. Assets within this option will include addition data from FQDN, NetBIOS, and MAC Address fields discovered within individual affected assets.

Sample Output

Option 5 {%p set nn.detailed_findings_option = 5 %}

This option allows the user to include all options within the Color Codes section of the pre-built template. This option will also generate a new and more detailed look into 'Affect Assets' associated with individual Findings. Assets within this option will include addition data from FQDN, NetBIOS, and MAC Address fields discovered within individual affected assets.

Sample Output

Last updated

© 2024 PlexTrac, Inc. All rights reserved.