Skip to main content

EclecticIQ Platform v2 (Deprecated)

This Integration is part of the EclecticIQ Platform Pack.#

Deprecated

Use EclecticIQ Intelligence Center v3 instead.

EclecticIQ Platform v2#

Threat 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 XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for EclecticIQ Platform v2.

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    Server URL (e.g. https://ic-playground.eclecticiq.com/api/v1)True
    API KeyTrue
    Use system proxy settingsFalse
  4. Click Test to validate the URLs, token, and connection.

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.

EclecticIQ_lookup_observables#


Lookup observables from EclecticIQ Intelligence Center Platform

Base Command#

EclecticIQ_lookup_observables

Input#

Argument NameDescriptionRequired
typeType of the value to lookup observables from . Possible values are: ipv4, ipv6, domain, uri, email, hash-md5, hash-sha256, hash-sha1, hash-sha512.Required
valueValue to search the related observables from EclecticIQ Intelligence Center Platform.Required

Context Output#

PathTypeDescription
EclecticIQ.Observables.typestringEclecticIQ Observables type
EclecticIQ.Entity.confidencestringEclecticIQ Entity confidence
EclecticIQ.Entity.observablesstringEclecticIQ Entity related observables
EclecticIQ.Entity.threat_start_timedateEclecticIQ Threat start time
EclecticIQ.Entity.titlestringEclecticIQ Entity Title

Command Example#

!EclecticIQ_lookup_observables type="ipv4" value="001.001.001.001"

Context Example#

{
"EclecticIQ":{
"DBotScore":{
"Created":"2022-12-20T12:47:24.531410+00:00",
"ID":"9382489",
"LastUpdated":"2022-12-20T12:47:24.398456+00:00",
"Type":"ipv4",
"indicator":"ipv4",
"score":3
},
"Entity":{
"confidence":"unknown",
"threat_start_time":"2022-12-20T12:47:24.474221+00:00",
"title":"sighting",
"observables":{
"classification":"high",
"type":"ipv4",
"value":"000.001.001.001",
"Malicious":{
"Description":"EclectiqIQ maliciousness confidence level: high",
"Vendor":"EclectiqIQ"
},
"data":[
{
"created_at":"2022-08-24T10:02:04.609448+00:00",
"entities":[
"https://ic-playground.eclecticiq.com/api/v1/entities/183fa404-ba48-471b-980d-02600fe89a2b"
],
"id":7938475,
"last_updated_at":"2022-11-23T06:25:55.945630+00:00",
"meta":{
"maliciousness":"medium"
},
"sources":[
"https://ic-playground.eclecticiq.com/api/v1/sources/9a479225-37d1-4dae-9554-172eeccea193"],
"type":"ipv4",
"value":"000.001.001.001"
}
]
}
}
}
}
Human Readable Output#

EclecticIQ observable reputation - 001.001.001.001#

confidencedescriptionobservablessource_nametagsthreat_start_timetitle
lowcreationofsighting{'type': 'ipv4', 'value': '001.001.001.001, 'classification': 'low'}2022-08-25T04:50:56+00:00sighting

EclecticIQ_create_sighting#


create sighting in the EclecticIQ Intelligence Center Platform

Base Command#

EclecticIQ_create_sighting

Input#

Argument NameDescriptionRequired
valuevalue for the sighting.Required
descriptiondescription about the sighting.Required
titleTitle for the sighting.Required
tagsTag for the sighting.Required
typetype for the sighting. Possible values are: ipv4, ipv6, domain, uri, email, hash-md5, hash-sha256, hash-sha1, hash-sha512.Required
confidence_levelseverity level of the sighting. Possible values are: low, medium, high, unknown.Required

Context Output#

PathTypeDescription
Sighting.Data.data.typestringSighting Type
Sighting.Data.data.tagsstringSighting Tags
Sighting.Data.data.titlestringSighting Title
Sighting.Data.data.descriptionstringSighting Description
Sighting.Data.data.timestampstringSighting 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#

{
"Sighting":{
"Data":{
"data":{
"last_updated_at":"2022-12-28T12:45:05.465825+00:00",
"outgoing_feeds":[],
"meta":{
"estimated_observed_time":"2022-12-28T12:45:05.508090+00:00",
"half_life":182,
"attacks":[],
"estimated_threat_start_time":"2022-12-28T12:45:04+00:00",
"taxonomies":[],
"estimated_threat_end_time":"null",
"source_reliability":"A",
"tags":["Alert"],
"tlp_color":null
},
"created_at":"2022-12-28T12:45:05.508090+00:00",
"data":{
"confidence":"high",
"description":"sighting creation",
"id":"{https://ic-playground.eclecticiq.com}eclecticiq-sighting-742ad072-86ad-11ed-ad71-067b5e23fb5e",
"timestamp":"2022-12-28T12:45:04+00:00",
"title":"sighting",
"relevancy":1
},
"observables":[
"https://ic-playground.eclecticiq.com/api/v1/observables/9391529"
],
"attachments":[],
"incoming_feed":null,
"sources":[
"https://ic-playground.eclecticiq.com/api/v1/sources/9a479225-37d1-4dae-9554-172eeccea193"
],
"type":"eclecticiq-sighting",
"id":"453d1fb2-d654-4a7a-9654-40556a893640",
"datasets":[]
}
}
}
}
Human Readable Output#

!sighting created for- 001.001.001.001#

confidencedescription
Typeipv4
confidence_levellow
descriptionsighting creation
tagsAlert
titlesighting
value001.001.001.001

EclecticIQ_create_observable#


create observable in the EclecticIQ Intelligence Center Platform

Base Command#

EclecticIQ_create_observable

Input#

Argument NameDescriptionRequired
typeType of the observable. Possible values are: ipv4, ipv6, domain, uri, email, hash-md5, hash-sha1, hash-sha256, hash-sha512.Required
valuevalue of the type of observable.Required
maliciousnessseverity level of the type. Possible values are: unknown, safe, low, medium, high.Required

Context Output#

PathTypeDescription
Observables.Data.data.typestringObservable Type
Observables.Data.data.valuestringObservable Value
Observables.Data.data.maliciousnessstringObservable maliciousness

Command Example#

!EclecticIQ_create_observable type="ipv4" value="001.001.001.001" maliciousness="high"

Context Example#

{
"Observables":{
"Data":{
"data":[
{
"created_at":"2022-12-26T13:16:06.757271+00:00",
"entities":[
"https://ic-playground.eclecticiq.com/api/v1/entities/3a1cc90b-9cbd-437a-ab0b-7153b1bb275b"
],
"id":9389500,
"last_updated_at":"2022-12-26T13:16:06.677236+00:00",
"meta":{
"maliciousness":"low"
},
"sources":[
"https://ic-playground.eclecticiq.com/api/v1/sources/9a479225-37d1-4dae-9554-172eeccea193"
],
"type":"ipv4",
"value":"001.001.001.001"
}
]
}
}
}
Human Readable Output#

Observables created successfully…!!#

confidencedescription
maliciousnesslow
typeipv4
value001.001.001.001