Umbra Wiki attack-pattern attack-pattern/CAPEC-556
Back to wiki

CAPEC-556 — Replace File Extension Handlers

provenance: imported · ATT&CK: T1546.001 · CWE: CWE-284

CAPEC-556: Replace File Extension Handlers

MITRE CAPEC attack pattern

Status Draft
Typical severity
Likelihood of attack
Catalogue CAPEC 3.9 (2023-01-24)

Description

When a file is opened, its file handler is checked to determine which program opens the file. File handlers are configuration properties of many operating systems. Applications can modify the file handler for a given file extension to call an arbitrary program when a file with the given extension is opened.

Where this sits in the chain

A finding maps to a weakness (CWE), a weakness is exploited by an attack pattern (CAPEC), and an attack pattern shows up in ATT&CK as observed adversary behaviour. This page is the middle hop.

Weaknesses exploited: CWE-284

ATT&CK techniques: T1546.001

Mitigations

  • Inspect registry for changes. Limit privileges of user accounts so changes to default file handlers can only be performed by authorized administrators.

Source