-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* First draft. Complete rework of security landing page * troubleshoot build error * fixes broken link * moves self-protection content to a new page * Update docs/es-overview.asciidoc Co-authored-by: Nastasha Solomon <[email protected]> * Update docs/es-overview.asciidoc Co-authored-by: Nastasha Solomon <[email protected]> * Update docs/es-overview.asciidoc Co-authored-by: Nastasha Solomon <[email protected]> * incorporates feedback * Update docs/es-overview.asciidoc Co-authored-by: natasha-moore-elastic <[email protected]> * incorporates Nat's feedback --------- Co-authored-by: Nastasha Solomon <[email protected]> Co-authored-by: natasha-moore-elastic <[email protected]> (cherry picked from commit a40ca23) Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
- Loading branch information
1 parent
386cf6f
commit 1810d31
Showing
4 changed files
with
58 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[[endpoint-self-protection]] | ||
= Endpoint self-protection features | ||
|
||
{elastic-endpoint} protects itself against users and attackers that may try to interfere with its functionality. Protection features are consistently enhanced to prevent attackers who may attempt to use newer, more sophisticated tactics to interfere with the {elastic-endpoint}. Self-protection is enabled by default when {elastic-endpoint} installs on supported platforms, listed below. | ||
|
||
Self-protection is enabled on the following 64-bit Windows versions: | ||
|
||
* Windows 8.1 | ||
* Windows 10 | ||
* Windows 11 | ||
* Windows Server 2012 R2 | ||
* Windows Server 2016 | ||
* Windows Server 2019 | ||
* Windows Server 2022 | ||
|
||
Self-protection is also enabled on the following macOS versions: | ||
|
||
* macOS 10.15 (Catalina) | ||
* macOS 11 (Big Sur) | ||
* macOS 12 (Monterey) | ||
|
||
NOTE: Other Windows and macOS variants (and all Linux distributions) do not have self-protection. | ||
|
||
For {stack} version >= 7.11.0, self-protection defines the following permissions: | ||
|
||
* Users -- even Administrator/root -- *cannot* delete {elastic-endpoint} files (located at `c:\Program Files\Elastic\Endpoint` on Windows, and `/Library/Elastic/Endpoint` on macOS). | ||
* Users *cannot* terminate the {elastic-endpoint} program or service. | ||
* Administrator/root users *can* read the Endpoint's files. On Windows, the easiest way to read Endpoint files is to start an Administrator `cmd.exe` prompt. On macOS, an Administrator can use the `sudo` command. | ||
* Administrator/root users *can* stop the {elastic-agent}'s service. On Windows, run the `sc stop "Elastic Agent"` command. On macOS, run the `sudo launchctl stop elastic-agent` command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters