ThreatIntelligence.Read.All
Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
ThreatIntelligence.Read.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | e0b77adb-e790-44a3-b0a0-257d06303687 | f266d9c0-ccb9-4fb8-a228-01ac0d8d6627 |
DisplayText | Read all Threat Intelligence Information | Read all threat intelligence information |
Description | Allows the app to read threat intelligence information, such as indicators, observations, and and articles, without a signed in user. | Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user. |
AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- article
- articleIndicator
- host
- hostComponent
- hostCookie
- hostname
- hostPair
- hostPort
- hostReputation
- hostSslCertificate
- hostTracker
- intelligenceProfile
- intelligenceProfileIndicator
- ipAddress
- passiveDnsRecord
- sslCertificate
- sslCertificateEntity
- subdomain
- vulnerability
- vulnerabilityComponent
- whoisContact
- whoisHistoryRecord
- whoisRecord
Graph reference: article
Property | Type | Description |
---|---|---|
body | microsoft.graph.security.formattedContent | Formatted article contents. |
createdDateTime | DateTimeOffset | The date and time when this article was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
isFeatured | Boolean | Indicates whether this article is currently featured by Microsoft. |
id | String | The system-generated ID for this article. |
imageUrl | String | URL of the header image for this article, used for display purposes. |
lastUpdatedDateTime | DateTimeOffset | The most recent date and time when this article was updated. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
summary | microsoft.graph.security.formattedContent | A quick summary of this article. |
tags | String collection | Tags for this article, communicating keywords, or key concepts. |
title | String | The title of this **a |