mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Update monitor-method-ebpf.md
This commit is contained in:
parent
5f2c8cadbb
commit
a5a7ffba02
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ Why is it better to use this process monitor method?
|
|||
---
|
||||
This technology allow us to intercept processes faster and in a more secure way. ProcFS is easier to fool:
|
||||
|
||||
https://github.com/gianlucaborello/libprocesshider
|
||||
- https://github.com/gianlucaborello/libprocesshider
|
||||
- https://xcellerator.github.io/posts/linux_rootkits_06/
|
||||
- https://xcellerator.github.io/posts/linux_rootkits_07/
|
||||
- https://xcellerator.github.io/posts/linux_rootkits_08/
|
||||
|
||||
|
||||
We can also intercept connections initiated from kernel space, like those initiated by rootkits or VPNs:
|
||||
|
|
Loading…
Add table
Reference in a new issue