Skip to Content
Windowsセキュリティインターナル ―PowerShellで理解するWindowsの認証、認可、監査の仕組み
book

Windowsセキュリティインターナル ―PowerShellで理解するWindowsの認証、認可、監査の仕組み

by James Forshaw, 北原 憲
March 2025
Intermediate to advanced
616 pages
10h 34m
Japanese
O'Reilly Japan, Inc.
Content preview from Windowsセキュリティインターナル ―PowerShellで理解するWindowsの認証、認可、監査の仕組み

9章セキュリティ監査

アクセス検証処理には監査と密接な関係があります。管理者はシステムの監査機能を活用して、アクセスされたリソースのログを生成できます。各ログのイベントには、リソースを開いたユーザーとアプリケーション、およびアクセスが成功したか失敗したかの詳細が含まれます。この情報は、セキュリティ設定の誤りを特定したり、機密リソースへの悪意あるアクセスを検出するのに役立ちます。

この短い章では、まずはカーネルにより生成されたリソースへのアクセスログがどこに保存されるかについて解説します。次に、システム管理者が監査の機構をどのように設定できるかについて触れます。最後に、SACLを通じて監査ログイベントを生成するように、個々のリソースを設定する方法について詳しく掘り下げます。

9.1 セキュリティイベントログ

Windowsでは、アクセス検証処理が発生するたびに、その結果を示すログイベントを生成します。カーネルは、記録したイベントを管理者のみがアクセス可能なセキュリティイベントログ(Security Event Log)に書き込みます。

カーネルリソースに対するアクセス検証を実施する際、Windowsは以下の種類の監査イベントを生成します。セキュリティイベントログは、丸括弧内に含まれるイベントIDを使用してこれらのイベントを表現します。

  • オブジェクトハンドルの取得(4656
  • オブジェクトハンドルの閉鎖(4658
  • オブジェクトの削除(4660
  • オブジェクトハンドルの複製(4690
  • SACLの変更(4717

NtCreateMutantのようなシステムコールを用いてリソースにアクセスすると、監査によりこれらのイベントが自動的に生成されます。しかし、オブジェクト関連の監査イベントについては、まずシステムに2つの設定を加えなければなりません。監査イベントを生成するシステムポリシーを設定し、リソースのSACLで監査ACEを有効化する必要があります。これらの構成要素について順番に説明します。 ...

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カーネルプログラミング 第2版

Linuxカーネルプログラミング 第2版

Kaiwan N. Billimoria, 武内 覚, 大岩 尚宏
生成AIのプロンプトエンジニアリング ―信頼できる生成AIの出力を得るための普遍的な入力の原則

生成AIのプロンプトエンジニアリング ―信頼できる生成AIの出力を得るための普遍的な入力の原則

James Phoenix, Mike Taylor, 田村 広平, 大野 真一朗, 砂長谷 健, 土井 健, 大貫 峻平, 石山 将成

Publisher Resources

ISBN: 9784814401062Publisher Website