Data Repo Analysis

Objective #4

Retrieve the encrypted ZIP file from the North Pole Git repository. What is the password to open this file?

For hints on achieving this objective, please visit Wunorse Openslae and help him with Stall Mucking Report Cranberry Pi terminal challenge.

Wunorse Openslae

Trufflehog Talk hint from Wunorse Openslae
Brian Hostetler is giving a great Trufflehog talk upstairs


Trufflehog Tool hint from Wunorse Openslae
Trufflehog


Speaking of good ways to find credentials, have you heard of Trufflehog?
It's a cool way to dig through repositories for passwords, RSA keys, and more.
I mean, no one EVER uploads sensitive credentials to public repositories, right? But if they did, this would be a great tool for finding them.
But hey, listen to me ramble. If you're interested in Trufflehog, you should check out Brian Hostetler's talk!
Have you tried the entropy=True option when running Trufflehog? It is amazing how much deeper it will dig!

Let's install Trufflehog, clone the North Pole Git repository and run trufflehog on it.

pip install truffleHog
git clone https://git.kringlecastle.com/Upatree/santas_castle_automation
trufflehog ./santas_castle_automation

Relevant output:

~~~~~~~~~~~~~~~~~~~~~
Reason: High Entropy
Date: 2018-12-11 08:25:45
Hash: 7f46bd5f88d0d5ac9f68ef50bebb7c52cfa67442
Filepath: schematics/for_elf_eyes_only.md
Branch: origin/master
Commit: removing file
@@ -0,0 +1,15 @@
+Our Lead InfoSec Engineer Bushy Evergreen has been noticing an increase of brute force attacks in our logs. Furthermore, Albaster discovered and published a vulnerability with our password length at the last Hacker Conference.
+
+Bushy directed our elves to change the password used to lock down our sensitive files to something stronger. Good thing he caught it before those dastardly villians did!
+
+
+Hopefully this is the last time we have to change our password again until next Christmas.
+
+
+
+
+Password = 'Yippee-ki-yay'
+
+
+Change ID = '9ed54617547cfca783e0f81f8dc5c927e3d1e3'
+

~~~~~~~~~~~~~~~~~~~~~

Answer to this objective is Yippee-ki-yay.


Die Hard (1988): Yippee-Ki-Yay Scene