> ## 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.

# Search Attributes

Returns a list of attributes.

<Note>
  External Documentation

  To learn more, visit the [MISP documentation](https://www.misp-project.org/openapi/#tag/Attributes/operation/restSearchAttributes).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                             |
  | ---------- | ------------------------------------------------------------------------------------------------------- |
  | Deleted    | Whether to include soft-deleted attributes. If set to `True`, only deleted attributes will be returned. |
  | Event Info | Quick event description.                                                                                |
  | Published  | Was the attribute published.                                                                            |
  | UUID       | The uuid of the attribute.                                                                              |
  | Value 1    | Search attribute by value.                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Attack Galaxy            | The attack galaxy.                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Attribute Timestamp      | The timestamp of the attribute.                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  | Category                 | The category of the attribute.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | Decaying Model           | Specify the decaying model from which the decaying score should be calculated.                                                                                                                                                                                                                                                                                                                                                                                      |
  | Enforce Warning List     | Should the warning list be enforced. Adds blocked field for matching attributes.                                                                                                                                                                                                                                                                                                                                                                                    |
  | Event ID                 | The unique identifier of an event.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Event Timestamp          | The timestamp of the event.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  | Exclude Decayed          | Should the decayed elements by excluded.                                                                                                                                                                                                                                                                                                                                                                                                                            |
  | First Seen               | First seen within the last x amount of time, where x can be defined in days, hours, minutes (for example 5d or 12h or 30m).                                                                                                                                                                                                                                                                                                                                         |
  | From                     | Get the attributes starting from this time. <br />`Note` : You can use time related filters.<br />Examples: `7d`, timestamps, `[14d, 7d]`(For ranges)                                                                                                                                                                                                                                                                                                               |
  | Headerless               | Removes header in the CSV export.                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | Include Context          | Adds events context fields in the CSV export.                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Include Correlations     | Includes correlations.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | Include Decay Score      | Include all enabled decaying score.                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Include Event Tags       | Include tags of matching events in the response.                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Include Event UUID       | Include matching eventUuids in the response.                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Include Full Model       | Include all model information of matching events in the response.                                                                                                                                                                                                                                                                                                                                                                                                   |
  | Include Proposals        | Include proposals of matching events in the response.                                                                                                                                                                                                                                                                                                                                                                                                               |
  | Include Sightings        | Extend response with Sightings DB results if the module is enabled.                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Include Warninglist Hits | Includes the warning lists hits.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Last                     | Events published within the last x amount of time, where x can be defined in days, hours, minutes (for example 5d or 12h or 30m), ISO 8601 datetime format or timestamp.                                                                                                                                                                                                                                                                                            |
  | Last Seen                | Last seen within the last x amount of time, where x can be defined in days, hours, minutes (for example 5d or 12h or 30m).                                                                                                                                                                                                                                                                                                                                          |
  | Limit                    | Limit the amount of pages shown.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Model Overrides          | The model overrides.<br />Example:<br /><pre><code>\{<br />  "lifetime": 3,<br />  "decay\_speed": 2.3,<br />  "threshold": 30,<br />  "default\_base\_score": 80,<br />  "base\_score\_config": \{<br />     "estimative-language:confidence-in-analytic-judgment": 0.25,<br />     "estimative-language:likelihood-probability": 0.25,<br />     "phishing:psychological-acceptability": 0.25,<br />     "phishing:state": 0.2<br />  }<br />}<br /></code></pre> |
  | Object Relation          | Filter by the attribute object relation value.                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | Organization ID          | The unique identifier of the organization.                                                                                                                                                                                                                                                                                                                                                                                                                          |
  | Page                     | The page number.                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Publish Timestamp        | The timestamp of publish.                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  | Requested Attributes     | List of properties that will be selected in the CSV export.                                                                                                                                                                                                                                                                                                                                                                                                         |
  | Score                    | An alias to override on-the-fly the threshold of the decaying model.                                                                                                                                                                                                                                                                                                                                                                                                |
  | Sharing Group            | Sharing group ID(s), either as single string or list of IDs.                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Tags                     | Search by the tags of the attributes.                                                                                                                                                                                                                                                                                                                                                                                                                               |
  | Threat Level ID          | -                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | Timestamp                | The timestamp.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | To                       | Get the attributes until this time. <br />`Note` : You can use time related filters.<br />Examples: `7d`, timestamps, `[14d, 7d]`(For ranges)                                                                                                                                                                                                                                                                                                                       |
  | To IDs                   | To IDs.                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  | Type                     | The type of attribute. <br />Visit `https://www.misp-project.org/openapi/#tag/Attributes/operation/restSearchAttributes` under the parameter `type` <br />for the full list of types.                                                                                                                                                                                                                                                                               |
  | Value 2                  | Search attribute by value.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  | Value 3                  | Search attribute by value.                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  | With Attachments         | Extends the response with the base64 representation of the attachment, if there is one.                                                                                                                                                                                                                                                                                                                                                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"response": {
		"Attribute": [
			{
				"id": "<string>",
				"event_id": "<string>",
				"object_id": "<string>",
				"object_relation": "<string>",
				"category": "<string>",
				"type": "<string>",
				"to_ids": true,
				"uuid": "<string>",
				"timestamp": "<string>",
				"distribution": "<string>",
				"sharing_group_id": "<string>",
				"comment": "<string>",
				"deleted": false,
				"disable_correlation": false,
				"first_seen": null,
				"last_seen": null,
				"value": "<string>",
				"Event": {
					"org_id": "<string>",
					"distribution": "<string>",
					"publish_timestamp": "<string>",
					"id": "<string>",
					"info": "<string>",
					"orgc_id": "<string>",
					"uuid": "<string>"
				},
				"Object": {
					"id": "<string>",
					"distribution": "<string>",
					"sharing_group_id": "<string>"
				}
			},
			{
				"id": "<string>",
				"event_id": "<string>",
				"object_id": "<string>",
				"object_relation": "<string>",
				"category": "<string>",
				"type": "<string>",
				"to_ids": true,
				"uuid": "<string>",
				"timestamp": "<string>",
				"distribution": "<string>",
				"sharing_group_id": "<string>",
				"comment": "<string>",
				"deleted": false,
				"disable_correlation": false,
				"first_seen": null,
				"last_seen": null,
				"value": "<string>",
				"Event": {
					"org_id": "<string>",
					"distribution": "<string>",
					"publish_timestamp": "<string>",
					"id": "<string>",
					"info": "<string>",
					"orgc_id": "<string>",
					"uuid": "<string>"
				},
				"Object": {
					"id": "<string>",
					"distribution": "<string>",
					"sharing_group_id": "<string>"
				}
			}
		]
	}
}
```

## Workflow Library Example

[Search Attributes with Misp and Send Results Via Email](https://library.blinkops.com/workflows/search-attributes-with-misp-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-attributes-with-misp-and-send-results-via-email/canvas" />
</div>
