You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to provide production-ready and well-tested guidelines on configuring the Windows Firewall for Active Directory-related server roles.
6
+
7
+

8
+
9
+
## Domain Controller Firewall
10
+
11
+
The following materials are currently available:
12
+
13
+
- 🛠️[Domain Controller Firewall Tool (DCFWTool)](https://github.com/MichaelGrafnetter/active-directory-firewall/releases/latest) (zipped distribution of the [source code](../ADDS/DCFWTool/))
14
+
- 📄[Whitepaper](https://github.com/MichaelGrafnetter/active-directory-firewall/releases/latest) (PDF [generated](workflows/generate-whitepaper.yml) from the [ADDS/README.md](../ADDS/README.md) file)
15
+
- 📜[Sample Firewall GPO HTML Report](../ADDS/GPOReport.html)
16
+
- 📋[List of Built-In Firewall Rules](../ADDS/inbound-builtin-firewall-rules.csv)
17
+
18
+
## References
19
+
20
+
### Active Directory Domain Services
21
+
22
+
- 🌐[How to configure a firewall for Active Directory domains and trusts](https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts)
23
+
- 🌐[Service overview and network port requirements for Windows](https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/service-overview-and-network-port-requirements)
24
+
25
+
### Active Directory Certificate Services
26
+
27
+
- 🌐[Firewall Rules for Active Directory Certificate Services](https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/firewall-rules-for-active-directory-certificate-services/ba-p/1128612)
28
+
29
+
### Active Directory Federation Services
30
+
31
+
- 🌐[AD FS Required Ports and Protocols](https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#ports-required)
0 commit comments