@@ -1285,11 +1285,32 @@ The VPN shall by default not establish routes between different client endpoints
* UC-6: not required
* UC-7: not required
### 5.11.3 Mapping of requirements to use cases
### 5.11.3 REQ-IM-02: Minimise data transmitted to unverified sources {#REQ-IM-02}
#### 5.11.3.1 Requirement
The product shall minimise the data originating from the product itself that is transmitted to an address that has not been verified as requesting the transmitting data.
#### 5.11.3.2 Applicability
* UC-1: required
* UC-2: required
* UC-3: required
* UC-4: required
* UC-5: required
* UC-6: required
* UC-7: required
#### 5.11.3.3 Guidance
Denial of service attacks over the network often use traffic reflection or amplification techniques, in which the threat actor sends packet to third party devices with a spoofed source address. The third party then sends a response packet to the spoofed source destination - a reflection attack. If the response is larger than the packet it is responding to, then it is an amplification attack. By minimising or rate-limiting the data sent to potentially spoofed source addresses, a product can reduce its interference with other devices.
### 6.11.3 [REQ-IM-02](#REQ-IM-02): Minimise data transmitted to unverified sources
#### 6.11.3.1 Objective
Minimise negative impact on other devices or services.
#### 6.11.3.2 Preparation
Identify interfaces that may transmit data originating from the product itself in reply to incoming data to addresses that have not been verified as requesting the transmitted data. Identify network input that may cause the interface to transmit data in such a manner.
#### 6.11.3.3 Activities
For each identified network input, transmit the input to the interface and record any data the product transmits in response. Analyse the amount of data sent in response in the context of the product function and cybersecurity risk assessment.
#### 6.11.4.4 Verdict
PASS if **all** of the following are fulfilled:
* the response is consistent with reasonable minimisation of data in the response.
Otherwise FAIL
#### 6.11.2.5 Evidence
* List of identified interfaces
* List of methods for identifying interfaces
* Sufficient analysis of methods for identifying interfaces
* List of identified inputs
* Packet captures or other appropriate logs of the data transmitted
* Sufficient analysis of amount of data in response