You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[**Process**](#process)| ProcessId<br>CommandLine<br>ElevationToken<br>CreationTimeUtc |*Host*+ProcessID+CreationTimeUtc<br>*Host*+*ParentProcessId*+<br> CreationTimeUtc+CommandLine<br>*Host*+ProcessId+<br> CreationTimeUtc+*ImageFile*<br>*Host*+ProcessId+<br> CreationTimeUtc+*ImageFile*+<br> *FileHash*| ProcessId+CreationTimeUtc+<br> CommandLine (no Host)<br>ProcessId+CreationTimeUtc+<br> *ImageFile* (no Host) |
@@ -94,9 +97,9 @@ The following section contains a more in-depth look at the full schemas of each
94
97
|**Type**| String | 'account' |
95
98
|**Name**| String | The name of the account. This field should hold only the name without any domain added to it. |
96
99
|***FullName***| -- |*Not part of schema, included for backward compatibility with old version of entity mapping.*|
97
-
|**NTDomain**| String | The NETBIOS domain name as it appears in the alert format—domain\username. Examples: Finance, NT AUTHORITY |
98
-
|**DnsDomain**| String | The fully qualified domain DNS name. Examples: finance.contoso.com |
99
-
|**UPNSuffix**| String | The user principal name suffix for the account. In many cases the UPN Suffix is also the domain name. Examples: contoso.com |
100
+
|**NTDomain**| String | The NETBIOS domain name as it appears in the alert format—domain\username. <br>*Examples:* Finance, NT AUTHORITY |
101
+
|**DnsDomain**| String | The fully qualified domain DNS name. <br>*Examples:* finance.contoso.com |
102
+
|**UPNSuffix**| String | The user principal name suffix for the account. In many cases the UPN Suffix is also the domain name. <br>*Examples:* contoso.com |
100
103
|**Host**| Entity ([Host](#host)) | The host that contains the account, if it's a local account. |
101
104
|**Sid**| String | The account's security identifier. |
102
105
|**AadTenantId**| Guid? | The Microsoft Entra tenant ID, if known. |
@@ -187,17 +190,22 @@ The following section contains a more in-depth look at the full schemas of each
187
190
| Field | Type | Description |
188
191
| ----- | ---- | ----------- |
189
192
|**Type**| String | 'ip' |
190
-
|**Address**| String | The IP address as string, for example. 127.0.0.1 (either in IPv4 or IPv6). |
191
-
|**AddressScope**| String | Name of the host, subnet, or private network for private, non-global IP addresses. Null or empty for global IP addresses (default). |
193
+
|**Address**| String | The IP address as string(either in IPv4 or IPv6).<br>*Examples:*`20.112.250.133`, `2603:1030:b:3::152`|
194
+
|**AddressScope**| String | Name of the host, subnet, or private network for private, non-global IP addresses. Null or empty for global IP addresses (default).<br>*Examples:*`/27`, `255.255.255.128`|
192
195
|**Location**| GeoLocation | The geo-location context attached to the IP entity. <br><br>For more information, see also [Enrich entities in Microsoft Sentinel with geolocation data via REST API (Public preview)](geolocation-data-api.md). |
193
196
|**Stream**| Stream | The source of discovery logs related to the specific IP. Optional. |
194
197
195
198
#### Strong identifiers of an IP entity
196
199
197
200
-**Address**
198
-
\*\* Address alone is a unique, strong identifier when the IP address is a global address.
201
+
When the IP address is a global address, the Address identifier by itself is a unique, strong identifier.
199
202
-**Address + AddressScope**
200
-
\*\* For private/internal, non-global IP addresses, the AddressScope component is required to make this a strong identifier.
203
+
For private/internal, non-global IP addresses, the AddressScope component is required to make this a strong identifier.
204
+
205
+
#### Weak identifiers of an IP entity
206
+
207
+
-**Address**
208
+
The Address identifier by itself is a weak identifier when the IP address is a private/internal, non-global IP address.
201
209
202
210
[Back to list of entity type schemas](#list-of-entity-type-schemas) | [Back to entity identifiers table](#entity-types-and-identifiers)
0 commit comments