diff --git a/i18n/ja/basics/common-threats.md b/i18n/ja/basics/common-threats.md
index 34ddda98..3dd4774b 100644
--- a/i18n/ja/basics/common-threats.md
+++ b/i18n/ja/basics/common-threats.md
@@ -6,50 +6,50 @@ description: 脅威モデルは個々人によりますが、このサイトの
一般的にいえば、推奨するものは多くの人に当てはまる[脅威](threat-modeling.md)や目標に分類することができます。 ==この可能性のうち、どれも心配していないかもしれませんし、一つ、2つ以上、もしくは全てに関心があるかもしれませんが、==使うツールやサービスは目標によります。 このカテゴリ以外の脅威に関心があるかもしれませんが、問題ありません! 重要なのは、選んだツールの利点と欠点を理解することです。なぜならすべての脅威から保護するようなものは実際ないからです。
-:material-incognito: **Anonymity**
+:material-incognito:**匿名性**
:
-Shielding your online activity from your real identity, protecting you from people who are trying to uncover *your* identity specifically.
+オンライン上の活動を実際の身元から保護し、*あなたの*身元を特定しようとする人から守ります。
-:material-target-account: **Targeted Attacks**
+:material-target-account:**標的型攻撃**
:
-Being protected from hackers or other malicious actors who are trying to gain access to *your* data or devices specifically.
+*あなたの*データやデバイスを対象にアクセスしようとするハッカーや悪意のある者から守ります。
-:material-package-variant-closed-remove: **Supply Chain Attacks**
+:material-package-variant-closed-remove:**サプライチェーン攻撃**
:
-Typically, a form of :material-target-account: Targeted Attack that centers around a vulnerability or exploit introduced into otherwise good software either directly or through a dependency from a third party.
+典型的な:material-target-account:標的型攻撃の一つで、正常なソフトウェアに直接もしくはサードパーティの依存関係の脆弱性やエクスプトイトを伝って行われる攻撃です。
-:material-bug-outline: **Passive Attacks**
+:material-bug-outline:**パッシブ攻撃**
:
-Being protected from things like malware, data breaches, and other attacks that are made against many people at once.
+マルウェア、データ漏洩など一度に多数の人を対象に行われる攻撃から守ります。
-:material-server-network: **Service Providers**
+:material-server-network:**サービスプロバイダー**
:
-Protecting your data from service providers (e.g. with E2EE, which renders your data unreadable to the server).
+サービスの提供者からデータを守ります(例えば、エンドツーエンド暗号化によって、サーバーでデータを読み取ることができなくなります)。
-:material-eye-outline: **Mass Surveillance**
+:material-eye-outline:**監視社会**
:
-Protection from government agencies, organizations, websites, and services which work together to track your activities.
+政府の機関・組織・ウェブサイトや活動を追跡することに協力するサービスから守ります。
-:material-account-cash: **Surveillance Capitalism**
+:material-account-cash:**監視資本主義**
:
-Protecting yourself from big advertising networks, like Google and Facebook, as well as a myriad of other third-party data collectors.
+GoogleやFacebookのような巨大な広告ネットワークやその他多数のサードパーティのデータ収集者から守ります。
-:material-account-search: **Public Exposure**
+:material-account-search:**秘密の暴露**
:
-Limiting the information about you that is accessible online—to search engines or the public.
+検索エンジンに対し、もしくは一般公開されている、オンライン上の情報へのアクセスに制限します。
-:material-close-outline: **Censorship**
+:material-close-outline:**検閲**
:
-Avoiding censored access to information or being censored yourself when speaking online.
+オンライン上で発言する際、情報や自身に対する検閲を避けます。
Some of these threats may be more important to you than others, depending on your specific concerns. For example, a software developer with access to valuable or critical data may be primarily concerned with :material-package-variant-closed-remove: Supply Chain Attacks and :material-target-account: Targeted Attacks. They will likely still want to protect their personal data from being swept up in :material-eye-outline: Mass Surveillance programs. Similarly, many people may be primarily concerned with :material-account-search: Public Exposure of their personal data, but they should still be wary of security-focused issues, such as :material-bug-outline: Passive Attacks—like malware affecting their devices.