Okay guys,
This one has been bugging me for the past couple of hours. I read all the forum posts I could find, but none seemed right.
The heist was "short-circuited" a bit, because someone managed to reverse-DNS the trapped in darkness website. Here's how it _should_ have been done:
The DNA pictures show strands of DNA. Each strand has part of the message encoded. (FYI, DNA base pairs can have a G&C combination, or an A&T combination, but not eg: C&T, or G&T, etc) So we only need "half" of the DNA strand to work with (which is good, because DNA replicates by getting "unzipped" into two pieces, each a mirror image of each other). Okay.. enough about biology (a topic about which I know next to nothing). The "color-key" for this puzzle is in the 3D maze.
UPDATE: Here's the mapping of the DNA strands courtesy of <domestic> on IRC:
http://skitch.com/domestichna/rqqt/puri … yrimidines
Anyway, if we decode the DNA, we get:
Left strand:
ACG AGA GCC CCC CCG GAA GAT
Middle Strand:
ATT AAT AGC ATA GAC GAG
Right Strand:
GAT GCG AGG AAA AAC GAA AGC AGT
Look the amino acids up here:
http://www.cbs.dtu.dk/courses/27619/codon.html
and you get:
Left Strand:
ACG: T
AGA: R
GCC: A
CCC: P
CCG: P
GAA: E
GAT: D
Middle Strand:
ATT: I
AAT: N
AGC: S
ATA: I
GAC: D
GAG: E
Right Strand:
GAT: D
GCG: A
AGG: R
AAA: K
AAC: N
GAA: E
AGC: S
AGT: S
Cheers,
Wolf
In theory, theory and practice are the same, in practice, they are not.
If someone wants to clean this further, I added the missing letters
and divided it to sections of three for convenience.
Takes forever to do this and I've solved it so why bother :)
skitch .com/domestichna/rqqt/purines-and-pyrimidines
Indeed, it was one of the parts I skipped as it seemed to
a) have already been done
b) look like hard work :-)
Thanks for posting how easy it was, and a great explanantion
Hmmm. Interesting.
"trappedinsidedarkness dot com" shows up as a black website with a very faint picture of a maze called darkness.png
Kevsteelio - Armageddon is the Safeword
If someone wants to clean this further, I added the missing letters
and divided it to sections of three for convenience.
Takes forever to do this and I've solved it so why bother
skitch .com/domestichna/rqqt/purines-and-pyrimidines
Thanks for taking the time. It's very helpful when it comes to documenting it for the Wiki.
The one thing to note is that the center one goes not down but in the rotating order following the edge ... ribbons (not a biologist either, sorry).
One side the first 3 characters are "stop", so you use the other side.
Aym
Psyched to be back for MacHeist 4!
Retina MacBook Pro | iPad 2 | iPhone 4S
Thank you very much!!! I was worried I was going crazy when I couldn't figure that one out.
Join me in finding a CURE!!!
Relay For Life
The one thing to note is that the center one goes not down but in the rotating order following the edge ... ribbons (not a biologist either, sorry).
One side the first 3 characters are "stop", so you use the other side.
Aym
Yes. Exactly correct. The other two are spirals as well but without the double-helix they are easier to read. It was probably a design decision by the author of the puzzle to do only one double-helix in order to make things a little easier.
Speaking of the authors... A _big_ thank-you to everyone at MH that puts these puzzles together. I _HAD_ to solve this one, because I know someone(s) worked very hard to create it. It kind-of cheesed me off that everyone forgot about this puzzle in their quest to get to the loot first. On the other hand, it gave me the chance to be the first one to solve a puzzle. ![]()
Again. BIG thanks for all the work that goes into MH.
Cheers,
Wolf
In theory, theory and practice are the same, in practice, they are not.
@ptoal you totally rock, well done. Two things I was wondering though...
you reference "The "color-key" for this puzzle is in the 3D maze."
Not sure what you mean by this.
and reverse-DNS???!?!?! what, how, eh? if you have something to work on i.e. an ip, then why not just use the ip, instead of finding the URL, if you have no ip to go from, how do you work out thereis something to find (if that makes any sense?)
http://www.mooseworks.co.uk/
http://blog.alexgreen.co.uk/
http://www.alexgreen.co.uk/
The letters on the wall of the maze were in different colors (yellow, blue, etc.)
ETA: VERY COOL, btw!! I used to love DNA stuff when I was younger. Much younger...
Corrected image: img.skitch.com/20080108-rhp88pbewcs6muias1j8p6i274.jpg
Ah, I get it.
Couldn't get the plug-in to work as it was immediately after I installed it that Safari stopped responding and upon a warm shutdown, my HD had died!!! Sucks, off to the Applestore tonight to get things fixed. (hopefully)
still unsure as to what ip address was used to reverse dns lookup!
http://www.mooseworks.co.uk/
http://blog.alexgreen.co.uk/
http://www.alexgreen.co.uk/
@ptoal you totally rock, well done. Two things I was wondering though...
you reference "The "color-key" for this puzzle is in the 3D maze."
Not sure what you mean by this.
and reverse-DNS???!?!?! what, how, eh? if you have something to work on i.e. an ip, then why not just use the ip, instead of finding the URL, if you have no ip to go from, how do you work out thereis something to find (if that makes any sense?)
The colour key maps the DNA colours to their nucleotide letters. Eg: Red = A, Blue = T, etc.
The IP address thing is more complicated. The guys that "hacked" this heist used DomainTools.com Reverse-IP search. How you "hack" the heist is simple... Go to DomainTools Reverse IP lookup tool, and type in the ms-randd.com host name. DomainTools will give you this:
There are 6 domains hosted on this IP address.
Here are a few of them:
Ms-randd.com
Purinesandpyrimidines.com
Racksandballs.com
3 more...
If you have an account with them, or pay the fee, they will show you the other 3 domains that also have "A" records that point to the same server. I presume that the other web sites for this heist showed up, and this is how the DNA puzzle was cheated.
The other part of your question was: Why can't you just connect to the IP? The answer is that by using name-based VirtualHosts, you can host the web site for multiple domains on a single IP address. (eg: ms-randd.com, purinesandpyrimidines.com, racksandballs.com, etc are all on the same IP). The way the server knows which one to serve to you is by the URL that your browser sends with it's HTTP GET request. Thus, if you request http://ms-randd.com, you get site A, and if you request http://purinesandpyrimidines.com, you get site B, etc. There's _no_ way to ask the server for a "list" of all the domains it hosts. Normally, you can't tell what web sites are hosted on a single server. (In fact, hosting providers typically put dozens of customers on one IP address, and use name-based VirtualHosts to serve each one.). Thus, a tool like the Reverse IP tool was needed.
I'm sure this wasn't something the directorate knew about in advance. I certainly had no idea there was a company out there walking the entire distributed DNS database, from TLD on down, and caching it for this purpose. I presume this is what they do, since it seems to be the only way to do it that I can think of. It must be a massive database. Regardless, it's one more thing that the Directorate will have learned to take into consideration for future heists. :-)
Cheers,
Wolf
In theory, theory and practice are the same, in practice, they are not.
Speaking of the authors... A _big_ thank-you to everyone at MH that puts these puzzles together.
Hear hear!
And major kudos to you Wolf for the sweet summary. I was a little bummed that somebody used reverse-DNS and "short-circuited" this puzzle. Thank you very much for the great explanation of how you solve this puzzle!
Speaking of the authors... A _big_ thank-you to everyone at MH that puts these puzzles together. I _HAD_ to solve this one, because I know someone(s) worked very hard to create it. It kind-of cheesed me off that everyone forgot about this puzzle in their quest to get to the loot first. On the other hand, it gave me the chance to be the first one to solve a puzzle.
Again. BIG thanks for all the work that goes into MH.
Cheers,
Wolf
I agree. A great heist, though I couldn't do all of it. And thanks to you, Wolf, for solving that part of the heist. I was wondering how that part had been jumped through so fast. I never really saw an explanation, just the next website. Nice work.
Sometimes I feel so blue
It makes me twitter.
walked maze from left entrance on left picture till exit:
swordsofthetelevisiongeneration
h++p://swordsofthetelevisiongeneration.com shows something interesting...or nothing ![]()
gotcha!
here we need to download plugin...I think for Safari...I have Firefox & Windows ((
h++p://swordsofthetelevisiongeneration.com/a_plugin.zip
my guesstures:
then go to trappedinsidedarkness.com and there u will see the image...or code...
or simply refresh page of swordsofthetelevisiongeneration.com and you will see something...
report please the results ![]()
walked maze from left entrance on left picture till exit:
swordsofthetelevisiongenerationh++p://swordsofthetelevisiongeneration.com shows something interesting...or nothing
gotcha!
here we need to download plugin...I think for Safari...I have Firefox & Windows ((
h++p://swordsofthetelevisiongeneration.com/a_plugin.zipmy guesstures:
then go to trappedinsidedarkness.com and there u will see the image...or code...
or simply refresh page of swordsofthetelevisiongeneration.com and you will see something...report please the results
Perhaps you should read back a few pages... this has already been covered. Also, check the Wiki.
h__p://thegardenofforkingpaths.com/maze.jpg
+
if we read the phrase from mysterious pdf via numbers we get:
"and Balls of Bats Racks for Pinions with"any ideas?
I think we need to solve maze...by walking through - we will get instructions what to do...
Sorry folks, this isn't the thread for the whole mission spoiler. I created this thread specifically to address the fact that one of the puzzles had been skipped over, and I wanted people to get the _real_ answer, not the crap that was in the mission spoiler thread about feeding the DNA into some online web decoding tool.
If you need help with the other parts of the mission, please look at the other thread here: http://www.macheist.com/forums/viewtopic.php?id=6435 or try the wiki.
Thanks,
Wolf
In theory, theory and practice are the same, in practice, they are not.