Rating:

Network Admin :: Q1
=================

Challenge Prompt
--------

> The network admin is busy today, from the pcap, figure out the following questions.
>
> What is the network admin’s name?

-------------------

__For these challenges, three files were supplied: [`NET_ADMIN.pcapng`](../NET_ADMIN.pcapng), [`NET_ADMIN2.pcapng`](../NET_ADMIN2.pcapng), and [`Net_admin_Diagram.png`](../Net_admin_Diagram.png)__

Peyton was the one that solved this challenge. In the second [pcap] file, [`NET_ADMIN2.pcapng`](../NET_ADMIN2.pcapng), you can see a lot of connections with a `Password:` string, along with the text `joe` preceding it. Based on a guess, we assumed `joe` was the "name of the network admin".

__Flag: `joe`__

[pcap]: https://en.wikipedia.org/wiki/Pcap
[PCAP]: https://en.wikipedia.org/wiki/Pcap
[CyberSEED]: https://www.csi.uconn.edu/cybersecurity-week/
[RTL-SDR]: https://www.rtl-sdr.com/
[System76]: https://system76.com/
[PCAP]: [pcap]: https://en.wikipedia.org/wiki/Pcap

Original writeup (https://github.com/USCGA/cyberseed_2017/tree/master/capture_the_flag/network_admin/q1).