Ncurion

This is the Ncurion integration for getting started.

Network Security · Ncurion

Details

IDNcurion
ProviderNcurion
CategoryNetwork Security
From Version6.0.0
Docker Imagedemisto/python3:3.12.8.3296088
Supported ModulesAgentix XSIAM

README

This is the Ncurion integration for getting started.
This integration was integrated and tested with version 1 of Ncurion

Configure Ncurion in Cortex

Parameter Required
Server URL True
Fetch incidents False
Incident type False
username False
Password False
Maximum number of incidents per fetch False
First fetch time False
Trust any certificate (not secure) False
Incidents Fetch Interval False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

ncurion-get-log-list


Base Command

ncurion-get-log-list

Input

| Argument Name | Description | Required |
| — | — | — |

Context Output

Path Type Description

Command Example

``````

Human Readable Output

Configuration parameters

  • base_url — Server URL (required)
  • isFetch — Fetch incidents
  • incidentType — Incident type
  • username — Username
  • password — Password
  • max_fetch — Maximum number of incidents per fetch
  • first_fetch — First fetch time
  • insecure — Trust any certificate (not secure)
  • incidentFetchInterval — Incidents Fetch Interval

Commands (1)

  • ncurion-get-log-list

    Get the Ncurion Log server list.

category: Network Security
provider: Ncurion
commonfields:
  id: Ncurion
  version: -1
configuration:
- defaultvalue: https://serverurl
  display: 'Server URL '
  name: base_url
  required: true
  type: 0
- display: Fetch incidents
  name: isFetch
  type: 8
  required: false
- display: Incident type
  name: incidentType
  type: 13
  required: false
- display: Username
  name: username
  type: 0
  required: false
- display: Password
  name: password
  type: 4
  required: false
- display: Maximum number of incidents per fetch
  name: max_fetch
  type: 0
  defaultvalue: 20
  required: false
- defaultvalue: 3 days
  display: First fetch time
  name: first_fetch
  type: 0
  required: false
- defaultvalue: 'false'
  display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
- defaultvalue: '1'
  display: Incidents Fetch Interval
  name: incidentFetchInterval
  type: 19
  required: false
description: This is the Ncurion integration for getting started.
display: Ncurion
name: Ncurion
script:
  commands:
  - arguments: []
    description: Get the Ncurion Log server list.
    name: ncurion-get-log-list
    outputs: []
  dockerimage: demisto/python3:3.12.8.3296088
  isFetchSamples: true
  isfetch: true
  script: ''
  subtype: python3
  type: python
tests:
- No tests (auto formatted)
fromversion: 6.0.0