CyberX - Central Manager

Updates alerts in CyberX Central Management.

Network Security · CyberX - Central Manager

Details

IDCyberX - Central Manager
ProviderMicrosoft
CategoryNetwork Security
From Version6.0.0
Docker Imagedemisto/python3-deb:3.12.13.10116658
Supported ModulesAgentix XSIAM

README

cyberx-update-alert


Updating the alert

Base Command

cyberx-update-alert

Input

Argument Name Description Required
cyberx_uuid The unique ID. Required
action The action to perform on the alert. Possible values are: handle, handleAndLearn. Required

Context Output

There is no context output for this command.

Configuration parameters

  • Server — IP/DNS (required)
  • Api-Token — Token generated in CyberX (required)
  • proxy — Use system proxy settings
  • unsecure — Trust any certificate (not secure)

Commands (1)

  • cyberx-update-alert

    Updating the alert

category: Network Security
provider: Microsoft
commonfields:
  id: CyberX - Central Manager
  version: -1
sectionorder:
- Connect
- Collect
configuration:
- defaultvalue: 127.0.0.1
  display: IP/DNS
  name: Server
  required: true
  type: 0
  section: Connect
- display: Token generated in CyberX
  name: Api-Token
  required: true
  type: 4
  section: Connect
- defaultvalue: 'false'
  display: Use system proxy settings
  name: proxy
  type: 8
  required: false
  section: Connect
- display: Trust any certificate (not secure)
  name: unsecure
  type: 8
  required: false
  section: Connect
description: Updates alerts in CyberX Central Management.
display: CyberX - Central Manager
name: CyberX - Central Manager
script:
  commands:
  - arguments:
    - description: The unique ID.
      name: cyberx_uuid
      required: true
    - auto: PREDEFINED
      description: The action to perform on the alert.
      name: action
      predefined:
      - handle
      - handleAndLearn
      required: true
    description: Updating the alert
    name: cyberx-update-alert
  dockerimage: demisto/python3-deb:3.12.13.10116658
  script: ''
  subtype: python3
  type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)