Demarcation Device Secure File Transfer via Challenge-Response Authentication

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The existing DOCSIS Provisioning over Ethernet Passive Optical Network (DPoE) systems lack secure file transfer mechanisms for Demarcation devices, relying on insecure protocols like TFTP for configuration, which compromises security and identity verification.

Innovation Solution

Implementing secure file transfer protocols such as SFTP or HTTPS with authentication credentials for Demarcation devices, using a username generated from the MAC address and a dynamically calculated password based on a salt key, and transmitting the password challenge via LLDP TLVs to establish a secure connection with the back-office server.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If secure file transfer protocols (SFTP/HTTPS) with authentication are implemented for Demarcation devices, then security against network-based attacks is improved, but device complexity and authentication setup difficulty increase

Engineering Contradiction:
ImprovesecurityVSAvoidauthentication mechanism complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The Demarcation device automatically generates its own username based on its MAC address and computes its password using the challenge-response mechanism with a locally stored salt key. The device independently completes the authentication credential generation without requiring manual configuration or external provisioning, thereby achieving self-service authentication setup while maintaining strong security through SFTP/HTTPS protocols

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The salt key is pre-stored in the Demarcation device before authentication is needed. The username is pre-generated from the device's MAC address. These preliminary actions prepare the authentication credentials in advance, allowing the device to quickly and securely authenticate using challenge-response without requiring complex real-time credential management or external provisioning during the actual authentication process

Inventive Principle:
Principle #10Preliminary action

2Reliability

If dynamic password generation using challenge-response mechanism is used, then security against identity theft and device cloning is improved, but computational overhead and authentication time increase

Engineering Contradiction:
Improveidentity verification securityVSAvoidauthentication time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The salt key is pre-stored in the Demarcation device before authentication is needed. This preliminary preparation allows the device to quickly compute the password response when challenged, without requiring time-consuming key generation or external credential retrieval during the actual authentication process

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The Demarcation device independently and rapidly computes its password response using the pre-stored salt key and the received challenge message. This self-service computation eliminates the need for time-consuming external credential verification or complex multi-factor authentication processes, achieving fast authentication while maintaining strong security through the cryptographic challenge-response mechanism

Inventive Principle:
Principle #25Self-service

3Ease of operation

If username is generated from MAC address, then ease of credential generation is improved, but security vulnerability to MAC address spoofing increases

Engineering Contradiction:
Improvecredential generation easeVSAvoidMAC address spoofing vulnerability
Core Design Contradiction:
Ease of operationVSObject-affected harmful factors

Solution Approach 1:

The challenge-response mechanism acts as an intermediary security layer between the username (derived from MAC address) and the authentication process. Even if an attacker spoofs the MAC address and obtains the username, they cannot authenticate without also knowing the password response, which requires the pre-stored salt key and the ability to compute the correct response to the specific challenge message. This intermediary mechanism neutralizes the vulnerability of using MAC address-based usernames

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS10178085B2Establishing a secure file transfer session for secure file transfer to a demarcation device
Publication Date: 2019.01.08 ZTE CORP
  • US10178085B2 patent drawing
  • US10178085B2 patent drawing
  • US10178085B2 patent drawing

AI summary

Systems, devices and techniques for establishing a secure file transfer session for secure downloading of configuration files to a Demarcation device are disclosed. Communication is established with a first network device. A password challenge message is received from the first network device. A username is generated. A password is generated using the password challenge message and a locally stored salt key. The username and the password are communicated to a second network device via the first network device, to facilitate establishing a secure file transfer connection with the second network device.