Skip to content

Commit cdce85a

Browse files
authored
Update entities-reference.md
Adding in "Entity name: " where it is missing under a variety of entity types.
1 parent 954934e commit cdce85a

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

articles/sentinel/entities-reference.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Learn more about [strong and weak identifiers](entities.md#strong-and-weak-ident
2828
| [**Host**](#host) | DnsDomain<br>NTDomain<br>HostName<br>*FullName \**<br>NetBiosName<br>AzureID<br>OMSAgentID<br>OSFamily<br>OSVersion<br>IsDomainJoined | HostName+NTDomain<br>HostName+DnsDomain<br>NetBiosName+NTDomain<br>NetBiosName+DnsDomain<br>AzureID<br>OMSAgentID | HostName<br>NetBiosName |
2929
| [**IP**](#ip) | Address<br>AddressScope | Address [\*\*](#strong-identifiers-of-an-ip-entity)<br>Address+AddressScope [\*\*](#strong-identifiers-of-an-ip-entity) | |
3030
| [**URL**](#url) | Url | Url *(if absolute URL)* [\*\*](#strong-identifiers-of-a-url-entity) | Url *(if relative URL)* [\*\*](#strong-identifiers-of-a-url-entity) |
31-
| [**Azure resource**](#azure-resource) | ResourceId | ResourceId | |
31+
| [**AzureResource**](#azure-resource) | ResourceId | ResourceId | |
3232
| [**Cloud application**](#cloud-application)<br>*(CloudApplication)* | AppId<br>Name<br>InstanceName | AppId<br>Name<br>AppId+InstanceName<br>Name+InstanceName | |
3333
| [**DNS Resolution**](#dns-resolution) | DomainName | DomainName+*DnsServerIp*+*HostIpAddress* | DomainName+*HostIpAddress* |
3434
| [**File**](#file) | Directory<br>Name | Directory+Name | |
@@ -66,7 +66,7 @@ The following section contains a more in-depth look at the full schemas of each
6666
- [Process](#process)
6767
- [Cloud application](#cloud-application)
6868
- [DNS resolution](#dns-resolution)
69-
- [Azure resource](#azure-resource)
69+
- [AzureResource](#azure-resource)
7070
- [File hash](#file-hash)
7171
- [Registry key](#registry-key)
7272
- [Registry value](#registry-value)
@@ -81,6 +81,8 @@ The following section contains a more in-depth look at the full schemas of each
8181

8282
### Account
8383

84+
*Entity name: Account*
85+
8486
| Field | Type | Description |
8587
| ----- | ---- | ----------- |
8688
| **Type** | String | 'account' |
@@ -138,6 +140,8 @@ The following section contains a more in-depth look at the full schemas of each
138140

139141
### Host
140142

143+
*Entity name: Host*
144+
141145
| Field | Type | Description |
142146
| ----- | ---- | ----------- |
143147
| **Type** | String | 'host' |
@@ -191,6 +195,8 @@ The following section contains a more in-depth look at the full schemas of each
191195

192196
### Malware
193197

198+
*Entity name: Malware*
199+
194200
| Field | Type | Description |
195201
| ----- | ---- | ----------- |
196202
| **Type** | String | 'malware' |
@@ -207,6 +213,8 @@ The following section contains a more in-depth look at the full schemas of each
207213

208214
### File
209215

216+
*Entity name: File*
217+
210218
| Field | Type | Description |
211219
| ----- | ---- | ----------- |
212220
| **Type** | String | 'file' |
@@ -230,6 +238,8 @@ The following section contains a more in-depth look at the full schemas of each
230238

231239
### Process
232240

241+
*Entity name: Process*
242+
233243
| Field | Type | Description |
234244
| ----- | ---- | ----------- |
235245
| **Type** | String | 'process' |
@@ -307,6 +317,8 @@ The following section contains a more in-depth look at the full schemas of each
307317

308318
### Azure resource
309319

320+
*Entity name: AzureResource*
321+
310322
| Field | Type | Description |
311323
| ----- | ---- | ----------- |
312324
| **Type** | String | 'azure-resource' |
@@ -398,6 +410,8 @@ The following section contains a more in-depth look at the full schemas of each
398410

399411
### URL
400412

413+
*Entity name: Url*
414+
401415
| Field | Type | Description |
402416
| ----- | ---- | ----------- |
403417
| Type | String | 'url' |
@@ -460,6 +474,8 @@ The following section contains a more in-depth look at the full schemas of each
460474

461475
### Mailbox
462476

477+
*Entity name: Mailbox*
478+
463479
| Field | Type | Description |
464480
| ----- | ---- | ----------- |
465481
| **Type** | String | 'mailbox' |

0 commit comments

Comments
 (0)