> 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_04_domain.md).

# lilica\_04\_domain

### Challenge overview

Lilica ran a personal website linked from her social media account @twilight\_lilica. Your task is to determine when the domain name of her personal website was registered in YYYY/MM/DD format.

Flag format:

```
SWIMMER{YYYY/MM/DD}
```

***

### Initial assumptions

From lilica’s social media activity, she linked to a domain that appears to be a personal portfolio or profile site: twilight-lilica.com.

To determine the registration date, a domain WHOIS lookup (not IP WHOIS) needed to be performed. Domain WHOIS information typically includes creation/registration dates, which satisfy the challenge requirement.

***

### Investigation process

1. I located lilica’s personal website link from her social media account:

```
https://twilight-lilica.com/
```

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

2. I visited the site and confirmed it appeared to be associated with lilica (portfolio/profile).

   ![](/files/8YxDGzv2GsvNYCsG9XG8)
3. I performed a domain WHOIS lookup for twilight-lilica.com. Reliable domain WHOIS sources display the creation (registration) date of the domain.
4. The WHOIS results showed the following key information:

* Domain: twilight-lilica.com
* Registered On: 2025-10-05
* Updated On: 2025-10-05
* Expires On: 2026-10-05
* Registrar: GMO Internet Group, Inc. d/b/a Onamae.com
* Name servers: ns1.value-domain.com, ns2.value-domain.com

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

This confirmed that the domain was originally registered on 2025/10/05.

***

### Key findings

* The domain twilight-lilica.com is directly linked from lilica’s social profile.
* A WHOIS lookup revealed that the domain was registered on 2025/10/05.
* The registration data is publicly available and lawfully retrievable via WHOIS.

***

### Final flag / answer

```
SWIMMER{2025/10/05}
```

***

### Notes & takeaways

* Domain WHOIS is the authoritative source for domain registration dates, unlike IP WHOIS which provides hosting provider details (not applicable for domain creation dates).
* It’s important to differentiate between domain creation (what the challenge asks) and hosting records (which may show server providers but not domain age).
* The WHOIS record showed privacy protection for contact details, but the registration date was still visible, which fulfills the objective.


---

# 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_04_domain.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.
