Skip to content

Commit 5d467d9

Browse files
Merge pull request #895 from Ronen-Refaeli/docs-editor/advanced-hunting-cloudappevent-1720336825
Update advanced-hunting-cloudappevents-table.md
2 parents 2d85cef + 4de9402 commit 5d467d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defender-xdr/advanced-hunting-cloudappevents-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For information on other tables in the advanced hunting schema, [see the advance
3636
| `ActionType` | `string` | Type of activity that triggered the event |
3737
| `Application` | `string` | Application that performed the recorded action |
3838
| `ApplicationId` | `int` | Unique identifier for the application |
39-
| `AppInstanceId` | `int` | Unique identifier for the instance of an application. To convert this to Microsoft Defender for Cloud Apps App-connector-ID use `CloudAppEvents|distinct ApplicationId,AppInstanceId,binary_or(binary_shift_left(AppInstanceId,20),ApplicationId)|order by ApplicationId,AppInstanceId` |
39+
| `AppInstanceId` | `int` | Unique identifier for the instance of an application. To convert this to Microsoft Defender for Cloud Apps App-connector-ID, use `CloudAppEvents | distinct ApplicationId,AppInstanceId,binary_or(binary_shift_left(AppInstanceId,20),ApplicationId |order by ApplicationId,AppInstanceId` |
4040
| `AccountObjectId` | `string` | Unique identifier for the account in Microsoft Entra ID |
4141
| `AccountId` | `string` | An identifier for the account as found by Microsoft Defender for Cloud Apps. Could be Microsoft Entra ID, user principal name, or other identifiers. |
4242
| `AccountDisplayName` | `string` | Name displayed in the address book entry for the account user. This is usually a combination of the given name, middle initial, and surname of the user. |
@@ -67,6 +67,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6767
| `UncommonForUser` | `string` | Lists the attributes in the event that are uncommon for the user, using this data to help rule out false positives and find out anomalies |
6868
| `AuditSource` | `string` | Audit data source, including one of the following: <br>- Defender for Cloud Apps access control <br>- Defender for Cloud Apps session control <br>- Defender for Cloud Apps app connector |
6969
| `SessionData` |`dynamic` | The Defender for Cloud Apps session ID for access or session control. For example: `{InLineSessionId:"232342"}` |
70+
|`OAuthAppId`|`string`| A unique identifier that's assigned to an application when it’s registered to Entra with OAuth 2.0 |
7071

7172
## Apps and services covered
7273

0 commit comments

Comments
 (0)