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

# Get Indicator

View a threat intelligence indicator by name.

<Note>
  External Documentation

  To learn more, visit the [Microsoft Sentinel documentation](https://learn.microsoft.com/en-us/rest/api/securityinsights/threat-intelligence-indicator/get?view=rest-securityinsights-2023-02-01\&tabs=HTTP).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter           | Description                                                   |
  | ------------------- | ------------------------------------------------------------- |
  | Name                | Threat intelligence indicator name field.                     |
  | Resource Group Name | The name of the resource group. The name is case insensitive. |
  | Subscription ID     | The ID of the target subscription.                            |
  | Workspace Name      | The name of the workspace.                                    |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "/subscriptions/bd794837-4d29-4647-9105-6339bfdb4e6a/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/ThreatIntelligence/e16ef847-962e-d7b6-9c8b-a33e4bd30e47",
	"name": "e16ef847-962e-d7b6-9c8b-a33e4bd30e47",
	"etag": "\"00002a2c-0000-0800-0000-5e97683b0000\"",
	"type": "Microsoft.SecurityInsights/ThreatIntelligence",
	"kind": "indicator",
	"properties": {
		"confidence": 78,
		"created": "2020-04-15T19:51:17.1050923Z",
		"createdByRef": "aztestConnectors@dataconnector.ccsctp.net",
		"externalId": "indicator--73be1729-babb-4348-a6c4-94621cae2530",
		"externalReferences": [],
		"granularMarkings": [],
		"lastUpdatedTimeUtc": "2020-04-15T20:18:49.2259902Z",
		"revoked": false,
		"source": "Azure Sentinel",
		"threatIntelligenceTags": [
			"patching tags"
		],
		"displayName": "updated indicator",
		"description": "debugging indicators",
		"threatTypes": [
			"compromised"
		],
		"killChainPhases": [],
		"pattern": "[url:value = 'https://abc.com']",
		"patternType": "url",
		"validFrom": "2020-04-15T17:44:00.114052Z"
	}
}
```

## Workflow Library Example

[Get Indicator with Microsoft Sentinel and Send Results Via Email](https://library.blinkops.com/workflows/get-indicator-with-microsoft-sentinel-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/get-indicator-with-microsoft-sentinel-and-send-results-via-email/canvas" />
</div>
