From 3ab872d86e0127ce5b895a2a3f72dae3a54372a6 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Fri, 4 Feb 2022 14:19:53 +0700 Subject: [PATCH] Add: elastic/PPLGuard to Hardening section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f6e706..b01950f 100644 --- a/README.md +++ b/README.md @@ -2035,6 +2035,10 @@ This repository is created as an online bookmark for useful links, resources and cisagov/cset Cybersecurity Evaluation Tool + + elastic/PPLGuard + PPLGuard is a proof of concept tool that can mitigate two currently-unpatched Windows security flaws which pose threats to Protected Processes Light (PPL) processes, such as AntiMalware services. + Linux Kernel Runtime Guard Linux Kernel Runtime Guard (LKRG) is a out-of-tree security module for the Linux kernel developed by Openwall. It does run-time integrity checks in order to stop known, and unknown, security vulnerabilities in the Linux kernel. It can log detected intrusion attempts or stop them by causing a kernel panic - resulting in a frozen machine or a reboot depending on how the kernel is configured.