Speeding up Linux Malware Analysis with Docker

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 29

  • @btruj2507
    @btruj2507 6 місяців тому +1

    Your delivery is very easy to understand, you have an innate way of simplifying or distilling concepts and actions to the essential. Thank you for this and other videos and please continue with cybersecurity topics and orhers.

  • @johnhoo6707
    @johnhoo6707 2 місяці тому

    This might be a beginner question, but I've heard about malwares capable of escaping sandboxes like VMs and docker containers. How do you identify malware with such capabilities? Because, obviously I'd prefer not to load maleware with such capabilities in a docker environment running on my host. And...how on earth do they work?
    Great video btw. Easy to follow and understand.

  • @PurpleTeamer
    @PurpleTeamer Рік тому

    Hi. Very Instructive.
    BTW, Do you have a similar method for windows malwares ?
    Thank you

  • @AvinashKumar-fe8xb
    @AvinashKumar-fe8xb 7 місяців тому

    take my kudos👍

  • @knewdist
    @knewdist 10 місяців тому

    You are Amazing!!!

  • @DailyDoseAnimu
    @DailyDoseAnimu Рік тому

    let's freaking go!

  • @firosiam7786
    @firosiam7786 Рік тому

    Can I take an already existing malware sample and change it like to my call back address and all

  • @NTxC
    @NTxC Рік тому

    Gotta try dynamic malware analysis on Linux. Have done it only on Windows so far.

  • @MazdaMiat
    @MazdaMiat Рік тому

    Based and Docker pilled

  • @erict.35
    @erict.35 2 місяці тому

    I can’t believe this high pitched sound is her voice.

  • @MikeHunt-rw4gf
    @MikeHunt-rw4gf Рік тому +1

    ALgorithm.

  • @Me.n_n
    @Me.n_n Рік тому

    Great ❤

  • @plato4ek
    @plato4ek 8 місяців тому

    Hi, Laurie! Is that really WinXP?

    • @Cerg1998
      @Cerg1998 6 місяців тому

      Clearly not - look at the edges of the windows and the icon for the Explorer. Besides, the browser used in the video is MS Edge.

  • @shemhamphoraschyhwh
    @shemhamphoraschyhwh Рік тому

    This is awesome, have any way to do this on macOS ?

    • @lauriewired
      @lauriewired  Рік тому +1

      Unfortunately there is not a great way of quickly spinning up mac environments inside Docker containers like this. There are containers that spin up full mac environments (sickcodes), but they use full QEMU underneath, which isn't nearly as light as say, a traditional linux container. You can still use virtual machines on mac device for dynamic analysis though

    • @shemhamphoraschyhwh
      @shemhamphoraschyhwh Рік тому

      ​@@lauriewiredyea i already use 😅

  • @FitzkeeLab
    @FitzkeeLab Рік тому

    Is this essentially the same as running chroot?

    • @lauriewired
      @lauriewired  Рік тому +1

      Similar but Docker offers a lot more isolation and extra features. chroot still shares system resources and the network stack

  • @matteyeux
    @matteyeux Рік тому

    Is aslr enabled in the container ?

    • @lauriewired
      @lauriewired  Рік тому

      It should be by default unless you have it disabled on the host since they share the kernel

  • @Weazel160R
    @Weazel160R Рік тому +2

    The biggest problem with this setup is that you're giving malware really a VERY limited environment. The basta ransomware was complaining about not finding the /volumes directory for example. I think you're better off doing dynamic analysis on a full VM which can be reverted to snapshot imvho.

    • @lauriewired
      @lauriewired  Рік тому +6

      The intention behind this setup is to offer an isolated, consistent, and easy-to-manage environment that can be easily reset.
      The use of Docker for malware analysis isn't intended to replace traditional dynamic analysis in a full VM environment. It's more of an additional tool in the arsenal that can be useful in certain scenarios.
      My next upcoming video is actually going to go into detail about how to get past that, and use the encryptor and decryptor :)

  • @ThiagoSTeixeir4
    @ThiagoSTeixeir4 Рік тому

    :3

  • @joshuampere4327
    @joshuampere4327 Рік тому +1

    second comment

  • @badalice7289
    @badalice7289 Рік тому

    FIRST AGAIN

  • @ephoenix7
    @ephoenix7 5 місяців тому

    Why are you still running windows xp?