category: Network Security sectionorder: - Connect - Collect provider: Akamai Technologies commonfields: id: Neosec version: -1 configuration: - name: credentials display: required: true defaultvalue: type: 9 additionalinfo: The API Key to use for connection displaypassword: API Key hiddenusername: true section: Connect - name: url display: URL required: true defaultvalue: https://neograph.neosec.com type: 0 additionalinfo: "" section: Connect - name: tenant_key display: Tenant Key required: true defaultvalue: type: 0 additionalinfo: "" section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect - display: Use system proxy settings name: proxy type: 8 required: false section: Connect - name: alert_status display: Fetch alerts with status defaultvalue: Open type: 15 additionalinfo: "" options: - Open - Closed required: false section: Collect - name: alert_type display: Fetch alerts with type defaultvalue: type: 16 additionalinfo: "" options: - Runtime - Posture required: false section: Collect - name: severities display: Severity of alerts to fetch defaultvalue: Low,Medium,High,Critical type: 16 additionalinfo: "" options: - Info - Low - Medium - High - Critical required: false section: Collect - name: max_fetch display: Max incident to fetch defaultvalue: "50" type: 0 additionalinfo: "" required: false section: Collect - name: first_fetch display: First fetch time defaultvalue: 3 days type: 0 additionalinfo: required: false section: Collect - name: neosec_node_url display: Neosec Node URL (Optional) defaultvalue: type: 0 additionalinfo: "" required: false section: Connect - display: Incident type name: incidentType type: 13 defaultvalue: Neosec Incident required: false section: Collect - display: Incidents Fetch Interval name: incidentFetchInterval defaultvalue: '1' required: false type: 19 advanced: true section: Collect - display: Fetch incidents name: isFetch type: 8 required: false section: Collect description: Neosec is reinventing application security. Its pioneering SaaS platform gives security professionals visibility into behavior across their entire API estate. Built for organizations that expose APIs to partners, suppliers, and users, Neosec discovers all your APIs, analyzes their behavior, and stops threats lurking inside. display: Neosec name: Neosec script: commands: - name: neosec-alert-status-set description: Set alert status(Open, Closed) arguments: - name: alert_id description: The alert id(UUID) in the Neosec platform. required: true defaultValue: "" predefined: - "" - name: alert_status description: The alert status, the options are "Open" or "Closed". required: true defaultValue: "" auto: PREDEFINED predefined: - Open - Closed outputs: [] isfetch: true script: "-" type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 6.5.0 defaultmapperin: Neosec - Incoming Mapper tests: - No tests (auto formatted)