Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Add one or more attributes to a given object.
External DocumentationTo 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

{
	"total": 1,
	"data": [
		{
			"attribute_id": 183,
			"value": "<string>",
			"indicator_id": 2819377,
			"id": 3456666,
			"created_at": "2025-04-03 11:20:46",
			"updated_at": "2025-04-03 11:20:46",
			"name": "<string>",
			"attribute": {
				"id": 55,
				"name": "<string>",
				"created_at": "2025-02-12 14:32:32",
				"updated_at": "2025-02-12 14:32:32"
			},
			"sources": [
				{
					"id": 115,
					"type": "<string>",
					"reference_id": 3,
					"name": "<string>",
					"tlp_id": 5,
					"created_at": "2025-04-03 11:20:46",
					"updated_at": "2025-04-03 11:20:46",
					"published_at": "2025-04-03 11:20:46",
					"pivot": {
						"indicator_attribute_id": 2969145,
						"source_id": 87,
						"id": 11150697,
						"creator_source_id": 8
					}
				}
			]
		}
	]
}

Workflow Library Example

Add Object Attribute with Threatquotient and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop