> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/lucy-wiki-de/anleitungen/kurzanleitungen/erstellen-sie-ihre-erste-kampagne/whitelistung.md).

# Whitelistung

<details>

<summary>Was ist Whitelisting?</summary>

Beim Whitelisting werden bestimmte IP-Adressen zugelassen, sodass sie die Verteidigungssysteme eines Unternehmens umgehen können, um erfolgreiche Phishing-Simulationen und Awareness-Schulungen zu gewährleisten. Dazu müssen die IP des Lucy-Servers und die Absenderdomäne(n) zu den vertrauenswürdigen Quellen in E-Mail-Gateways, Antiviren-Software und Web-Proxys hinzugefügt werden, damit die simulierten Phishing-E-Mails nicht blockiert oder als Spam markiert werden.

</details>

> Das Hauptziel eines Security-Awareness-Programms ist es, das Bewusstsein der Empfänger zu bewerten, nicht die Stärke Ihrer Netzwerkverteidigung. Stellen Sie sicher, dass Ihre Verteidigungssysteme Datenverkehr von Ihrem Lucy-Server zulassen, damit er nicht blockiert wird.

{% hint style="info" %}
Nachfolgend finden Sie Kurzanleitungen für **Microsoft 365 (O365)** und **Google Workspace**. Weitere detaillierte Informationen finden Sie in unseren[ erweiterten Whitelisting-Anleitungen.](/lucy-wiki-de/anleitungen/einen-lucy-server-auf-die-whitelist-setzen.md)
{% endhint %}

**Google Workspace:**

1. Melden Sie sich an bei `admin.google.com` und navigieren Sie zu „Apps“ -> „Google Workspace“ -> „Gmail“.
2. Fügen Sie unter „Spam, Phishing und Malware“ die Lucy-IPv4 zu „E-Mail-Zulassungsliste“ hinzu und speichern Sie.
3. Gehen Sie im selben Menü zu „Inbound Gateway“. Fügen Sie die Lucy-IPv4 hinzu, aktivieren Sie „Message Tagging“, fügen Sie ein Symbol-Set in das Feld „Regular Expression“ ein, wählen Sie „Gmail-Spam-Bewertung für E-Mails von diesem Gateway deaktivieren“ aus und speichern Sie.

   <figure><img src="/files/c146edf18754860ba9108bf67abf9881cf258d53" alt="" width="360"><figcaption></figcaption></figure>

**Microsoft 365 (O365):**

1. Öffnen Sie das Microsoft 365 Defender-Portal -> `security.microsoft.com`
2. Gehen Sie zu E-Mail & Zusammenarbeit > Richtlinien & Regeln > Bedrohungsrichtlinien.
3. Klicken Sie unter Erweiterte Zustellung im Bereich Phishing-Simulation auf „Bearbeiten“, um die Sendedomäne, die IP von Lucy und die Simulations-URL hinzuzufügen.<br>

<figure><img src="/files/8e776b8fc3b0ae8521a2df6b0c5b3605b8fac11f" alt="" width="375"><figcaption></figcaption></figure>

<br>


---

# 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://wiki.lucysecurity.com/lucy-wiki-de/anleitungen/kurzanleitungen/erstellen-sie-ihre-erste-kampagne/whitelistung.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.
