We received messages with dates of creation. Our channel was unsafe and along with correct messages we received ones with wrong timestamps - you need to filter them.
A tar.gz file is given.
Writeup
We started by looking inside some files too see if the content could help us
This is obviously an MD5 hash so we tried to do md5($filename) but returned nothing useful.
We noticed that some dates where in the future so we searched for a date in November 2016 hoping to find today (17-11-2016)
No luck, but wait! Yesterday was Wednesday not Tuesday_16_November_2016.txt
Now that we knew where was the error, we made a script to count the wrong filename
What??? 7937-7936=1 So there is only one legit filename! Let’s find it