Linux memory forensics - memory capture with LiME and AVML

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 16

  • @BossManTee
    @BossManTee 2 года назад +2

    Which one do you prefer? Lime or AVML? Assuming if we want to dump a Linux server/client memory and not an android device?

    • @BlueMonkey4n6
      @BlueMonkey4n6  2 года назад

      I like AVML for it's simplicity. But because computer systems we would encounter in our line of work are never predictable, I always create a LiME executable as well just in case.
      Thanks for watching and please subscribe and like if you havent already done so.

  • @gamebrednupe7520
    @gamebrednupe7520 Год назад +1

    Great vid, would like to see it actually done through remote connection as in a real life scenario. How would you compile for a different system without direct access to insert a flash drive?

    • @BlueMonkey4n6
      @BlueMonkey4n6  Год назад +1

      excellent question! if you dont have physical access to the machine then the assumption is that you have the credentials to get remote access. You should not be compiling on the subject machine but rather on an exemplar machine which has the same version of OS as the target. Then you can transfer the compiled program to the subject machine via rcp/ftp/etc and then ssh in to do the extraction and pipe the output across the network to a collection machine.

    • @gamebrednupe7520
      @gamebrednupe7520 Год назад

      @@BlueMonkey4n6 thanks I was on the right track. I may have to demonstrate this soon for an upcoming audit

  • @minitorr8678
    @minitorr8678 2 года назад +2

    What program from both do you recommend the most to adquire memory dumps?

    • @BlueMonkey4n6
      @BlueMonkey4n6  2 года назад +1

      I would recommend BOTH. With computers, you never know what little nuances will cause one tool to fail so it's always good to have a backup plan. This is especially true with memory capture because memory changes constantly and you may only have one shot at getting what you want.
      Thanks for watching and please dont forget to subscribe and like if you havent already done so.

    • @minitorr8678
      @minitorr8678 2 года назад

      ​@@BlueMonkey4n6 Thanks a lot. Of course I will follow your videos. They are quite interesting.

  • @saadhassan417
    @saadhassan417 Год назад +1

    Make entering into different directory how did we solve this problem can you plz solve my problem by today i am very thankful to you.

    • @BlueMonkey4n6
      @BlueMonkey4n6  Год назад

      Not sure i understand the question. Are you saying that the “make” program is putting you into a different directory? I usually “cd” into the folder where the Makefile resides and then run “make” there as all the .c and .h files are there.

  • @nithinvincent619
    @nithinvincent619 Год назад +1

    Is it gonna work for kali linux mem aquisition

    • @BlueMonkey4n6
      @BlueMonkey4n6  Год назад

      If you are asking whether this will capture memory in a system running Kali, then the answer is yes

  • @shubhamxthakur_01
    @shubhamxthakur_01 2 месяца назад +1

    "make" command is not working it shows error 2 any solution please.

    • @BlueMonkey4n6
      @BlueMonkey4n6  2 месяца назад

      what exactly is the error from make?

  • @minibigfoot7271
    @minibigfoot7271 Год назад +1

    Please do an Android mobile phone memory analysis to identify Malware.

    • @BlueMonkey4n6
      @BlueMonkey4n6  Год назад

      Great suggestion, let me add it to the list of future videos