diff --git a/content/blog-posts/2024-04-26-ebpf-user-ring-buffer/index.md b/content/blog-posts/2024-04-26-ebpf-user-ring-buffer/index.md new file mode 100644 index 00000000..5265771d --- /dev/null +++ b/content/blog-posts/2024-04-26-ebpf-user-ring-buffer/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-04-26T17:20:05.000Z' +title: 'eBPF’s User Ring Buffer: Introducing BPF_MAP_TYPE_USER_RINGBUF' +ogImage: ogimage.webp +description: 'Learn about BPF map types and the User Ring Buffer map type' +externalUrl: 'https://levelup.gitconnected.com/ebpfs-user-ring-buffer-introducing-bpf-map-type-user-ringbuf-2bc26558054d' +categories: + - Technology +--- diff --git a/content/blog-posts/2024-04-26-ebpf-user-ring-buffer/ogimage.webp b/content/blog-posts/2024-04-26-ebpf-user-ring-buffer/ogimage.webp new file mode 100644 index 00000000..7ef33d4f Binary files /dev/null and b/content/blog-posts/2024-04-26-ebpf-user-ring-buffer/ogimage.webp differ diff --git a/content/blog-posts/2024-05-02-kernel-system-call-filtering/index.md b/content/blog-posts/2024-05-02-kernel-system-call-filtering/index.md new file mode 100644 index 00000000..8889fa89 --- /dev/null +++ b/content/blog-posts/2024-05-02-kernel-system-call-filtering/index.md @@ -0,0 +1,9 @@ +--- +date: '2024-05-02T17:20:05.000Z' +title: 'Seccomp, eBPF, and the Importance of Kernel System Call Filtering' +ogImage: ogimage.png +description: 'Learn about attacks that affect user space security products and how popular technologies such as Seccomp and eBPF can be used in such a way that avoids these issues' +externalUrl: 'https://dzone.com/articles/seccomp-ebpf-and-the-importance-of-kernel-system-c' +categories: + - Technology +--- diff --git a/content/blog-posts/2024-05-02-kernel-system-call-filtering/ogimage.png b/content/blog-posts/2024-05-02-kernel-system-call-filtering/ogimage.png new file mode 100644 index 00000000..2c64ea73 Binary files /dev/null and b/content/blog-posts/2024-05-02-kernel-system-call-filtering/ogimage.png differ