Prompt voordat updating automatische links voorkomt dat Excel-bestanden automatisch externe data sources connecten (network shares, URLs, other workbooks) zonder gebruikerstoestemming, waardoor data exfiltration en DDE attacks geblokkeerd worden.
Aanbeveling
Implementeer
Risico zonder
Medium
Risk Score
6/10
Implementatie
3u (tech: 1u)
Van toepassing op:
β Microsoft Excel
automatische links is security risk: External workbook links (=\\server\share\file.xlsx!A1 formulas), URL connections (web queries naar malicious sites), DDE connections (legacy - can execute commands), OLE object updates (embedded files). Attack scenarios: Phishing Excel β links to attacker server (credential harvesting via SMB), Malicious formulas β WEBSERVICE() calls to exfiltrate data, DDE exploits (CVE-2017-11882 era - now patched maar legacy risk). Zonder prompt: Links update automatische upon file open (no user warning), External connections established (netwerkverkeer to unknown servers), Data exfiltration possible (formulas Verzend cell data to attacker URL).
Implementatie
Update Links prompt: Registry: WorkbookLinkWarnings is 2 (Schakel in met notification), Effect: File met external links β prompt 'Deze workbook bevat links to other data sources...', User chooses: Update (connect to external sources) vs Don't Update (open offline), Network activity blocked Totdat gebruikerstoestemming.
Vereisten
Office 2016+
Intune configuration profile of GPO
User training (understand external links risk)
Implementeeratie
Intune Settings Catalog: Excel\Security\Vertrouwenscentrum\External Content β Prompt user op automatische update voor Workbook Links: Schakel ind. Users see prompt: 'Schakel in automatische update of links?' met security warning.
Monitoring
Gebruik PowerShell-script ask-update-automatic-links.ps1 (functie Invoke-Monitoring) β Controleren.
Monitor external link usage (audit workbooks met links), investigate suspicious external connections (unknown URLs, network shares).
Compliance en Auditing
External link regelt voldoen aan: CIS Office Benchmark (External content controls), BIO 13.02 (Netwerkbeveiliging - ungeautoriseerde connections), ISO 27001 A.13.2.1 (Information transfer controls).
Remediatie
Gebruik PowerShell-script ask-update-automatic-links.ps1 (functie Invoke-Remediation) β Herstellen.
Compliance & Frameworks
CIS M365: Control Office Benchmark - External Content (L1) - Prompt voor automatische link updates
BIO: 13.02.01 - External connection controls
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).