Created
November 8, 2023 17:32
-
-
Save MHaggis/1d94c11f5c06c9d5ef32fb440edf0f05 to your computer and use it in GitHub Desktop.
T1562.001 Atomic Test - https://x.com/0gtweet/status/1720419490519752955?s=20 - https://x.com/Kostastsale/status/1721271281705001306?s=20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Enable Dev Drive With Disabled AV Using Fsutil | |
description: | | |
This test simulates an adversary enabling a Developer Drive using fsutil.exe with arguments that disable antivirus (AV) on the created drive. | |
This technique requires administrative privileges and is relevant for Windows 11 environments starting with Build #10.0.22621.2338 or later. | |
The execution of this command should be closely monitored and flagged in production environments. | |
Ref. https://x.com/0gtweet/status/1720419490519752955?s=20 and https://x.com/Kostastsale/status/1721271281705001306?s=20 | |
supported_platforms: | |
- windows | |
executor: | |
name: powershell | |
elevation_required: true | |
command: | | |
fsutil.exe devdrv enable | |
fsutil.exe devdrv enable /disallowav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bonus points: