Skip to content

非公式本サイトは非公式の日本語ドキュメントであり、Cloudflare 公式サイトではありません。最新情報はdevelopers.cloudflare.comをご確認ください。

4 - ユーザー管理検疫と管理者検疫

最終更新 Markdown で表示Agent セットアップ

このチュートリアルでは、SPAMSPOOF のメッセージをユーザー管理検疫に配信し、MALICIOUS のメッセージを管理者検疫に配信する方法を説明します。管理者検疫からメールを解放するには、管理者の操作が必要です。

検疫ポリシーを作成する

検疫ポリシー を作成するには:

  1. Microsoft 365 Defender コンソール を開きます。

  2. Email & collaboration > Policies & rules を開きます。

  3. Threat policies を選びます。

  4. RulesQuarantine policies を選びます。

  5. Add custom policy を選びます。

  6. Policy nameUserNotifyUserRelease にします。

  7. Next を選びます。

  8. Recipient message accessSet specific access (Advanced) を選び、次を設定します。

    • Select release action preferenceAllow recipients to release a message from quarantine を選びます。
    • Select additional actions recipients can take on quarantined messagesDeletePreview のチェックボックスをオンにします。
  9. Next を選びます。

  10. Quarantine notificationEnable を選びます。

  11. Next を選びます。

  12. 設定を確認し、Submit を選びます。

  13. Done を選びます。

  14. Add custom policy を選びます。

  15. Policy nameUserNotifyAdminRelease にします。

  16. Next を選びます。

  17. Recipient message accessSet specific access (Advanced) を選び、次を設定します。

    • Select release action preference のドロップダウンメニューから Allow recipients to request a message to be released from quarantine を選びます。
    • Select additional actions recipients can take on quarantined messagesDeletePreview のチェックボックスをオンにします。
  18. Next を選びます。

  19. Quarantine notificationEnable を選びます。

  20. Next を選びます。

  21. 設定を確認し、Submit を選びます。

  22. Done を選びます。

検疫通知を設定する

隔離通知を設定するには、次の手順を行います。

  1. Microsoft 365 Defender コンソール を開きます。

  2. Email & collaboration > Policies & rules を開きます。

  3. Threat policies を選択します。

  4. Rules の下で Quarantine policies を選択します。

  5. Global settings を選択します。

  6. 一番下までスクロールし、Send end-user spam notifications every (days) で希望の頻度を設定します。この値は日単位でのみ増やせます。

  7. Save を選択します。

迷惑メール対策ポリシーを設定する

迷惑メール対策ポリシーを設定するには:

  1. Microsoft 365 Defender コンソール を開きます。

  2. Email & collaboration > Policies & rules を開きます。

  3. Threat policies を選びます。

  4. PoliciesAnti-spam を選びます。

  5. Anti-spam inbound policy (Default) のテキストを選びます(チェックボックスは選びません)。

  6. Actions セクションで下にスクロールし、Edit actions を選びます。

  7. 次の条件とアクションを設定します(表示位置に応じて上下にスクロールしてください)。

    • Spam: Quarantine message
      • Select quarantine policy: UserNotifyUserRelease
    • High confidence spam: Quarantine message
      • Select quarantine policy: UserNotifyAdminRelease
    • Phishing: Quarantine message
      • Select quarantine policy: UserNotifyAdminRelease
    • High confidence phishing: Quarantine message
      • Select quarantine policy: UserNotifyAdminRelease
    • Retain spam in quarantine for this many days: デフォルトは 15 日です。Email security は 15〜30 日を推奨します。
  8. Save を選びます。

トランスポートルールを作成する

特定の disposition のメールを Email security に送るトランスポートルールを作成するには:

  1. 新しい Exchange admin center を開きます。

  2. Mail flow > Rules を開きます。

  3. Add a Rule > Create a new rule を選択します。

  4. 次のルール条件を設定します。

    • Name: `Email security User Quarantine Message`.
    • Apply this rule if: The message headers > includes any of these words.
      • Enter text: X-CFEmailSecurity-Disposition > Save.
      • Enter words: `UCE`, `SPOOF` > Add > Save.
    • Apply this rule if: + を選択して 2 つ目の条件を追加します。
    • And: The sender > IP address is in any of these ranges or exactly matches > Egress IPs のページに記載のエグレス IP を入力します。
    • Do the following - _Modify the message properties_ > _Set the Spam Confidence Level (SCL)_ > _5_.
  5. Next を選択します。

  6. この画面はデフォルト値のままで構いません。Next を選択します。

  7. 設定を確認し、Finish > Done を選択します。

  8. 作成したルール `Email security User Quarantine Message` を選択し、Enable を選びます。

  9. Add a Rule > Create a new rule を選択します。

  10. 次のルール条件を設定します。

    • Name: `Email security User Quarantine Message Admin Release`.
    • Apply this rule if: The message headers > includes any of these words.
      • Enter text: X-CFEmailSecurity-Disposition > Save.
      • Enter words: `MALICIOUS` > Add > Save.
    • Apply this rule if: + を選択して 2 つ目の条件を追加します。
    • And: The sender > IP address is in any of these ranges or exactly matches > Egress IPs のページに記載のエグレス IP を入力します。
    • Do the following: _Modify the message properties_ > _Set the Spam Confidence Level (SCL)_ > _9_.
  11. Next を選択します。

  12. この画面はデフォルト値のままで構いません。Next を選択します。

  13. 設定を確認し、Finish > Done を選択します。

  14. 作成したルール `Email security User Quarantine Message Admin Release` を選択し、Enable を選びます。

役に立ちましたか?