L1BIO 13.01.01CIS Windows - Firewall notifications
Intune: Windows Firewall Public - Disable Inbound Notifications
π 2025-10-30
β’
β±οΈ 2 minuten lezen
β’
π’ Should-Have
πΌ Management Samenvatting
Disable inbound firewall notifications on Public profile - prevents user notification spam (public WiFi = many blocked connections).
Aanbeveling
IMPLEMENT
Risico zonder
Low
Risk Score
3/10
Implementatie
2u (tech: 1u)
Van toepassing op:
β Windows 10 β Windows 11
Firewall notifications = user confusion: Public WiFi: Attacker port scans β firewall blocks β Windows notification 'Windows Firewall has blocked some features...', Notification flood: Public WiFi = 100+ blocked connections β 100+ notifications (user overwhelmed), User behavior: Notification fatigue β users click 'Allow' without reading (security bypass). Disable notifications: Silent blocking (firewall works maar no user prompts), Logs: Still available (Event Viewer, firewall.log - security team monitoring), User: No distractions (firewall protects silently).
PowerShell Modules Vereist
Primary API: Microsoft Graph API Connection:Connect-MgGraph Required Modules: Microsoft.Graph.DeviceManagement
Implementatie
Disable notifications: Policy: Disable inbound notifications: True (no user prompts), Effect: Firewall blocks traffic silently (no Windows notifications), Logging: Still active (firewall.log, Event Viewer), Security team: Monitors logs (users don't see notifications).
Vereisten
Intune subscription
Windows 10/11
Firewall logging enabled (security team monitoring)
Implementatie
Intune Settings Catalog: Windows Firewall β Public Profile β Disable inbound notifications: True. Effect: Silent blocking (no user prompts).
Compliance
CIS Windows Benchmark L1, BIO 13.01.
Monitoring
Gebruik PowerShell-script enable-public-network-firewall-disable-inbound-notifications-is-set-to-true.ps1 (functie Invoke-Monitoring) β Controleren.
Remediatie
Gebruik PowerShell-script enable-public-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).