Skip to content

Enterprise Integrations

Enterprise tier subscribers have access to advanced integrations for cloud security posture management (CSPM), software bill of materials (SBOM), compliance frameworks, and SIEM platforms.


Import findings from AWS Inspector to track cloud security posture.

Supported Format: JSON export from AWS Inspector

How to Import:

  1. Export findings from AWS Inspector console as JSON
  2. Navigate to Findings in NEURO
  3. Click ImportAWS Inspector
  4. Upload the JSON file
  5. Review and filter findings in the preview
  6. Click Import to add findings to your project

Mapped Fields:

AWS InspectorNEURO
severityseverity
titletitle
descriptiondescription
recommendationremediation
resourceIdaffected_asset
cvss.baseScorecvss_score

Import security alerts from Microsoft Azure Security Center.

Supported Format: JSON export from Azure Security Center

How to Import:

  1. Export alerts from Azure Security Center
  2. Navigate to FindingsImportAzure Security Center
  3. Upload the JSON file
  4. Review findings and apply filters
  5. Import selected findings

Severity Mapping:

Azure SeverityNEURO Severity
HighHigh
MediumMedium
LowLow
InformationalInfo

Import findings from Google Cloud Security Command Center.

Supported Format: JSON export from GCP SCC

How to Import:

  1. Export findings from GCP Security Command Center
  2. Navigate to FindingsImportGCP Security Command Center
  3. Upload the exported JSON
  4. Preview and filter findings
  5. Import to your project

Import Software Bill of Materials in CycloneDX format to track component vulnerabilities.

Supported Formats:

  • CycloneDX JSON (v1.4, v1.5)
  • CycloneDX XML

How to Import:

  1. Generate SBOM using tools like syft, cdxgen, or from your CI/CD pipeline
  2. Navigate to FindingsImportCycloneDX SBOM
  3. Upload the JSON or XML file
  4. Review extracted vulnerabilities with package information
  5. Import findings with component tracking

Extracted Data:

  • Component name and version
  • Vulnerability ID (CVE)
  • Severity and CVSS score
  • Affected package path
  • Remediation (upgrade version)

Import DISA Security Technical Implementation Guide checklists for compliance tracking.

Supported Formats:

  • CKLB (Checklist Binary)
  • CKL (Checklist XML)

How to Import:

  1. Export checklist from STIG Viewer or SCAP tool
  2. Navigate to FindingsImportDISA STIG
  3. Upload the CKLB or CKL file
  4. Review extracted findings with status
  5. Import compliance findings

Status Mapping:

STIG StatusNEURO Status
OpenOpen
Not A FindingClosed
Not ApplicableFalse Positive
Not ReviewedOpen

Export findings to Splunk for centralized security monitoring.

Requirements:

  • Splunk HTTP Event Collector (HEC) token
  • Splunk instance URL

Configuration:

  1. Go to SettingsIntegrationsSIEM
  2. Enter your Splunk HEC URL and token
  3. Test the connection
  4. Configure index name (default: neuro_findings)

Features:

  • Export findings to Splunk indexes
  • Search Splunk from within NEURO
  • Create custom indexes for projects
  • Real-time event streaming

Export findings to Elasticsearch clusters for integration with your SIEM workflow.

Requirements:

  • Elasticsearch cluster URL
  • Authentication credentials (if required)

Configuration:

  1. Go to SettingsIntegrationsSIEM
  2. Enter your Elasticsearch cluster URL
  3. Configure authentication (API key or basic auth)
  4. Test the connection

Features:

  • Export findings to Elasticsearch indexes
  • Create indexes with proper mappings
  • Search across indexed findings
  • Kibana dashboard integration

Enterprise features are automatically hidden from non-enterprise tenants. The Import dropdown only shows enterprise integrations when:

  1. Your tenant has an Enterprise subscription
  2. The specific feature is enabled in your tenant settings

To check your current plan, look at the plan badge in the Dashboard hero section.


Next: API Reference