0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【TryHackMe】Sakura Room:Walkthrough

0
Posted at

概要

TryHackMe「Sakura Room」のWalkthroughです。

Task1

Q1.Are you ready to begin?

A.Let's Go!

Task2

Q1.What username does the attacker go by?

リンクにアクセスすると、Webページが攻撃者によって改ざんされていると分かります。

image.png

ソースコードのファイルパスから、SakuraSnowAngelAikoというユーザー名の攻撃者であることが推測できます。

image.png

A.SakuraSnowAngelAiko

Task3

Q1.What is the full email address used by the attacker?

SakuraSnowAngelAikoで検索すると、GitHubのページが見つかりました。

PGPというリポジトリがり、リポジトリ名からEmailに関係がありそうです。

リポジトリをクローンし、publickeyを確認するとメールアドレスが判明しました。

$ gpg publickey                                           
gpg: WARNING: no command supplied.  Trying to guess what you mean ...
pub   rsa3072 2021-01-23 [SC] [expired: 2023-01-22]
      A6519F273BF88E9126B0F4C5ECDD0FD294110450
uid           SakuraSnowAngel83@protonmail.com
sub   rsa3072 2021-01-23 [E] [expired: 2023-01-22]

A.SakuraSnowAngel83@￰protonmail.com

Q2.What is the attacker's full real name?

SakuraSnowAngelAikoで検索すると、LinkedInの情報が見つかりました。

image.png

A.Aiko Abe

Task4

Q1.What cryptocurrency does the attacker own a cryptocurrency wallet for?

SakuraSnowAngelAikoのリポジトリ一覧を見ると、Ethereumbitcoinに関するリポジトリが多いので、そこから推測できます。

image.png

A.Ethereum

Q2.What is the attacker's cryptocurrency wallet address?

ETHというリポジトリに注目します。

gitのコミット履歴を見ると、Ethereumのアドレスが記載されていました。

$ git log -p
commit d507757d5d2208d0124783a8a670239ce19b806c (HEAD -> main, origin/main, origin/HEAD)
Author: sakurasnowangel <77871458+sakurasnowangel@users.noreply.github.com>
Date:   Sat Jan 23 12:45:39 2021 -0800

    Update miningscript

diff --git a/miningscript b/miningscript
index 8f653cc..ac483bc 100644
--- a/miningscript
+++ b/miningscript
@@ -1 +1 @@
-stratum://0xa102397dbeeBeFD8cD2F73A89122fCdB53abB6ef.Aiko:pswd@eu1.ethermine.org:4444
+stratum://ethwallet.workerid:password@miningpool:port

commit 5d83f7bb37c2048bb5b9eb29bb95ec1603c40135
Author: sakurasnowangel <77871458+sakurasnowangel@users.noreply.github.com>
Date:   Sat Jan 23 12:44:57 2021 -0800

    Create miningscript

diff --git a/miningscript b/miningscript
new file mode 100644
index 0000000..8f653cc
--- /dev/null
+++ b/miningscript
@@ -0,0 +1 @@
+stratum://0xa102397dbeeBeFD8cD2F73A89122fCdB53abB6ef.Aiko:pswd@eu1.ethermine.org:4444

A.0xa102397dbeeBeFD8cD2F73A89122fCdB53abB6ef

Q3.What mining pool did the attacker receive payments from on January 23, 2021 UTC?

取引履歴を見られるサイトでアドレスを検索します。

履歴からマイニングプールを確認できました。

image.png

A.Ethermine

Q4.What other cryptocurrency did the attacker exchange with using their cryptocurrency wallet?

一部の取引履歴にTetherがあることを確認できました。

スクリーンショット 2025-09-21 225449.png

A.Tether

Task5

Q1.What is the attacker's current Twitter handle?

SakuraSnowAngelAikoで検索すると、Twitterのアカウントが見つかりました

TwritterのユーザーIDを得られました。

image.png

A.SakuraLoverAiko

Q2.What is the BSSID for the attacker's Home WiFi?

TwitterでSSIDに関するポストがされています。

DeepPasteというTorサイトを利用できるようですが、既にサイトが閉鎖されているので、Writeupを参考に進めます。

DeepPasteを利用すると、SSIDがDK1F-Gだと判明するようです。

WiGLEというサイトでSSIDを基に検索します。

WiGLEのAdvanced Searchを利用し、SSIDで検索するとNetIDが分かりました。

image.png

A.84:AF:EC:34:FC:F8

Task6

Q1.What airport is closest to the location the attacker shared a photo from prior to getting on their flight?

Twitterでのツイートを見ると、下記のツイートが見つかりました。

投稿されていた写真を画像検索にかけると、いくつかヒットしました。

image.png

バージニア州にあるLong Bridge Parkという場所の写真だと分かりました。

image.png

Long Bridge Park近くの空港を探すと、ロナルド・レーガン・ワシントン・ナショナル空港だと分かりました。

image.png

A.DCA

Q2.What airport did the attacker have their last layover in?

続いてラウンジのツイートを発見しました。

画像検索にかけると、羽田空港のラウンジだと分かりました。

image.png

A.HND

Q3.What lake can be seen in the map shared by the attacker as they were on their final flight home?

続いて書きツイートが見つかりました。
左に佐渡島が見えているので、福島あたりだと推測できます。

Google Mapで調べると、猪苗代湖だと分かりました。

image.png

A.Lake Inawashiro

Q4.What city does the attacker likely consider "home"?

DeepPasteで調べると、HIROSAKI_FREE_Wi−Fiということが分かるようです。

A.Hirosaki

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?