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