> 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/angriffssimulationen/angriffstypen/koder.md).

# Köder

## Den Angriff verstehen

Ein Köder ist für sich genommen kein Angriff, aber die meisten Angriffstypen können in den Angriffseinstellungen mit einem Köder versehen werden. Köder bereiten die Ziele einer Phishing-Kampagne auf die Phishing-E-Mail vor, senken die Wachsamkeit des Benutzers und täuschen ihm vor, dass die E-Mail echt ist.

## Checkliste

* [x] [Eine Angriffsdomäne registrieren](/lucy-wiki-de/anleitungen/kurzanleitungen/erstellen-sie-ihre-erste-kampagne/registrieren-sie-eine-angriffs-domain.md)
* [x] Aktivieren Sie **Double-Barrel-Angriff** in den Angriffseinstellungen und eine Verzögerung festlegen
* [x] Eine Köder-E-Mail entwerfen (siehe unten)

## Köder-E-Mails

Aktivieren Sie zuerst die **Double-Barrel-Angriff** Einstellung, legen Sie eine Verzögerung fest und speichern Sie:

<figure><img src="/files/229afc587e92302f05fe8c03cd8e80f8a0616fa5" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Die Verzögerung wird in Sekunden angegeben, also sind 1800 Sekunden 30 Minuten zwischen dem Köder und dem Angriff.
{% endhint %}

Gehen Sie dann zum **Ködervorlage** Registerkarte und erstellen Sie eine Köder-E-Mail:

<figure><img src="/files/ea7baf6ec028221d7e349cc7830f9de0603ea9c7" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Sie sind nun bereit, Köder in Ihrer Kampagne zu verwenden.
{% endhint %}


---

# 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/angriffssimulationen/angriffstypen/koder.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.
