Skip to content

Commit 6958156

Browse files
authored
Merge pull request #117954 from shainw/patch-1
Update entities-reference.md
2 parents 6a6df32 + cdce85a commit 6958156

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
@@ -27,7 +27,7 @@ Learn more about [strong and weak identifiers](entities.md#strong-and-weak-ident
2727
| [**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 |
2828
| [**IP**](#ip) | Address<br>AddressScope | Address [\*\*](#strong-identifiers-of-an-ip-entity)<br>Address+AddressScope [\*\*](#strong-identifiers-of-an-ip-entity) | |
2929
| [**URL**](#url) | Url | Url *(if absolute URL)* [\*\*](#strong-identifiers-of-a-url-entity) | Url *(if relative URL)* [\*\*](#strong-identifiers-of-a-url-entity) |
30-
| [**Azure resource**](#azure-resource) | ResourceId | ResourceId | |
30+
| [**AzureResource**](#azure-resource) | ResourceId | ResourceId | |
3131
| [**Cloud application**](#cloud-application)<br>*(CloudApplication)* | AppId<br>Name<br>InstanceName | AppId<br>Name<br>AppId+InstanceName<br>Name+InstanceName | |
3232
| [**DNS Resolution**](#dns-resolution) | DomainName | DomainName+*DnsServerIp*+*HostIpAddress* | DomainName+*HostIpAddress* |
3333
| [**File**](#file) | Directory<br>Name | Directory+Name | |
@@ -65,7 +65,7 @@ The following section contains a more in-depth look at the full schemas of each
6565
- [Process](#process)
6666
- [Cloud application](#cloud-application)
6767
- [DNS resolution](#dns-resolution)
68-
- [Azure resource](#azure-resource)
68+
- [AzureResource](#azure-resource)
6969
- [File hash](#file-hash)
7070
- [Registry key](#registry-key)
7171
- [Registry value](#registry-value)
@@ -80,6 +80,8 @@ The following section contains a more in-depth look at the full schemas of each
8080

8181
### Account
8282

83+
*Entity name: Account*
84+
8385
| Field | Type | Description |
8486
| ----- | ---- | ----------- |
8587
| **Type** | String | 'account' |
@@ -137,6 +139,8 @@ The following section contains a more in-depth look at the full schemas of each
137139

138140
### Host
139141

142+
*Entity name: Host*
143+
140144
| Field | Type | Description |
141145
| ----- | ---- | ----------- |
142146
| **Type** | String | 'host' |
@@ -190,6 +194,8 @@ The following section contains a more in-depth look at the full schemas of each
190194

191195
### Malware
192196

197+
*Entity name: Malware*
198+
193199
| Field | Type | Description |
194200
| ----- | ---- | ----------- |
195201
| **Type** | String | 'malware' |
@@ -206,6 +212,8 @@ The following section contains a more in-depth look at the full schemas of each
206212

207213
### File
208214

215+
*Entity name: File*
216+
209217
| Field | Type | Description |
210218
| ----- | ---- | ----------- |
211219
| **Type** | String | 'file' |
@@ -229,6 +237,8 @@ The following section contains a more in-depth look at the full schemas of each
229237

230238
### Process
231239

240+
*Entity name: Process*
241+
232242
| Field | Type | Description |
233243
| ----- | ---- | ----------- |
234244
| **Type** | String | 'process' |
@@ -306,6 +316,8 @@ The following section contains a more in-depth look at the full schemas of each
306316

307317
### Azure resource
308318

319+
*Entity name: AzureResource*
320+
309321
| Field | Type | Description |
310322
| ----- | ---- | ----------- |
311323
| **Type** | String | 'azure-resource' |
@@ -397,6 +409,8 @@ The following section contains a more in-depth look at the full schemas of each
397409

398410
### URL
399411

412+
*Entity name: Url*
413+
400414
| Field | Type | Description |
401415
| ----- | ---- | ----------- |
402416
| Type | String | 'url' |
@@ -459,6 +473,8 @@ The following section contains a more in-depth look at the full schemas of each
459473

460474
### Mailbox
461475

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

0 commit comments

Comments
 (0)