> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/security-features-for-referral-programs.md).

# 紹介プログラム向けセキュリティ機能

不正防止は、紹介プログラムを持つすべての企業にとって考慮すべき事項です。必ず、誰かがシステムを試そうとします。悪意ある行為者の意図を変えることはできませんが、不正行為を最小限に抑えるようにプログラムを設計することはできます。標準の Advocate セキュリティ機能と優れたプログラム設計を組み合わせることで、不正行為がもたらすリスクを最小化できます。

#### 組み込みのセキュリティ機能を使用する

<details>

<summary>不正保護をオンにする</summary>

お使いの Advocate プログラムには、任意で使用できる自動の Fraud Protection 機能があり、メールドメインや特定の参加者、IP アドレスのブロックなどの手動操作と組み合わせて、不正行為の影響を軽減できます。Fraud Protection をオンにすると、すべての紹介にさまざまなリスク要因に基づく不正スコアが割り当てられます。紹介は、その不正スコアに基づいて承認、拒否、または保留状態にされ、手動で確認できます。不正保護がどのように [Fraud Protection](/brand/ja/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/advocate-fraud-protection-explained.md) 機能するか。

</details>

<details>

<summary>メールドメインをブロックする</summary>

紹介された友だちのメールアドレスを、使い捨ておよび一時的なメールドメインとして知られている広範な一覧と自動的に照合します。さらに、impact.com のアカウント設定からドメインを手動でブロックすることもできます。詳細は、当社の [ブロックされたメールドメイン](/brand/ja/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/block-an-email-domain-for-advocate.md) の記事をご覧ください。

</details>

<details>

<summary>参加者と IP アドレスをブロックする</summary>

参加者のブロックにはいくつかの方法があります：

* 参加者の紹介コードを無効にして、紹介を成功させることを防げます。参加者がそのコードを使おうとすると、404 Not Found メッセージが表示されるか、または行った紹介に対するアトリビューションクレジットを得られません。
* 個別の IP アドレスまたは IP アドレスの範囲は、impact.com のアカウント設定でブロックできます。
* 参加者の所在地情報の送信を含むようにデータ共有設定を構成している場合は、特定の国の参加者もブロックできます。

</details>

#### 不正防止を念頭に置いてプログラムを設計する

紹介プログラムでよくある不正の形のひとつは、報酬を得るために同じ人が自分自身を何度も紹介しようとすることです。アドボケイトと紹介された友だちの両方に報酬を与える双方向の報酬を提供するプログラムは、この種の不正に特に狙われやすくなります。幸い、慎重に設計すれば、こうしたシステムの悪用を狙った試みの影響を最小限に抑えられます。について詳しく [不正対策を施した紹介プログラムの設計](/brand/ja/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/design-a-fraud-proof-referral-program.md).


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/protect-your-advocate-program/security-features-for-referral-programs.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.
