> For the complete documentation index, see [llms.txt](https://coky-t.gitbook.io/owasp-mastg-ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coky-t.gitbook.io/owasp-mastg-ja/tekunikku/techniques.md).

# テクニック一覧

## Generic

* [MASTG-TECH-0047](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0047.md) リバースエンジニアリング (Reverse Engineering)
* [MASTG-TECH-0048](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0048.md) 静的解析 (Static Analysis)
* [MASTG-TECH-0049](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0049.md) 動的解析 (Dynamic Analysis)
* [MASTG-TECH-0050](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0050.md) バイナリ解析 (Binary Analysis)
* [MASTG-TECH-0051](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0051.md) 改竄と実行時計装 (Tampering and Runtime Instrumentation)
* [MASTG-TECH-0071](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0071.md) 文字列の取得 (Retrieving Strings)
* [MASTG-TECH-0119](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0119.md) アプリケーション層でネットワーク API をフックして HTTP トラフィックを傍受する (Intercepting HTTP Traffic by Hooking Network APIs at the Application Layer)
* [MASTG-TECH-0120](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0120.md) 傍受プロキシを使用して HTTP トラフィックを傍受する (Intercepting HTTP Traffic Using an Interception Proxy)
* [MASTG-TECH-0121](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0121.md) 傍受プロキシを使用して非 HTTP トラフィックを傍受する (Intercepting Non-HTTP Traffic Using an Interception Proxy)
* [MASTG-TECH-0122](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0122.md) 受動的な盗聴 (Passive Eavesdropping)
* [MASTG-TECH-0123](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0123.md) ARP スプーフィングによる MITM ポジションを獲得する (Achieving a MITM Position via ARP Spoofing)
* [MASTG-TECH-0124](/owasp-mastg-ja/tekunikku/techniques/generic/mastg-tech-0124.md) 不正アクセスポイントを使用して MITM ポジションを獲得する (Achieving a MITM Position Using a Rogue Access Point)

## Android

* [MASTG-TECH-0004](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0004.md) アプリの再パッケージ化 (Repackaging Apps)
* [MASTG-TECH-0006](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0006.md) インストール済みアプリの一覧 (Listing Installed Apps)
* [MASTG-TECH-0009](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0009.md) システムログの監視 (Monitoring System Logs)
* [MASTG-TECH-0013](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0013.md) Android アプリのリバースエンジニアリング (Reverse Engineering Android Apps)
* [MASTG-TECH-0014](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0014.md) Android での静的解析 (Static Analysis on Android)
* [MASTG-TECH-0015](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0015.md) Android での動的解析 (Dynamic Analysis on Android)
* [MASTG-TECH-0016](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0016.md) コードを Smali へ逆アセンブル (Disassembling Code to Smali)
* [MASTG-TECH-0019](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0019.md) 文字列の取得 (Retrieving Strings)
* [MASTG-TECH-0020](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0020.md) 相互参照の取得 (Retrieving Cross References)
* [MASTG-TECH-0021](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0021.md) 情報収集 - API の使用 (Information Gathering - API Usage)
* [MASTG-TECH-0022](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0022.md) 情報収集 - ネットワーク通信 (Information Gathering - Network Communication)
* [MASTG-TECH-0025](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0025.md) 自動静的解析 (Automated Static Analysis)
* [MASTG-TECH-0026](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0026.md) 非ルート化デバイスでの動的解析 (Dynamic Analysis on Non-Rooted Devices)
* [MASTG-TECH-0027](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0027.md) オープンファイルの取得 (Get Open Files)
* [MASTG-TECH-0028](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0028.md) オープンコネクションの取得 (Get Open Connections)
* [MASTG-TECH-0029](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0029.md) ロードされたネイティブライブラリの取得 (Get Loaded Native Libraries)
* [MASTG-TECH-0030](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0030.md) サンドボックス検査 (Sandbox Inspection)
* [MASTG-TECH-0033](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0033.md) メソッドトレース (Method Tracing)
* [MASTG-TECH-0035](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0035.md) JNI トレース (JNI Tracing)
* [MASTG-TECH-0036](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0036.md) エミュレーションベースの解析 (Emulation-based Analysis)
* [MASTG-TECH-0039](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0039.md) 再パッケージ化と再署名 (Repackaging & Re-Signing)
* [MASTG-TECH-0040](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0040.md) デバッガを待機 (Waiting for the Debugger)
* [MASTG-TECH-0042](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0042.md) ロードされたクラスとメソッドを動的に取得 (Getting Loaded Classes and Methods Dynamically)
* [MASTG-TECH-0115](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0115.md) コンパイラが提供するセキュリティ機能の取得 (Obtaining Compiler-Provided Security Features)
* [MASTG-TECH-0116](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0116.md) APK 署名に関する情報の取得 (Obtaining Information about the APK Signature)
* [MASTG-TECH-0117](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0117.md) AndroidManifest から情報の取得 (Obtaining Information from the AndroidManifest)
* [MASTG-TECH-0126](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0126.md) アプリパーミッションの取得 (Obtaining App Permissions)
* [MASTG-TECH-0127](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0127.md) アプリのバックアップデータの検査 (Inspecting an App's Backup Data)
* [MASTG-TECH-0128](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0128.md) アプリデータのバックアップと復元の実行 (Performing a Backup and Restore of App Data)
* [MASTG-TECH-0129](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0129.md) 実行時に Android の依存関係を検証する (Verifying Android Dependencies at Runtime)
* [MASTG-TECH-0130](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0130.md) SBOM を作成することによる Android の依存関係のソフトウェアコンポジション解析 (Software Composition Analysis (SCA) of Android Dependencies by Creating a SBOM)
* [MASTG-TECH-0141](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0141.md) マージされた AndroidManifest の検査 (Inspecting the Merged AndroidManifest)
* [MASTG-TECH-0142](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0142.md) WebView ストレージの検査 (Inspecting WebView Storage)
* [MASTG-TECH-0143](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0143.md) WebView でのファイルシステム操作の監視 (Monitor File System Operations in WebViews)
* [MASTG-TECH-0145](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0145.md) XAPK ファイルの扱い (Working with XAPK Files)
* [MASTG-TECH-0148](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0148.md) Android コンテンツプロバイダとのやり取り (Interacting with Android ContentProviders)
* [MASTG-TECH-0159](/owasp-mastg-ja/tekunikku/techniques/android/mastg-tech-0159.md) ファイルベースのコンテンツプロバイダの使用の検証 (Verify Usage of File-Based Content Providers)

## iOS

* [MASTG-TECH-0055](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0055.md) 再パッケージ化したアプリをデバッグモードで起動する (Launching a Repackaged App in Debug Mode)
* [MASTG-TECH-0057](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0057.md) インストール済みアプリの一覧表示 (Listing Installed Apps)
* [MASTG-TECH-0060](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0060.md) システムログの監視 (Monitoring System Logs)
* [MASTG-TECH-0062](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0062.md) 基本的なネットワークモニタリング/スニッフィング (Basic Network Monitoring/Sniffing)
* [MASTG-TECH-0065](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0065.md) iOS アプリのリバースエンジニアリング (Reverse Engineering iOS Apps)
* [MASTG-TECH-0066](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0066.md) iOS での静的解析 (Static Analysis on iOS)
* [MASTG-TECH-0067](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0067.md) iOS での動的解析 (Dynamic Analysis on iOS)
* [MASTG-TECH-0068](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0068.md) ネイティブコードの逆アセンブル (Disassembling Native Code)
* [MASTG-TECH-0069](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0069.md) ネイティブコードの逆コンパイル (Decompiling Native Code)
* [MASTG-TECH-0072](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0072.md) 相互参照の取得 (Retrieving Cross References)
* [MASTG-TECH-0073](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0073.md) 情報収集 - API 使用 (Information Gathering - API Usage)
* [MASTG-TECH-0074](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0074.md) 情報収集 - ネットワーク通信 (Information Gathering - Network Communication)
* [MASTG-TECH-0075](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0075.md) 逆コンパイルされた Objective-C と Swift コードのレビュー (Reviewing Decompiled Objective-C and Swift Code)
* [MASTG-TECH-0078](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0078.md) 自動静的解析 (Automated Static Analysis)
* [MASTG-TECH-0080](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0080.md) オープンファイルの取得 (Get Open Files)
* [MASTG-TECH-0081](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0081.md) オープンコネクションの取得 (Get Open Connections)
* [MASTG-TECH-0083](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0083.md) TBD
* [MASTG-TECH-0085](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0085.md) 実行トレース (Execution Tracing)
* [MASTG-TECH-0086](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0086.md) メソッドトレース (Method Tracing)
* [MASTG-TECH-0087](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0087.md) ネイティブコードトレース (Native Code Tracing)
* [MASTG-TECH-0091](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0091.md) ライブラリを IPA 内に手作業で注入する (Injecting Libraries into an IPA Manually)
* [MASTG-TECH-0093](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0093.md) デバッガを待機 (Waiting for the debugger)
* [MASTG-TECH-0094](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0094.md) ロードされたクラスとメソッドを動的に取得 (Getting Loaded Classes and Methods dynamically)
* [MASTG-TECH-0098](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0098.md) React Native アプリのパッチ適用 (Patching React Native Apps)
* [MASTG-TECH-0112](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0112.md) コード署名フォーマットバージョンの取得 (Obtaining the Code Signature Format Version)
* [MASTG-TECH-0113](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0113.md) デバッグシンボルの取得 (Obtaining Debugging Symbols)
* [MASTG-TECH-0114](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0114.md) シンボルのデマングリング (Demangling Symbols)
* [MASTG-TECH-0118](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0118.md) コンパイラが提供するセキュリティ機能の取得 (Obtaining Compiler-Provided Security Features)
* [MASTG-TECH-0132](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0132.md) SBOM を作成することによる iOS 依存関係のソフトウェアコンポジション分析 (SCA) (Software Composition Analysis (SCA) of iOS Dependencies by Creating a SBOM)
* [MASTG-TECH-0135](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0135.md) 生体認証のバイパス (Bypassing Biometric Authentication)
* [MASTG-TECH-0138](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0138.md) Plist ファイルを JSON に変換する (Convert Plist Files to JSON)
* [MASTG-TECH-0139](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0139.md) WKWebView にアタッチする (Attach to WKWebView)
* [MASTG-TECH-0146](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0146.md) 非脱獄デバイスでの動的解析 (Dynamic Analysis on Non-Jailbroken Devices)
* [MASTG-TECH-0152](/owasp-mastg-ja/tekunikku/techniques/ios/mastg-tech-0152.md) 脱獄検出のバイパス (Bypassing Jailbreak Detection)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://coky-t.gitbook.io/owasp-mastg-ja/tekunikku/techniques.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
