Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
老害フォレンジッカーはAI羊の夢を見るか?
Search
tadmaddad
August 07, 2026
Technology
120
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
老害フォレンジッカーはAI羊の夢を見るか?
AIの悪用が現実化しつつある中、デジタルフォレンジックの観点からAI Artifactの調査可能性を紹介したLT資料です。
tadmaddad
August 07, 2026
Other Decks in Technology
See All in Technology
[ChatGPT Work LT]事務作業が苦手な人のための バックオフィスの「半」自動化
chimaki_iot
0
210
取引先から届く 「セキュリティチェックシート」の読み解き方
kamadamakoto
0
120
plamo-3-translateの開発
pfn
PRO
0
280
トヨタ⽣産⽅式(TPS)⼊⾨
recruitengineers
PRO
1
490
Pavlokで始める電撃駆動開発
sgrsn
0
170
攻撃と防御で学ぶAI時代のプロダクトセキュリティ演習
recruitengineers
PRO
1
430
PLaMo 3.0 Primeの事後学習
pfn
PRO
0
270
MIRU 2026 チュートリアル
keisuke198619
0
830
【CEDEC2026】『Relink』を拡張せよ - 『GRANBLUE FANTASY: Relink - Endless Ragnarok』の開発速度と品質を守るCI運用
cygames
PRO
0
130
TypeScript入門 2026
recruitengineers
PRO
1
360
AIは実装を速くする。では、私たちは何を今作るべきか?-立場を越えてリリースに向き合ったチーム開発の実践 / 20260801 Hiromi Nakaya and Naoki Takahashi
shift_evolve
PRO
3
400
ブラウザ研修 2026
recruitengineers
PRO
3
570
Featured
See All Featured
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
570
How STYLIGHT went responsive
nonsquared
100
6.2k
Claude Code のすすめ
schroneko
67
230k
Darren the Foodie - Storyboard
khoart
PRO
3
3.5k
Six Lessons from altMBA
skipperchong
29
4.4k
Leo the Paperboy
mayatellez
8
2.1k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
3k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Color Theory Basics | Prateek | Gurzu
gurzu
0
410
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.3k
SEO for Brand Visibility & Recognition
aleyda
0
4.7k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
760
Transcript
老害フォレンジッカーは AI羊の夢を見るか? 既に悪用が始まっているAI、その痕跡を誰が追うのか @tadmaddad
既に悪用が始まっているAI Everyone uses AI. Who investigates it?
AI時代のインシデント対応は変わるのか? - Hugging Face侵害(2026) - <攻撃側> • GPT-5.6 Sol •
Pre-release Model • 数万回規模の自動アクション ↓ <調査側> • 17,000+ Events • AIによるフォレンジック分析 • GLM-5.2(Open Weight) 出典:Hugging Face - “Anatomy of a frontier-lab agent intrusion” (2026)
もし、 うちのAIが やらかしたら? Who prompted it? What did it do?
Where is the evidence? どのアーティファクトを調べますか?
AIも結局、Artifactを残す Browser History Local Storage Local Endpoint Prefetch AI Platform
AI Artifact Amcache history.jsonl Network .claude paste - cache Enterprise Systems … Generated Content
AI Agent Artifact 例 ※ 例は、Claude Codeのプロンプト履歴(%USERPROFILE%¥.claude¥history.jsonl)を再現したもの。
Claude Codeにおける「.claude」ディレクトリ構成 %USERPROFILE¥.claude history.jsonl すべてのプロンプト入力履歴 paste-cache / image-cache 大容量の貼り付けテキストや画像のキャッシュ file-history
変更前のファイルのバックアップ(スナップショット) ※上記は、調査に有用なアーティファクト例
history.jsonlの構造 履歴例(1) 通常の履歴 {"display":"TODOアプリを作ってください。 ", "pastedContents":{}, "timestamp":1768701527321, "project":"C:¥¥projectTODO", "sessionId":“b6f87447-97a9-4b1a-9629-134ca07a1b24"} ユーザが入力したプロンプト
プロンプト入力日時(UNIX Time) プロジェクトの作業パス プロジェクトのセッションID
history.jsonlの構造 履歴例(2) 文字列貼り付けがあった場合 ユーザが貼り付けを行った場合 {"display":"[Pasted text #1 +12 lines]", "pastedContents":{"1":
{"id":1,"type":"text","content":"ここには色々書かれているが上限が何バイトかは不明。"}}, "timestamp":1774254722391, "project":"C:¥¥projectTODO", ユーザが貼り付けた内容 "sessionId":"9f11122b-51c3-4b86-b297-82dcae1ca285"}
history.jsonlのファイル構造 履歴例(3) 制限を超えた文字列貼り付けがあった場合 ユーザが貼り付けを行った場合 {"display":"[Pasted text #1 +69 lines]", "pastedContents":{"1":
{"id":1,"type":"text","contentHash":"24a23645c705f34e"}}, "timestamp":1774256872304, "project":"C:¥¥"projectTODO” ユーザが貼り付けた内容が保存さ sessionId":"9f12121b-51c3-4b86-b287-82dcae1ca285"} れたファイル名(ハッシュ値) ※この例では、paste-cacheフォルダ配 下に<ハッシュ値>.txtが作成される。
file-historyのディレクトリ構成 %USERPROFILE¥.claude file-history history.jsonlのセッションIdと 紐づく 9f01121b-51c3-4b86-b197-82dcae1ca285 2a396e91647521de@v1 スナップショット 2a396e91647521de@v2
アーティファクト収集ツール Washizukami-Collectorでの収集 artifacts: - name: "Claude Code history.jsonl" category: "AI
Tools" target_path: '%USERPROFILE%¥.claude¥history.jsonl' method: NTFS - name: "Claude Code paste-cache" category: "AI Tools" target_path: '%USERPROFILE%¥.claude¥paste-cache¥*' method: NTFS - name: "Claude Code image-cache" category: "AI Tools" target_path: '%USERPROFILE%¥.claude¥image-cache¥*' method: NTFS - name: "Claude Code file-history" category: "AI Tools" target_path: '%USERPROFILE%¥.claude¥file-history¥*' method: NTFS Washizukami(鷲掴) は、Rust で実装された Windows 向けのファストフォレンジック証拠収集ツールです。 https://github.com/tadmaddad/Washizukami-Collector