ChronicleAssetIdentifierScript
Collect all asset identifiers - Hostname, IP address and MAC address in the context.
python · Google SecOps
Details
| ID | ChronicleAssetIdentifierScript |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Collect all asset identifiers - Hostname, IP address and MAC address in the context.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| artifact_identifiers | Hostname, IP address or MAC address that can identify the asset. |
Outputs
| Path | Description | Type |
|---|---|---|
| AssetIdentifiers | Collects all the asset identifier. | Unknown |
Script Example
!ChronicleAssetIdentifierScript artifact_identifiers="{
\"AccessedDomain\": \"dummy-accessed-domain.com\",
\"FirstAccessedTime\": \"2018-10-03T02:59:56Z\",
\"HostName\": \"dummy-host-name\",
\"LastAccessedTime\": \"2020-07-02T20:42:30Z\"
}"
Context Example
{
"AssetIdentifiers": [
"dummy-host-name"
]
}
Human Readable Output
{}
commonfields: id: ChronicleAssetIdentifierScript version: -1 name: ChronicleAssetIdentifierScript script: '' type: python tags: [] comment: Collect all asset identifiers - Hostname, IP address and MAC address in the context. enabled: true args: - name: artifact_identifiers required: true description: Hostname, IP address or MAC address that can identify the asset. outputs: - contextPath: AssetIdentifiers description: Collects all the asset identifier. type: Unknown scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 tests: - No tests (auto formatted)