L1BIO 13.01.01ISO A.13.1.1CIS Windows - Firewall public
Intune: Windows Firewall Public Profile Enabled
π 2025-10-30
β’
β±οΈ 3 minuten lezen
β’
π΄ Must-Have
πΌ Management Samenvatting
Enable Windows Firewall Public Profile - **CRITICAL** defense voor public WiFi (airport, hotel, coffee shop = hostile networks).
Aanbeveling
IMPLEMENT IMMEDIATELY
Risico zonder
Critical
Risk Score
10/10
Implementatie
2u (tech: 1u)
Van toepassing op:
β Windows 10 β Windows 11
Public WiFi = extreme threat: Public network risks: Packet sniffing (attacker captures traffic), MITM attacks (fake WiFi APs), Rogue devices (attacker on same network scans your laptop), No trust: Anyone can be attacker. Public profile firewall: Most restrictive settings (block almost EVERYTHING inbound), Critical voor: Laptops (travel), Remote workers (coffee shops). Attack: Airport WiFi β attacker scans 445/SMB β WITHOUT firewall: access attempt succeeds, WITH firewall: blocked (invisible to attacker).
PowerShell Modules Vereist
Primary API: Microsoft Graph API Connection:Connect-MgGraph Required Modules: Microsoft.Graph.DeviceManagement
Implementatie
Public profile: Triggered when: Unknown network (not domain, not designated 'private'), Settings: Firewall: ON (enabled), Default inbound: BLOCK ALL (strictest), Default outbound: Allow (web browsing works), Exceptions: MINIMAL (only essential - VPN client).
Vereisten
Intune subscription
Windows 10/11
Laptops (priority - travel users)
Implementatie
Intune Settings Catalog: Windows Firewall β Public Profile β Enable Firewall: ON (True). Default inbound: Block. CRITICAL voor laptops. Test: Public WiFi β verify firewall active.
Compliance
CIS Windows Benchmark L1 (CRITICAL), Microsoft Security Baseline, BIO 13.01, ISO 27001 A.13.1.1, NIS2 Art. 21.
Monitoring
Gebruik PowerShell-script enable-public-network-firewall-is-set-to-true.ps1 (functie Invoke-Monitoring) β Controleren.
Remediatie
Gebruik PowerShell-script enable-public-network-firewall-is-set-to-true.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
CIS M365: Control Windows - Firewall public (L1) -
BIO: 13.01.01 -
ISO 27001:2022: A.13.1.1 -
NIS2: Artikel -
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).