├── .gitattributes ├── .gitignore ├── 01 - Active Directory ├── README.md └── shadowGroups.ps1 ├── 02 - Local users and groups └── README.md ├── 03 - Logon Restrictions └── README.md ├── 04 - Deploy Software ├── InstallLAPS.ps1 ├── README.md ├── installCmder.ps1 ├── installHyperV.ps1 ├── installMBAM.ps1 ├── installNmap.ps1 ├── installRSAT.ps1 ├── installSysinternals.ps1 └── installVIClient.ps1 ├── 05 - Allow Fingerprint Sign-in └── README.md ├── README.md ├── xx - Antivirus └── README.md ├── xx - AppLocker ├── README.md └── applocker.xml ├── xx - Authentication Policies and Silos └── README.md ├── xx - Baselines ├── CIS Baseline checklist.xlsx └── README.md ├── xx - BitLocker └── README.md ├── xx - Just enough Administration (JEA) └── README.md ├── xx - Just in Time Administration (JITA) └── README.md ├── xx - LAPS ├── README.md ├── Step by Step Guide to Deploy Microsoft LAPS.pdf └── installLAPS.ps1 ├── xx - UAC Settings └── README.md ├── xx - User Proxy ├── README.md └── proxy.pac └── xx - Windows Firewall with Advanced Security and IPSec Domain Isolation ├── README.md ├── firewall_2016.wfw ├── firewall_ipsec_ca.wfw ├── firewall_ipsec_dc.wfw ├── firewall_ipsec_radius.wfw ├── firewall_ipsec_tier0.wfw ├── firewall_ipsec_tier1.wfw ├── firewall_ipsec_tier2.wfw ├── firewall_paw.wfw └── firewall_win10.wfw /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/.gitignore -------------------------------------------------------------------------------- /01 - Active Directory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/01 - Active Directory/README.md -------------------------------------------------------------------------------- /01 - Active Directory/shadowGroups.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/01 - Active Directory/shadowGroups.ps1 -------------------------------------------------------------------------------- /02 - Local users and groups/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/02 - Local users and groups/README.md -------------------------------------------------------------------------------- /03 - Logon Restrictions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/03 - Logon Restrictions/README.md -------------------------------------------------------------------------------- /04 - Deploy Software/InstallLAPS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/InstallLAPS.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/README.md -------------------------------------------------------------------------------- /04 - Deploy Software/installCmder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installCmder.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/installHyperV.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installHyperV.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/installMBAM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installMBAM.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/installNmap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installNmap.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/installRSAT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installRSAT.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/installSysinternals.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installSysinternals.ps1 -------------------------------------------------------------------------------- /04 - Deploy Software/installVIClient.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/04 - Deploy Software/installVIClient.ps1 -------------------------------------------------------------------------------- /05 - Allow Fingerprint Sign-in/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/05 - Allow Fingerprint Sign-in/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/README.md -------------------------------------------------------------------------------- /xx - Antivirus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Antivirus/README.md -------------------------------------------------------------------------------- /xx - AppLocker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - AppLocker/README.md -------------------------------------------------------------------------------- /xx - AppLocker/applocker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - AppLocker/applocker.xml -------------------------------------------------------------------------------- /xx - Authentication Policies and Silos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Authentication Policies and Silos/README.md -------------------------------------------------------------------------------- /xx - Baselines/CIS Baseline checklist.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Baselines/CIS Baseline checklist.xlsx -------------------------------------------------------------------------------- /xx - Baselines/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Baselines/README.md -------------------------------------------------------------------------------- /xx - BitLocker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - BitLocker/README.md -------------------------------------------------------------------------------- /xx - Just enough Administration (JEA)/README.md: -------------------------------------------------------------------------------- 1 | Coming soon. Don't ask when. -------------------------------------------------------------------------------- /xx - Just in Time Administration (JITA)/README.md: -------------------------------------------------------------------------------- 1 | Coming soon. Don't ask when. -------------------------------------------------------------------------------- /xx - LAPS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - LAPS/README.md -------------------------------------------------------------------------------- /xx - LAPS/Step by Step Guide to Deploy Microsoft LAPS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - LAPS/Step by Step Guide to Deploy Microsoft LAPS.pdf -------------------------------------------------------------------------------- /xx - LAPS/installLAPS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - LAPS/installLAPS.ps1 -------------------------------------------------------------------------------- /xx - UAC Settings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - UAC Settings/README.md -------------------------------------------------------------------------------- /xx - User Proxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - User Proxy/README.md -------------------------------------------------------------------------------- /xx - User Proxy/proxy.pac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - User Proxy/proxy.pac -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/README.md -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_2016.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_2016.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_ca.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_ca.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_dc.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_dc.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_radius.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_radius.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_tier0.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_tier0.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_tier1.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_tier1.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_tier2.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_ipsec_tier2.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_paw.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_paw.wfw -------------------------------------------------------------------------------- /xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_win10.wfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/utsecnet/PAW/HEAD/xx - Windows Firewall with Advanced Security and IPSec Domain Isolation/firewall_win10.wfw --------------------------------------------------------------------------------