Bypassing BlackMatter Anti-Debug With x64dbg [Patreon Unlocked]

Sdílet
Vložit
  • čas přidán 4. 01. 2022
  • In this tutorial we demonstrate how to bypass the anti-debug checks in BlackMatter ransomware with x64dbg. Expand for more...
    -----
    OALABS DISCORD
    / discord
    OALABS PATREON
    / oalabs
    OALABS GITHUB
    github.com/OALabs
    UNPACME - AUTOMATED MALWARE UNPACKING
    www.unpac.me/#/
    -----
    BlackMatter sample:
    malshare.com/sample.php?actio...

Komentáře • 32

  • @surajsawant6469
    @surajsawant6469 Před 2 lety +3

    this is amazing... nice work. thanks for sharing.

  • @robbie2044
    @robbie2044 Před 2 lety +8

    Excellent video. A tip for those who want to "automate" the skip so you don't have to change the IP every time.
    Check the function out and if it is just calling NtSetInformationThread or some other anti-debug code and it doesn't contain important malware code (which it usually doesn't since it is isolated anti-debug function) you can simply NOP the whole call and skip over that check every time you restart the exe\dll in the debugger.

  • @pedrobarthacking
    @pedrobarthacking Před 11 dny +1

    Amazing content! Please do more videos Reverse engineering context! thank you.

  • @mytechnotalent
    @mytechnotalent Před 2 lety +1

    Brilliant as always!

  • @NoName-xg2gu
    @NoName-xg2gu Před 2 lety +1

    Thank you for this Good turtorial :)

  • @az2252
    @az2252 Před 2 lety +2

    I never thought about using graph view while using x64 lol
    As always, your vids are the best.

    • @OALABS
      @OALABS  Před 2 lety +1

      Thanks! Sometimes it's very useful to see see the control flow from another perspective.

  • @qweoiwjewiodc1954
    @qweoiwjewiodc1954 Před rokem +1

    Excellent video

  • @AbacateSexy
    @AbacateSexy Před 2 lety +2

    Thanks for making these videos free, I love them! Have u considered making a video analyzing the ransomware as a whole? D:

    • @OALABS
      @OALABS  Před 2 lety +1

      That's actually next up ... we have been laying the groundwork with the last few tutorials ;)

    • @AbacateSexy
      @AbacateSexy Před 2 lety

      @@OALABS Patreon only or u gonna make it public? :c

    • @OALABS
      @OALABS  Před 2 lety

      Live stream was recorded: czcams.com/video/0-pvdxtCwfE/video.html

    • @AbacateSexy
      @AbacateSexy Před 2 lety

      ​@@OALABS you are amazing!

  • @hannahprobably5765
    @hannahprobably5765 Před 2 lety +1

    features ! love them all 🚩❤

  • @_why_3881
    @_why_3881 Před 2 lety +1

    What would be the approach when the exe reproduces itself and its threads (like in process explore you can see 6times the same process)

    • @OALABS
      @OALABS  Před 2 lety +1

      That's a completely different topic ;) You may want to check out some of our process injection unpacking tutorials.

  • @lucasjulianlacognata6670
    @lucasjulianlacognata6670 Před 2 lety +2

    Thanks Teacher, have you considered writing a book about reversing?

    • @OALABS
      @OALABS  Před 2 lety +3

      No books, just live workshops and videos : )

  • @SilentGaming-SG
    @SilentGaming-SG Před 9 měsíci

    Can this method remove the x63dbg (32bit) virus???

  • @dmitriydibenko5529
    @dmitriydibenko5529 Před rokem +1

    Almost the same trick, as Enigma does to detach from the debugger. However, if I remember correctly, Enigma uses ZwSetInformationThread instead

  • @wittingsun7856
    @wittingsun7856 Před 24 dny

    Couldn't you have inserted a jump instead of the push 0?

  • @dmitriydibenko5529
    @dmitriydibenko5529 Před rokem +1

    May I ask you to make a video about Software Nanomites?)

  • @Sezdik
    @Sezdik Před 2 lety +2

    hello, is there someone sleeping while you record? there is background voice.. like snoring ... just sayn

    • @OALABS
      @OALABS  Před 2 lety +2

      Haha that's my bulldog Boris. If you check out our streams on Twitch you will see he sleeps beside my desk and has his own doggo cam

  • @atoma8921
    @atoma8921 Před rokem

    Where is the part II?

    • @OALABS
      @OALABS  Před rokem

      On our Patreon : ) www.patreon.com/posts/analyzing-anti-57443723

  • @nonskeetuser760
    @nonskeetuser760 Před 2 lety +1

    I think i want to marry this man