Skip to main content

Cortex Platform - Core

This Integration is part of the Core Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.2.0 and later.

This integration uses the Cortex API to access all the core services and capabilities of the Cortex platform.

Configure Cortex Platform Core in Cortex#

ParameterDescriptionRequired
HTTP TimeoutThe timeout of the HTTP requests sent to Cortex API (in seconds).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.

core-get-asset-details#


Get asset information.

Base Command#

core-get-asset-details

Input#

Argument NameDescriptionRequired
asset_idAsset unique identifier.Required

Context Output#

PathTypeDescription
Core.CoreAssetunknownAsset additional information.
Core.CoreAsset.xdmassetproviderunknownThe cloud provider or source responsible for the asset.
Core.CoreAsset.xdmassetrealmunknownThe realm or logical grouping of the asset.
Core.CoreAsset.xdmassetlast_observedunknownThe timestamp when the asset was last observed, in ISO 8601 format.
Core.CoreAsset.xdmassettype__idunknownThe unique identifier for the asset type.
Core.CoreAsset.xdmassetfirst_observedunknownThe timestamp when the asset was first observed, in ISO 8601 format.
Core.CoreAsset.asset_hierarchyunknownThe hierarchy or structure representing the asset.
Core.CoreAsset.xdmassettype__categoryunknownThe asset category type.
Core.CoreAsset.xdmcloudregionunknownThe cloud region where the asset resides.
Core.CoreAsset.xdmassetmodule_unstructured_fieldsunknownThe unstructured fields or metadata associated with the asset module.
Core.CoreAsset.xdmassetsourceunknownThe originating source of the asset's information.
Core.CoreAsset.xdmassetidunknownThe source unique identifier for the asset.
Core.CoreAsset.xdmassettype__classunknownThe classification or type class of the asset.
Core.CoreAsset.xdmassettype__nameunknownThe specific name of the asset type.
Core.CoreAsset.xdmassetstrong_idunknownThe strong or immutable identifier for the asset.
Core.CoreAsset.xdmassetnameunknownThe name of the asset.
Core.CoreAsset.xdmassetraw_fieldsunknownThe raw fields or unprocessed data related to the asset.
Core.CoreAsset.xdmassetnormalized_fieldsunknownThe normalized fields associated with the asset.
Core.CoreAsset.all_sourcesunknownA list of all sources providing information about the asset.
Command Example#

!core-get-asset-details asset_id=123

Context Example#
{
"Core.CoreAsset": [
{
"asset_hierarchy": ["123"],
"xdm__asset__type__category": "Policy",
"xdm__cloud__region": "Global",
"xdm__asset__module_unstructured_fields": {},
"xdm__asset__source": "XSIAM",
"xdm__asset__id": "123",
"xdm__asset__type__class": "Identity",
"xdm__asset__normalized_fields": {},
"xdm__asset__first_observed": 100000000,
"xdm__asset__last_observed": 100000000,
"xdm__asset__name": "Fake Name",
"xdm__asset__type__name": "IAM",
"xdm__asset__strong_id": "FAKE ID"
}
]
}
Human Readable Output#

| asset_hierarchy | xdmassettypecategory | xdmcloudregion | xdmassetmodule_unstructured_fields | xdmassetsource | xdmassetid | xdmassettypeclass | xdmassetnormalized_fields | xdmassetfirst_observed | xdmassetlast_observed | xdmassetname | xdmassettypename | xdmasset__strong_id | |---|---|---|---|---|---|---|---|---|---|---|---|---| |123|Policy|Global||XSIAM|123|Identity||100000000|100000000|Fake Name|IAM|FAKE ID|