Skip to main content
Skip table of contents

Look Up Artifact Details‎

POST /Command/LookUpArtifactDetails

Look up artifact details

Request

Authentication: API keys or JSON web tokens (JWT)

Body Parameters

Parameter Name

Type

Required/Optional

Description

Username

string

Required

The username of your D3 SOAR account.

Site

string

Required

The D3 SOAR site to run the remote command.

Artifact Name

string

Required

The name of the artifact

Artifact Type

string

Optional

Artifact type

Body Sample Data

application/json
JSON
{
  "Username": "Admin",
  "Site": "Security Operations",
  "CommandParams": {
    "Artifact Name": "D3CYBER-DC",
    "Artifact Type": "Internal Endpoint"
  }
}

Response

200 OK

application/json

Response Fields

Field Name

Type

Description

error

string

The error message if the command execution failed.

returnData

string

The return data from the API request.

contextData

array<JSON Object>

The context data from the API request.

Sample Data

JSON
{
    "error": "",
    "returnData": "Successful",
    "contextData": [
        {
            "FirstSeen": "02/18/2020 06:45 PM UTC",
            "LastSeen": "01/07/2022 08:40 PM UTC",
            "Id": 386425,
            "AFTypeName": "Internal Endpoint",
            "AFName": "D3CYBER-DC",
            "imgURL": "/images/cyber/New_Internal_Endpoint_50px.png",
            "techId": "d89a8e79-275a-e911-80ce-64006a25830f",
            "techName": "Data from Removable Media",
            "techNum": 7,
            "techniqueString": "Data from Removable Media, Drive-by Compromise, Gather Victim Host Information, Gather Victim Host Information: Firmware, Man-in-the-Middle: LLMNR/NBT-NS Poisoning and SMB Relay, Timestomp, User Execution",
            "tacticName": "Collection",
            "tacticNum": 5,
            "tacticString": "Collection, Defense Evasion, Execution, Initial Access, Reconnaissance",
            "riskLevel": "N/A",
            "allowDownload": false,
            "allowDelete": true
        },
        {
            "Related Events": [
                60088,
                60087
            ],
            "Related Incidents": [
                "20220114-11",
                "20210422-30",
                "20210417-27",
                "20200930-36",
                "20200925-35",
                "20200925-34",
                "20200911-6",
                "20200911-5",
                "20200911-4"
            ]
        }
    ]
}

400 BadRequest

application/json

Response Fields

Field Name

Type

Description

Error

string

A error message when the API request fails.

Sample Data

JSON
{"Error": "The body of the request must be a valid JSON object"}

401 Unauthorized

application/json

Response Fields

Field Name

Type

Description

Error

string

A error message when the API request fails.

Sample Data

JSON
{"Error": "Invalid authentication key."}

429 TooManyRequests

application/json

Response Fields

Field Name

Type

Description

Error

string

A error message when the API request fails.

Sample Data

JSON
{"Error": "The request exceeds rate limits or is otherwise blocked by rate limiting policies."}

500 InternalServerError

application/json

Response Fields

Field Name

Type

Description

Error

string

A error message when the API request fails.

Sample Data

JSON
{"Error": "Unexpected Error."}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.