Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom_documentation/doc/endpoint/policy/policy_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ This is a state management document that is generated every time Endpoint refres
| Endpoint.policy.applied.response.configurations.streaming.status |
| Endpoint.policy.applied.response.diagnostic.behavior_protection.concerned_actions |
| Endpoint.policy.applied.response.diagnostic.behavior_protection.status |
| Endpoint.policy.applied.response.diagnostic.firewall_anti_tamper.concerned_actions |
| Endpoint.policy.applied.response.diagnostic.firewall_anti_tamper.status |
| Endpoint.policy.applied.response.diagnostic.malware.concerned_actions |
| Endpoint.policy.applied.response.diagnostic.malware.status |
| Endpoint.policy.applied.response.diagnostic.memory_protection.concerned_actions |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ fields:
- Endpoint.policy.applied.response.configurations.streaming.status
- Endpoint.policy.applied.response.diagnostic.behavior_protection.concerned_actions
- Endpoint.policy.applied.response.diagnostic.behavior_protection.status
- Endpoint.policy.applied.response.diagnostic.firewall_anti_tamper.concerned_actions
- Endpoint.policy.applied.response.diagnostic.firewall_anti_tamper.status
- Endpoint.policy.applied.response.diagnostic.malware.concerned_actions
- Endpoint.policy.applied.response.diagnostic.malware.status
- Endpoint.policy.applied.response.diagnostic.memory_protection.concerned_actions
Expand Down
18 changes: 18 additions & 0 deletions custom_schemas/custom_endpoint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,24 @@
enabled: false
description: the diagnostic configurations of the applied policy

- name: policy.applied.response.diagnostic.firewall_anti_tamper
level: custom
type: object
description: overall firewall anti-tamper configuration and status of the applied policy

- name: policy.applied.response.diagnostic.firewall_anti_tamper.concerned_actions
level: custom
type: keyword
description: all actions that were taken for the diagnostic configuration of firewall anti-tamper

- name: policy.applied.response.diagnostic.firewall_anti_tamper.status
level: custom
type: keyword
description: >
the overall status of the diagnostic configuration of firewall anti-tamper, this is correlated to
the status of concerned actions but not a simple sum of the actions
short: the overall status of diagnostic firewall anti-tamper

- name: policy.applied.response.diagnostic.ransomware.concerned_actions
level: custom
type: keyword
Expand Down
17 changes: 17 additions & 0 deletions package/endpoint/data_stream/policy/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,23 @@
ignore_above: 1024
description: the overall status of the diagnostic configuration of credential protection, this is correlated to the status of concerned actions but not a simple sum of the actions
default_field: false
- name: policy.applied.response.diagnostic.firewall_anti_tamper
level: custom
type: object
description: overall firewall anti-tamper configuration and status of the applied policy
default_field: false
- name: policy.applied.response.diagnostic.firewall_anti_tamper.concerned_actions
level: custom
type: keyword
ignore_above: 1024
description: all actions that were taken for the diagnostic configuration of firewall anti-tamper
default_field: false
- name: policy.applied.response.diagnostic.firewall_anti_tamper.status
level: custom
type: keyword
ignore_above: 1024
description: the overall status of the diagnostic configuration of firewall anti-tamper, this is correlated to the status of concerned actions but not a simple sum of the actions
default_field: false
- name: policy.applied.response.diagnostic.malware.concerned_actions
level: custom
type: keyword
Expand Down
10 changes: 10 additions & 0 deletions package/endpoint/data_stream/policy/sample_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,16 @@
"configure_diagnostic_rollback"
],
"status": "success"
},
"firewall_anti_tamper": {
"concerned_actions": [
"load_config",
"workflow",
"download_global_artifacts",
"download_user_artifacts",
"configure_diagnostic_firewall_anti_tamper"
],
"status": "success"
}
}
},
Expand Down
34 changes: 34 additions & 0 deletions schemas/v1/policy/policy.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.