> For the complete documentation index, see [llms.txt](https://crypt0nite.gitbook.io/writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crypt0nite.gitbook.io/writeups/ctfs/hacktoberctf/traffic-analysis/remotely-administered-evil-1-and-2.md).

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