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の認証、認可、監査の仕組み

7章アクセス検証処理

これまで、SRMにとって重要な2つの構成要素である、セキュリティアクセストークンとセキュリティ記述子について説明しました。この章では、最後の構成要素であるアクセス検証処理について解説します。アクセス検証処理では、トークンとセキュリティ記述子を一定の規則に基づいて検証し、アプリケーションに対してリソースへのアクセスを許可するかどうかを決定します。

まずはアクセス検証のために呼び出せるAPIについて説明し、Windowsカーネル内部のアクセス検証の実装を深く掘り下げていきます。この検証がセキュリティ記述子とTokenオブジェクトの異なる部分をどのように処理し、最終的に許可するリソースへのアクセス権限をどのようにして決定するのかを詳しく解説します。解説の際には、基本的なアクセス検証処理をPowerShellスクリプトとして独自に実装して理解を深めていきます。

7.1 アクセス検証の実行

呼び出し元がリソースを開こうとすると、カーネルは呼び出し元の識別情報に基づいてアクセス検証を実行します。アクセス検証に使用されるAPIは、呼び出し元がカーネルモードかユーザーモードかによって異なります。まずはカーネルモードのAPIから説明しましょう。

7.1.1 カーネルモードでのアクセス検証

カーネルモードでのアクセス検証処理はSeAccessCheck APIに実装されています。以下のパラメーターを受け取ります。

セキュリティ記述子
検証に用いるセキュリティ記述子。所有者SIDとグループSIDの指定は必須
セキュリティサブジェクトコンテキスト(Security Subject Context)
呼び出し元のプライマリトークンと偽装トークン
要求されたアクセス権限
呼び出し元から要求された権限を示すアクセスマスク ...
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