Field Name | Type | Description |
---|
error | string
| The error message if the API request has failed. |
returnData | string
| The return data from the API request. |
contextData | array<JSON Object>
| The context data from the API request. |
JSON
{
"error": "",
"returnData": "Successful",
"contextData": [
{
"type": "indicator",
"spec_version": "2.1",
"id": "indicator--d3ac8ee0-6403-48af-b8a5-e0774b9872xx",
"created": "04/07/2022 10:11 PM UTC",
"modified": "04/07/2022 10:23 PM UTC",
"indicator_types": "User",
"name": "Frankye",
"pattern": [
{
"User Name": "Frankye"
},
{
"Event Count": "0"
},
{
"Incident Count": "3"
},
{
"First Seen": "04/07/2022 10:11 PM UTC"
},
{
"Last Seen": "04/07/2022 10:23 PM UTC"
},
{
"Artifact Name": "Frankye"
},
{
"Artifact Type": "User"
},
{
"Additional": ""
},
{
"Risk Level": "N/A"
},
{
"Is Key Asset": ""
},
{
"Technique": ""
},
{
"Tactic": ""
}
],
"valid_from": "10/15/2019 12:00 AM UTC"
}
]
}