Skip to content

Findings

Findings are the core output of security assessments—the vulnerabilities, misconfigurations, and security issues you discover. NEURO provides comprehensive tools for documenting, tracking, and reporting findings.

A finding in NEURO includes:

  • Title and description
  • Severity and CVSS score
  • Impact and likelihood
  • Remediation recommendations
  • Evidence (screenshots, logs)
  • Affected assets
  • Status tracking
  • References (CVE, CWE)

Access findings within a project:

  1. Open the project
  2. Navigate to the Findings tab
  3. View all findings for that project

View all findings across projects:

  1. Navigate to Findings (G + F)
  2. Filter by project, client, or severity
  • Search: Find by title, description, CVE
  • Filter: Severity, status, type, project
  • Sort: By severity, date, title
  • Bulk Select: Multi-select for operations
  • Export: Export to CSV
  1. Click + New Finding or C + F
  2. Complete the finding form
  3. Click Save Finding
  1. Click + New Finding
  2. Enter just the finding title (e.g., “SQL Injection”)
  3. Click Generate with AI
  4. Review and edit the generated content
  5. Click Save Finding
  1. Open the Content Library
  2. Find a vulnerability template
  3. Click Use in Project
  4. Select the target project
  5. Customize for your specific finding

Import findings from security tools:

  • Nessus scan results
  • Burp Suite findings
  • CSV import
  • API integration
FieldRequiredDescription
TitleYesClear, descriptive name
ProjectYesAssociated project
StatusYesCurrent finding status
SeverityYesRisk severity level
LevelCVSS RangeDescription
Critical9.0 - 10.0Immediate exploitation risk
High7.0 - 8.9Significant security impact
Medium4.0 - 6.9Moderate security concern
Low0.1 - 3.9Minor security issue
Informational0.0No direct security impact

NEURO includes an interactive CVSS 3.1 calculator:

  1. Click Calculate CVSS in the finding form
  2. Select values for each metric:
    • Attack Vector (Network, Adjacent, Local, Physical)
    • Attack Complexity (Low, High)
    • Privileges Required (None, Low, High)
    • User Interaction (None, Required)
    • Scope (Unchanged, Changed)
    • Confidentiality Impact (None, Low, High)
    • Integrity Impact (None, Low, High)
    • Availability Impact (None, Low, High)
  3. Score is calculated automatically
  4. Vector string is generated
FieldPurpose
DescriptionTechnical explanation of the vulnerability
ImpactBusiness/security impact if exploited
RemediationSteps to fix the vulnerability
ReferencesExternal links and resources
StatusDescription
OpenNewly identified
ConfirmedVerified vulnerability
In ProgressRemediation started
RemediatedFix applied
VerifiedFix confirmed working
Accepted RiskRisk acknowledged, not fixing
False PositiveNot actually a vulnerability

Link findings to standard identifiers:

  • CVE ID: Common Vulnerabilities and Exposures identifier
    • Auto-lookup fetches data from NVD
    • Populates CVSS, description, references
  • CWE ID: Common Weakness Enumeration
    • Categorizes the vulnerability type

The AI can generate comprehensive finding content:

  1. Enter finding title
  2. Optionally add specifics about your finding
  3. Click Generate with AI
  4. AI generates:
    • Technical description
    • Impact statement
    • Remediation steps
    • CVSS scoring
    • References

When you enter a CVE ID:

  1. NEURO queries NVD/MITRE
  2. Auto-populates:
    • Official CVSS score
    • CVSS vector
    • Description
    • References
    • Related CWE

Improve a finding with AI:

  1. Open the finding
  2. Click Enhance with AI
  3. Review suggestions
  4. Apply improvements

See AI Features for details.

Document proof of vulnerabilities:

  1. Open finding details
  2. Go to Evidence tab
  3. Click + Add Evidence
  4. Upload files or paste content
TypePurpose
ScreenshotVisual proof
Request/ResponseHTTP traffic
Command OutputTerminal results
Code SnippetVulnerable code
ConfigurationMisconfigured settings
  • Capture clear, focused screenshots
  • Highlight relevant portions
  • Include context (timestamps, system info)
  • Redact sensitive data when needed
  • Add captions explaining each piece

Link findings to target assets:

  1. In finding form, go to Affected Assets
  2. Search for assets or add new ones
  3. Select all affected systems
  4. Save the finding

Benefits:

  • Track which assets have vulnerabilities
  • Generate asset-specific reports
  • Prioritize remediation by system

Organize findings with tags:

  1. In finding form, find Tags field
  2. Type tag name
  3. Select existing or create new
  4. Press Enter
  • Vulnerability type (XSS, SQLi, RCE)
  • Attack phase (Recon, Exploitation)
  • Compliance mapping (PCI, HIPAA)
  • Priority (Quick Win, Complex)

Perform actions on multiple findings:

  1. Select findings using checkboxes
  2. Click Bulk Actions
  3. Choose action:
    • Update status
    • Add tags
    • Assign to project
    • Export
    • Delete

Collaborate on findings:

  1. Open finding details
  2. Scroll to Comments section
  3. Add comments and mentions
  4. Team members are notified

Use comments for:

  • Remediation discussion
  • Additional context
  • Review feedback
  • Status updates
  1. Go to Findings list
  2. Apply desired filters
  3. Click ExportCSV
  4. Download file

Generate a report containing findings:

  1. Go to project Reports tab
  2. Select findings to include
  3. Generate report

Track all changes to a finding:

  1. Open finding details
  2. Click History tab
  3. View all modifications:
    • Who made changes
    • What was changed
    • When it occurred
  1. Open finding details
  2. Click Delete Finding
  3. Confirm deletion

Next: Learn about Asset Management