Add one or more attributes to a given object.

External Documentation

To learn more, visit the ThreatQuotient documentation.

Parameters

ParameterDescription
AttributesA JSON array of the attributes to add to the object.
Object IDThe ID of the object to add the attributes to.
Object TypeThe type of object to add the attributes to.

Example Output

{
	"data": [
		{
			"sources": [
				{
					"id": 42,
					"tlp_id": 1,
					"type": "other_sources",
					"reference_id": 2,
					"name": "ThreatQ",
					"created_at": "2021-07-29 13:58:03",
					"updated_at": "2022-04-12 08:32:16",
					"published_at": "2017-01-13 15:28:17",
					"pivot": {
						"id": 11,
						"<object_code>_attribute_id": 8,
						"source_id": 42,
						"creator_source_id": 2
					}
				}
			],
			"id": 8,
			"attribute_id": 7,
			"<object_type>_id": 517,
			"name": "Confidence",
			"value": "High",
			"created_at": "2021-07-29 13:58:03",
			"updated_at": "2022-04-12 08:32:16"
		}
	],
	"total": 1
}

Workflow Library Example

Add Object Attribute with Threatquotient and Send Results Via Email

Workflow Library

Preview this Workflow on desktop