> For the complete documentation index, see [llms.txt](https://lance-kenji.gitbook.io/me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lance-kenji.gitbook.io/me/swimmer-osint-ctf-2026-writeups/tgt_lilica/lilica_05_hosting.md).

# lilica\_05\_hosting

### Challenge overview

Lilica hosts a personal website using a third-party hosting service. The website itself is not violating any terms, but the objective is to identify the **abuse-reporting email address** of the hosting provider.

Flag format:

```
SWIMMER{EMAIL_ADDRESS}
```

**Warning**: Do not send emails to this address. The task is only to identify it via OSINT.

***

### Initial assumptions

* The website domain is `twilight-lilica.com`.
* The challenge focuses on the hosting service, not the domain registrar.
* Hosting service contact information can be retrieved via **IP address WHOIS lookup**.
* Only publicly available, legal sources will be used.

***

### Investigation process

1. I resolved the domain twilight-lilica.com to its IP address.
2. I performed a WHOIS lookup on the IP address using ARIN and RDAP services to retrieve hosting provider information.
3. The WHOIS output provided details of the hosting provider and included **abuse contact information**. Key details extracted:

```
Organization: Vultr Holdings, LLC
Abuse Email: abuse@vultr.com
```

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

4. This email is the canonical point of contact for reporting abuse for the hosting service, as required by the challenge.

***

### Key findings

* The hosting provider for twilight-lilica.com is Vultr Holdings, LLC.
* The publicly listed abuse-reporting email is **<abuse@vultr.com>**.
* This information is retrievable via lawful IP WHOIS lookup.

***

### Final flag / answer

```
SWIMMER{abuse@vultr.com}
```

***

### Notes & takeaways

* IP WHOIS provides hosting provider contact info, which is different from domain registrar WHOIS.
* The abuse email is intended only for reporting violations or issues; it should not be used casually.
* This demonstrates the value of **passive OSINT** in verifying infrastructure-related contacts without direct interaction with the target.


---

# 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:

```
GET https://lance-kenji.gitbook.io/me/swimmer-osint-ctf-2026-writeups/tgt_lilica/lilica_05_hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
