How Hackers make Undetectable Malware

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 118

  • @TomParker-gu9ez
    @TomParker-gu9ez หลายเดือนก่อน +401

    Very useful (I will forget that in 2 days)

    • @HamedEmine
      @HamedEmine หลายเดือนก่อน +13

      Learn to use stuff like Obsidian :>

    • @petewatson9866
      @petewatson9866 หลายเดือนก่อน

      You are the person who moans and bitches if you where to get a virus then complain about how much it is going to cost you to recover and repair. But if you stopped getting wasted on benzos and liquor you might learn something

    • @UNcommonSenseAUS
      @UNcommonSenseAUS หลายเดือนก่อน +8

      2 hrs

    • @UNcommonSenseAUS
      @UNcommonSenseAUS หลายเดือนก่อน +1

      ​@@petewatson9866 projection much ?

    • @Aarush.A.S
      @Aarush.A.S หลายเดือนก่อน +4

      😂😂

  • @speedymemes8127
    @speedymemes8127 หลายเดือนก่อน +81

    Obfuscating payloads is so fun. You can do all sorts of things like sleep before execution, pack the malware, inject into another process, etc. Would love to see you cover something like Freeze in the future!

    • @Krullfath
      @Krullfath หลายเดือนก่อน +7

      sleep before execution usually doesn't do shit let's be real here.. I've also come across malware that first checks whether or not any debugging tools are actively on it, and other methods like executing code and checking if it took a little longer than normal, or checking certain things on the machine to try and identify whether or not the code is running inside a VM or sandbox..

    • @keksnino3151
      @keksnino3151 หลายเดือนก่อน

      and injection almost always gets detected even if its not malware and just an injector

    • @speedymemes8127
      @speedymemes8127 หลายเดือนก่อน +3

      @@Krullfath for sure. It's still a commonly observed practice though. I'd also love to see those methods of obfuscation too. I'm still kind of a newb in this space so I'm trying to learn what I can lol.

  • @truelies5431
    @truelies5431 หลายเดือนก่อน +35

    one of the weirdest things happened to a friend of mine which left me puzzled for ages... long story short my friend actively trades gaming accounts for multiple online games and he's well aware of the tricks scammers they pull on you...BUT this one time a hacker sent him what was supposed to be a picture of account details when he clicked the picture the device froze his accounts on social media got hacked and he's device got wiped clean...i'm aware of images that cause system crash on different mobile devices... but a picture that could pull off all that wizardry in limited time is insane to think about

    • @joaomarcos7199
      @joaomarcos7199 หลายเดือนก่อน +7

      i would love to see the pc channel opinion on this. UP

    • @mgjfile
      @mgjfile หลายเดือนก่อน

      Maybe the picture was just the "Trojan horse" used to hide a program that steal browser's infos (info stealer that copy the browser's login tokens) and with that they can access the logged in accounts without the needs of any password🤷

    • @s-x5373
      @s-x5373 หลายเดือนก่อน +38

      did your friend had file extension on ?
      sounds ike this image was just .exe

    • @truelies5431
      @truelies5431 หลายเดือนก่อน

      @@s-x5373 he was on android... And he knows not to install picture. Apk

    • @truelies5431
      @truelies5431 หลายเดือนก่อน

      @@s-x5373 that's why it was driving me crazy... I wanted a smaple but they wiped his device clean and hijacked his social media

  • @MikaelKKarlsson
    @MikaelKKarlsson หลายเดือนก่อน +24

    A great example of how while signature scanning is still an important measure, the real protection of any competent security suite lies in live behavioral analysis.
    For all the AV-deniers out there.

    • @JonahTheWhite
      @JonahTheWhite หลายเดือนก่อน

      Real protection lies in firewalls.

    • @outlawnation5160
      @outlawnation5160 24 วันที่ผ่านมา

      That’s what EDRs are for

    • @barrywang2402
      @barrywang2402 12 วันที่ผ่านมา

      @@outlawnation5160

  • @imZeZoO
    @imZeZoO หลายเดือนก่อน +1

    bro u r a legend can u please create a series on malware analysis for IR and SOC analysts like bigger to intermediate level of malware analysis i would watch every second

  • @SafetyTechOficial
    @SafetyTechOficial หลายเดือนก่อน +27

    PC security channel make a test to see if Avast really detects a ransomware packed that is not In ther datebase basically test the Behavior shield

  • @danielbertram
    @danielbertram หลายเดือนก่อน +5

    Very good video Leo… quick comment if possible try to make the screen bigger it facilitates who is using a mobile to watch

  • @jagathrajah
    @jagathrajah หลายเดือนก่อน

    Love from Tamil Nadu, India. Keep posting good contents like this.

  • @mirroredchaos
    @mirroredchaos หลายเดือนก่อน +28

    sometimes I feel the best antivirus is really just the human brain, and I don't just mean avoiding sus links and that kind of stuff I mean using tools that allows you to see every single thing happening on your computer rather than blindly relying on an antivirus to do that for you.

    • @Bellicosy
      @Bellicosy หลายเดือนก่อน +4

      You're not wrong, but unfortunately not every user has a brain. Or perhaps it would be better to say that they lack the knowledge required and must blindly rely on antivirus. The average user is simply that, average, and likely not skilled enough to comprehend and utilise the tools that go beyond automatically performing a scan or similar action and outputting an answer that must be trusted. If you should happen to know of such a tool that even my Grandma could use and understand, I would be glad to hear of it.

    • @tablettablete186
      @tablettablete186 หลายเดือนก่อน +4

      Well, there are zero click vulns

    • @mirroredchaos
      @mirroredchaos หลายเดือนก่อน

      @@tablettablete186 those are very rare thankfully, I don't think human nor antivirus is going to easily find malicious code in something like an image file.

  • @ardwetha
    @ardwetha หลายเดือนก่อน +7

    Making malware undetected against static checks is quite easy. Load all your suspicious dlls at runtime and obfuscate strings (xor or some modified base64 type)

    • @novianindy887
      @novianindy887 หลายเดือนก่อน

      at runtime mean the dll doesnt touch the disk?

    • @ardwetha
      @ardwetha หลายเดือนก่อน

      @@novianindy887 Correct or in case of Malware, that you load certain dlls and get certain addresses at runtime. Lets say you want to open a socket for a remote shell. You can just use the WSA funcrions directly inside your code. In this case your program says "Hey I need this dll" on startup and for that contains all needed function in its import table, which then gets filled out by windows. Its like ordering a menu, the program basically says what it wants and windows provides it. Some AVs check imports of files and flag suspicious one (like a lot of network activity, or certain functions). When you load the Libarys, you use LoadLibary and then receive the pointer to the function via GetProcAddress. This also allows you to "encrypt" strings. This means the functions you use wont show up in the imports of the program, which helps to prevent detections from AVs, because the AV cant see what functions you. The other case is dll injection, where you injct a dll into another process and in this case you try, that the dll never hits the disc, so a Researcher has more fun searching.

  • @D.von.N
    @D.von.N หลายเดือนก่อน +5

    And for that case I have backups and then backups of the backups, using Windoze and Linux alike. If they get my data I cannot do much about it, but for encrypting my disk, I have clones of my OSs too, so restoration will be rather quick.

  • @eliotcougar
    @eliotcougar หลายเดือนก่อน +5

    Yes, every time I make my own small python program and want to pack into a single executable, that executable gets flagged by most AV software simply because it's packed...

  • @Erik_Arnqvist
    @Erik_Arnqvist หลายเดือนก่อน +34

    Decent advertisement for Malwarebytes right there

    • @landate1
      @landate1 หลายเดือนก่อน +1

      *VBA32

  • @robyee3325
    @robyee3325 หลายเดือนก่อน +5

    Can you make a video showing us how to set up an ips?

  • @igioz
    @igioz หลายเดือนก่อน

    you have to share malware samples, and give us a quick guide to simulate some PT test
    maybe a good way to improve security

  • @cpuuk
    @cpuuk หลายเดือนก่อน +1

    It just so happens we were discussion this very thing today, we were asked approve a proggy that was UPX packed and 3 of the scanners flagged it. And of course we asked ourselves the same question you did as it was 3-4 years old- is it legit packed or dumb hacker.

  • @n-i-n-o
    @n-i-n-o 23 วันที่ผ่านมา +2

    Most of the malware prevents running on virtual machines, so try to change your os to act like a virtualmachine. Most of the time a Sandbox Usernames is enough. 🤫 Happy surfing

  • @fynn2014
    @fynn2014 หลายเดือนก่อน

    thanks for the tutorial

  • @logiciananimal
    @logiciananimal หลายเดือนก่อน

    There is the opposite - some of the engines now detect *discussions* or *inert* shell code. This makes us who do pentesting a bit annoyed.

  • @parikshitkumar6485
    @parikshitkumar6485 หลายเดือนก่อน

    No cybersecurity channel can compete with the pc security channel. 👌

  • @SeilingMart
    @SeilingMart 16 วันที่ผ่านมา

    Who remembers the rat when is was still viable?

  • @Opiumgallery
    @Opiumgallery หลายเดือนก่อน

    Can you do a video on how to remove stealer log malware that stays during full disk format and bios reboot

  • @dzabakwesi2213
    @dzabakwesi2213 หลายเดือนก่อน

    Please do you have online course? Thanks

  • @cledtzV2
    @cledtzV2 16 วันที่ผ่านมา

    llvm goes brr

  • @ardianhotii
    @ardianhotii หลายเดือนก่อน

    Did anyone see that commit 24 years ago or yall missed it , like dude did even git existed back then ?

  • @justw4lkbesideme
    @justw4lkbesideme 29 วันที่ผ่านมา

    Many laptop i see full 100% processors activity, even not opening anything, with windows 10 especially, and mostly only use windows defender for antivirus
    Is this malware from laptop producers to kill the machine, so customer have to buy again.?...

  • @velo1337
    @velo1337 หลายเดือนก่อน

    whats your tought on tftp server they always get flagged

  • @youchwb6005
    @youchwb6005 หลายเดือนก่อน +1

    I need a telescope to work out what you are doing.

    • @igorthelight
      @igorthelight หลายเดือนก่อน

      A 23+" monitor would do the trick

  • @koljaanisimov
    @koljaanisimov หลายเดือนก่อน

    ty

  • @ImSimplyDavid
    @ImSimplyDavid หลายเดือนก่อน +1

    Nice

  • @teefhennessy
    @teefhennessy หลายเดือนก่อน

    Wouldn't modern EDRs do exactly that? I mean look at what a process does at block it based on unusual behavior?

    • @outlawnation5160
      @outlawnation5160 24 วันที่ผ่านมา

      Yes, the difference between EDR and regular AV

    • @barrywang2402
      @barrywang2402 12 วันที่ผ่านมา

      @@outlawnation5160 actually EDR is passive status doesn’t find out early issues even can bypass it working

  • @jeanpepin5869
    @jeanpepin5869 หลายเดือนก่อน

    How Microsoft make an undetectable warranty ? By incompetence ;)

  • @guilherme5094
    @guilherme5094 หลายเดือนก่อน

    👍Nice!

  • @harounepcgam6982
    @harounepcgam6982 หลายเดือนก่อน

    ❤❤❤

  • @youshaaaaaa
    @youshaaaaaa หลายเดือนก่อน

    i was 17 old makeing that bullshit ....

  • @hilik3186
    @hilik3186 หลายเดือนก่อน

    5:00

  • @LavaKingPG3D
    @LavaKingPG3D หลายเดือนก่อน +5

    Kaspecrsy vs malwarebytes?

    • @maxsecrest
      @maxsecrest หลายเดือนก่อน +6

      Neither are really that great. But definitely go with the one that doesn't have a backdoor built in for for the russian government

    • @Mageroeth
      @Mageroeth หลายเดือนก่อน +14

      Use the one built in for the usa gov instead.

    • @resmanual
      @resmanual หลายเดือนก่อน +3

      ​@@maxsecrestif they aren't great go make an antivirus software yourself

    • @LavaKingPG3D
      @LavaKingPG3D หลายเดือนก่อน

      @resmanual I can make a virus (I'm litterly not joking, I might make a vd on it)

    • @RandomDeforge
      @RandomDeforge หลายเดือนก่อน +8

      @@resmanual what a dumb ass response. there are other options to choose from before one would need to gO mAkE OnE YoUrSeLf.

  • @BD4-ManchesterIsRed
    @BD4-ManchesterIsRed หลายเดือนก่อน +2

    👍

  • @BIPHOBIC7
    @BIPHOBIC7 หลายเดือนก่อน

    {test test}

  • @armanis1234
    @armanis1234 หลายเดือนก่อน +1

    Still maybe i have 100 malwares on my pc but nothing happen yet 😜 just saying

  • @joroc
    @joroc หลายเดือนก่อน

    Só antivírus are just a joke?

    • @truelies5431
      @truelies5431 หลายเดือนก่อน

      @@joroc I most day to day basis it's OK... But when you're targeted by highly skilled hacker or group of hackers... Then yes antivirus can't help much

  • @iamwitchergeraltofrivia9670
    @iamwitchergeraltofrivia9670 หลายเดือนก่อน +1

    HHHhajahahahhahhahh very trash windows

    • @M8gazine
      @M8gazine หลายเดือนก่อน

      erm... windows is epic!!

  • @Edward-c2c
    @Edward-c2c หลายเดือนก่อน +1

    bitdefender so expensive (Turkey)

  • @2alcpvp
    @2alcpvp 22 วันที่ผ่านมา

    ty