# OWASP Mobile Application Security Testing Guide ja

This is the unofficial Japanese translation of the [OWASP Mobile Application Security Testing Guide (MASTG)](https://github.com/OWASP/mastg).

**!!! Work In Progress !!!**

* Document Site - <https://coky-t.gitbook.io/owasp-mastg-ja/>
* Document Repository - <https://github.com/coky-t/owasp-mastg-ja>

### Originator

* MAS Official Site - <https://mas.owasp.org/>
* Project Site - <https://owasp.org/www-project-mobile-app-security/>
* Project Repository - <https://github.com/OWASP/www-project-mobile-app-security>
* Document Site - <https://mas.owasp.org/MASTG/>
* Document Repository - <https://github.com/OWASP/mastg>

## OWASP モバイルアプリケーションセキュリティテストガイド 日本語版

### はじめに

* [序文](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x01-foreword)
* [扉](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x02a-frontispiece)
* [OWASP MASVS と MASTG の採用](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x02b-masvs-mastg-adoption)
* [謝辞](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x02c-acknowledgements)
* [OWASP モバイルアプリケーションセキュリティプロジェクトの序文](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x03-overview)
* [MAS テストプロファイル](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x03b-testing-profiles)
* [さらに学ぶための資料](https://coky-t.gitbook.io/owasp-mastg-ja/owasp-mobairuapurikshonsekyurititesutogaido/0x09-suggested-reading)

### 総合テストガイド

* [モバイルアプリケーションの分類](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04a-mobile-app-taxonomy)
* [モバイルアプリケーションのセキュリティテスト](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04b-mobile-app-security-testing)
* [モバイルアプリの認証アーキテクチャ](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04e-testing-authentication-and-session-management)
* [ネットワーク通信のテスト](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04f-testing-network-communication)
* [モバイルアプリの暗号化](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04g-testing-cryptography)
* [コード品質のテスト](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04h-testing-code-quality)
* [改竄とリバースエンジニアリング](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04c-tampering-and-reverse-engineering)
* [ユーザープライバシー保護のテスト](https://coky-t.gitbook.io/owasp-mastg-ja/tesutogaido/0x04i-testing-user-privacy-protection)

### Android テストガイド

* [Android プラットフォーム概要](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05a-platform-overview)
* [Android セキュリティテスト入門](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05b-android-security-testing)
* [Android のデータストレージ](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05d-testing-data-storage)
* [Android の暗号化 API](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05e-testing-cryptography)
* [Android のローカル認証](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05f-testing-local-authentication)
* [Android のネットワーク通信](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05g-testing-network-communication)
* [Android のプラットフォーム API](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05h-testing-platform-interaction)
* [Android アプリのコード品質とビルド設定](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05i-testing-code-quality-and-build-settings)
* [Android のアンチリバース防御](https://coky-t.gitbook.io/owasp-mastg-ja/android-tesutogaido/0x05j-testing-resiliency-against-reverse-engineering)

### iOS テストガイド

* [iOS プラットフォーム概要](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06a-platform-overview)
* [iOS セキュリティテスト入門](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06b-ios-security-testing)
* [iOS のデータストレージ](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06d-testing-data-storage)
* [iOS の暗号化 API](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06e-testing-cryptography)
* [iOS のローカル認証](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06f-testing-local-authentication)
* [iOS のネットワーク通信](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06g-testing-network-communication)
* [iOS のプラットフォーム API](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06h-testing-platform-interaction)
* [iOS アプリのコード品質とビルド設定](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06i-testing-code-quality-and-build-settings)
* [iOS のアンチリバース防御](https://coky-t.gitbook.io/owasp-mastg-ja/ios-tesutogaido/0x06j-testing-resiliency-against-reverse-engineering)

### ベストプラクティス

* [ベストプラクティス一覧](https://coky-t.gitbook.io/owasp-mastg-ja/besutopurakutisu/best-practices)

### ナレッジ

* [ナレッジ一覧](https://coky-t.gitbook.io/owasp-mastg-ja/narejji/knowledge)

### テスト

* [テスト一覧](https://coky-t.gitbook.io/owasp-mastg-ja/tesuto/tests)
* [テスト一覧 (beta)](https://coky-t.gitbook.io/owasp-mastg-ja/tesuto/tests-beta)

### デモ

### テクニック

* [テクニック一覧](https://coky-t.gitbook.io/owasp-mastg-ja/tekunikku/techniques)

### ツール

* [ツール一覧](https://coky-t.gitbook.io/owasp-mastg-ja/tsru/tools)

### アプリ

* [アプリ一覧](https://coky-t.gitbook.io/owasp-mastg-ja/apuri/apps)

## License

[Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)

## Translator (Japanese)

[Koki Takeyama](https://github.com/coky-t)

* Document Site - <https://coky-t.gitbook.io/owasp-docs-ja/>
* Document Repository - <https://github.com/coky-t/owasp-docs-ja>


---

# Agent Instructions: 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:

```
GET https://coky-t.gitbook.io/owasp-mastg-ja/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
