Skip to Content
入門 eBPF ―Linuxカーネルの可視化と機能拡張
book

入門 eBPF ―Linuxカーネルの可視化と機能拡張

by Liz Rice, 武内 覚, 近藤 宇智朗
December 2023
Intermediate to advanced
228 pages
3h 33m
Japanese
O'Reilly Japan, Inc.
Content preview from 入門 eBPF ―Linuxカーネルの可視化と機能拡張

9章セキュリティ用eBPF

ここまで、eBPFがシステム全体のイベントをどのように観測し、イベントに関する情報をユーザ空間のツールにどうやって報告しているかを説明してきました。本章では、不正な活動を検出・禁止するeBPFベースのセキュリティツールを作成するためにイベント検出の概念を活用する方法を説明します。まずはセキュリティと他のタイプの可観測性の違いは何なのかについて理解していきましょう。

[注記]

本章のサンプルコードはGitHubリポジトリ(http://github.com/lizrice/learning-ebpf)のchapter9ディレクトリからダウンロードできます。

9.1 セキュリティの可観測性に必要なポリシーとコンテクスト

セキュリティツールは、一般的なイベントを観測するためのツールと違い、通常の状態で起こるイベントと、不正な活動が行われていると考えられるイベントを区別しなければなりません。例えば、通常の処理の一環としてローカルファイル/home/<username>/<filename>にデータを書き込むアプリケーションを考えます。アプリがこのファイルに書き込んでいる限りはセキュリティの観点で懸念はありません。しかし、このアプリがLinuxのマシン内にあるセキュリティ上重要なファイルに書き込んだ場合は管理者に通知するのが望ましいでしょう。例えばアプリが/etc/passwdに保存されたパスワード情報を更新する必要があるとは思えません。

ポリシーはシステムが完全に機能しているときの通常の振る舞いだけではなく、エラー時に想定されている振る舞いについても考慮する必要があります。例えば、物理ディスクの容量がなくなったら、アプリケーションはこの状況をネットワークメッセージを通してシステム管理者に警告するでしょう。このようなネットワークメッセージはセキュリティイベントとしてみなしてはいけません。この種のメッセージは非常時のものですが、不正を疑う状況ではありません。エラー時の振る舞いを考慮に入れると効果の高いポリシーの作成が難しくなります。これについては本章の後半で再び触れます。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

入門 モダンLinux ―オンプレミスからクラウドまで、幅広い知識を会得する

入門 モダンLinux ―オンプレミスからクラウドまで、幅広い知識を会得する

Michael Hausenblas, 武内 覚, 大岩 尚宏
初めてのGraphQL ―Webサービスを作って学ぶ新世代API

初めてのGraphQL ―Webサービスを作って学ぶ新世代API

Eve Porcello, Alex Banks, 尾崎 沙耶, あんどうやすし

Publisher Resources

ISBN: 9784814400560Publisher Website