--- > [!NOTE] 目次 ```table-of-contents title: minLevel: 0 maxLevel: 0 includeLinks: true ``` --- > [!NOTE] リスト掲載用文字列 - [IPA AIインシデントレスポンス・アプローチ (2025.01.09)](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/02/post-9e9269.html)【まるちゃんの情報セキュリティ気まぐれ日記】(2026年01月09日) --- > [!NOTE] この記事の要約(箇条書き) - **IPA AIインシデントレスポンス・アプローチ (AI-IRS) 公開**: IPA AIセーフティ・インスティテュートが、AIシステム特有のリスクとインシデントに対応するための「AI-IRS」アプローチブックを公開しました。 - **背景と目的**: AIの社会基盤化に伴い、従来の情報システム向けインシデント対応では不十分であり、AIの誤作動や想定外の挙動に起因するインシデントへの対応が課題です。AI-IRSは被害を最小化するための発見的統制の重要性を強調しています。 - **主要なコンセプト**: AIサプライチェーン全体を視野に入れ、AIを信頼できる社会基盤として活用するためのアプローチを示しています。 - **AIの特性とインシデント対応**: AIの動的で自律的な特性を考慮し、予測できない領域が広がるため、インシデントの検知(観測性)と対応・復旧(制御性)の自動実行が重要であると指摘しています。 - **システム思考と3 Lines of Defense**: システム全体を制御するためには、「実行するAI」「観測し判定するAI」「判定結果に基づいて制御するAI」を独立させ、さらにそれら全体を監査するAI(内部監査的)をリアルタイムで導入する「3 Lines of Defense」の考え方が重要であると提案しています。 - **設計の重要性**: 「最初の設計が重要」であり、事後的な改善ではシステムが複雑化し制御が困難になる可能性を警告しています。 - **参考資料**: NIST SP 800-61 Rev. 3(CSF2.0機能に基づくインシデント対応ライフサイクルモデル)を参照していることが言及されています。 > [!NOTE] 要約おわり --- [« 個人情報保護委員会 不正アクセス発生時のフォレンジック調査の有効活用に向けた着眼点 (2026.01.16)](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/02/post-cabe13.html) | [Main](http://maruyama-mitsuhiko.cocolog-nifty.com/security/) ## 2026.02.02 ### IPA AIインシデントレスポンス・アプローチ (2025.01.09) こんにちは、丸山満彦です。 IPAのAIセーフティ・インスティテュートが Iシステム特有のリスクに起因するインシデントに対応するための新たな枠組みとして「AI-IRS(AI Incident Response System)」を示したアプローチブックを公開していました... --- > AIは、業務効率化や意思決定支援を超え、社会や経済活動を支える基盤として活用が進みつつあります。一方で、その誤作動や想定外の挙動に起因するAIインシデントは、事業継続や社会的信頼に影響を及ぼす可能性があります。特に、業務を自律的に実行するAIエージェントの活用が進展する中、従来の情報システムを前提としたインシデント対応では、十分な対応が困難となっています。 > > 本書では、AIインシデントは起こり得るものとの前提に立ち、被害を最小化する発見的統制の重要性を明確にしています。AI-IRSは、AIサプライチェーン全体を視野に入れたコンセプトを示しており、AIを信頼できる社会基盤として活用するためのアプローチを提供しています。 --- ということのようです... これは非常に良い文書ですね...これからのAI開発から利用の側面で重要となると思います。 ● **IPA - [AISI](https://aisi.go.jp/)** ・2026.01.09 [**AIインシデントレスポンス・アプローチブックを公開**](https://aisi.go.jp/activity/activity_security/260109/) ・\[PDF\] [AIインシデントレスポンス・アプローチブック](https://aisi.go.jp/assets/pdf/ai-irs_v1.0_ja.pdf) [![20260201-110921](https://maruyama-mitsuhiko.cocolog-nifty.com/security/images/20260201-110921.png "20260201-110921")](https://aisi.go.jp/assets/pdf/ai-irs_v1.0_ja.pdf) ・\[PDF\] [AIインシデントレスポンス・アプローチブック(概要版)](https://aisi.go.jp/assets/pdf/ai-irs_summary_v1.0_ja.pdf) [![20260201-111120](https://maruyama-mitsuhiko.cocolog-nifty.com/security/images/20260201-111120.png "20260201-111120")](https://maruyama-mitsuhiko.cocolog-nifty.com/photos/uncategorized/20260201-111120.png) セキュリティという文脈というよりも、AIの特性(動的、自律的)を踏まえたリスクマネジメントのあり方ですかね。。。 **・予測できない領域が広くなるので、想定外(未知の脆弱性)のインシデントが起こりやすくなる** ということを踏まえて、 **・インシデント対応が重要となる。** インシデント対応をするためには、 **・インシデントの検知(観測性)** **・インシデントの対応・復旧(制御性)** が重要となるが、AIの特性(動的、自律的)に実行してしまうということを踏まえるとこの検知(観測性)、対応・復旧(制御性)も自動実行できるようにしておかないとシステム全体を制御できなくなるということなのだろうと思います。 これからはシステム思考というのが重要となりそうですね... 個別のAIで考えると **・実行するAI** **・それを観測し判定するAI(検知)** **・判定した結果に基づいて制御するAI(対応・復旧)** をそれぞれ独立させて全体を制御するのが重要となるかもしれません。。。このような設計は事前に設計してから実装していくようにしないと、事後的に改善すると、システムが複雑になり制御が難しくなると思います。「最初の設計が重要」。 AIとAIがつながってくるシステム系も含めて考えていくと、3 lines of Defenseの考え方の導入も必要かもしれません。 ・1st. Line: 実行するAI(事前に安全性を確認済みのAI) ・2nd. Line: それを観測し判定するAI ・2nd. Line: 判定した結果に基づいて制御するAI ・3rd. Line: このシステム全体が機能していることを判定し、修正できるAI(内部監査的) ということも重要となるかもですね... ただ、これらは1年に1回というようなものではなく、リアルタイムで実施する感じだと思います... また組織を超えてAIとAIがつながっていくと責任の分担の話もより複雑になってきますよね...「最初の設計が重要」...広い意味で言うとガバナンスなのですが、よく考えないと、そこはスパゲッティーコードや拡張路線をとった老舗旅館の問題となり、建て替えたほうがはやい...ということにもなりかねません。 この文書はSP800-61を参考にしている部分があるのですが、SP800-61はRev.3からCSFを参照するアプローチになっていますね。。。セキュリティも含めてCSFベースでの整理が増えてきていますよね...運用における整理では昔からの整理学でもあり、わかりやすいのかもしれません。。。 SP800-61 Rev.3のインシデントレスポンスの考え方が先にあるとわかりやすいかもです... [![1_20250406125801](https://maruyama-mitsuhiko.cocolog-nifty.com/security/images/1_20250406125801.png "1_20250406125801")](https://maruyama-mitsuhiko.cocolog-nifty.com/photos/uncategorized/1_20250406125801.png) 図 2. CSF2.0 機能に基づくインシデント対応ライフサイクルモデル ということを理解すると、次の図の考え方がよりわかりやすいかもです。。。 [![20260201-112216](https://maruyama-mitsuhiko.cocolog-nifty.com/security/images/20260201-112216.png "20260201-112216")](https://maruyama-mitsuhiko.cocolog-nifty.com/photos/uncategorized/20260201-112216.png) --- ● **まるちゃんの情報セキュリティ気まぐれ日記** **SP800-61関係...** **・** 2025.04.07 [**米国 NIST SP 800-61 Rev. 3 サイバーセキュリティリスク管理のためのインシデント対応に関する推奨事項および考慮事項:CSF 2.0 コミュニティプロファイル (2025.04.03)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/04/post-62d446.html) **AI関係は** **# [AI/Deep Learning](http://maruyama-mitsuhiko.cocolog-nifty.com/security/cat24253923/index.html)** **よりぬき...** ・2026.02.01 [**CSA 非人間アイデンティティとAIセキュリティの現状 (2026.01.26)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-ea2b7c.html) ・2026.01.31 [**欧州 ETSI EN 304 223 V2.1.1 (2025-12) 人工知能のセキュリティ確保 (SAI); AIモデル及びシステムに対する基本サイバーセキュリティ要件 (2026.01.15)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-43f296.html) ・2026.01.15 [**英国 ICO技術展望: エージェント型AI(Agentic AI)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-e09eba.html) ・2026.01.15 [**米国 NIST CAISI AIエージャントシステムのセキュリティ強化に関するRFI (2026.01.12)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-e944fb.html) ・2026.01.10 [**英国 データとAIの倫理フレームワークの改訂 (2025.12.18)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-5487da.html) ・2026.01.07 [**米国 CSET AIによる被害のメカニズム - AIインシデントから得た教訓 (2025.10)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-9c0a2c.html) ・2026.01.06 [**米国 CSET AIガイダンスの調和 - 自主標準とベストプラクティスを統一的枠組みに集約する (2025.09)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/01/post-7f3908.html) ・2025.12.28 [**総務省 パブコメ「AIのセキュリティ確保のための技術的対策に係るガイドライン」(案) (2025.12.25)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/12/post-822b40.html) ・2025.12.26 [**米国 NIST IR 8596(初期ドラフト)人工知能向けサイバーセキュリティ枠組みプロファイル(Cyber AI Profile):NISTコミュニティプロファイル (2025.12.16)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/12/post-b761e2.html) ・2025.12.05 [**米国 NIST AI 700-2 AIのリスクと影響の評価(ARIA) ARIA 0.1:パイロット評価報告書 (2025.11.17)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/12/post-854145.html) ・2025.11.14 [**欧州 EDPS AIシステムのリスクマネジメントのためのガイダンス (2025.11.11)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/11/post-c1db43.html) ・2025.11.13 [**OpenID Japan 「Identity Management for Agentic AI」の翻訳版公開 (2025.11.09)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/11/post-a4b605.html) ・2025.11.11 [**欧州 欧州委員会 AI生成コンテンツの表示・ラベル付けに関する行動規範の策定作業を開始 (2025.11.05)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/11/post-ab56d0.html) ・2025.10.28 [**オーストラリア AI導入ガイダンス (2025.10.21) と AIポリシーガイドとテンプレート (2025.10.02) など**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/10/post-02bd12.html) ・2025.10.26 [**信頼できるAIになるためにはAIの連続性(一貫性)が保証されないとダメなんでしょうね...**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/10/post-49d520.html) ・2025.10.26 [**Pew 世界中の人々は、日常生活におけるAIの台頭についてどう感じているのか?(2025.10.15)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/10/post-ef4bc1.html) ・2025.09.24 [**OWASP AI成熟度アセスメント (2025.08.11)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/09/post-3d1e85.html) ・2025.09.17 [**内閣府 人工知能戦略本部(第1回)AI法に基づく適正性確保に関する指針(案)の概要他... (2025.09.12)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/09/post-1f8a41.html) ・2025.08.19 [**米国 NIST AI システムのセキュリティ確保のためのコントロールオーバーレイのコンセプトペーパー**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/08/post-7d9617.html) ・2025.08.18 [**IPA AISI AIシステムのセキュリティ 既知の攻撃とその影響についてのガイド (2025.07.09)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/08/post-ac0f7e.html) ・2025.08.13 [**G7 人工知能のためのソフトウェア部品表に関する G7 の共通ビジョン (2025.06.12)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/08/post-79b9d6.html) ・2025.08.11 [**葬送のフリーレンの魔族とAI**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/08/post-f435c2.html) ・2025.07.31 [**欧州委員会 AI法における汎用AIモデル提供者の義務範囲に関するガイドライン(2025.07.18)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/07/post-4d0d50.html) ・2025.07.28 [**中国 AIグローバルガバナンス行動計画(2025.07.26)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/07/post-9503ef.html) ・2025.07.27 [**フランス CNIL AIシステムの開発:(2025.07.22)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/07/post-ca5b05.html) ・2025.07.25 [**米国 ホワイトハウス AI行動計画(2025.07.23)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/07/post-3417d8.html) ・2025.07.25 [**欧州委員会 汎用 AI 実践規範 (2025.07.10)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/07/post-4590ae.html) ・2025.06.21 [**監査(評価)はどんどん自動化される? CSAのAIをつかった妥当性確認 (Valid-AI-ted) (2025.06.09)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/06/post-b9faf0.html) ・2025.05.21 [**米国 MIT AIリスク・レポジトリー Ver.3(2025.03.26)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/05/post-c28039.html) ・2025.04.18 [**米国 AI政策戦略研究所(IAPS)AIエージェントのガバナンス: フィールドガイド (2025.04.17)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/04/post-c76de5.html) ・2025.04.12 [**CSA STAR for AI 関係...**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/04/post-67edfc.html) ・2025.04.02 [**AIセキュリティポータル (2025.03.26)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/04/post-bd43ed.html) ・2025.03.25 [**米国 NIST AI 100-2 E2025 敵対的機械学習:攻撃と緩和策の分類と用語**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/03/post-18875d.html) ・2025.02.19 [**英国 AI Safety Institute(AI安全機構)からAI Security Institute(AIセキュリティ機構)へ (2025.02.14)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-483147.html) ・2025.02.19 [**英国 ANSI フロンティアAIの安全性にセーフティケースをどのように役立てるか? (2025.02.10)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-c4c233.html) ・2025.02.18 [**英国 AISI セーフガード評価の原則 - 誤用セーフガードを評価するための基本原則の提言 (2025.02.04)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-13d5ba.html) ・2025.02.12 [**英国 英国政府のためのAIプレイブック(2025.02.10)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-7be329.html) ・2025.02.08 [**欧州委員会 規則(EU)2024/1689(AI法)が定める人工知能の禁止行為に関する欧州委員会ガイドライン**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-e4a66f.html) ・2025.02.03 [**些細だが累積するバイアス**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-6a333b.html) ・2025.02.03 [**英国 AI安全報告書 2025**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/02/post-dd3bb2.html) ・2025.01.29 [**ドイツ BSI 生成的AIモデルV2.0 (2025.01.21)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/01/post-87c1b6.html) ・2025.01.24 [**ASEAN AIのガバナンスと倫理に関する拡張ASEANガイド - 生成的AI (2025.01.17)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/01/post-cd8d0a.html) ・2025.01.21 [**米国 トランプ大統領が大統領令14110 人工知能の安全、安心、信頼できる開発と利用を含む67の大統領令と11の覚書を撤回する大統領令を出しましたね...(2025.01.20)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/01/post-a33508.html) ・2025.01.19 [**米国 NIST AI 800-1(第2ドラフト)デュアルユースの基盤モデルの悪用リスクの管理 (2025.01.15)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/01/post-1cc594.html) ・2025.01.10 [**米国 連邦取引委員会 ブログ AIと消費者被害のリスク**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/01/post-329507.html) ・2025.01.08 [**列国議会同盟 議会におけるAIのガイドライン (2024.12.12)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2025/01/post-871b59.html) ・2024.12.31 [**欧州法研究所 AI法におけるAIシステムの定義の適用に関するガイドライン:三要素アプローチに関するELIの提案 (2024.12.12)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-a0d4b5.html) ・2024.12.18 [**ブラジル 国家データ保護局 生成的AIについての一般向け説明 (2024.11.29)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-374a33.html) ・2024.12.17 [**英国 ICO 生成的AIに関するコンサルテーションに対する情報コミッショナー事務局の回答:生成的AIの開発者たちよ、あなたたちが人々の情報をどのように使っているのか伝える時だ(2024.12.12)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-79c1b1.html) ・2024.12.16 [**シンガポール金融管理局 人工知能(AI)モデル・リスクマネジメント (2024.12.05)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-9e0040.html) ・2024.12.15 [**生成的AIについてふと思ったこと...金持ちはより金持ちに...**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-ad111d.html) ・2024.12.06 [**欧州委員会 AI法における汎用AIモデル - Q&A (2024.11.20)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-1413f8.html) ・2024.12.04 [**欧州評議会 AIシステムの人権への影響を評価する新しいツールを発表 (2024.12.02)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/12/post-b7413f.html) ・2024.12.01 [**欧州委員会 公共機関のAI導入に関する2つの報告書「どのような要因が公的管理者によるAI導入の認知に影響を与えるか?」「公共部門におけるAIのためのコンピテンシーとガバナンス慣行」 (2024.11.25)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/11/post-6f37c3.html) ・2024.12.01 [**備忘録 論文 法人としてのAI:過去、パターン、展望**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/11/post-f70402.html) ・2024.11.29 [**米国 AI安全研究所 安全保障等に関わる政府タスクフォースの設立、AI安全機構国際ネットワークの設立総会で初代議長に、NIST AI 100-4の発表 (2024.11.20)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/11/post-b18c8a.html) ・2024.11.27 [**英国 国防省 JSP 936 V1.1 防衛における信頼できる人工知能(パート1: 指令) (2024.11.13)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/11/post-4a12c8.html) ・2024.11.23 [**CSA AIリスクマネジメント: 規制の枠を超えて考える**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/11/post-7d5c86.html) ・2024.11.05 [**OECD AIの影響を最も受ける労働者は誰か?**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/11/post-336b56.html) ・2024.10.28 [**シンガポール サイバーセキュリティ局 AIシステムのセキュリティ確保に関するガイドラインとコンパニオンガイド (2024.10.15)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-003a52.html) ・2024.10.28 [**米国 ホワイトハウス 人工知能(AI)に関する国家安全保障覚書 (NSM) と 国家安全保障におけるAIガバナンスとリスクマネジメントを前進させる枠組み(2024.10.24)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-a3363b.html) ・2024.10.26 [**米国 ホワイトハウス 「人工知能における米国のリーダーシップの推進、国家安全保障上の目標を達成するための人工知能の活用、人工知能の安全性、セキュリティ、信頼性の育成に関する覚書」と「国家安全保障におけるガバナンスとリスクマネジメントを推進する枠組み」**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-6ad701.html) ・2024.10.18 [**オランダ AI利用ガイド (2024.10.16)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-9c2b2e.html) ・2024.10.17 [**IPA AIセーフティ・インスティテュート AIセーフティに関するレッドチーミング手法ガイド (2024.09.25)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-271ca8.html) ・2024.10.07 [**米国 NIST CSWP 31 重要AIシステムのための代理妥当性確認と検証;代理設計プロセス (2024.09.26)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-2624ad.html) ・2024.10.05 [**CSA-JC AI ワーキンググループ AIレジリエンス:AIの安全性に関する革命的なベンチマークモデル (2024.09.20) +過去分も...**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/10/post-98a6da.html) ・2024.09.24 [**欧州 EUROPOL AIと警察業務 - 法執行機関における人工知能の利点と課題**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/09/post-2b0e85.html) ・2024.09.22 [**中国 AI安全ガバナンスフレームワーク(V1.0) (2024.09.09)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/09/post-ca1d62.html) ・2024.09.21 [**IPA AIセーフティ・インスティテュート AIセーフティに関する評価観点ガイド (2024.09.18)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/09/post-c8bef7.html) ・2024.08.12 [**ドイツ BSI AIシステムの透明性に関する白書 (2024.08.05)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/08/post-946222.html) ・2024.08.11 [**オランダ AI影響アセスメント (2023.03.02)**](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2024/08/post-9a50ed.html) それ以外にもあるけど。。。 | [Permalink](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/02/post-9e9269.html) [« 個人情報保護委員会 不正アクセス発生時のフォレンジック調査の有効活用に向けた着眼点 (2026.01.16)](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/02/post-cabe13.html) | [Main](http://maruyama-mitsuhiko.cocolog-nifty.com/security/) [« 個人情報保護委員会 不正アクセス発生時のフォレンジック調査の有効活用に向けた着眼点 (2026.01.16)](http://maruyama-mitsuhiko.cocolog-nifty.com/security/2026/02/post-cabe13.html) | [Main](http://maruyama-mitsuhiko.cocolog-nifty.com/security/)