@@ -27,7 +27,7 @@ Learn more about [strong and weak identifiers](entities.md#strong-and-weak-ident
27
27
| [ ** 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 |
28
28
| [ ** IP** ] ( #ip ) | Address<br >AddressScope | Address [ \*\* ] ( #strong-identifiers-of-an-ip-entity ) <br >Address+AddressScope [ \*\* ] ( #strong-identifiers-of-an-ip-entity ) | |
29
29
| [ ** 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 | |
31
31
| [ ** Cloud application** ] ( #cloud-application ) <br >* (CloudApplication)* | AppId<br >Name<br >InstanceName | AppId<br >Name<br >AppId+InstanceName<br >Name+InstanceName | |
32
32
| [ ** DNS Resolution** ] ( #dns-resolution ) | DomainName | DomainName+* DnsServerIp* +* HostIpAddress* | DomainName+* HostIpAddress* |
33
33
| [ ** 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
65
65
- [ Process] ( #process )
66
66
- [ Cloud application] ( #cloud-application )
67
67
- [ DNS resolution] ( #dns-resolution )
68
- - [ Azure resource ] ( #azure-resource )
68
+ - [ AzureResource ] ( #azure-resource )
69
69
- [ File hash] ( #file-hash )
70
70
- [ Registry key] ( #registry-key )
71
71
- [ Registry value] ( #registry-value )
@@ -80,6 +80,8 @@ The following section contains a more in-depth look at the full schemas of each
80
80
81
81
### Account
82
82
83
+ * Entity name: Account*
84
+
83
85
| Field | Type | Description |
84
86
| ----- | ---- | ----------- |
85
87
| ** Type** | String | 'account' |
@@ -137,6 +139,8 @@ The following section contains a more in-depth look at the full schemas of each
137
139
138
140
### Host
139
141
142
+ * Entity name: Host*
143
+
140
144
| Field | Type | Description |
141
145
| ----- | ---- | ----------- |
142
146
| ** Type** | String | 'host' |
@@ -190,6 +194,8 @@ The following section contains a more in-depth look at the full schemas of each
190
194
191
195
### Malware
192
196
197
+ * Entity name: Malware*
198
+
193
199
| Field | Type | Description |
194
200
| ----- | ---- | ----------- |
195
201
| ** Type** | String | 'malware' |
@@ -206,6 +212,8 @@ The following section contains a more in-depth look at the full schemas of each
206
212
207
213
### File
208
214
215
+ * Entity name: File*
216
+
209
217
| Field | Type | Description |
210
218
| ----- | ---- | ----------- |
211
219
| ** Type** | String | 'file' |
@@ -229,6 +237,8 @@ The following section contains a more in-depth look at the full schemas of each
229
237
230
238
### Process
231
239
240
+ * Entity name: Process*
241
+
232
242
| Field | Type | Description |
233
243
| ----- | ---- | ----------- |
234
244
| ** Type** | String | 'process' |
@@ -306,6 +316,8 @@ The following section contains a more in-depth look at the full schemas of each
306
316
307
317
### Azure resource
308
318
319
+ * Entity name: AzureResource*
320
+
309
321
| Field | Type | Description |
310
322
| ----- | ---- | ----------- |
311
323
| ** Type** | String | 'azure-resource' |
@@ -397,6 +409,8 @@ The following section contains a more in-depth look at the full schemas of each
397
409
398
410
### URL
399
411
412
+ * Entity name: Url*
413
+
400
414
| Field | Type | Description |
401
415
| ----- | ---- | ----------- |
402
416
| Type | String | 'url' |
@@ -459,6 +473,8 @@ The following section contains a more in-depth look at the full schemas of each
459
473
460
474
### Mailbox
461
475
476
+ * Entity name: Mailbox*
477
+
462
478
| Field | Type | Description |
463
479
| ----- | ---- | ----------- |
464
480
| ** Type** | String | 'mailbox' |
0 commit comments