Skip to content

Integration Overview

NEURO integrates with popular security tools to streamline your workflow. Import findings from scanners, export data to other systems, and connect via API.

ToolImport TypeData Imported
NmapXMLHosts, ports, services, OS
Nessus.nessusAssets, vulnerabilities
Burp SuiteXMLWeb vulnerabilities
FormatUse Case
CSVSpreadsheet analysis
DOCXReport delivery
JSONProgrammatic access

Full REST API for:

  • Custom integrations
  • Automation scripts
  • Third-party tools
  • CI/CD pipelines
Security Tools
Nmap Nessus Burp Suite Custom Scripts
NEURO Platform
XML Parser Nessus Parser Burp Parser API Handler
Data Store
Assets Findings Projects

Use scanner imports for asset discovery:

  1. Scan your target environment
  2. Export results (XML format)
  3. Import into NEURO project
  4. Review discovered assets
  5. Assign to project scope

Import findings from vulnerability scanners:

  1. Scan with Nessus or similar
  2. Export scan results
  3. Import into NEURO
  4. Deduplicate findings
  5. Enrich with additional context
  6. Include in reports

Before importing:

  • Create a project in NEURO
  • Export data from your tool in supported format
  • Verify file size within limits
  1. Open your project
  2. Navigate to appropriate tab (Assets or Findings)
  3. Click Import
  4. Select import source
  5. Upload file
  6. Review import preview
  7. Confirm import
  • Export in correct format (usually XML)
  • Keep file size reasonable (<50MB)
  • Remove sensitive data if sharing externally
  • Note scan date and scope

After import:

  • Verify asset count matches expectations
  • Check for duplicates
  • Validate severity mappings
  • Review any import warnings

When importing multiple scans:

  • NEURO detects similar items
  • Review merge suggestions
  • Choose to merge or keep separate
  • Maintain data integrity
LimitValue
Max file size50 MB
Max assets per import10,000
Max findings per import5,000
API rate limit1,000 req/min
  • Files are scanned for malware
  • Processed in isolated environment
  • Original files not stored permanently
  • Data sanitized before storage
  • All requests require authentication
  • TLS encryption required
  • Rate limiting enforced
  • Audit logging enabled

Common issues:

  • Format error: Ensure correct export format
  • File too large: Split into smaller scans
  • Parsing error: Check for valid XML/data
  • Permission denied: Verify project access

If data is missing after import:

  • Check field mappings
  • Review import log
  • Verify source data contains fields
  • Contact support if persistent

Next: Learn about Nmap Import