# FE02 - 100pts

## Briefing

> We're sure there's a flag at `cfta-fe02.allyourbases.co` - can you find it?

## Solution

1. The provided domain does not resolve to any server. Therefore, the flag must be somewhere in the DNS records. Note that a second version of the challenge does resolve to an IP address hosting a website.
2. The flag is in a TXT record. It can be found with `dig` like so: `dig TXT cfta-fe02.allyourbases.co` The TXT record has the value `flag=unlimited_free_texts`.
3. A public DNS service can be used instead of `dig` like [Google's public DNS](https://dns.google.com/query?name=cfta-fe02.allyourbases.co\&rr_type=TXT).

### Flag

`unlimited_free_texts`


---

# Agent Instructions: 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://ncs2021.haydenhousen.com/forensics/fe02.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.
