# Remotely Administered Evil 1 and 2

#### link to file:&#x20;

```
file: https://tinyurl.com/y4z72k5o
Password: hacktober
```

### Remotely Administered Evil 1:&#x20;

#### Briefing:&#x20;

```
What is the name of the executable in the malicious url? Submit the filename as the flag: flag{virus.bad}.
```

Simply opening it up in wireshark, we can see the flag-&#x20;

![](/files/-MKHlYeAmRjtrUWvar3i)

`flag{solut.exe}`&#x20;

### Remotely Administered Evil 2:&#x20;

#### Briefing:&#x20;

```
What MYDDNS domain is used for the post-infection traffic in RATPack.pcap?
Use the file from Remotely Administrated Evil.
```

All you need to do here is filter for `dns` traffic. Because there weren't too many packets, I spotted the flag almost immediately and didn't have to filter further.&#x20;

![](/files/-MKHmBYyZVN4zPNEPvHD)

`flag{solution.myddns.me}`&#x20;


---

# 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://crypt0nite.gitbook.io/writeups/ctfs/hacktoberctf/traffic-analysis/remotely-administered-evil-1-and-2.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.
