IoT Device DOS Defense via Mode Switching and Encrypted SOS

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

IoT devices are vulnerable to Denial of Service (DOS) attacks, which can occupy network channels, prevent legitimate connections, and drain battery power, as malicious devices repeatedly attempt to connect without authentication, compromising security and functionality.

Innovation Solution

IoT devices switch to a DOS mode upon detecting malicious intent, shutting down network access and broadcasting an SOS message encrypted for credentialed devices, which can only be decoded by trusted devices, thereby isolating the attack and alerting authorities.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the device remains accessible over the network in normal mode, then legitimate connections can be established, but the device becomes vulnerable to DOS attacks from malicious devices

Engineering Contradiction:
ImprovesecurityVSAvoidDOS attack vulnerability
Core Design Contradiction:
ReliabilityVSObject-affected harmful factors

Solution Approach 1:

The device dynamically switches between two operational modes: a first mode where the device is accessible over the network for normal operations, and a second mode where the device is inaccessible and only broadcasts encrypted SOS messages. This dynamic mode switching allows the device to adapt its security posture in response to detected threats, resolving the contradiction between maintaining network accessibility and protecting against DOS attacks.

Inventive Principle:
Principle #15Dynamics

2Loss of information

If the device broadcasts unencrypted SOS messages, then any device can receive the alert, but malicious devices can also decode and potentially exploit the message

Engineering Contradiction:
Improvealert transmissionVSAvoidmessage interception
Core Design Contradiction:
Loss of informationVSObject-affected harmful factors

Solution Approach 1:

The SOS messages are encrypted with credentials that are locally stored only in authorized credentialed devices. This means the same broadcast message has different properties for different receivers: malicious devices cannot decode the message while credentialed devices can. This local quality differentiation resolves the contradiction between broad alert transmission and protected message content.

Inventive Principle:
Principle #3Local quality

3Reliability

If the device continuously monitors for connection attempts, then malicious devices can be detected, but the device consumes additional energy and processing resources

Engineering Contradiction:
Improveattack detectionVSAvoiddevice power consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The device uses its existing connection handling infrastructure to detect DOS attacks. When connection attempts are made, the device's normal authentication mechanisms identify them as malicious (lacking valid credentials). This self-service approach allows attack detection without requiring separate monitoring systems, minimizing additional energy and processing resource consumption while maintaining reliable threat detection.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS11316890B2Network denial of service defense method and system
Publication Date: 2022.04.26 LATCH SYSTEMS INC
  • US11316890B2 patent drawing
  • US11316890B2 patent drawing
  • US11316890B2 patent drawing

AI summary

Systems and methods are described for protecting a device from a denial of service (DOS) attack. The method comprises receiving, by the device, a connection request from a third-party device, determining, by the device, that the third-party device is malicious. Switching a mode of operation of the device from a first mode to a second mode, in response to determining that the third-party device is malicious, and broadcasting in the second mode, a message configured to be decoded only by a credentialed device.