Skip to content

Commit d28668a

Browse files
authored
added production memory_protection policy response (#162)
1 parent c64e78e commit d28668a

File tree

6 files changed

+138
-0
lines changed

6 files changed

+138
-0
lines changed

custom_schemas/custom_endpoint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,24 @@
153153
but not a simple sum of the actions
154154
short: the overall status of malware
155155

156+
- name: policy.applied.response.configurations.memory_protection
157+
level: custom
158+
type: object
159+
description: overall memory_protection configuration and status of the applied policy
160+
161+
- name: policy.applied.response.configurations.memory_protection.concerned_actions
162+
level: custom
163+
type: keyword
164+
description: all actions that were taken for memory_protection
165+
166+
- name: policy.applied.response.configurations.memory_protection.status
167+
level: custom
168+
type: keyword
169+
description: >
170+
the overall status of memory_protection, this is correlated to the status of concerned actions
171+
but not a simple sum of the actions
172+
short: the overall status of memory_protection
173+
156174
- name: policy.applied.response.configurations.streaming
157175
level: custom
158176
type: object

generated/policy/ecs/ecs_flat.yml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/policy/ecs/subset/policy/ecs_flat.yml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/policy/elasticsearch/7/template.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package/endpoint/data_stream/policy/fields/fields.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,23 @@
242242
ignore_above: 1024
243243
description: the overall status of malware, this is correlated to the status of concerned actions but not a simple sum of the actions
244244
default_field: false
245+
- name: policy.applied.response.configurations.memory_protection
246+
level: custom
247+
type: object
248+
description: overall memory_protection configuration and status of the applied policy
249+
default_field: false
250+
- name: policy.applied.response.configurations.memory_protection.concerned_actions
251+
level: custom
252+
type: keyword
253+
ignore_above: 1024
254+
description: all actions that were taken for memory_protection
255+
default_field: false
256+
- name: policy.applied.response.configurations.memory_protection.status
257+
level: custom
258+
type: keyword
259+
ignore_above: 1024
260+
description: the overall status of memory_protection, this is correlated to the status of concerned actions but not a simple sum of the actions
261+
default_field: false
245262
- name: policy.applied.response.configurations.ransomware.concerned_actions
246263
level: custom
247264
type: keyword

schemas/v1/policy/policy.yaml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)