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
Copy file name to clipboardExpand all lines: package/endpoint/data_stream/process/fields/fields.yml
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -891,40 +891,46 @@
891
891
type: double
892
892
description: Number of seconds since the process's name was modified. This information can come from the NTFS MFT. This number may be negative if the file's timestamp is in the future.
893
893
default_field: false
894
-
- name: Ext.session.authentication_package
894
+
- name: Ext.session
895
+
level: custom
896
+
type: keyword
897
+
ignore_above: 1024
898
+
description: Session information for the current process
899
+
default_field: false
900
+
- name: Ext.session_info.authentication_package
895
901
level: custom
896
902
type: keyword
897
903
ignore_above: 1024
898
904
description: Name of authentication package used to log on, such as NTLM, Kerberos, or CloudAP
899
905
default_field: false
900
-
- name: Ext.session.client_address
906
+
- name: Ext.session_info.client_address
901
907
level: custom
902
908
type: keyword
903
909
ignore_above: 1024
904
910
description: Client's IPv4 or IPv6 address as a string, if available.
905
911
default_field: false
906
-
- name: Ext.session.id
912
+
- name: Ext.session_info.id
907
913
level: custom
908
914
type: unsigned_long
909
915
description: Session ID
910
916
default_field: false
911
-
- name: Ext.session.logon_type
917
+
- name: Ext.session_info.logon_type
912
918
level: custom
913
919
type: keyword
914
920
ignore_above: 1024
915
921
description: Session logon type. Examples include Interactive, Network, and Service.
916
922
default_field: false
917
-
- name: Ext.session.relative_logon_time
923
+
- name: Ext.session_info.relative_logon_time
918
924
level: custom
919
925
type: double
920
926
description: Process creation time, relative to logon time, in seconds.
921
927
default_field: false
922
-
- name: Ext.session.relative_password_age
928
+
- name: Ext.session_info.relative_password_age
923
929
level: custom
924
930
type: double
925
931
description: Process creation time, relative to the last time the password was changed, in seconds.
Copy file name to clipboardExpand all lines: package/endpoint/docs/README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,7 @@ sent by the endpoint.
194
194
| Target.process.Ext.memory_region.strings | Array of strings found within the memory region. | keyword |
195
195
| Target.process.Ext.protection | Indicates the protection level of this process. Uses the same syntax as Process Explorer. Examples include PsProtectedSignerWinTcb, PsProtectedSignerWinTcb-Light, and PsProtectedSignerWindows-Light. | keyword |
196
196
| Target.process.Ext.services | Services running in this process. | keyword |
197
+
| Target.process.Ext.session | Session information for the current process | keyword |
197
198
| Target.process.Ext.token.domain | Domain of token user. | keyword |
198
199
| Target.process.Ext.token.elevation | Whether the token is elevated or not | boolean |
199
200
| Target.process.Ext.token.elevation_type | What level of elevation the token has | keyword |
@@ -681,6 +682,7 @@ sent by the endpoint.
681
682
| process.Ext.memory_region.strings | Array of strings found within the memory region. | keyword |
682
683
| process.Ext.protection | Indicates the protection level of this process. Uses the same syntax as Process Explorer. Examples include PsProtectedSignerWinTcb, PsProtectedSignerWinTcb-Light, and PsProtectedSignerWindows-Light. | keyword |
683
684
| process.Ext.services | Services running in this process. | keyword |
685
+
| process.Ext.session | Session information for the current process | keyword |
684
686
| process.Ext.token.domain | Domain of token user. | keyword |
685
687
| process.Ext.token.elevation | Whether the token is elevated or not | boolean |
686
688
| process.Ext.token.elevation_type | What level of elevation the token has | keyword |
@@ -2096,13 +2098,14 @@ sent by the endpoint.
2096
2098
| process.Ext.protection | Indicates the protection level of this process. Uses the same syntax as Process Explorer. Examples include PsProtectedSignerWinTcb, PsProtectedSignerWinTcb-Light, and PsProtectedSignerWindows-Light. | keyword |
2097
2099
| process.Ext.relative_file_creation_time | Number of seconds since the process's file was created. This number may be negative if the file's timestamp is in the future. | double |
2098
2100
| process.Ext.relative_file_name_modify_time | Number of seconds since the process's name was modified. This information can come from the NTFS MFT. This number may be negative if the file's timestamp is in the future. | double |
2099
-
| process.Ext.session.authentication_package | Name of authentication package used to log on, such as NTLM, Kerberos, or CloudAP | keyword |
2100
-
| process.Ext.session.client_address | Client's IPv4 or IPv6 address as a string, if available. | keyword |
2101
-
| process.Ext.session.id | Session ID | unsigned_long |
2102
-
| process.Ext.session.logon_type | Session logon type. Examples include Interactive, Network, and Service. | keyword |
2103
-
| process.Ext.session.relative_logon_time | Process creation time, relative to logon time, in seconds. | double |
2104
-
| process.Ext.session.relative_password_age | Process creation time, relative to the last time the password was changed, in seconds. | double |
2105
-
| process.Ext.session.user_flags | List of user flags associated with this logon session. Examples include LOGON_NTLMV2_ENABLED and LOGON_WINLOGON. | keyword |
2101
+
| process.Ext.session | Session information for the current process | keyword |
2102
+
| process.Ext.session_info.authentication_package | Name of authentication package used to log on, such as NTLM, Kerberos, or CloudAP | keyword |
2103
+
| process.Ext.session_info.client_address | Client's IPv4 or IPv6 address as a string, if available. | keyword |
2104
+
| process.Ext.session_info.id | Session ID | unsigned_long |
2105
+
| process.Ext.session_info.logon_type | Session logon type. Examples include Interactive, Network, and Service. | keyword |
2106
+
| process.Ext.session_info.relative_logon_time | Process creation time, relative to logon time, in seconds. | double |
2107
+
| process.Ext.session_info.relative_password_age | Process creation time, relative to the last time the password was changed, in seconds. | double |
2108
+
| process.Ext.session_info.user_flags | List of user flags associated with this logon session. Examples include LOGON_NTLMV2_ENABLED and LOGON_WINLOGON. | keyword |
2106
2109
| process.Ext.token.elevation | Whether the token is elevated or not | boolean |
2107
2110
| process.Ext.token.elevation_level | What level of elevation the token has | keyword |
2108
2111
| process.Ext.token.elevation_type | What level of elevation the token has | keyword |
0 commit comments