L1BIO 13.01.01CIS Windows - Firewall notifications
Intune: Windows Firewall Domain - Disable Inbound Notifications
π 2025-10-30
β’
β±οΈ 2 minuten lezen
β’
π’ Should-Have
πΌ Management Samenvatting
Disable firewall inbound notifications op Domain profile - voorkomt notification fatigue (corporate network = many blocked connections = noise).
Aanbeveling
IMPLEMENT
Risico zonder
Low
Risk Score
2/10
Implementatie
2u (tech: 1u)
Van toepassing op:
β Windows 10 β Windows 11
Firewall notifications: Default: User sees pop-up 'Windows Firewall blocked connection from X', Corporate network: Legitimate scans (network monitoring, vulnerability scanners) β blocked β many notifications, Notification fatigue: Users ignore/dismiss (trained to click 'OK'), Enterprise: Admins monitor firewall logs (not end users), Recommendation: Disable user notifications (reduce noise), admins review logs centrally.
PowerShell Modules Vereist
Primary API: Microsoft Graph API Connection:Connect-MgGraph Required Modules: Microsoft.Graph.DeviceManagement
Implementatie
Disable notifications: Policy: Disable inbound notifications: True, Effect: Users do NOT see firewall block pop-ups, Logging: Still active (admins review logs via SIEM), User experience: Cleaner (no firewall noise).
Vereisten
Intune subscription
Windows 10/11
Firewall logging enabled (admin visibility)
SIEM monitoring (centralized firewall alerts)
Implementatie
Intune Settings Catalog: Windows Firewall β Domain Profile β Disable inbound notifications: True. Logging: Still enabled (SIEM monitoring).
Compliance
CIS Windows Benchmark, BIO 13.01.
Monitoring
Gebruik PowerShell-script enable-domain-network-firewall-disable-inbound-notifications-is-set-to-true.ps1 (functie Invoke-Monitoring) β Controleren.
Remediatie
Gebruik PowerShell-script enable-domain-network-firewall-disable-inbound-notifications-is-set-to-true.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
CIS M365: Control Windows - Firewall notifications (L1) -
BIO: 13.01.01 -
Automation
Gebruik het onderstaande PowerShell script om deze security control te monitoren en te implementeren. Het script bevat functies voor zowel monitoring (-Monitoring) als remediation (-Remediation).