Rating:

# Search (Misc - 40 Points, 542 solves)

> There's something about this domain... [search.icec.tf](http://search.icec.tf/), I don't see anything, but maybe its all about the conTEXT.

Solution
--------

This challenge had a massive hint, "conTEXT" or more specifically a TXT Record...

You can use many tools to look at TXT records, one of which is [MxToolbox](https://mxtoolbox.com/).

Simply query for the domain name and...

![](./txt_record.PNG)

BINGO!

Flag: 'IceCTF{flag5_all_0v3r_the_Plac3}'

Original writeup (https://github.com/TeamContagion/CTF-Write-Ups/blob/master/icectf-2016/Misc/Search).