ebpf-needle-haystack.pdf

编号:140565 PDF 28页 2.16MB 下载积分:VIP专享
下载报告请您先登录!

ebpf-needle-haystack.pdf

1、Finding the Needles in a Haystack:identifying suspicious behaviors with eBPFJeremy CowanDeveloper Advocate,Amazon EKSWasiq MuhammadSecurity Engineer,Amazon GuardDutyThe challenges Capturing and monitoring runtime events for threat detectionwithout impacting the stability or performance of the OS Han

2、dling a high volume of events while providing actionable insightsAccurate detectionsLow false positivesDifferent approachesMethodProsConsExtend Linux KernelFlexibility Has to be broadlyapplicable to be accepted by the community Very slowWrite a Kernel moduleFlexibility Users apprehensive about insta

3、lling Kernel modules Can affect the stability and security of the systemDeploy a sidecar container(k8s)Separation of concerns Increases overhead Can be circumventedIntroducing Extended Berkeley Packet Filter(eBPF)Extremely versatileAllows you to capture system call events occurring within the kernel

4、 Run sandboxed programs in an operating system kernel Loaded and unloaded into the kernel dynamically Originally used to filter network traffic Evolved to deny user space applications from making certain syscalls(SECCOMP)How it works The operating system loads the bytecode,verifies it,JIT(just-in-ti

5、me)compiles it,and runs it Userspace program loads eBPF program and reads the output Requires CAP_BPF linux capability because it needs additional privileges on the system Additional metadata,e.g.process ID,program,etc can be included in the output Program executes within an eBPF VM that runs within

6、 the kernelLinux kernel diagramSyscallsUserspaceKernelAppAppAppFilesMemoryNetworkingProcessesHow GD is using eBPFProcessopen()User-spaceagentSyscall handlereBPF probeKernelUserspaceeBPF Capture of Open SyscallAll arguments are passedto the probeOpen(file_path,flags,mode)Getting started with eBPF eBP

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(ebpf-needle-haystack.pdf)为本站 (2200) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠