Rating:
## Solution Steps
* Use any of the following dig, nslookup, or host commands to search the DNS records of www.jerseyctf.com:
* dig www.jerseyctf.com txt
* dig -t txt www.jerseyctf.com +short
* host -t txt www.jerseyctf.com
* nslookup -type=txt www.jerseyctf.com
* Flag: `jctf{hop_OFF_TIKTOK_and_GET_s0me_SUN_OUTSID3!}`
## Knowledge and/or Tools Needed
* [MITRE ATT&CK® Technique T1590.002 - Gather Victim Network Information: DNS](https://attack.mitre.org/techniques/T1590/002/)