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

# Observables Actions

> Workflow actions for creating, enriching, and managing observables in Blink case management.

## Create Observable

Adding an Observable to a Case by filling in parameters in the step.

<div className="integrations-table">
  | Parameter                        | Description                                                                                                                                                                                               |
  | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Observable                       | The Observable ID                                                                                                                                                                                         |
  | Name                             | The updated name of the Observable                                                                                                                                                                        |
  | Observable Type                  | The type of Observable                                                                                                                                                                                    |
  | Content                          | The content value of the Observable                                                                                                                                                                       |
  | Verdict                          | The verdict type: **Unknown**, **Benign**, **Suspicious**, **Malicious**                                                                                                                                  |
  | Description                      | A brief explanation explaining the Observable                                                                                                                                                             |
  | Enrichment Data                  | The enrichment data that provides additional information and context on the observable.                                                                                                                   |
  | Custom Fields(JSON Format)       | Add a Custom Field in JSON format. Please note that this applies only if you have manually added a [custom record column](/docs/case-management/manage-tables#adding-custom-column) to the subject table. |
  | **Advanced**- Dedup Table        | The selected table to evaluate the duplicated condition (Dedup Condition) against.                                                                                                                        |
  | **Advanced**- Dedup Condition    | The duplicate condition to check whether to insert the record or not. When the condition is met, the record will not be inserted.                                                                         |
  | **Advanced**- Linked Observables | The Name and ID of the Observable you want to link to this Observable                                                                                                                                     |
  | **Advanced**- Linked Alerts      | The Name and ID of the Alert you want to link to this Observable.                                                                                                                                         |
  | **Advanced**- Linked Attachments | The Name and ID of the Attachment you want to link to this Observable.                                                                                                                                    |
  | **Advanced**- Linked Tasks       | The Name and ID of the Tasks you want to link to this Observable.                                                                                                                                         |
  | **Advanced**- Linked Cases       | The Name and ID of a different Case you want to link to this Observable                                                                                                                                   |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/UGyZ3yX79lqyx4Hr/img/CaseManagement/AddIocAction.png?fit=max&auto=format&n=UGyZ3yX79lqyx4Hr&q=85&s=389181770a0b93370bb665226c79352f" width="2402" height="792" data-path="img/CaseManagement/AddIocAction.png" />
</Frame>

***

## Delete Observable

Deleting an Observable from a Case by filling in parameters in the step.

<div className="integrations-table">
  | Parameter     | Description                                                                              |
  | ------------- | ---------------------------------------------------------------------------------------- |
  | Observable ID | The ID of the Observable: can be the `id` or the `observable_id` field of the observable |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/a1zzdVRAg2RBMsIZ/img/CaseManagement/RemoveIoc.png?fit=max&auto=format&n=a1zzdVRAg2RBMsIZ&q=85&s=dbe24f7fde584241e00aed91f59d775f" width="2400" height="782" data-path="img/CaseManagement/RemoveIoc.png" />
</Frame>

***

## Update Observable

Updating an existing observable within a Case requires filling in the specified parameters in the step. Be aware that this action will overwrite all existing data for that observable.

<div className="integrations-table">
  | Parameter                  | Description                                                                                                                                                                                               |
  | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Observable                 | The Observable ID                                                                                                                                                                                         |
  | Name                       | The updated name of the Observable                                                                                                                                                                        |
  | Observable Type            | The type of Observable                                                                                                                                                                                    |
  | Content                    | The content value of the Observable                                                                                                                                                                       |
  | Verdict                    | Verdict type **Unknown**, **Benign**, **Suspicious**, **Malicious**                                                                                                                                       |
  | Description                | A brief explanation explaining the Observable                                                                                                                                                             |
  | Enrichment Data            | The enrichment data that provides additional information and context on the observable                                                                                                                    |
  | Custom Fields(JSON Format) | Add a Custom Field in JSON format. Please note that this applies only if you have manually added a [custom record column](/docs/case-management/manage-tables#adding-custom-column) to the subject table. |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/sb7Z70HzlwQjgWp7/img/CaseManagement/UpdateIocAction.png?fit=max&auto=format&n=sb7Z70HzlwQjgWp7&q=85&s=ab988c4c96e25b4360cd348c6c2929f1" width="2406" height="792" data-path="img/CaseManagement/UpdateIocAction.png" />
</Frame>

***

## Add or Update Observable Relation

Add or update an observable relation by filling in the following parameters in the step. This action overwrites all of the current observable's data.

<Note>**Note**: The **"Add or Update an Observable Relation"** action is the only method to directly add or modify this relation across all records that reference it.</Note>

<div className="integrations-table">
  | Parameter     | Description                                                                                                         |
  | ------------- | ------------------------------------------------------------------------------------------------------------------- |
  | Alert ID      | The Alert's ID: can be the `id` or the `alert_id` field of the alert                                                |
  | Observable ID | The ID of the Observable: can be the `id` or the `observable_id` field of the observable                            |
  | Relation      | Defines the relation to update between the alert and the observable. Leave this field blank to remove the relation. |
</div>

<Frame>
  <img src="https://mintcdn.com/blinkops-2/UGyZ3yX79lqyx4Hr/img/CaseManagement/AddUpdateRelation.png?fit=max&auto=format&n=UGyZ3yX79lqyx4Hr&q=85&s=75bc07ddee521c35e634bde7657ddeb3" width="810" height="353" data-path="img/CaseManagement/AddUpdateRelation.png" />
</Frame>

***

## List Observable Relation Types

List all the observable relation types by executing the *'List Observable Relation Types'* action.

<Frame>
  <img src="https://mintcdn.com/blinkops-2/a1zzdVRAg2RBMsIZ/img/CaseManagement/ListObservableRelationTypes.png?fit=max&auto=format&n=a1zzdVRAg2RBMsIZ&q=85&s=559b093c1627034cc383b963dddf56c6" width="809" height="353" data-path="img/CaseManagement/ListObservableRelationTypes.png" />
</Frame>

***
