> 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/guides/quick-guides/create-your-first-campaign/register-an-attack-domain.md).

# Register an Attack Domain

<details>

<summary>Why do you need to register an Attack Domain?</summary>

Registering an attack domain serves two key purposes:

1. Enables creating domains resembling the targeted organization, enhancing realism (e.g., "mirconsoft.com" instead of "microsoft.com").
2. Prevents blacklisting of the Lucy system domain, safeguarding your server and ensuring effective future campaigns.

</details>

Configuring an attack domain in Lucy is simplified with our GoDaddy API integration, which automatically sets up DNS records for email sending and landing page hosting.

{% hint style="info" %}
Navigate to **Settings -> Common System Settings -> Domains**
{% endhint %}

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

Select "Register"\
\
Enter the modified "spoofed" domain you would like to use and check whether it is available for registration. When the check is complete you will be taken to the registration page.

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

{% hint style="warning" %}
Provide a valid email address for WHOIS validation, domain expiration alerts, and DNS management access. Ensure accurate details when registering your domain as it is linked to your organization.
{% endhint %}

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

{% hint style="info" %}
After registering your domain, the automatic DNS configuration typically completes within minutes. However, in very rare cases, it may take 4 to 8 hours for all DNS servers to fully propagate.
{% 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/guides/quick-guides/create-your-first-campaign/register-an-attack-domain.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.
