How Hackers Exploit Vulnerable Drivers

Sdílet
Vložit
  • čas přidán 4. 10. 2023
  • jh.live/maldevacademy || Learn to develop modern malware and more BYOVD techniques with Maldev Academy! For a limited time you can use code 'HAMMOND10' to save 10%: jh.live/maldevacademy
    Free Cybersecurity Education and Ethical Hacking
    🔥CZcams ALGORITHM ➡ Like, Comment, & Subscribe!
    🙏SUPPORT THE CHANNEL ➡ jh.live/patreon
    🤝 SPONSOR THE CHANNEL ➡ jh.live/sponsor
    🌎FOLLOW ME EVERYWHERE ➡ jh.live/discord ↔ jh.live/twitter ↔ jh.live/linkedin ↔ jh.live/instagram ↔ jh.live/tiktok
    💥 SEND ME MALWARE ➡ jh.live/malware

Komentáře • 108

  • @diveallz1044
    @diveallz1044 Před 9 měsíci +14

    One of my favorite topics so glad to see you do some deep dives on it love the content man

  • @R3v0ult
    @R3v0ult Před 9 měsíci +1

    Nice video, John!

  • @nepzraaz
    @nepzraaz Před 9 měsíci +1

    Great content John

  • @ReverseSec
    @ReverseSec Před 9 měsíci

    Finally Was Waiting For This Video

  • @J0R1AN
    @J0R1AN Před 9 měsíci +1

    I just got an ad with John at the start and thought the video had already started lmao

  • @JassonCordones
    @JassonCordones Před 9 měsíci

    This is scary. Great video !

  • @Gray3ther
    @Gray3ther Před 9 měsíci

    Thanx for sharing John...sweeeet shirt!!

  • @timvw01
    @timvw01 Před 9 měsíci +1

    Funny seeing an ad before this video with you in it 😂

  • @nicoladellino8124
    @nicoladellino8124 Před měsícem

    So impressive, THX bro.

  • @stephencole9289
    @stephencole9289 Před 9 měsíci +6

    Note - The interesting stuff (loading the driver etc) needs to be done as admin. However the driver etc then allows you to do things that even having admin wouldnt be possible or easy.

    • @ytg6663
      @ytg6663 Před 9 měsíci

      How would attacker get privilege escalation in first place??

    • @TbM
      @TbM Před 9 měsíci

      @@ytg6663 There are different aproaches, most users are simply dumb and will click on "yes" if the system asks for it...

    • @testuser1235
      @testuser1235 Před 8 měsíci

      @@ytg6663 Cause windows already uses a lot of drivers and often these have vulnerabilites.

    • @CyberZyro
      @CyberZyro Před 7 měsíci

      @@ytg6663 @stephencole9289
      actually this method is first and mostly used by game hackers for bypassing kernel level anticheats by loading their cheats or anticheat bypass mechanisms on kernel level, i didnt saw it being used or exploited by a threat actor in the post exploitation phase after "gaining initial access to victim systems", so yeah you can say that the whole point of this hack is just to get some ring 0 access on systems to do other shenanegans (though u can use it as a post expllitation tool to do some other shit as well)

    • @breadcraft3605
      @breadcraft3605 Před 2 měsíci

      @@ytg6663 hmmm.. the user doing it

  • @weaselwhistle5330
    @weaselwhistle5330 Před 9 měsíci

    Professor, if I don't understand this course where I do have to start?
    Could you give me advice from basic step? I have empty brain in IT area.

  • @kipchickensout
    @kipchickensout Před 9 měsíci

    Didn't expect to see good ol' UC in the video

  • @RonyMarcolino
    @RonyMarcolino Před 9 měsíci

    Nice video!

  • @honestsniping1
    @honestsniping1 Před 9 měsíci +2

    But wouldn't you see the executed comands at 22:10 in an EDR under the msmpeng process tree? Or will comands executed on a kernel level not be visible on an EDR?

    • @nero2k619
      @nero2k619 Před 9 měsíci +3

      This video doesn't test against EDR only against AV. If you try to inject into EDR then this would still work and you would successully be injected into EDR process but it will also trigger an alert and create events because EDRs also use kernel drivers for monitoring and protection of its own user mode process. The proper approach would be removing EDRs callbacks before trying to inject the payload because in the kernel you are a lot more exposed then in user space in regards to visiblity.

    • @nero2k619
      @nero2k619 Před 9 měsíci +3

      Also, the driver is the only component here that runs in the kernel. The injected shellcode runs in user space and not it the kernel.

  • @bonganijele9770
    @bonganijele9770 Před 9 měsíci

    Unbelievable tool I've never seen

  • @finnymarigold5898
    @finnymarigold5898 Před 9 měsíci +2

    Anyone else get the synk ctf ad from the prevideo ads?

  • @fritsonpetitfrere9038
    @fritsonpetitfrere9038 Před 6 měsíci

    Where do I get one of those shirts?

  • @tacolover619
    @tacolover619 Před 9 měsíci +3

    Would have liked to see the network and security event logs when you ran commands after the system was vulnerable.

  • @stollenjack6699
    @stollenjack6699 Před 9 měsíci

    Thanks you

  • @SALTINBANK
    @SALTINBANK Před 9 měsíci +1

    Great job but be cool to have all your sources

  • @LoloisKali
    @LoloisKali Před 9 měsíci

    Nice shirt john hammond

  • @aliakbar307
    @aliakbar307 Před 9 měsíci

    Hi, thanks for the great video. I have a question.
    How the shellcode is decrypted and which component will decrypt it?

    • @tanvorn9323
      @tanvorn9323 Před 9 měsíci

      The encrypted shellcode basically decrypts itself during runtime

    • @aliakbar307
      @aliakbar307 Před 9 měsíci

      @@tanvorn9323 cool. Thanks

  • @JontheRippa
    @JontheRippa Před 9 měsíci +1

    Wow Respekt 👍👍

  • @Muziek37414
    @Muziek37414 Před 9 měsíci

    Havoc is a fork from Villain right? Just with some extra functions

    • @nordgaren2358
      @nordgaren2358 Před 9 měsíci +1

      Villain was written in python. Havoc is Go/C/C++. So I doubt it.

  • @Mezzosd
    @Mezzosd Před 9 měsíci

    Does anyone know how to exit graphical mode in Linux Parrot 5.0?

  • @rodricbr
    @rodricbr Před 9 měsíci +1

    now this is a cool content I always wanted to see

  • @glaszn
    @glaszn Před 9 měsíci

    u m8 are mind blowing :)

  • @elmatheotheo4583
    @elmatheotheo4583 Před 9 měsíci

    I love synk ;-)

  • @badrakhariunchimeg1031
    @badrakhariunchimeg1031 Před 6 měsíci

    love you

  • @JontheRippa
    @JontheRippa Před 9 měsíci

    I can't find the kernlLdr

  • @war-c0mmander
    @war-c0mmander Před 9 měsíci +1

    Nice stuff but too expensive for a hobby!

  • @dlshackedcoinz
    @dlshackedcoinz Před 9 měsíci +1

    Hey John, 🎉

  • @user-hd3pz2ow1b
    @user-hd3pz2ow1b Před 4 měsíci

    cool

  • @mattcargile
    @mattcargile Před 9 měsíci

    Oh now?! Why are you launching cmd?!

  • @MFoster392
    @MFoster392 Před 9 měsíci +2

    Unbelievable man, how long have you been hacking for?

  • @mastercodeon42
    @mastercodeon42 Před 9 měsíci

    He sooooo should have played with KDU, its mind blowing cause kdmapped is way old

  • @aryangurung3401
    @aryangurung3401 Před 9 měsíci +6

    maldev is the best shit i have come across to learn malware development but their price is just a bit high

    • @gooniesfan7911
      @gooniesfan7911 Před 7 měsíci

      All of their content is free and leaked as soon as it gets posted. U just need to know where to find it

  • @elmatheotheo4583
    @elmatheotheo4583 Před 9 měsíci

    I like kernel ;-) salam dari indonesia anonym

  • @C5pider
    @C5pider Před 9 měsíci +5

    😄

  • @_hackwell
    @_hackwell Před 9 měsíci +1

    Is there a way to make me stop hating windows hacking? Could you make a video about this issue? It seems loads of people are in this state of mind

    • @racecar_johnny
      @racecar_johnny Před 9 měsíci

      Bruh that’s what I’m thinking every day. Feel it.

    • @IDJENAwoqqqxdre
      @IDJENAwoqqqxdre Před 9 měsíci

      Mission complete > enjoyment until then

  • @P4ul0L
    @P4ul0L Před 9 měsíci

    Tell us about MBR Bootkits😅

  • @Slumber_Tales
    @Slumber_Tales Před 6 měsíci

    is this binary exploitaion

  • @SumanRoy.official
    @SumanRoy.official Před 9 měsíci +14

    Well, without digital signature if you try to run any executable defender will flag it. It worked because it is compiled on the same machine where it was executed. Else I don't see anyway around it.

    • @ec0logiskasec045
      @ec0logiskasec045 Před 9 měsíci

      what are you talking about? Defender wont flag any executable but it will just throw a security warning for the exe, and ask the user if he really wants to run it

    • @ec0logiskasec045
      @ec0logiskasec045 Před 9 měsíci

      also i dont know if you know but other files exist besides executables

    • @nero2k619
      @nero2k619 Před 9 měsíci +5

      Digital Signature blocks unsigned drivers and on windows 10 and 11 there is also driver blacklist which will stop from loading any vulnerable drivers that are known for being abused. However, if you load a signed driver that is not present in blacklist then you could use it to load another unsiged driver into kernel which then you can call by your client application. Defender & EDRs won't stop you unless you are trying to load something that has been already signatured.

    • @ProdBySneezy
      @ProdBySneezy Před 8 měsíci

      @@nero2k619 you can pay to have your drivers signed, or you can manually map your drivers with open source tools

    • @EvilSapphireR
      @EvilSapphireR Před 8 měsíci

      ​@@nero2k619are you talking about using a signed driver to turn off windows DSE?

  • @nordgaren2358
    @nordgaren2358 Před 9 měsíci +1

    I bet all those cheaters on Warzone, or R6 Siege, all have a vulnerable driver installed on their system, to get around the anti-cheat. 🤔

    • @nero2k619
      @nero2k619 Před 9 měsíci

      Usually kernel anti-cheats require a driver so in order to bypass the anti-cheat you also need a driver to abuse it.

    • @nordgaren2358
      @nordgaren2358 Před 9 měsíci

      @@nero2k619 that is literally what this is...

    • @nordgaren2358
      @nordgaren2358 Před 9 měsíci

      @@nero2k619 also, this is highly dependent on the developers to implement the anticheat properly, whether it's in house or third party, into their game.
      But the two games that I mentioned do require kdmapper, or another tool, to install and use a vulnerable driver and load your own driver.

    • @nero2k619
      @nero2k619 Před 9 měsíci

      @nordgaren2358 I think you misunderstood me. I know how this all works and how cheat devs bypass anti cheats.

    • @nordgaren2358
      @nordgaren2358 Před 9 měsíci

      @@nero2k619 Same. That's why I mentioned that they all have left themselves open, which is nice to think about, because cheaters in those games are extremely frustrating.
      Big problem with newer tech, though. There's been aim-bots that work off output from a capture card, for a few years, now. I've also heard, recently, that hardware memory access using an adapter and an external PC, is starting to become a method for skirting the anti-cheat.
      And then there's companies that don't read the manual, and integrate the anti-cheat into their game in a manner that just requires the user emulate the anti-cheat on the client side, and send a few packets every now and then.
      But the easiest way, by far, is to install a vulnerable driver, and, that is just a bad idea. I'm sure WinPEAS would pick it up, easily.

  • @distortions
    @distortions Před 9 měsíci +2

    If you have Cloud Delivered Protection off 90% chance your malware wont get flagged lol.

  • @sent4dc
    @sent4dc Před 6 měsíci

    hey, that's where script kiddies are made

  • @tysonweber2706
    @tysonweber2706 Před 9 měsíci

    250$ for a few months access.................. this feels very seedy

  • @sul3y
    @sul3y Před 8 měsíci

    You were already admin when running that shellcode, there’s a million ways to to do shit like become a system or execute c2 payload

  • @tanvorn9323
    @tanvorn9323 Před 9 měsíci +2

    Kinda pointless if you need admin priv to do it. Might as well use token impersonation technique if you have admin priv to escalate to system which is also less complicated

  • @lukasandresson3990
    @lukasandresson3990 Před 9 měsíci +18

    Revoked driver certificates is a thing. Microsoft is working to defend its users.

    • @Pr0xima_audio
      @Pr0xima_audio Před 9 měsíci +5

      Shill

    • @Alfred-Neuman
      @Alfred-Neuman Před 9 měsíci

      lol

    • @mastercodeon42
      @mastercodeon42 Před 9 měsíci

      ​@@nezu_ccYou can actually disable the msft driver block list programmaticly, my program ksDumper 11 does this as a pre-req to leveraging KDU to load the ksDumper driver

    • @zaki_fl
      @zaki_fl Před 9 měsíci +2

      comments like this make me want to switch to linux

    • @seansingh4421
      @seansingh4421 Před 9 měsíci

      @@zaki_flif you do make sure you use UFW (its not on by default in some distros), SELinux or Apparmor rules and Lynis for audits and you should be fine unless your motherboard UEFI has a critical CVE

  • @3rawkz
    @3rawkz Před 9 měsíci

    So I just learned about Havoc LMAO.... SOOOOOO since Havoc doesn't seem to have any "auto-pwn" features, is it OSCP-friendly?

    • @somerandomwithacat750
      @somerandomwithacat750 Před 9 měsíci

      You don't need a c2 for anything on the oscp.

    • @3rawkz
      @3rawkz Před 9 měsíci

      @@somerandomwithacat750 Netcat gets boring lol... I can see the benefit of to use it as way to manage rshells. Seems to automatically upgrades to a 'smart' shell, thats nifty; extendability!! I realize you can do it straight on the terminal but why not? I need to play around with it some more.

  • @insu_na
    @insu_na Před 9 měsíci

    I am unreasonably angry that they called it "demon" and not "daemon"

  • @k3rn3l_panic81
    @k3rn3l_panic81 Před 9 měsíci +1

    This topic is way over hambone's skillset.

  • @sedokun200
    @sedokun200 Před 9 měsíci +2

    A « mind-blowing » technic that requires to be admin of the machine in the first place. Lol. That’s cool but just when you want to play at home. This is not how it goes in real life within big companies. Hackers are using way more efficient and straightforward procedures.

  • @ia-maxiweb-nc
    @ia-maxiweb-nc Před 9 měsíci

    you speak so fast that I have to slow down the video to 0.75

  • @saltedhash6467
    @saltedhash6467 Před 9 měsíci

    John, how much coffee or caffeine did you have before you made this video. You talk so fast. Slow down bro.

  • @ronpaul9172
    @ronpaul9172 Před 9 měsíci

    Bro....quit sharing our community with skids.

  • @yourmomandme69
    @yourmomandme69 Před 9 měsíci +1

    I have an investigation that might make an interesting video. How can I contact u

    • @nordgaren2358
      @nordgaren2358 Před 9 měsíci

      You can contact him with his details under the video.