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?

More than 5 years have passed since last update.

仙台CTF 2017 [Lab02] メモリフォレンジック 100

Posted at

問題

image.png

解いてみた

メモリファイルをダウンロードして、volatilityで解析します。
まずはimageinfoします。

image.png

先頭がWin7SP1x86_23418になってますが、問題文から2番目のWin7SP0x86が正しいと思われます。

connectionsかconnscanで通信見れるか確認したもののこのプロファイルには対応してませんでした。

image.png

netscanをしてみます。

image.png

大量に出てきましたが、いずれにせよグローバルIPへの通信はありませんでした。
が、iexplore.exeが通信している相手が全部192.168.100.50であることを考えると、192.168.100.50はプロキシのようなものなんじゃないかなと思いました。

192.168.100.50に通信しているiexplore.exe以外のプロセスはservices.exeがあったのでこのpidを入力すると正解でした。

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?