mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security Solution] Add missing 8.4 Policy advanced options (#137333)
* [Security Solution] Add missing 8.4 Policy advanced options
This commit is contained in:
parent
ccabbc735b
commit
e3f62dcc03
1 changed files with 22 additions and 0 deletions
|
@ -982,4 +982,26 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
|
|||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'windows.advanced.memory_protection.context_manipulation_detection',
|
||||
first_supported_version: '8.4',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.memory_protection.context_manipulation_detection',
|
||||
{
|
||||
defaultMessage:
|
||||
'Detect injection based on thread context manipulation (e.g. `SetThreadContext`) as a part of memory protection. Default: true',
|
||||
}
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'windows.advanced.kernel.image_and_process_file_timestamp',
|
||||
first_supported_version: '8.4',
|
||||
documentation: i18n.translate(
|
||||
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.kernel.image_and_process_file_timestamp',
|
||||
{
|
||||
defaultMessage:
|
||||
'Collect executable/dll timestamps for process and async image load events. Default: true',
|
||||
}
|
||||
),
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue