Rating:

# Who am I?

We're asked to find the A record for `tamuctf.com`. This is fairly simple. We can use `dig` for this.

```
$ dig tamuctf.com
```

![](https://raw.githubusercontent.com/shawnduong/ctf-writeups/master/2019-TAMU/images/Who-am-I-1.png)

Original writeup (https://github.com/shawnduong/ctf-writeups/blob/master/2019-TAMU/Misc/Who-am-I.md).