Microsoft didn't sandbox Windows Defender, so I did (2017)

(blog.trailofbits.com)

54 points | by LorenDB 12 hours ago ago

29 comments

  • dang 9 hours ago ago

    Discussed at the time:

    Microsoft didn’t sandbox Windows Defender, so I did - https://news.ycombinator.com/item?id=14909759 - Aug 2017 (43 comments)

  • Animats 8 hours ago ago

    So did Microsoft ever fix this?

    Hostile code scanners need to look at a lot, but they don't need permission to write much. If sandboxed that way, attacks aimed at the code scanner don't do much.

  • seanw444 8 hours ago ago

    I just sandbox Windows itself. My only complaint is that I can't play some online games.

  • Eisenstein 10 hours ago ago

    Now please tell me how to remove Defender.

    • andrewxdiamond 9 hours ago ago

      I have to ask what motivates that. Defender has been extremely unproblematic and pretty good as far as MS software goes, for my experience at least.

      • maccard 8 hours ago ago

        I see about a 100x slowdown on some applications[0] and IO heavy operations with defender in win11. It's unbelieveable how slow it is. I was a huge proponent of it in Win10, but I'm finding it hard to do so now.

        [0] The software I'm using does a scan over a few hundred thousand files to read file headers. Without windows defender it takes about 30 seconds, but with defender it takes about 300.

        • voidwtf 6 hours ago ago

          The answer in this scenario is to exempt that application and/or folder. Don’t throw the baby out with the bath water.

          In my environment we have to add exceptions for Developers git folders for the realtime scanning for a similar reason. Apps with large numbers of small files or high frequency writes of smalls files, like temp files during the build process, need to be exempted unless you’re willing to pay the performance penalty for the security.

        • mananaysiempre 7 hours ago ago

          That’s 10× though, not 100× (still a lot for something you can’t turn off). Typo?

      • Eisenstein 9 hours ago ago

        It adds a non trivial amount of time for each file access.

      • tredre3 9 hours ago ago

        Defender slows down build times significantly.

        You can set exclusions of course, but it does get tedious because every time you have a new project you need to add exclusions for its folder and the toolchain. Then every time a toolchain is updated (eg .../gcc/11.5 changes to gcc/11.5.2 you have to enter the 20 new exe exclusions and of course windows won't let you mass delete the old ones so it's click->confirm->click->confirm x50).

        I might not do it myself but I can see why someone would just say "enough is enough".

    • hulitu 15 minutes ago ago

      Boot into linux, rename defender folders.

    • xeeeeeeeeeeenu 9 hours ago ago

      You can reliably disable it with Group Policy Editor. At least on Win10, not sure about Win11.

      • mananaysiempre 7 hours ago ago

        On Win11, it reenables itself after a short while using a system service, in true Robin Hood & Friar Tuck malware[1] fashion.

        [1] https://users.cs.utah.edu/~elb/folklore/xerox.txt

      • hulitu 13 minutes ago ago

        > You can reliably disable it with Group Policy Editor.

        It does not work. You can disable _some things_ , but not the whole.

      • Kye 7 hours ago ago

        That's only available on Pro.

        • crazysim 7 hours ago ago

          https://gist.github.com/lelegard/8da0b20cc35708852c14fcf8996...

          Just run

          Get-ChildItem @( "C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package.mum", "C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package.mum" ) | ForEach-Object { dism.exe /online /norestart /add-package:"$_" }

    • nyanpasu64 10 hours ago ago

      I've gotten it to work on Windows 10 by booting into live Linux and renaming the Windows Defender folder in Program Files. No clue if it would work on 11.

      • 0cf8612b2e1e 8 hours ago ago

        I am surprised that ever worked. I was confident Win10 did verification that system files were in place and matched a hash or some other integrity mechanism.

        • userbinator 6 hours ago ago

          You can ask it to with things like SFC but fortunately it's not that locked-down yet... and of course you can always patch those checks out if the OS itself isn't running to interfere with you.

    • MengerSponge 9 hours ago ago
      • CoastalCoder 9 hours ago ago

        And then Clippy sneaks up behind you, and whispers menacingly in your ear, "It looks like you're installing an operating system."

    • IntelMiner 9 hours ago ago

      Removing core parts of Windows is not a good idea

    • efilife 8 hours ago ago

      I use a custom windows build with defender removed, you can find them on any windows modding site