Dumping Processes with Volatility 3

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

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

  • @zomgninja
    @zomgninja 3 года назад +7

    Best videos for digital forensics on youtube. Creator should make a certification or something :P

  • @ElCyberWizard
    @ElCyberWizard 3 года назад +2

    Thank you so much for this content! I was struggling trying to find out how to dump processes with volatility 3. This helped!

  • @krithikaramakrishnan5595
    @krithikaramakrishnan5595 3 года назад +1

    Thank you so much. Wonderful explanation

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

    Excellent video! Thanks for sharing!

  • @randomname1229
    @randomname1229 3 года назад +1

    Solid video

  • @gandalf9526
    @gandalf9526 3 года назад +3

    Thank you Sir for the great content. I wanted to ask, are you intending on covering career paths for DFIR in your later videos?

    • @13Cubed
      @13Cubed  3 года назад +1

      That's a great idea. I will add it to my list.

  • @Jeff-ml9xg
    @Jeff-ml9xg 3 года назад +1

    Great video as always! Is there currently anyway to specify a directory to dump to, or is it only able to dump to the current working directory?

    • @13Cubed
      @13Cubed  3 года назад +2

      Not that I am aware... yet. With Volatility 2, with certain plugins you could specify a full path to dump something to with --dump-dir=/path/to/dump or -D=/path/to/dump, but Volatility 3 doesn't seem to have such an option with --dump in windows.pslist.

  • @diopibrahima
    @diopibrahima 3 года назад +2

    is that possible to have the memory image sample you used in this demo? thanks

    • @13Cubed
      @13Cubed  3 года назад +2

      Sure - it's based on the "Mini Memory CTF" episode, here: ruclips.net/video/JuEv8UleO0U/видео.html. The link to the sample is in the description.

    • @diopibrahima
      @diopibrahima 3 года назад +1

      @@13Cubed thanks a lot

  • @mohamed.k.mahmoud
    @mohamed.k.mahmoud 3 года назад +1

    Thank you for the great video. Could you please add a link to the sample memory dump so we can practice the process?

    • @13Cubed
      @13Cubed  3 года назад +1

      Check out the episodes entitled "Pulling Threads" and "Mini Memory CTF." Both of these have links to memory samples within the video's description.

    • @mohamed.k.mahmoud
      @mohamed.k.mahmoud 3 года назад

      @@13Cubed Thank you!

  • @matthewellis01
    @matthewellis01 3 года назад +1

    Am I being stupid? Can't find version 2.0 beta to install?

    • @13Cubed
      @13Cubed  3 года назад

      github.com/volatilityfoundation/volatility3

  • @МихайлоТуз
    @МихайлоТуз 10 месяцев назад

    Thanks for your video. But I have the next error "Error outputting file". What I have to do? Thanks in advance!

    • @13Cubed
      @13Cubed  10 месяцев назад

      Paste the full command line you ran, and the results.

    • @МихайлоТуз
      @МихайлоТуз 10 месяцев назад

      But when I want to dump the process by PID: 1992 - it works correctly and I get the executable file.

  • @sami9348
    @sami9348 3 года назад +1

    you're awesome, God bless you

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

    What if 804 is a PPID and when searching for PID 804 , I get a blank answer? Nothing?! What does that mean...!

    • @13Cubed
      @13Cubed  Год назад

      Not sure I'm following -- show me what command you are using, and what you are trying to accomplish.