Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.84 KB

microsoft-windows.md

File metadata and controls

36 lines (28 loc) · 1.84 KB

Note that Active Directory GPO should be used as much as possible over individually targeting Windows systems.

Windows Firewall

This can be controlled via network devices, Active Directory GPO, and/or via Windows Firewall directly on endpoints.

  • Systems should NOT be allowed to communicate with each other or outbound to workstations unless absolutely necessary.
    • Generally, it is best to limit the following scenarios
      • Workstation-to-workstation communication
      • Server-to-server communication
      • Server-to-workstation communication
    • At a minimum, consider restrict the following ports where possible
      • Server Message Block (SMB) (TCP/445, TCP/135, TCP/139)
      • Remote Desktop Protocol (RDP) (TCP/3389)
      • Windows Remote Management (WinRM) (TCP/80, TCP/5985, TCP/5986)
      • Windows Management Instrumentation (WMI) (Dynamic/DCOM)
    • Consider setting "Apply local firewall rules" and "Apply local connection security rules" to "No" for all profiles

User Account Control and Virtualization

Credential Guard

Limit Cached Credential Count

  • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\Current Version\Winlogon\CachedLogonsCount

Resources