Integration Overview
Integration Overview
Section titled “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.
Supported Integrations
Section titled “Supported Integrations”Scanner Imports
Section titled “Scanner Imports”| Tool | Import Type | Data Imported |
|---|---|---|
| Nmap | XML | Hosts, ports, services, OS |
| Nessus | .nessus | Assets, vulnerabilities |
| Burp Suite | XML | Web vulnerabilities |
Export Formats
Section titled “Export Formats”| Format | Use Case |
|---|---|
| CSV | Spreadsheet analysis |
| DOCX | Report delivery |
| JSON | Programmatic access |
API Integration
Section titled “API Integration”Full REST API for:
- Custom integrations
- Automation scripts
- Third-party tools
- CI/CD pipelines
Integration Architecture
Section titled “Integration Architecture”Security Tools
Nmap
Nessus
Burp Suite
Custom Scripts
↓
NEURO Platform
XML Parser
Nessus Parser
Burp Parser
API Handler
↓
Data Store
Assets
Findings
Projects
Import Workflows
Section titled “Import Workflows”Asset Discovery Import
Section titled “Asset Discovery Import”Use scanner imports for asset discovery:
- Scan your target environment
- Export results (XML format)
- Import into NEURO project
- Review discovered assets
- Assign to project scope
Vulnerability Import
Section titled “Vulnerability Import”Import findings from vulnerability scanners:
- Scan with Nessus or similar
- Export scan results
- Import into NEURO
- Deduplicate findings
- Enrich with additional context
- Include in reports
Getting Started
Section titled “Getting Started”Prerequisites
Section titled “Prerequisites”Before importing:
- Create a project in NEURO
- Export data from your tool in supported format
- Verify file size within limits
General Import Steps
Section titled “General Import Steps”- Open your project
- Navigate to appropriate tab (Assets or Findings)
- Click Import
- Select import source
- Upload file
- Review import preview
- Confirm import
Import Best Practices
Section titled “Import Best Practices”File Preparation
Section titled “File Preparation”- Export in correct format (usually XML)
- Keep file size reasonable (<50MB)
- Remove sensitive data if sharing externally
- Note scan date and scope
Data Review
Section titled “Data Review”After import:
- Verify asset count matches expectations
- Check for duplicates
- Validate severity mappings
- Review any import warnings
Deduplication
Section titled “Deduplication”When importing multiple scans:
- NEURO detects similar items
- Review merge suggestions
- Choose to merge or keep separate
- Maintain data integrity
Integration Limits
Section titled “Integration Limits”| Limit | Value |
|---|---|
| Max file size | 50 MB |
| Max assets per import | 10,000 |
| Max findings per import | 5,000 |
| API rate limit | 1,000 req/min |
Security Considerations
Section titled “Security Considerations”Import Security
Section titled “Import Security”- Files are scanned for malware
- Processed in isolated environment
- Original files not stored permanently
- Data sanitized before storage
API Security
Section titled “API Security”- All requests require authentication
- TLS encryption required
- Rate limiting enforced
- Audit logging enabled
Troubleshooting
Section titled “Troubleshooting”Import Failures
Section titled “Import Failures”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
Missing Data
Section titled “Missing Data”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