Intro to Syscalls for Windows Malware

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

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

  • @Red4mber
    @Red4mber 7 месяцев назад +4

    Damn, that's by far the best explanation i've seen on the subject

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

    I was litterally lloking for syscall viedo on yt, but never found something i clearly understood, yt random recomended this viedo, and this is exactly what i need, excelent explanation really loved it, This chanel is worth subscribing

  • @alienJIZ1990
    @alienJIZ1990 7 месяцев назад +1

    Wow, excellent presentation! This topic/attack vector is not nearly covered enough. The space needs more people who understand this and you explained it extremely well

  • @user-ye7nd3oh4p
    @user-ye7nd3oh4p Месяц назад +2

    niceee

  • @eversinc33
    @eversinc33 Год назад +17

    I just wanna provide some additional info that I missed to give in the talk, but I feel that should be addressed:
    1) The Nt* and Zw* functions, which I call syscalls here, are technically just stdcall wrappers around the actual syscall instruction. The terminology is confusing and many people refer to them as syscalls, but technically they are just wrappers that enable the syscalls to easily be called from C/C++.
    2) When I refer to the usage of GetModuleHandle and GetProcAddress with Nt*/Zw* functions as being suspicious, that is also only partly true. Many legitimate programs, including standard windows binaries, use these calls with Nt*/Zw* functions. What might be suspicious here is the type of APIs you are importing, e.g. if those are known to be used for code injection, not the usage of GetProcAddress/GetModuleHandle itself.

  • @joyemoticon
    @joyemoticon Год назад +7

    Wow! I could not have asked for a better topic. Exactly what I was wanting to learn!

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

      Glad to hear this. Huge thanks to eversinc33

  • @halfbelf5923
    @halfbelf5923 Год назад +2

    Thank you for explaination. It was useful for me :) I'm coding on c# maybe 2-3 years and I decide to learn something new about malware etc. but only in this guide I found useful techniques.

  • @CyberCelt.
    @CyberCelt. Год назад +5

    This is a fantastic intro, thanks a lot

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

      Glad you enjoyed - all the credit to eversinc33!

  • @lovedoraemon2390
    @lovedoraemon2390 10 месяцев назад +1

    thanks, this is very clear to understand.

  • @rnrbeast
    @rnrbeast Год назад +2

    Very good explanations, thanks for sharing this

  • @detective5253
    @detective5253 Год назад +5

    great slide explaination out there. could you please focus more on the practical side? it's gonna be interesting if you dive deep into red team simulation tactics and malware development using C++ and C# for dealing with system calls if possible.

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

      Thanks for the encouraging words. We'll keep this in mind!

  • @yurim9917
    @yurim9917 Год назад +2

    👏👏👏

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

    Please make more vd for advanced techniques red team and pivoting and dev malware bypass EDR

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

      We'll keep this in mind for future content! Thanks for watching.

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

    the fact that any of this is possible says volumes about how bad design of modern OSes is. Both linux and windows are historical mistakes, evolving responsively to environment, without any intellectual guidance. There has to be a complete overhaul, a completely new OS: well documented, hackless, maintained by actually smart people.

    • @fordprefect8235
      @fordprefect8235 Месяц назад +3

      very bad take. if the os can do it, a user can do it. thats not changeable if you want a usable os. the only difference between "malware" and "goodware" is the intent.

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

    hey prelude, can you make video about making your own malware in c++ and testing it in virus total to get 0 detections😮😊

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

      Hey fake acount1 - we'll consider the request 😏

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

      @@Preludeorg ok.