CustomIndicatorDemo
This is a demo integration that demonstrates the usage of the CustomIndicator helper class.
Vulnerability Management · Developer Tools
Details
| ID | CustomIndicatorDemo |
|---|---|
| Provider | Open Source |
| Category | Vulnerability Management |
| From Version | 5.5.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
Custom Indicator Demo is a demo integration that demonstrates the usage of the CustomIndicator helper class.
Commands
You can execute these commands from the Cortex XSOAR 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.
test-custom-indicator
This command demonstrates the usage of CustomIndicator.
Base Command
test-custom-indicator
Input
There are no input arguments for this command.
Context Output
| Path | Type | Description |
|---|---|---|
| Demo.Result.Output | String | Dummy output. |
Context Example
DBotScore
[
{
"Indicator": "custom_value",
"Score": 1,
"Type": "MyCustomIndicator",
"Vendor": "CustomIndicatorDemo"
}
]
Demo.Result
{
"dummy": "test"
}
custom
[
{
"Value": "custom_value",
"param1": "value1",
"param2": "value2"
}
]
Command Example
!test-custom-indicator
Human Readable Output
custom_value
Commands (1)
-
test-custom-indicatorThis command demonstrates the usage of the CustomIndicator helper class.
category: Vulnerability Management provider: Open Source sectionorder: - Connect - Collect commonfields: id: CustomIndicatorDemo version: -1 configuration: [] description: This is a demo integration that demonstrates the usage of the CustomIndicator helper class. display: CustomIndicatorDemo name: CustomIndicatorDemo script: commands: - description: This command demonstrates the usage of the CustomIndicator helper class. name: test-custom-indicator outputs: - contextPath: Demo.Result.Output description: Dummy output. type: String runonce: false script: '-' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0 tests: - playbook-CustomIndicatorDemo-test