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
| <# | |
| .SYNOPSIS | |
| Enumerates all registered URI/URL protocol handlers ("schemes") on a | |
| Windows endpoint and statically risk-scores them for potential | |
| execution-primitive abuse (cf. search-ms:, ms-officecmd:, and similar | |
| scheme-hijack findings). | |
| .DESCRIPTION | |
| Does NOT invoke any handler. Purely reads HKEY_CLASSES_ROOT and | |
| HKEY_CURRENT_USER\Software\Classes for keys that carry the |