├── AppLocker-BlockPolicies ├── DefaultRules-Improved.xml ├── PathBlockRules-DLL.xml ├── PathBlockRules-EXE.xml ├── PathBlockRules-Scripts.xml ├── PublisherBlockRules-DLL.xml ├── PublisherBlockRules-EXE.xml ├── README.md └── image │ ├── AppLocker-Structure.jpg │ ├── ImportRules-1.jpg │ ├── ImportRules-2.jpg │ ├── ImportRules-3.jpg │ ├── ImportRules-4.jpg │ └── ImportRules-5.jpg ├── DLL-Execution.md ├── Generic-AppLockerbypasses.md ├── README.md ├── Scripts └── CreateMDFilesFromYaml.ps1 ├── UnverifiedAppLockerBypasses.md ├── VerifiedAppLockerBypasses.md ├── md ├── Bginfo.exe.md ├── Cdb.exe.md ├── Cmstp.exe.md ├── Control.exe.md ├── Csi.exe.md ├── Dfsvc.exe.md ├── Dnx.exe.md ├── Fsi.exe.md ├── Ie4unit.exe.md ├── Ieexec.exe.md ├── InfDefaultInstall.exe.md ├── Installutil.exe.md ├── Manage-bde.wsf.md ├── Mavinject.exe.md ├── Msbuild.exe.md ├── Msdeploy.exe.md ├── Msdt.exe.md ├── Mshta.exe.md ├── Msiexec.exe.md ├── Msxsl.exe.md ├── Odbcconf.exe.md ├── Presentationhost.exe.md ├── Pubprn.vbs.md ├── Rcsi.exe.md ├── Regasm.exe.md ├── Regsvcs.exe.md ├── Regsvr32.exe.md ├── Rsi.exe.md ├── Rundll32.exe.md ├── Runscripthelper.exe.md ├── Slmgr.vbs.md ├── Syncappvpublishingserver.exe.md ├── Te.exe.md ├── Tracker.exe.md ├── Winrm.vbs.md ├── Winword.exe.md ├── Wmic.exe.md └── Xwizard.exe.md ├── template.yml └── yml ├── bginfo.exe.yml ├── cdb.exe.yml ├── cmstp.exe.yml ├── control.exe.yml ├── csi.exe.yml ├── dfsvc.exe.yml ├── dnx.exe.yml ├── fsi.exe.yml ├── ie4unit.exe.yml ├── ieexec.exe.yml ├── infdefaultinstall.exe.yml ├── installutil.exe.yml ├── manage-bde.wsf.yml ├── mavinject.exe.yml ├── msbuild.exe.yml ├── msdeploy.exe.yml ├── msdt.exe.yml ├── mshta.exe.yml ├── msiexec.exe.yml ├── msxsl.exe.yml ├── odbcconf.exe.yml ├── presentationhost.exe.yml ├── pubprn.vbs.yml ├── rcsi.exe.yml ├── regasm.exe.yml ├── regsvcs.exe.yml ├── regsvr32.exe.yml ├── rsi.exe.yml ├── rundll32.exe.yml ├── runscripthelper.exe.yml ├── slmgr.vbs.yml ├── syncappvpublishingserver.exe.yml ├── te.exe.yml ├── tracker.exe.yml ├── winrm.vbs.yml ├── winword.exe.yml ├── wmic.exe.yml └── xwizard.exe.yml /AppLocker-BlockPolicies/DefaultRules-Improved.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/DefaultRules-Improved.xml -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/PathBlockRules-DLL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/PathBlockRules-DLL.xml -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/PathBlockRules-EXE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/PathBlockRules-EXE.xml -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/PathBlockRules-Scripts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/PathBlockRules-Scripts.xml -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/PublisherBlockRules-DLL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/PublisherBlockRules-DLL.xml -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/PublisherBlockRules-EXE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/PublisherBlockRules-EXE.xml -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/README.md -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/image/AppLocker-Structure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/image/AppLocker-Structure.jpg -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/image/ImportRules-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/image/ImportRules-1.jpg -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/image/ImportRules-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/image/ImportRules-2.jpg -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/image/ImportRules-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/image/ImportRules-3.jpg -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/image/ImportRules-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/image/ImportRules-4.jpg -------------------------------------------------------------------------------- /AppLocker-BlockPolicies/image/ImportRules-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/AppLocker-BlockPolicies/image/ImportRules-5.jpg -------------------------------------------------------------------------------- /DLL-Execution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/DLL-Execution.md -------------------------------------------------------------------------------- /Generic-AppLockerbypasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/Generic-AppLockerbypasses.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/CreateMDFilesFromYaml.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/Scripts/CreateMDFilesFromYaml.ps1 -------------------------------------------------------------------------------- /UnverifiedAppLockerBypasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/UnverifiedAppLockerBypasses.md -------------------------------------------------------------------------------- /VerifiedAppLockerBypasses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/VerifiedAppLockerBypasses.md -------------------------------------------------------------------------------- /md/Bginfo.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Bginfo.exe.md -------------------------------------------------------------------------------- /md/Cdb.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Cdb.exe.md -------------------------------------------------------------------------------- /md/Cmstp.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Cmstp.exe.md -------------------------------------------------------------------------------- /md/Control.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Control.exe.md -------------------------------------------------------------------------------- /md/Csi.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Csi.exe.md -------------------------------------------------------------------------------- /md/Dfsvc.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Dfsvc.exe.md -------------------------------------------------------------------------------- /md/Dnx.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Dnx.exe.md -------------------------------------------------------------------------------- /md/Fsi.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Fsi.exe.md -------------------------------------------------------------------------------- /md/Ie4unit.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Ie4unit.exe.md -------------------------------------------------------------------------------- /md/Ieexec.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Ieexec.exe.md -------------------------------------------------------------------------------- /md/InfDefaultInstall.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/InfDefaultInstall.exe.md -------------------------------------------------------------------------------- /md/Installutil.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Installutil.exe.md -------------------------------------------------------------------------------- /md/Manage-bde.wsf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Manage-bde.wsf.md -------------------------------------------------------------------------------- /md/Mavinject.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Mavinject.exe.md -------------------------------------------------------------------------------- /md/Msbuild.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Msbuild.exe.md -------------------------------------------------------------------------------- /md/Msdeploy.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Msdeploy.exe.md -------------------------------------------------------------------------------- /md/Msdt.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Msdt.exe.md -------------------------------------------------------------------------------- /md/Mshta.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Mshta.exe.md -------------------------------------------------------------------------------- /md/Msiexec.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Msiexec.exe.md -------------------------------------------------------------------------------- /md/Msxsl.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Msxsl.exe.md -------------------------------------------------------------------------------- /md/Odbcconf.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Odbcconf.exe.md -------------------------------------------------------------------------------- /md/Presentationhost.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Presentationhost.exe.md -------------------------------------------------------------------------------- /md/Pubprn.vbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Pubprn.vbs.md -------------------------------------------------------------------------------- /md/Rcsi.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Rcsi.exe.md -------------------------------------------------------------------------------- /md/Regasm.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Regasm.exe.md -------------------------------------------------------------------------------- /md/Regsvcs.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Regsvcs.exe.md -------------------------------------------------------------------------------- /md/Regsvr32.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Regsvr32.exe.md -------------------------------------------------------------------------------- /md/Rsi.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Rsi.exe.md -------------------------------------------------------------------------------- /md/Rundll32.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Rundll32.exe.md -------------------------------------------------------------------------------- /md/Runscripthelper.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Runscripthelper.exe.md -------------------------------------------------------------------------------- /md/Slmgr.vbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Slmgr.vbs.md -------------------------------------------------------------------------------- /md/Syncappvpublishingserver.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Syncappvpublishingserver.exe.md -------------------------------------------------------------------------------- /md/Te.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Te.exe.md -------------------------------------------------------------------------------- /md/Tracker.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Tracker.exe.md -------------------------------------------------------------------------------- /md/Winrm.vbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Winrm.vbs.md -------------------------------------------------------------------------------- /md/Winword.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Winword.exe.md -------------------------------------------------------------------------------- /md/Wmic.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Wmic.exe.md -------------------------------------------------------------------------------- /md/Xwizard.exe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/md/Xwizard.exe.md -------------------------------------------------------------------------------- /template.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/template.yml -------------------------------------------------------------------------------- /yml/bginfo.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/bginfo.exe.yml -------------------------------------------------------------------------------- /yml/cdb.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/cdb.exe.yml -------------------------------------------------------------------------------- /yml/cmstp.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/cmstp.exe.yml -------------------------------------------------------------------------------- /yml/control.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/control.exe.yml -------------------------------------------------------------------------------- /yml/csi.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/csi.exe.yml -------------------------------------------------------------------------------- /yml/dfsvc.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/dfsvc.exe.yml -------------------------------------------------------------------------------- /yml/dnx.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/dnx.exe.yml -------------------------------------------------------------------------------- /yml/fsi.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/fsi.exe.yml -------------------------------------------------------------------------------- /yml/ie4unit.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/ie4unit.exe.yml -------------------------------------------------------------------------------- /yml/ieexec.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/ieexec.exe.yml -------------------------------------------------------------------------------- /yml/infdefaultinstall.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/infdefaultinstall.exe.yml -------------------------------------------------------------------------------- /yml/installutil.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/installutil.exe.yml -------------------------------------------------------------------------------- /yml/manage-bde.wsf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/manage-bde.wsf.yml -------------------------------------------------------------------------------- /yml/mavinject.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/mavinject.exe.yml -------------------------------------------------------------------------------- /yml/msbuild.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/msbuild.exe.yml -------------------------------------------------------------------------------- /yml/msdeploy.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/msdeploy.exe.yml -------------------------------------------------------------------------------- /yml/msdt.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/msdt.exe.yml -------------------------------------------------------------------------------- /yml/mshta.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/mshta.exe.yml -------------------------------------------------------------------------------- /yml/msiexec.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/msiexec.exe.yml -------------------------------------------------------------------------------- /yml/msxsl.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/msxsl.exe.yml -------------------------------------------------------------------------------- /yml/odbcconf.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/odbcconf.exe.yml -------------------------------------------------------------------------------- /yml/presentationhost.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/presentationhost.exe.yml -------------------------------------------------------------------------------- /yml/pubprn.vbs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/pubprn.vbs.yml -------------------------------------------------------------------------------- /yml/rcsi.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/rcsi.exe.yml -------------------------------------------------------------------------------- /yml/regasm.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/regasm.exe.yml -------------------------------------------------------------------------------- /yml/regsvcs.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/regsvcs.exe.yml -------------------------------------------------------------------------------- /yml/regsvr32.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/regsvr32.exe.yml -------------------------------------------------------------------------------- /yml/rsi.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/rsi.exe.yml -------------------------------------------------------------------------------- /yml/rundll32.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/rundll32.exe.yml -------------------------------------------------------------------------------- /yml/runscripthelper.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/runscripthelper.exe.yml -------------------------------------------------------------------------------- /yml/slmgr.vbs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/slmgr.vbs.yml -------------------------------------------------------------------------------- /yml/syncappvpublishingserver.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/syncappvpublishingserver.exe.yml -------------------------------------------------------------------------------- /yml/te.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/te.exe.yml -------------------------------------------------------------------------------- /yml/tracker.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/tracker.exe.yml -------------------------------------------------------------------------------- /yml/winrm.vbs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/winrm.vbs.yml -------------------------------------------------------------------------------- /yml/winword.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/winword.exe.yml -------------------------------------------------------------------------------- /yml/wmic.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/wmic.exe.yml -------------------------------------------------------------------------------- /yml/xwizard.exe.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/api0cradle/UltimateAppLockerByPassList/HEAD/yml/xwizard.exe.yml --------------------------------------------------------------------------------