EclecticIQ Platform v2 (Deprecated)
EclecticIQ Platform Pack.#
This Integration is part of theDeprecated
Use EclecticIQ Intelligence Center v3 instead.
#
EclecticIQ Platform v2Threat Intelligence Platform that connects and interprets intelligence data from open sources, commercial suppliers and industry partnerships. This integration was integrated and tested with version of EclecticIQ Platform v2
#
Configure EclecticIQ Platform v2 on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for EclecticIQ Platform v2.
Click Add instance to create and configure a new integration instance.
Parameter Required Server URL (e.g. https://ic-playground.eclecticiq.com/api/v1) True API Key True Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou 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.
#
EclecticIQ_lookup_observablesLookup observables from EclecticIQ Intelligence Center Platform
#
Base CommandEclecticIQ_lookup_observables
#
InputArgument Name | Description | Required |
---|---|---|
type | Type of the value to lookup observables from . Possible values are: ipv4, ipv6, domain, uri, email, hash-md5, hash-sha256, hash-sha1, hash-sha512. | Required |
value | Value to search the related observables from EclecticIQ Intelligence Center Platform. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
EclecticIQ.Observables.type | string | EclecticIQ Observables type |
EclecticIQ.Entity.confidence | string | EclecticIQ Entity confidence |
EclecticIQ.Entity.observables | string | EclecticIQ Entity related observables |
EclecticIQ.Entity.threat_start_time | date | EclecticIQ Threat start time |
EclecticIQ.Entity.title | string | EclecticIQ Entity Title |
#
Command Example!EclecticIQ_lookup_observables type="ipv4" value="001.001.001.001"
#
Context Example#
Human Readable Output#
EclecticIQ observable reputation - 001.001.001.001confidence | description | observables | source_name | tags | threat_start_time | title |
---|---|---|---|---|---|---|
low | creationofsighting | {'type': 'ipv4', 'value': '001.001.001.001, 'classification': 'low'} | 2022-08-25T04:50:56+00:00 | sighting |
#
EclecticIQ_create_sightingcreate sighting in the EclecticIQ Intelligence Center Platform
#
Base CommandEclecticIQ_create_sighting
#
InputArgument Name | Description | Required |
---|---|---|
value | value for the sighting. | Required |
description | description about the sighting. | Required |
title | Title for the sighting. | Required |
tags | Tag for the sighting. | Required |
type | type for the sighting. Possible values are: ipv4, ipv6, domain, uri, email, hash-md5, hash-sha256, hash-sha1, hash-sha512. | Required |
confidence_level | severity level of the sighting. Possible values are: low, medium, high, unknown. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Sighting.Data.data.type | string | Sighting Type |
Sighting.Data.data.tags | string | Sighting Tags |
Sighting.Data.data.title | string | Sighting Title |
Sighting.Data.data.description | string | Sighting Description |
Sighting.Data.data.timestamp | string | Sighting timestamp |
#
Command Example!EclecticIQ_create_sighting type="ipv4" value="001.001.001.001" description="sighting creation" title="sighting" tags="Alert" confidence_level="high"
#
Context Example#
Human Readable Output#
!sighting created for- 001.001.001.001confidence | description |
---|---|
Type | ipv4 |
confidence_level | low |
description | sighting creation |
tags | Alert |
title | sighting |
value | 001.001.001.001 |
#
EclecticIQ_create_observablecreate observable in the EclecticIQ Intelligence Center Platform
#
Base CommandEclecticIQ_create_observable
#
InputArgument Name | Description | Required |
---|---|---|
type | Type of the observable. Possible values are: ipv4, ipv6, domain, uri, email, hash-md5, hash-sha1, hash-sha256, hash-sha512. | Required |
value | value of the type of observable. | Required |
maliciousness | severity level of the type. Possible values are: unknown, safe, low, medium, high. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Observables.Data.data.type | string | Observable Type |
Observables.Data.data.value | string | Observable Value |
Observables.Data.data.maliciousness | string | Observable maliciousness |
#
Command Example!EclecticIQ_create_observable type="ipv4" value="001.001.001.001" maliciousness="high"
#
Context Example#
Human Readable Output#
Observables created successfully…!!confidence | description |
---|---|
maliciousness | low |
type | ipv4 |
value | 001.001.001.001 |