WO2023085793A1 - 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법 - Google Patents

컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법 Download PDF

Info

Publication number
WO2023085793A1
WO2023085793A1 PCT/KR2022/017607 KR2022017607W WO2023085793A1 WO 2023085793 A1 WO2023085793 A1 WO 2023085793A1 KR 2022017607 W KR2022017607 W KR 2022017607W WO 2023085793 A1 WO2023085793 A1 WO 2023085793A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
node
authentication
channel
control
Prior art date
Application number
PCT/KR2022/017607
Other languages
English (en)
French (fr)
Inventor
김영랑
Original Assignee
프라이빗테크놀로지 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 프라이빗테크놀로지 주식회사 filed Critical 프라이빗테크놀로지 주식회사
Publication of WO2023085793A1 publication Critical patent/WO2023085793A1/ko

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2475Traffic characterised by specific attributes, e.g. priority or QoS for supporting traffic characterised by the type of applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2483Traffic characterised by specific attributes, e.g. priority or QoS involving identification of individual flows
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • Embodiments disclosed in this document relate to a system and method for controlling a controller-based network connection.
  • a smartphone may transmit or receive data with a server via the Internet.
  • the network may include a private network such as an intranet as well as a public network such as the Internet.
  • TCP transmission control protocol
  • IP Internet protocol
  • NAC network access controller
  • a firewall is a method of determining whether or not to allow data packet transmission based on source IP, destination IP, and port information included in IP header information and a policy.
  • a VPN virtual private network
  • a VPN is a method of guaranteeing integrity and confidentiality of data packets by using a channel to which encryption is applied on the TCP/IP protocol.
  • ARP spoofing puts a load on the network, and recently, a technique to bypass it is being developed. Since the firewall is for controlling the flow of data packets, it may not be directly involved in the process of creating a connection between two nodes. In addition, VPN is weak in managing the flow of data packets after the channel is created. In addition, since the above technologies are based on TCP/IP, security of other layers (eg, application layer) among open system interconnection (OSI) layers may be vulnerable.
  • OSI open system interconnection
  • a structure in which an authenticated IP is registered and then data packet transmission is allowed based on the registered IP may be provided.
  • communication may not be allowed, and if there is a terminal that has performed authentication in advance on the subnetwork, other terminals connected to the subnetwork may also access the network.
  • a node may include communication circuitry, a processor operatively connected to the communication circuitry, and a memory operatively connected to the processor and storing a target application and an access control application; ,
  • the memory when executed by the processor, determines a communication protocol based on whether the node can access the operating system transport layer through the access control application, and controls the access to an external server based on the determined communication protocol.
  • An authentication data packet including first authentication information stored in the application is transmitted and authentication is requested, an authentication result for the authentication data packet is received from the external server, and a control data packet is authenticated based on the received authentication result. It is possible to store commands that change a state and make the authentication state based on the changed control data packet when performing a control data processing request to the external server.
  • a server includes a filter, a communication circuit, a memory for storing a database, and a processor operatively connected to the filter, the communication circuit, and the memory, wherein the filter comprises: Receive a control data packet from an access control application, check a communication protocol through which the control data packet is received, check whether first authentication information is included in the control data packet, and determine the communication protocol and the first authentication information. It may be configured to forward or drop the control data packet to the processor based on whether information is included.
  • a network node includes a filter, a communication circuit, a memory for storing a database, and a processor operatively connected to the filter, the communication circuit, and the memory, wherein the filter comprises a node Receives a channel data packet from an access control application of, checks the communication protocol received by the channel data packet, checks whether channel creation authentication information is included in the channel data packet, and determines the communication protocol and the channel creation It may be configured to forward or drop the channel data packet to the processor based on whether authentication information is included.
  • a method of operating an access control application installed in a node includes an operation of determining a communication protocol based on whether access to an operating system transport layer is possible through the access control application, and based on the determined communication protocol Sending an authentication data packet including authentication information stored in the access control application to an external server and requesting authentication, receiving an authentication result for the authentication data packet from the external server, based on the received authentication result and an operation of changing the authentication state of the control data packet by using the control data packet, and requesting the external server to process the control data based on the control data packet whose authentication state is updated.
  • a node may block reception of data packets by unauthorized applications.
  • the problem of attacking a network node by finding a key for OTP generation and inspection between a node and a network node for authentication of a data packet through reverse engineering is solved. It can be prevented.
  • authentication is performed using UDP for nodes that cannot access the transport layer of the operating system, and TCP SYN packet-based authentication is performed for nodes that can access the transport layer. authentication so that all nodes can perform authentication when connecting to the controller and creating a network node and channel.
  • the controller and the network node when receiving a data packet from the outside, authenticate the data packet at the network level (a network filter present in the kernel of the controller and the network node) and protect the data containing the header. Inspecting packets prevents unauthorized nodes from accessing the services of controllers and network nodes.
  • authentication information for channel creation is generated in the controller and transmitted to the node, and authentication is performed with the network node through the corresponding information, the network attack problem caused by the stealing of authentication information can be solved.
  • FIG. 1 shows an environment including a plurality of networks.
  • FIG. 2 illustrates an architecture within a network environment according to various embodiments.
  • FIG. 3 is a functional block diagram illustrating a database stored in a controller according to various embodiments.
  • FIG. 4 shows a functional block diagram of a node according to various embodiments.
  • FIG. 6 shows a signal flow diagram for authentication of a control data packet of a source node according to various embodiments.
  • FIG. 7 shows a signal flow diagram for processing of a control data packet according to various embodiments.
  • FIG. 8 shows a signal flow diagram for controller connection according to various embodiments.
  • FIG. 9 shows a signal flow diagram for user authentication according to various embodiments.
  • FIG. 10 shows a signal flow diagram for network access according to various embodiments.
  • 11 shows a signal flow diagram for channel data packet authentication according to various embodiments.
  • FIG. 12 shows a signal flow diagram for channel creation according to various embodiments.
  • FIG. 13 shows a signal flow diagram for control flow update according to various embodiments.
  • FIG. 14 shows a signal flow diagram for control flow termination according to various embodiments.
  • 15 shows a signal flow diagram for channel release according to various embodiments.
  • 16 shows a signal flow diagram for generating a blacklist according to various embodiments.
  • 17 is a flowchart illustrating an operation for authentication between a node and a controller according to various embodiments.
  • a (e.g., first) component is said to be “coupled” or “connected” to another (e.g., second) component, with or without the terms “functionally” or “communicatively.”
  • the certain component may be connected to the other component directly (eg by wire), wirelessly, or through a third component.
  • Each component (eg, module or program) of the components described in this document may include singular or plural entities. According to various embodiments, one or more components or operations among corresponding components may be omitted, or one or more other components or operations may be added. Alternatively or additionally, a plurality of components (eg modules or programs) may be integrated into a single component. In this case, the integrated component may perform one or more functions of each of the plurality of components identically or similarly to those performed by a corresponding component of the plurality of components prior to the integration. .
  • operations performed by modules, programs, or other components are executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations are executed in a different order, omitted, or , or one or more other operations may be added.
  • module used in this document may include a unit implemented in hardware, software, or firmware, and may be used interchangeably with terms such as logic, logic block, component, or circuit, for example.
  • a module may be an integrally constructed component or a minimal unit of components or a portion thereof that performs one or more functions.
  • the module may be implemented in the form of an application-specific integrated circuit (ASIC).
  • ASIC application-specific integrated circuit
  • Various embodiments of the present document may be implemented as software (eg, a program or application) including one or more instructions stored in a storage medium (eg, memory) readable by a machine.
  • the processor of the device may call at least one command among one or more commands stored from a storage medium and execute it. This enables the device to be operated to perform at least one function according to the at least one command invoked.
  • the one or more instructions may include code generated by a compiler or code executable by an interpreter.
  • the device-readable storage medium may be provided in the form of a non-transitory storage medium.
  • 'non-temporary' only means that the storage medium is a tangible device and does not contain a signal (e.g. electromagnetic wave), and this term refers to the case where data is stored semi-permanently in the storage medium. It does not discriminate when it is temporarily stored.
  • Computer program products may be traded between sellers and buyers as commodities.
  • a computer program product is distributed in the form of a device-readable storage medium (eg compact disc read only memory (CD-ROM)), or through an application store or between two user devices (eg smartphones). It can be distributed (e.g., downloaded or uploaded) directly or online.
  • a device-readable storage medium such as a manufacturer's server, an application store server, or a relay server's memory.
  • FIG. 1 shows an environment including a plurality of networks.
  • the first network 10 and the second network 20 may be different networks.
  • the first network 10 may be a public network such as the Internet
  • the second network 20 may be a private network such as an intranet or VPN.
  • the first network 10 may include a source node 101 .
  • the 'source node' may be various types of devices capable of performing data communication.
  • the source node 101 may be a portable device such as a smartphone or tablet, a computer device such as a desktop or laptop, a multimedia device, a medical device, a camera, a wearable device, or a virtual reality (VR) device. , or home appliances, but is not limited to the aforementioned devices.
  • source node 101 may include a server or gateway capable of transmitting data packets through an application.
  • the source node 101 may also be referred to as 'electronic device' or 'terminal'.
  • the destination node 102 may include the same or similar device as the above-described source node 101 .
  • the destination node 102 can be substantially the same as the destination network.
  • the source node 101 may attempt access to the second network 20 and transmit data to the destination node 102 included in the second network 20 .
  • Source node 101 may transmit data to destination node 102 via network node 103 and channel 105 .
  • the starting node 101 If access to the first network 10 of the starting node 101 is approved, since the starting node 101 can communicate with all servers included in the first network 10, the starting node 101 is malicious. ) can be exposed from program attacks. For example, the origin node 101 may be infected with malicious code 110c, as well as trusted and/or secure applications such as Internet web browser 110a and business application 110b. ) may receive data of an untrusted or unsecured application such as the business application 110d.
  • the starting node 101 infected by the malicious program may attempt access to the second network 20 and/or data transmission.
  • the second network 20 is formed based on IP, such as VPN, it may be difficult to individually monitor a plurality of devices included in the second network 20, and application in the OSI layer Security at the layer or transport layer may be vulnerable.
  • the source node 101 includes a malicious application after the channel has already been created, the data of the malicious application will be delivered to another electronic device (eg, the destination node 102) within the second network 20.
  • FIG. 2 illustrates an architecture within a network environment according to various embodiments.
  • the number of nodes 201 , network nodes 203 and destination networks 204 is not limited to the number shown in FIG. 2 .
  • the node 201 may transmit data to a plurality of destination networks through a plurality of network nodes, and the controller 202 may manage the plurality of nodes, network nodes, and destination networks.
  • the node 201 may perform the same or similar function as the source node 101 shown in FIG. 1, and the network node 203 may perform the same or similar function as the network node 103 shown in FIG. , the destination network 204 may perform the same or similar function as the destination node 102 shown in FIG.
  • the controller 202 may be, for example, a server (or cloud server). Controller 202 can ensure reliable data transmission within a network environment by managing data transmission between node 201 , network node 203 , and destination network 204 .
  • the controller 202 manages the connection of the node 201 to the destination network 204 through policy information or blacklist information, or the authorized channel between the node 201 and the network node 203 ( 210 may be created, or the channel 210 may be removed according to security events collected from the node 201 or the network node 203 .
  • the node 201 can communicate with the destination network 204 only through the channel 210 authorized by the controller 202, and if the authorized channel 210 does not exist, the node 201 communicates with the destination network 204.
  • the controller 202 may transmit and receive control data packets to and from the node 201 in order to perform various operations (eg, registration, approval, authentication, renewal, and termination) associated with network access of the node 201.
  • a flow through which the control data packet is transmitted (eg, 220) may be referred to as a control flow.
  • the controller 202 may include a filter 212 and a processor 222 .
  • the filter 212 can authenticate (inspect) data packets received from the node 201 at the network level, drop data packets in which authentication (inspection) fails, and only data packets in which authentication is successful are processed by a service level processor ( 222), it is possible to block unauthorized data packets from being transmitted to the service level processor 222.
  • the network node 203 may be located at the boundary of the network to which the node 201 belongs or the boundary of the network to which the destination network 204 belongs.
  • the number of network nodes 203 may be plural.
  • the network node 203 may forward only the data packets received through the authorized channel 210 among the data packets received from the node 201 to the destination network 204 .
  • a flow in which a data packet is transmitted between a node 201 and a network node 203, a network node 203 and a destination network 204, or a node 201 and a destination network 204 (e.g., 230) is referred to as a data flow. can be referenced.
  • the network node 203 may be connected to the controller 202 based on a cloud.
  • the network node 203 may create an authorized channel 210 with the node 201 under the control of the controller 202 .
  • the network node 203 may include a filter 213 and a processor 223 .
  • the filter 213 can authenticate (inspect) data packets received from the node 201 at the network level, drop data packets in which authentication (inspection) fails, and process only data packets in which authentication succeeds. 223), it is possible to block unauthorized data packets from being transmitted to the service level processor 223.
  • the node 201 may include a connection control application 211 and a network driver (not shown) for managing network access of applications stored in the node 201 .
  • a connection control application 211 may determine whether the target application 221 is accessible. If the target application 221 is accessible, the access control application 211 transmits a data packet to the network node 203 through the channel 210.
  • the access control application 211 may control transmission of data packets through a kernel including an operating system and a network driver in the node 201 .
  • 3 is a functional block diagram illustrating a database stored in a controller (eg, the controller 202 of FIG. 2 ) according to various embodiments. 3 shows only the memory 330, the controller is a communication circuit (eg, the communication circuit in FIG. 4) for communicating with an external electronic device (eg, the node 201 or the network node 203 in FIG. 430)) and a processor (eg, the processor 410 of FIG. 4 ) for controlling the overall operation of the controller.
  • a communication circuit eg, the communication circuit in FIG. 4
  • an external electronic device eg, the node 201 or the network node 203 in FIG. 430
  • a processor eg, the processor 410 of FIG. 4
  • the controller may store databases 311 to 319 for control of network access and data transmission in the memory 330 .
  • the access policy database 311 may include information on networks and/or services to which an identified network, node, user, unidentified user (guest) or application may access. For example, when access to a destination network is requested from a node, the controller identifies the network (eg, the network to which the node belongs), the node, the user (eg, the user of the node), based on the access policy database 311, and/or determine whether an application (eg, an application included in a node) is allowed to connect to the destination network.
  • the network eg, the network to which the node belongs
  • the user eg, the user of the node
  • an application eg, an application included in a node
  • the authentication policy database 312 may include authentication information for authentication of control data packets and authentication of channel data packets, respectively, according to the version of the access control application installed in the node, the control flow processing method, the network node, and the type of channel to be created. there is.
  • the authentication information may include an OTP generation and checking algorithm, and KEY generation information. Nodes, controllers and network nodes can always perform secure data packet authentication based on authentication information.
  • the channel policy database 313 may include information on the type of channel to be connected to a network node existing at the boundary between a node (eg, terminal) and a network on a connection path, an encryption method, and encryption level information. For example, when access to a destination network is requested from a node, the controller may provide the node with an optimal channel for access to the destination network and related information based on the channel policy database 313 .
  • the blacklist policy database 314 may include a policy for permanently or temporarily blocking access of a specific node.
  • the blacklist policy database 314 includes information (eg, node ID (identifier), IP address) identified through analysis of risk, occurrence cycle, and/or behavior of security events among security events periodically collected from nodes or network nodes. , a media access control (MAC) address, or at least one of a user ID).
  • information eg, node ID (identifier), IP address
  • IP address IP address
  • MAC media access control
  • the blacklist database 315 may include a list of at least one of nodes, IP addresses, MAC addresses, or users blocked by the blacklist policy database 314 . For example, if the identification information of the node requesting access to the destination network is included in the blacklist database 315, the controller may isolate the node from the destination network by rejecting the connection request of the node.
  • the control flow table 316 is an example of a session table for managing a flow (eg, control flow) of control data packets generated between a node and a controller.
  • control flow information may be generated by the controller.
  • the control flow information may include at least one of control flow identification information, an IP address identified during access to and authentication of a controller, a node ID, and a user ID.
  • the controller searches for control flow information through control flow identification information received from the node, and the IP address included in the searched control flow information, source node ID, or user By mapping at least one of the IDs to the access policy database 311, it is possible to determine whether a node can access and whether to create a channel.
  • a control flow may have an expiration time.
  • the node needs to update the expiration time of the control flow, and if the expiration time is not updated for a certain period of time, the control flow (or control flow information) may be removed.
  • the controller may remove the control flow according to the request of the node to terminate the connection. If the control flow is removed, the previously created channel and data flow are also removed, so node access may be blocked.
  • the data flow table 317 is a table for managing a flow (eg, data flow) in which detailed data packets are transmitted between nodes and network nodes or destination networks.
  • a data flow can be created in a TCP session, node application, or more granular unit within a channel created in a node or IP unit.
  • the data flow table 317 includes data flow identification information, control flow identification information if the data flow is dependent on the control flow, an application ID for identifying whether the data packet transmitted from the node is an authorized data packet, a destination IP address, and/or a service port.
  • the data flow table 317 may include identification information of a channel through which a data flow is to be used.
  • the data flow table 317 may include a header (or header information) for determining whether the data packet is valid.
  • the data flow table 317 may further include whether or not a data flow header, which is authentication information, is inserted into the data packet, a header insertion method, whether or not authentication of the data flow is required, an authentication status, and/or an authentication expiration time. .
  • the channel table 318 is a table for managing channels connected between nodes and network nodes. Channels may be created, for example, per device or per IP. When a channel is created between a node and a network node, the channel table 318 includes channel identification information, control flow identification information when the channel is dependent on a control flow, channel algorithm, channel type, and/or additional information for managing the channel. can include Depending on the embodiment, a channel may include a tunnel and a secure session.
  • the authentication table 319 may include a series of algorithms (eg, OTP) and KEY information for generating and checking authentication information between nodes and controllers or network nodes.
  • the authentication table 319 may include IP information of a node to be authorized when the corresponding authentication is performed, including authentication target controller, target network node information, and channel information. For example, when an IP of a node is included in the authentication table 319, the controller or network node may determine that authentication of the corresponding node has already been completed.
  • FIG. 4 shows a functional block diagram of a node (eg, node 201 of FIG. 2 ) according to various embodiments.
  • a node may include a processor 410 , a memory 420 , and a communication circuit 430 .
  • the node may further include a display 440 to interface with a user.
  • the processor 410 may control the overall operation of the node.
  • the processor 410 may include a single processor core or may include a plurality of processor cores.
  • the processor 410 may include multi-cores such as dual-core, quad-core, and hexa-core.
  • the processor 410 may further include an internal or external cache memory.
  • the processor 410 may be configured with one or more processors.
  • the processor 410 may include at least one of an application processor, a communication processor, or a graphical processing unit (GPU).
  • GPU graphical processing unit
  • processor 410 is electrically or operatively coupled to other components within the node (e.g., memory 420, communication circuitry 430, or display 440). (coupled with) or connected to.
  • the processor 410 may receive commands from other components of the node, interpret the received commands, and perform calculations or process data according to the interpreted commands.
  • the processor 410 may interpret and process messages, data, commands, or signals received from the memory 420 , the communication circuit 430 , or the display 440 .
  • the processor 410 may generate a new message, data, command, or signal based on the received message, data, command, or signal.
  • Processor 410 may provide processed or generated messages, data, instructions, or signals to memory 420 , communication circuitry 430 , or display 440 .
  • the processor 410 may process data or signals generated or generated by a program. For example, the processor 410 may request instructions, data, or signals from the memory 420 to execute or control a program. The processor 410 may record (or store) or update instructions, data, or signals in the memory 420 to execute or control a program.
  • the memory 420 may store commands for controlling nodes, control command codes, control data, or user data.
  • the memory 420 may include at least one of an application program, an operating system (OS), middleware, or a device driver.
  • OS operating system
  • middleware middleware
  • device driver a device driver
  • the memory 420 may include one or more of volatile memory and non-volatile memory.
  • Volatile memory includes dynamic random access memory (DRAM), static RAM (SRAM), synchronous DRAM (SDRAM), phase-change RAM (PRAM), magnetic RAM (MRAM), resistive RAM (RRAM), and ferroelectric RAM (FeRAM).
  • DRAM dynamic random access memory
  • SRAM static RAM
  • SDRAM synchronous DRAM
  • PRAM phase-change RAM
  • MRAM magnetic RAM
  • RRAM resistive RAM
  • FeRAM ferroelectric RAM
  • the nonvolatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), flash memory, and the like.
  • the memory 420 uses a nonvolatile medium such as a hard disk drive (HDD), a solid state disk (SSD), an embedded multi media card (eMMC), or a universal flash storage (UFS). can include more.
  • a nonvolatile medium such as a hard disk drive (HDD), a solid state disk (SSD), an embedded multi media card (eMMC), or a universal flash storage (UFS).
  • HDD hard disk drive
  • SSD solid state disk
  • eMMC embedded multi media card
  • UFS universal flash storage
  • the memory 420 may store some of the information included in the memory of the controller (eg, the memory 330 of FIG. 3 ).
  • the memory 420 may store the data flow table 317, channel table 318, and authentication table 319 described in FIG. 3 .
  • the communication circuit 430 may support establishment of a wired or wireless communication connection between a node and an external electronic device (eg, the controller 202 or the network node 203 of FIG. 2 ) and communication through the established connection.
  • the communication circuit 430 may be a wireless communication circuit (eg, cellular communication circuit, short-range wireless communication circuit, or global navigation satellite system (GNSS) communication circuit) or a wired communication circuit (eg, a local area network (LAN)).
  • GNSS global navigation satellite system
  • communication circuit or power line communication circuit
  • a short-distance communication network such as Bluetooth, WiFi direct, or IrDA (infrared data association) or a cellular network
  • IrDA infrared data association
  • long-distance communication such as the Internet
  • computer network It may communicate with an external electronic device through a network.
  • the various types of communication circuits 430 described above may be implemented as a single chip or may be implemented as separate chips.
  • the display 440 may output content, data, or signals.
  • the display 440 may display image data processed by the processor 410 .
  • the display 440 may be configured as an integrated touch screen by being combined with a plurality of touch sensors (not shown) capable of receiving a touch input.
  • a plurality of touch sensors may be disposed above the display 440 or below the display 440 .
  • a server (eg, a controller) may include a processor 410 , a memory 420 , and a communication circuit 430 .
  • the processor 410, memory 420, and communication circuit 430 included in the server may be substantially the same as the processor 410, memory 420, and communication circuit 430 described above.
  • the access control application 211 detects a network transmission request of the target application 221 of the node 201, and the node 201 or the access control application 211 is connected to the controller 202. status can be determined.
  • the access control application 211 may block transmission of data packets in a kernel or network driver including an operating system. there is.
  • the network node 203 transmits the data packet through the channel authorized by the controller 202 even when the target application 221 of the node 201 bypasses the access control application 211 and transmits the data packet. It can drop data packets if not received. That is, when a channel does not exist between the node 201 and the network node 203, the network node 203 may block a data packet received from the target application 221 of the node 201.
  • FIG. 6 shows a signal flow diagram for authentication of a control data packet of a source node according to various embodiments.
  • the node 201 may perform authentication on the filter 212 of the controller 202 and the data packet (control data packet), and if the authentication fails, the filter 212 drops the data packet and the controller 202 Data packets may not be transmitted to the processor 222 that controls the service of .
  • connection control application 211 of node 201 may detect a control data packet authentication event.
  • the connection control application 211 of the node 201 may transmit control data packets to the controller 202 when communicating with the controller 202 (control flow creation, update, network connection, etc.).
  • the access control application 211 may perform an operation to authenticate the control data packet.
  • the access control application 211 may determine a communication protocol based on whether an operating system transport layer is accessible.
  • the communication protocol may include a TCP protocol or a UDP protocol.
  • the access control application 211 may request a TCP protocol-based connection to the controller 202 when the node 201 can access the operating system transport layer.
  • the access control application 211 may insert authentication information stored in the connection control application 211 into the payload of the TCP SYN packet transmitted to the controller 202 and transmit it (operation 610).
  • authentication information stored in the access control application 211 may include OTP information generated by an OTP generating algorithm and KEY information.
  • the access control application 211 may request a UDP protocol-based connection from the controller 202 if the node 201 is unable to access the operating system transport layer. In this case, the access control application 211 generates a data packet based on the OTP information generated by the OTP generation algorithm and KEY information included in the access control application 211, and sends the data packet to the controller 202 based on the UDP protocol. It can be transmitted to (operation 615).
  • filter 212 of controller 202 may examine the data packet (authentication data packet) received from connection control application 211 .
  • the filter 212 may examine the data packet based on the type of communication protocol through which the data packet was received and whether authentication information is included in the data packet.
  • filter 212 may perform control data packet processing (act 625). For example, operation 625 may be performed by performing operations 740 to 755 shown in FIG. 7 . For another example, when operation 625 is performed, operations 630 to 690 may not be performed.
  • the filter 212 may check whether authentication information is included in the data packet. For example, if authentication information is included in the data packet, the filter 212 may process the data packet (authentication data packet) by examining the authentication information (operation 630). For example, authentication information generated based on the OTP check algorithm and KEY included in the filter 212 and authentication information included in the data packet may be compared to each other. The filter 212 may add the identification information of the node 201 to an authentication table (eg, the authentication table 319 of FIG. 3) when the authentication information is identical to each other, and may forward the data packet to the processor 222. Yes (act 635).
  • an authentication table eg, the authentication table 319 of FIG. 3
  • the processor 222 may receive and respond to the data packet for TCP session creation with the node 201, and may create a TCP session with the node 201 (operation 645). For another example, if the authentication information is not identical to each other, the filter 212 may drop the data packet (operation 640). When a data packet is dropped, the filter 212 may store a data packet drop log for each identification information of node 201 and transmit the stored data packet drop log to the processor 222 . Processor 222 may blacklist (update) node 201 based on the data packet drop log and database of node 201 (operation 650). Depending on the embodiment, if the data packet is a SYN packet but does not include authentication information, operation 625 may be performed.
  • filter 212 may process the data packet (authentication data packet) by examining the authentication information. (action 655). For example, the filter 212 may compare whether the authentication information generated based on the OTP check algorithm and the KEY included in the filter 212 and the authentication information included in the data packet are the same. The filter 212 may add the identification information of the node 201 to an authentication table (eg, the authentication table 319 of FIG. 3) when the authentication information is identical to each other, and may forward the data packet to the processor 222. Yes (act 660).
  • an authentication table eg, the authentication table 319 of FIG. 3
  • the processor 222 may return a connection result and may transmit an authentication completion data packet to the node 201 (operation 670). For another example, if the authentication information is not identical to each other, the filter 212 may drop the data packet (operation 665). When a data packet is dropped, the filter 212 may store a data packet drop log for each identification information of node 201 and transmit the stored data packet drop log to the processor 222 . Processor 222 may blacklist (update) node 201 based on the data packet drop log and database of node 201 (operation 675).
  • the filter 212 may drop the data packet when the communication protocol of the received data packet is a UDP protocol and the data packet does not include authentication information.
  • Connection control application 211 of node 201 may receive control data packet authentication results from controller 202 and may process the authentication results (act 680). For example, when a successful authentication result is received (eg, completion of TCP session creation, receipt of an authentication completion data packet), the access control application 211 may change the authentication status of the control data packet to success (complete). For another example, when an authentication failure result is received (eg, when a data packet is dropped), the access control application 211 may set the authentication status of the control data packet to failed (incomplete). In this case, the access control application 211 may retry authentication on the control data packet.
  • a successful authentication result eg, completion of TCP session creation, receipt of an authentication completion data packet
  • the access control application 211 may change the authentication status of the control data packet to success (complete).
  • an authentication failure result eg, when a data packet is dropped
  • the access control application 211 may set the authentication status of the control data packet to failed (incomplete). In this case, the access control application 211 may retry authentication on
  • the authentication status may be based on the changed control data packet.
  • the filter 212 checks whether the identification information of the node 201 in the 5-tuple information of the received data packet is included in the blacklist (eg, the blacklist 315 of FIG. 3). can check more. For example, the filter 212 may drop the data packet when the identification information of the node 201 is included in the blacklist, and may not perform operations 625 to 675 .
  • the filter 212 may further check whether the port on which the data packet was received is the port on which the controller 202 is receiving. For example, if the port on which the data packet is received is not the port receiving in the controller 202, the filter 212 may drop the received data packet.
  • FIG. 7 shows a signal flow diagram for processing of a control data packet according to various embodiments.
  • connection control of the node 201 may request processing of the control data packet by transmitting the control data packet to the controller 202 .
  • connection control application 211 of node 201 may detect a control data packet transmission event.
  • the access control application 211 may detect a control data packet transmission event for performing a control flow creation, update, and termination request or network access request to the controller 202 .
  • the access control application 211 may check whether authentication of the control data packet is required. For example, the access control application 211 can determine whether authentication of the control data packet is required by checking the authentication status of the control data packet. Depending on the embodiment, when it is determined that authentication of the control data packet is required, the access control application 211 may perform control data packet authentication processing (operation 715). Operation 715 may be performed by the operations shown in FIG. 6 . If the authentication is successful, the access control application 211 may perform operation 725, and if the authentication fails, the access control application 211 may process the authentication of the control data packet as a failure in operation 720.
  • control data packet authentication processing operation 715 may be performed by the operations shown in FIG. 6 . If the authentication is successful, the access control application 211 may perform operation 725, and if the authentication fails, the access control application 211 may process the authentication of the control data packet as a failure in operation 720.
  • the connection control application 211 may insert a control data packet header and transmit the header-inserted control data packet to the controller 202 .
  • the access control application 211 displays initial identification of the control flow as initialization information for identifying the control flow creation request at the front of the payload of the control data packet.
  • OTP information authentication information
  • the access control application 211 sends the control flow identification information and protection information received from the controller 202 to the front of the payload of the control data packet.
  • OTP information authentication information
  • the access control application 211 sends the control flow identification information and protection information received from the controller 202 to the front of the payload of the control data packet.
  • OTP information authentication information
  • KEY information received from the controller 202 can be inserted.
  • the filter 212 of the controller 202 may perform an examination of the control data packet when it is received from the node 201. For example, the filter 212 may check the control data packet based on the type of communication protocol of the received control data packet and whether authentication information is included in the received control data packet.
  • filter 212 may perform authentication data packet processing based on the received control data packet (act 735). For example, operation 735 may be performed through the operations shown in FIG. 6 .
  • control data packet processing may be performed (operation 735). For example, operation 735 may be performed through the operations shown in FIG. 6 .
  • the filter 212 when a control data packet is received via the TCP protocol, the control data packet is a TCP SYN packet, and no authentication information is present in the payload of the control data packet, the filter 212 performs an authentication table (e.g., It is possible to check whether the identification information of the node 201 exists in the authentication table 319 of FIG. 3 (operation 740). Filter 212 may drop the control data packet if the identification information of node 201 does not exist in the authentication table (operation 750), and if the identification information of node 201 does not exist in the authentication table, operation 745. can be done
  • filter 212 may perform operation 745 if the control data packet is received over the TCP protocol and the control data packet is not a TCP SYN packet.
  • filter 212 may perform header inspection of the control data packet. For example, filter 212 may drop the control data packet if the header of the control data packet does not exist (act 750).
  • the filter 212 checks the control flow identification information included in the control data packet, and determines whether the control flow identification information included in the control data packet is in an initialization state (control flow before creation). When the control flow identification information included in the control data packet is in an initialization state, the filter 212 checks the authentication information generated by the OTP check algorithm and KEY included in the filter 212 and the protection information included in the control data packet header. You can check whether they are the same. For example, if the authentication information and the protection information are not identical, the filter 212 may drop the control data packet (operation 750).
  • the filter 212 may forward the control data packet to the processor 222 (operation 755). If the control data packet is forwarded to processor 222, processor 222 may process the control data packet (e.g., connect a controller and create a control flow) and return results to node 201 (act 765). .
  • the filter 212 if the control flow identification information included in the control data packet is not in the initialization state, the control data based on the database (or control flow table (control flow table 316 of FIG. 3)) It is possible to check whether the control flow identification information included in the packet exists, and if the control flow identification information exists in the database, the filter 212 checks the authentication information and control generated by the OTP check algorithm and KEY included in the control flow information. It may be determined whether the protection information included in the data packet header is the same, for example, if the authentication information and the protection information are not identical, the filter 212 may drop the control data packet (operation 750).
  • the filter 212 may forward the control data packet to the processor 222 (operation 755).
  • the processor 222 may process the forwarded control data packet (eg, control flow update, exit, network connection, etc.) and return a result to node 201 (act 765).
  • the processor 222 may obtain a log of control data packets being dropped in the filter 212.
  • the processor 222 checks the conditions such as the number of control data packet authentication failures, the time, and the reason for data packet drop for each identification information of the node 201 according to the blacklist policy (eg, the blacklist policy 314 of FIG. 3). You can decide whether to add node 201 to the blacklist.
  • the blacklist policy eg, the blacklist policy 314 of FIG. 3
  • node 201 may process the control data packet processing result received from controller 202 .
  • the control data packet processing result may be a result of a control related request.
  • the control data packet processing result may include at least one of a control flow update processing result, a control flow creation processing result, a control flow deletion processing result, and a network connection success or failure processing result.
  • FIG. 8 shows a signal flow diagram for controller connection according to various embodiments.
  • the access control application 211 of the node 201 requests the controller 202 to create a control flow, so that the node ( 201) can try to connect to the controller.
  • node 201 may detect a controller connection event. For example, the node 201 may detect that the access control application 211 is installed and executed in the node 201 and access to the controller 202 is requested through the access control application 211 .
  • node 201 may request a controller connection from controller 202 in response to detecting a controller connection event.
  • the node 201 may request a controller connection through the access control application 211 .
  • the access control application 211 identifies the node 201's identification information (eg, terminal ID, IP address, MAC address), type, location, environment, identification information of the network to which the node 201 belongs, and/or identification information of the access control application 211 may be transmitted to the controller 202 .
  • the controller 202 may identify whether the node 201 is accessible in response to the received request. According to an embodiment, the controller 202 may determine whether the node 201 is accessible based on a database included in a memory (eg, the memory 330 of FIG. 3 ) of the controller 202 . For example, the controller 202 determines whether the information received from the access control application 211 is included in the access policy database, and the identification information of the node 201 and/or the network to which the node 201 belongs is a blacklist. It is possible to check whether the node 201 is accessible based on whether it is included in the database.
  • a memory eg, the memory 330 of FIG. 3
  • the controller 202 may create a control flow between the node 201 and the controller 202 .
  • the controller 202 may generate control flow identification information in the form of random numbers and store identification information of the node 201 and/or a network to which the node 201 belongs in a control flow table.
  • Information stored in the control flow table e.g., control flow identification information and/or control flow information is used for user authentication of node 201, information update of node 201, policy check for network access of node 201, and /or can be used for validation.
  • the controller 202 lists identification information of the node 201 or access policy matched with identification information of the source network (eg, access policy 313 of FIG. 3 ), accessable applications, destination network identification information, and service port information.
  • data flow can be created.
  • the generated data flow may include a data packet authentication method and an authentication header generation method or fixed header information for the node 201 and the network node 203 to check whether or not the data packet is authorized.
  • node 201, controller 202 or network node 203 may manage the flow of authorized data packets based on the generated data flow.
  • the controller 202 may check channel information to be generated to access the network based on the data flow from a channel policy (eg, the channel policy 313 of FIG. 3). For example, the controller 202 checks the network node 203 to create the channel, the channel type, and method information, and a series of information necessary for channel creation between the node 201 and the network node 203 (channel type, method, authentication information, network node 203 IP and port, authentication information for channel data packet authentication, etc.) and update channel information to be used for data flow. In one embodiment, the controller 202 may transmit the generated channel creation information to the network node 203 (act 825). In another embodiment, controller 202 may transmit the generated data flow to network node 203 .
  • a channel policy eg, the channel policy 313 of FIG. 3
  • the controller 202 checks the network node 203 to create the channel, the channel type, and method information, and a series of information necessary for channel creation between the node 201 and the network node 203 (channel type, method, authentication information
  • the controller 202 may transmit identification information of the generated control flow, data flow, and channel creation information to the node 201 (operation 830). In one embodiment, controller 202 may not send data flow information to node 201 or network node 203 if the generated data flow does not exist.
  • node 201 may process the resulting value of the response received from controller 202 .
  • the access control application 211 may create a channel with each other by requesting the network node 203 to create a channel based on the received channel creation information, and the generated channel information may be added to the channel table (act 840).
  • the access control application 211 may display a channel creation impossible message and reason, and delete a data flow accessible to the corresponding channel.
  • operation 840 may be performed by performing the operations shown in FIGS. 11 and 12 .
  • FIG. 9 shows a signal flow diagram for user authentication according to various embodiments.
  • the access control application 211 of the node 201 may authenticate the user of the node 201 from the controller 202 .
  • node 201 may request user authentication from controller 202 .
  • the access control application 211 may receive an input for user authentication, and the input for user authentication may be, for example, a user input for inputting a user ID and password.
  • the input for user authentication may be a user input (eg, biometric information) for stronger authentication.
  • the access control application 211 may transmit input information for user authentication to the controller 202 . If the control flow between the node 201 and the controller 202 has already been created, the access control application 211 may transmit input information for user authentication together with control flow identification information.
  • controller 202 may authenticate the user based on the information received from node 201 .
  • the controller 202 may use the user ID, password, and/or enhanced authentication information included in the received information and a database included in the memory of the controller 202 (e.g., the access policy database of FIG. 3). 311 or the blacklist database 314), it is possible to determine whether the user can access according to the access policy and whether the user is included in the blacklist.
  • the controller 202 may add user identification information (eg, user ID) to identification information of the control flow.
  • user identification information eg, user ID
  • the added user identification information can be used for the authenticated user's controller access or network access.
  • the controller 202 determines the application, destination network identification information, and services that can be accessed from the access policy (eg, the access policy 311 of FIG. 3) matched with the identification information of the node 201 or the identification information of the source network. You can create data flows by listing port information.
  • the generated data flow may include a data packet authentication method and an authentication header generation method or fixed header information for the node 201 and the network node 203 to check whether or not the data packet is authorized.
  • the controller 202 may check channel information to be generated to access the network based on the data flow from a channel policy (eg, the channel policy 313 of FIG. 3). For example, the controller 202 checks the network node 203 to create the channel, the channel type, and method information, and a series of information necessary for channel creation between the node 201 and the network node 203 (channel type, method, authentication information, network node 203 IP and port, authentication information for channel data packet authentication, etc.) and update channel information to be used for data flow. In one embodiment, the controller 202 may transmit the generated channel creation information to the network node 203 (act 925). In another embodiment, controller 202 may transmit the generated data flow to network node 203 .
  • a channel policy eg, the channel policy 313 of FIG. 3
  • the controller 202 checks the network node 203 to create the channel, the channel type, and method information, and a series of information necessary for channel creation between the node 201 and the network node 203 (channel type, method, authentication information
  • the controller 202 may transmit identification information of the generated control flow, data flow, and channel creation information to the node 201 (operation 930). In one embodiment, controller 202 may not send data flow information to node 201 or network node 203 if the generated data flow does not exist.
  • node 201 may process the resulting value of the response received from controller 202 .
  • the access control application 211 may create a channel with each other by requesting the network node 203 to create a channel based on the received channel creation information, and the generated channel information may be added to the channel table (act 940).
  • the access control application 211 may display a channel creation impossible message and reason, and delete a data flow accessible to the corresponding channel.
  • operation 940 may be performed by performing the operations shown in FIGS. 11 and 12 .
  • the node 201 may output a user interface screen indicating completion of user authentication to the user through a display.
  • the controller 202 may determine that user authentication is impossible. For example, if user identification information is included in the blacklist database, the controller 202 may determine that user authentication is impossible. In this case, in operation 930, the controller 202 transmits information indicating that user authentication is impossible to the node 201, and in operation 935, the node 201 displays a user interface screen indicating that user authentication has failed through a display. can be printed out.
  • FIG. 10 shows a signal flow diagram for network access according to various embodiments.
  • node 201 After node 201 is authorized by controller 202, node 201 controls the network access of other applications stored in node 201 through node 201's access control application 211 to provide trusted data. delivery can be guaranteed.
  • the connection control application 211 may detect a network connection event.
  • the access control application 211 can detect that a target application, such as a web browser, is attempting to connect to a destination network, including the destination network, such as the Internet.
  • a target application such as a web browser
  • the destination network such as the Internet.
  • a user may execute a web browser and input and call a web address to be accessed.
  • the access control application 211 may request network access of the target application from the controller 202.
  • the access control application 211 transmits identification information of the target application, identification information of the destination network, and port information to the controller 202 together with identification information of the control flow generated between the node 201 and the controller 202. can transmit
  • the controller 202 may check the access policy based on the request received from the access control application 211 and the database of the controller 202 . For example, the controller 202 may determine whether a target application is accessible based on whether information received from the access control application 211 is included in an access policy included in a database of the controller 202 . If access to the target application is impossible, the controller 202 may transmit information indicating that access is impossible to the node 201 in operation 1030 . In this case, the access control application 211 may drop the data packet of the target application and output a user interface screen indicating that access to the network is impossible through the display.
  • the controller 202 may check channel information to be generated to access the destination network in a channel policy (eg, channel policy 313 of FIG. 3), and may check the channel table. It is possible to check whether a valid channel created by the network node 203 exists (eg, in the channel table 318 of FIG. 3 ). For example, if the created valid channel does not exist, the controller 202 sets a series of information necessary for channel creation between the node 201 and the network node 203 (channel type, method, authentication information, network node ( 203) IP, port, authentication information for authenticating channel data packets, etc.) can be created.
  • a channel policy eg, channel policy 313 of FIG. 3
  • the controller 202 sets a series of information necessary for channel creation between the node 201 and the network node 203 (channel type, method, authentication information, network node ( 203) IP, port, authentication information for authenticating channel data packets, etc.) can be created.
  • the controller 202 may send a connection failure result to the node 201 if no channel policy that can be created exists (operation 1030). For another example, when a previously created channel exists, the controller 202 may transmit information about the previously created channel to the node 201 (operation 1030).
  • the controller 202 may update the data flow based on the generated channel information. Also, when a new channel needs to be created, the controller 202 may transmit the updated data flow and channel creation information to the node 201 and the network node 203 (operations 1025 and 1030). In one embodiment, the controller 202 may not transmit channel creation information and data flow information to the node 201 or the network node 203 when an updated data flow does not exist or when channel creation is impossible.
  • connection control application 211 of the node 201 may process the resulting value of the response transmitted from the controller 202 .
  • the access control application 211 drops the data packet and displays a user interface screen indicating that the network access is unavailable. can be printed out.
  • the access control application 211 when channel creation information is received from the controller 202, the access control application 211 creates a channel with the network node 203 in operation 1040 and data of the target application through the channel created in operation 1045.
  • the packet may be transmitted to the network node 203.
  • the network node 203 may forward the received data packet to a destination (eg, destination network).
  • operation 1040 may be performed by performing the operations shown in FIGS. 11 and 12 .
  • the access control application 211 upon receiving pre-existing channel information from the controller 202, the access control application 211 does not perform an additional channel creation procedure, and in operation 1045 converts the data packet of the target application to the corresponding channel information. It can be transmitted to the network node 203 through a channel.
  • the access control application 211 may drop a data packet of the target application and output a user interface screen indicating that network access is impossible.
  • the access control application 211 may first check whether there is an authorized data flow from the controller 202 between the target application and the destination network before performing operation 1010 . For example, the access control application 211 identifies the identification information of the target application, the network identification information and the service port information, and identifies the authorized information corresponding to the identified information in the data flow table stored in the memory of the node 201. You can check if the data flow exists. If the authorized data flow exists, the access control application 211 may transmit the data packet of the target application according to the authorized data flow policy in operation 1045 without requesting network access. If no authorized data flow exists, the access control application 211 may request network access in operation 1010 . On the other hand, if an authorized data flow exists but is not valid (eg, a channel does not exist or a destination node cannot be accessed), the access control application 211 may drop the data packet of the target application.
  • the access control application 211 may drop the data packet of the target application.
  • the access control application 211 checks the validity of the target application before requesting network access when the data flow does not exist or when the renewal of the data flow is required (eg, when the authentication time expires). can do more
  • the access control application 211 may perform counterfeiting, tampering, code signing checks, and/or fingerprint checks of the target application. For example, if validation of the target application fails, the access control application 211 may drop data packets of the target application without requesting network access. In this case, the access control application 211 may display a user interface screen indicating that access is impossible. For another example, if validation of the target application succeeds, the access control application 211 may request network access in operation 1010 .
  • 11 shows a signal flow diagram for channel data packet authentication according to various embodiments.
  • the node 201 may perform authentication on the filter 213 of the network node 203 and the data packet (channel data packet), and if the authentication fails, the data packet is dropped from the filter 213 and the network node ( Data packets may not be transmitted to the processor 223 that controls the service of 203).
  • connection control application 211 of node 201 may detect a channel data packet authentication event. For example, the connection control application 211 of the node 201 sends a channel data packet to the network node 203 when communicating with the network node 203 (channel creation, update, termination, general data packet transmission, etc.). can be sent to In this case, before the channel data packet is authenticated, the access control application 211 may perform an operation for authenticating the channel data packet.
  • the access control application 211 may determine a communication protocol based on whether an operating system transport layer is accessible.
  • the communication protocol may include a TCP protocol or a UDP protocol.
  • the access control application 211 may request a TCP protocol-based connection to the network node 203 when the node 201 can access the operating system transport layer.
  • the access control application 211 inserts the authentication information stored in the connection control application 211 or the channel creation authentication information received from the controller 202 into the payload of the TCP SYN packet transmitted to the network node 203. may transmit (act 1110).
  • authentication information stored in the access control application 211 or channel creation authentication information received from the controller 202 may include OTP information generated by an OTP generation algorithm and KEY information.
  • the access control application 211 may request a UDP protocol based connection from the network node 203 if the node 201 is unable to connect to the operating system transport layer. In this case, the access control application 211 generates a data packet based on the OTP information generated by the OTP generation algorithm and KEY information included in the access control application 211 or the channel creation authentication information received from the controller 202 Data packets may be transmitted to the controller 202 based on the UDP protocol (act 1115).
  • the filter 213 of the network node 203 may examine the data packet received from the connection control application 211 (channel creation authentication data packet). For example, the filter 213 may inspect the data packet based on the type of communication protocol through which the data packet is received and whether authentication information is included in the data packet.
  • the filter 212 may perform channel data packet processing (operation 1125) or forward the data packet.
  • operation 1125 may be performed by performing operations 1230 to 1250 illustrated in FIG. 12 .
  • operations 1130 to 1180 may not be performed.
  • the filter 213 may check whether authentication information is included in the data packet. For example, if authentication information is included in the data packet, the filter 213 may process the data packet (authentication data packet) by examining the authentication information (operation 1130). For example, authentication information generated based on the OTP check algorithm and KEY included in the filter 213 and authentication information included in the data packet may be compared to each other. The filter 213 may add the identification information of the node 201 to an authentication table (eg, the authentication table 319 of FIG. 3) when the authentication information is identical to each other, and may forward the data packet to the processor 223. Yes (act 1135).
  • an authentication table eg, the authentication table 319 of FIG. 3
  • the processor 223 may receive and respond to the data packet for TCP session creation with the node 201, and may create a TCP session with the node 201 (operation 1145). For another example, if the authentication information is not identical to each other, the filter 212 may drop the data packet (operation 1140).
  • the filter 213 may check whether authentication information is included in the data packet. For example, if authentication information is not included in the data packet, the filter 213 checks whether identification information of the node 201 exists in the authentication table, and if present, forwards the data packet to the processor 223, If it does not exist, the data packet may be dropped (operation 640).
  • the filter 213 will process the data packet (channel creation authentication data packet) by examining the authentication information. may (act 1150). For example, the filter 213 may compare whether authentication information generated based on the OTP check algorithm and KEY included in the filter 213 and authentication information included in the data packet are the same. The filter 213 may add the identification information of the node 201 to an authentication table (eg, the authentication table 319 of FIG. 3) when the authentication information is identical to each other, and may forward the data packet to the processor 223. Yes (act 1155).
  • an authentication table eg, the authentication table 319 of FIG.
  • the processor 223 may return a connection result and transmit an authentication completion data packet to the node 201 (operation 1165). For another example, if the authentication information is not identical to each other, the filter 213 may drop the data packet (operation 1160).
  • the filter 213 may check whether identification information of the node 201 exists in the authentication table. there is. For example, when identification information of the node 201 exists in the authentication table, the filter 213 may forward the data packet to the processor 223 . For another example, when identification information of the node 201 does not exist in the authentication table, the filter 213 may drop the data packet.
  • Connection control application 211 of node 201 may receive the channel data packet authentication result from network node 203 and may process the authentication result (act 1170). For example, when a successful authentication result is received (eg, completion of TCP session creation, reception of an authentication completion data packet), the access control application 211 may change the authentication status of the channel data packet to success (complete). For another example, when an authentication failure result is received (eg, when a data packet is dropped), the access control application 211 may set the authentication status of the channel data packet to failed (incomplete). In this case, the access control application 211 may retry authentication for the channel data packet.
  • a successful authentication result eg, completion of TCP session creation, reception of an authentication completion data packet
  • the access control application 211 may change the authentication status of the channel data packet to success (complete).
  • an authentication failure result eg, when a data packet is dropped
  • the access control application 211 may set the authentication status of the channel data packet to failed (incomplete). In this case, the access control application 211 may re
  • the filter 213 checks whether the identification information of the node 201 in the 5-tuple information of the received data packet is included in the blacklist (eg, the blacklist 315 of FIG. 3). can check more. For example, the filter 213 may drop the data packet when the identification information of the node 201 is included in the blacklist, and may not perform operations 1125 to 1165.
  • the blacklist eg, the blacklist 315 of FIG. 3
  • the filter 213 may further check whether the port on which the data packet was received is the port being received by the network node 203. For example, if the port on which the data packet is received is not the port receiving on the network node 203, the filter 213 may drop the received data packet.
  • FIG. 12 shows a signal flow diagram for channel creation according to various embodiments.
  • Node 201 transmits channel data packets to create a channel with network node 203 and needs to be processed by network node 203, so node 201's connection control application 211 is responsible for network node 203 ) to request processing of the control data packet by transmitting the channel data packet.
  • connection control application 211 of node 201 may detect a channel creation event.
  • the access control application 211 can detect a channel creation event to perform channel creation for the network node 203 .
  • the access control application 211 may check whether authentication of the channel data packet is required. For example, the access control application 211 may check whether authentication of the channel data packet is required by checking the authentication state of the channel data packet. Depending on the embodiment, if it is determined that authentication of the channel data packet is required, the access control application 211 may perform authentication of the channel data packet (operation 1215). Operation 1215 may be performed by operations shown in FIG. 11 . If the authentication is successful, the access control application 211 may perform operation 1225, and if the authentication fails, the access control application 211 may process the authentication of the channel data packet as failure in operation 1220.
  • the access control application 211 is based on the channel creation information received from the controller 202 via the channel processing unit (eg, IPSec, VPN, SSL VPN, SSL/TLS, etc.) included in the node 201.
  • the channel processing unit eg, IPSec, VPN, SSL VPN, SSL/TLS, etc.
  • the network node 203 may be requested to create a channel.
  • the filter 213 of the controller 202 may check the channel data packet when receiving the channel data packet from the node 201. For example, the filter 213 may check the channel data packet based on the type of communication protocol of the received channel data packet and whether authentication information is included in the received channel data packet.
  • the filter 213 may perform operation 1235 when the channel data packet is received through the UDP protocol and includes information for authenticating the channel data packet.
  • operation 1235 may be performed through at least some of the operations shown in FIG. 11 .
  • the filter 213 may check whether identification information of the node 201 exists in the authentication table. If the identification information of the node 201 exists in the authentication table, the filter 213 may forward the data packet (operation 1245). If the identification information of the node 201 does not exist in the authentication table, the filter 2130 may forward the data packet. A data packet may be dropped (act 1240).
  • the filter 213 when a channel data packet is received via the TCP protocol, the channel data packet is a TCP SYN packet, and authentication information is present in the payload of the channel data packet, the filter 213 adds the received channel data packet to the received channel data packet. Based on this, authentication data packet processing may be performed (operation 1235). For example, operation 1235 may be performed through operations shown in FIG. 11 .
  • the filter 213 when a channel data packet is received via a TCP protocol, the channel data packet is a TCP SYN packet, and authentication information does not exist in the payload of the channel data packet, the filter 213 performs an authentication table (e.g., It is possible to check whether identification information of the node 201 exists in the authentication table 319 of FIG. 3 .
  • the filter 213 may drop a channel data packet when the identification information of the node 201 does not exist in the authentication table (operation 1240), and if the identification information of the node 201 exists in the authentication table, the data packet may be dropped. forwarding (act 1245).
  • the filter 213 may forward the data packet (operation 1245).
  • the processor 223 may generate a channel based on the channel data packet forwarded from the filter 213. For example, when the channel is normally created, the processor 223 may return a result indicating that the channel has been created to the node 201 .
  • the access control application 211 of the node 201 may create a channel based on the channel creation result received from the network node 203. For example, if the channel is normally created, the access control application 211 may update channel information in the channel table after completing the channel creation process (operation 1260). For another example, when the channel is not normally created, the access control application 211 may delete a data flow corresponding to the corresponding channel data packet or request the network node 203 to create the channel again.
  • FIG. 13 shows a signal flow diagram for control flow update according to various embodiments.
  • the node 201 may receive changed data flow information from the controller 202 by updating the control flow at each designated period.
  • node 201 may detect a control flow update event.
  • the access control application 211 may detect a control flow update event at a designated period.
  • node 201 may request a control flow update from controller 202 .
  • the requested information may include identification information of a control flow between the node 201 and the controller 202 .
  • the controller 202 may check whether the control flow identification information received from the node 201 is present in the control flow table. When the control flow exists, the controller 202 may update the update time and search for data flow information subordinate to the control flow. If re-authentication needs to be performed among data flows or there is a data flow to which access is no longer possible, the controller 202 may transmit corresponding data flow information together with updated control flow identification information to the node 201 (operation 1335 ). In another embodiment, if control flow identification information does not exist in the control flow table or if the control flow is invalid, the control flow may be removed and connection failure information may be transmitted to the node 201 (operation 1335).
  • the controller 202 may remove the channel corresponding to the corresponding control flow, and may request the network node 203 to remove the channel (operation 1320 ).
  • the controller 202 may check the node identification information. For example, the controller 202 can compare the identification information of the node 201 with the identification information of the node in the control flow to determine whether or not it has been changed. When the identification information of the node 201 is changed, the controller 202 changes the identification information of the node 201 included in the authentication table of the network node 203 to the identification information of the changed node 201, and, if necessary, channel New authentication information for re-performing data packet authentication can be generated and transmitted to the network node 203 so that the node 201 can continuously communicate with the network node 203 that created the channel ( action 1330).
  • the controller 202 may transmit the control flow update result, the updated control flow identification information, and the data flow information to the node 201 .
  • the connection control application of node 201 may process the resulting value of the response received from controller 202 . For example, if the control flow update result is failure, the access control application 211 may terminate the corresponding application or block all network access of the application. For another example, if the control flow update result is normal and the updated data flow exists, the connection control application 211 may update data flow information and control flow identification information. For another example, when data packet re-authentication is required for each generated channel, the access control application 211 may request channel data packet authentication from the network node 203 based on the received authentication information.
  • FIG. 14 shows a signal flow diagram for control flow termination according to various embodiments.
  • the node 201 sends a control flow to the controller 202 when the connection control application 211 is terminated, when the network connection is no longer in use, or when there is a request to terminate the connection. You can request termination.
  • the control flow termination request may include control flow identification information.
  • controller 202 may remove the control flow based on the control flow identification information received from node 201 .
  • the controller 202 may remove a channel dependent on the removed control flow from the database, and may request the network node 203 to remove the channel for the removed channel.
  • node 201 may be in a state where it can no longer transmit data packets to the destination network.
  • 15 shows a signal flow diagram for channel release according to various embodiments.
  • connection control application 211 may request the controller 202 to release the channel when the channel created between the node 201 and the network node 203 is released.
  • the controller 202 may check the channel based on the received channel release information. For example, the controller 202 may check whether the corresponding information exists in the channel table, and may request the network node 203 to remove the channel (operation 1515). The node 201 is in a state where it can no longer request data packet authentication and channel creation to the network node 203 with authentication information previously used for channel creation.
  • 16 shows a signal flow diagram for generating a blacklist according to various embodiments.
  • the network node 203 may transmit a drop log of authentication data packets to the controller 202 at regular intervals.
  • the network node 203 may store a drop log for each identification information of the node 201 transmitting the authentication data packet, and may transmit the stored drop log to the controller 202 .
  • the controller 202 may determine whether to blacklist the corresponding node 201 based on the drop log of the received authentication data packet. For example, the controller 202 checks the received data packet drop log, and the data packet corresponding to the identification information of the node 201 based on a blacklist policy (eg, the blacklist policy 314 of FIG. 3). You can check conditions such as the number of authentication failures, time, and reason for data packet drop, and you can check whether to add to the blacklist.
  • a blacklist policy eg, the blacklist policy 314 of FIG. 3.
  • the identification information of the node 201 can be added to the blacklist, and thus the network node 203 can block unauthorized access attempts by the node 201 thereafter.
  • FIG. 17 is a flowchart illustrating an operation for authentication between a node and a controller according to various embodiments. The operations shown in FIG. 17 may be performed by access control application 211 stored in node 201 of FIG. 2 .
  • the access control application 211 stored in the node 201 may determine a communication protocol based on whether an operating system transport layer is accessible. For example, the access control application 211 may determine the TCP protocol as a communication protocol when access to the transport layer of the operating system is possible, and may determine the UDP protocol as the communication protocol when access to the transport layer of the operating system is not possible.
  • the access control application 211 may request authentication by transmitting an authentication data packet to the external server based on the determined communication protocol.
  • the access control application 211 may transmit a control authentication data packet to the controller 202 based on a TCP or UDP protocol, and the control authentication data packet may include authentication information stored in the access control application 211.
  • the access control application 211 may receive an authentication result from an external server.
  • the access control application 211 may receive an authentication result for a control authentication data packet from the controller 202 .
  • the access control application 211 may change the authentication status of the control data packet based on the received authentication result.
  • the access control application 211 may then perform a control data processing request to an external server based on the control data packet whose authentication state is changed.
  • a control data processing request to an external server may be a controller access request (eg, an operation shown in FIG. 8 ), a user authentication request (eg, an operation shown in FIG. 9 ), or a network access request (eg, an operation shown in FIG. 10 ). illustrated operation) and a control flow update request (eg, operation illustrated in FIG. 13 ).
  • the access control application 211 may perform a control data processing request to an external server (controller 202) based on the control data packet for which the authentication status has been updated.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

본 문서에 개시된 일 실시예에 따른 노드는, 접속 제어 애플리케이션을 통해 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정하고, 상기 결정된 통신 프로토콜에 기반하여 외부 서버에게 상기 접속 제어 애플리케이션에 저장된 제1 인증 정보를 포함하는 인증 데이터 패킷을 전송하며 인증을 요청하고, 상기 외부 서버로부터 상기 인증 데이터 패킷에 대한 인증 결과를 수신하고, 상기 수신된 인증 결과에 기반하여 제어 데이터 패킷의 인증 상태를 변경하고, 상기 외부 서버에 대한 제어 데이터 처리 요청을 수행하는 경우 상기 인증 상태가 변경된 제어 데이터 패킷에 기반하도록 하는, 명령어들을 저장할 수 있다.

Description

컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
관련출원과의 상호인용
본 발명은 2021.11.15.에 출원된 한국 특허 출원 제10-2021-0156541호에 기초한 우선권의 이익을 주장하며, 해당 한국 특허 출원의 문헌에 개시된 모든 내용을 본 명세서의 일부로 포함한다.
기술분야
본 문서에 개시된 실시예들은 컨트롤러 기반 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법에 관한 것이다.
다수의 장치들은 네트워크를 통해서 데이터를 통신할 수 있다. 예를 들어, 스마트폰은 인터넷을 통해 서버와 데이터를 송신하거나 수신할 수 있다. 네트워크는 인터넷과 같은 공용 네트워크(public network)뿐만 아니라 인트라넷과 같은 사설 네트워크(private network)를 포함할 수 있다.
네트워크에 대한 무분별한 접속을 통제하기 위하여 TCP(transmission control protocol)/IP(internet protocol)를 기반으로 네트워크로의 접속을 제한하는 기술이 적용되고 있다.
예를 들어, NAC(network access controller)는 인가된 단말이 인가된 IP 주소를 제공받음으로써 네트워크에 접속할 수 있도록 허용하고, 비인가된 단말이 비인가된 IP 주소를 사용하는 경우 ARP 스푸핑(address resolution protocol spoofing)을 이용하여 비인가된 단말을 차단하는 방식이다. 방화벽(firewall)은 IP 헤더 정보에 포함되는 출발지 IP, 목적지 IP, 및 포트 정보와, 정책에 기반하여 데이터 패킷의 전송을 허용할지 여부를 결정하는 방식이다. VPN(virtual private network)은 TCP/IP 프로토콜 상에서 암호화가 적용된 채널을 이용함으로써 데이터 패킷의 무결성 및 기밀성을 보장하는 방식이다.
그러나, ARP 스푸핑은 네트워크에 부하를 주며 최근에는 이를 우회하는 기술이 발달하고 있다. 방화벽은 데이터 패킷의 흐름을 제어하기 위한 것이므로 두 노드 간의 연결(connection) 생성 과정에서 직접적으로 관여하지 못할 수 있다. 또한, VPN은 채널이 생성된 이후 데이터 패킷의 흐름에 대한 관리에 취약하다. 뿐만 아니라, 상기 기술들은 TCP/IP에 기반하기 때문에 OSI(open system interconnection) 계층 중에서 다른 계층(예: 응용 계층)에 대한 보안에 취약할 수 있다.
또한, 모든 네트워크의 접속을 통제해야 하는 컨트롤러 및 채널을 생성해야 하는 네트워크 노드는 신뢰할 수 없는 네트워크 영역에 노출될 수 밖에 없어서 컨트롤러 및 네트워크를 대상으로 DoS(Denial of Service) 공격을 수행되는 경우, 네트워크 장애가 발생하는 등의 취약한 특성을 내재할 수 있다.
또한, 이동성을 가지고 있는 단말의 경우 또는 공유기를 통해서 서브 네트워크를 구성하는 경우 인증이 완료된 IP를 등록하고, 이후 등록된 IP를 기반으로 데이터 패킷의 전송을 허용하는 구조를 가질 수 있는데, 단말의 IP가 변경되는 경우 통신이 허용되지 않는 문제점이 발생할 수 있으며, 서브 네트워크 상에서 사전에 인증을 수행한 단말이 존재하는 경우 서브 네트워크에 연결된 다른 단말들도 네트워크에 접근 가능한 상태가 되는 문제점이 발생할 수 있다.
본 문서에 개시되는 다양한 실시예들은 네트워크 환경에서 상술한 문제점을 해결하기 위한 시스템 및 그에 관한 방법을 제공하고자 한다.
본 문서에 개시된 일 실시예에 따른 노드는, 통신 회로, 상기 통신 회로와 작동적으로 연결되는 프로세서 및 상기 프로세서와 작동적으로 연결되고, 타겟 애플리케이션 및 접속 제어 애플리케이션을 저장하는 메모리를 포함할 수 있고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 노드가, 상기 접속 제어 애플리케이션을 통해 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정하고, 상기 결정된 통신 프로토콜에 기반하여 외부 서버에게 상기 접속 제어 애플리케이션에 저장된 제1 인증 정보를 포함하는 인증 데이터 패킷을 전송하며 인증을 요청하고, 상기 외부 서버로부터 상기 인증 데이터 패킷에 대한 인증 결과를 수신하고, 상기 수신된 인증 결과에 기반하여 제어 데이터 패킷의 인증 상태를 변경하고, 상기 외부 서버에 대한 제어 데이터 처리 요청을 수행하는 경우 상기 인증 상태가 변경된 제어 데이터 패킷에 기반하도록 하는, 명령어들을 저장할 수 있다.
본 문서에 개시된 일 실시예에 다른 서버는, 필터, 통신 회로, 데이터 베이스를 저장하는 메모리 및 상기 필터, 상기 통신 회로 및 상기 메모리와 작동적으로 연결되는 프로세서를 포함하고, 상기 필터는, 노드의 접속 제어 애플리케이션으로부터 제어 데이터 패킷을 수신하고, 상기 제어 데이터 패킷이 수신된 통신 프로토콜을 확인하고, 상기 제어 데이터 패킷에 제1 인증 정보가 포함되어있는지 여부를 확인하고, 상기 통신 프로토콜 및 상기 제1 인증 정보의 포함 여부에 기반하여 상기 제어 데이터 패킷을 상기 프로세서로 포워딩하거나 또는 드랍하도록 구성될 수 있다.
본 문서에 개시된 일 실시예에 따른 네트워크 노드는, 필터, 통신 회로, 데이터 베이스를 저장하는 메모리 및 상기 필터, 상기 통신 회로 및 상기 메모리와 작동적으로 연결되는 프로세서를 포함하고, 상기 필터는, 노드의 접속 제어 애플리케이션으로부터 채널 데이터 패킷을 수신하고, 상기 채널 데이터 패킷이 수신된 통신 프로토콜을 확인하고, 상기 채널 데이터 패킷에 채널 생성 인증 정보가 포함되어있는지 여부를 확인하고, 상기 통신 프로토콜 및 상기 채널 생성 인증 정보의 포함 여부에 기반하여 상기 채널 데이터 패킷을 상기 프로세서로 포워딩하거나 또는 드랍하도록 구성될 수 있다.
본 문서에 개시된 일 실시에에 따른 노드에 설치된 접속 제어 애플리케이션의 동작 방법은, 상기 접속 제어 애플리케이션을 통해 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정하는 동작, 상기 결정된 통신 프로토콜에 기반하여 외부 서버에게 상기 접속 제어 애플리케이션에 저장된 인증 정보를 포함하는 인증 데이터 패킷을 전송하며 인증을 요청하는 동작, 상기 외부 서버로부터 상기 인증 데이터 패킷에 대한 인증 결과를 수신하는 동작, 상기 수신된 인증 결과에 기반하여 제어 데이터 패킷의 인증 상태를 변경하는 동작 및 상기 인증 상태가 갱신된 제어 데이터 패킷을 기반으로 상기 외부 서버에 대한 제어 데이터 처리 요청을 수행하는 동작을 포함할 수 있다.
본 문서에 개시되는 실시예들에 따르면, 노드는 인가되지 않은 애플리케이션의 데이터 패킷 수신을 차단할 수 있다.
또한, 본 문서에 개시되는 실시예들에 따르면, NAC와 같은 광범위한 IP 주소 기반의 네트워크 보안 기술에 비하여 정책 설정 및 회수의 문제를 해결하고, 우회적인 공격을 방지할 수 있다.
또한, 본 문서에 개시되는 실시예들에 따르면, 제로 트러스트 네트워크 환경에서 MITM(man in the middle attack) 공격을 차단할 수 있으므로 구간 보호만 제공하는 VPN 대비 채널 기반의 접속 제어를 할 수 있다.
또한, 본 문서에 개시되는 실시예들에 따르면, TCP/IP 기반 네트워크 보안 기술이 내재하고 있는 문제점을 해소하고 안전한 네트워크 연결을 제공할 수 있다.
또한, 본 문서에 개시되는 실시예들에 따르면, 네트워크 제어 장비에 따라서 정책을 설정해야 하는 문제를 해소할 수 있다.
또한, 본 문서에 개시되는 실시예들에 따르면, 데이터 패킷의 인증을 위해 노드와 네트워크 노드 사이에 OTP 생성 및 검사를 위한 key를 리버스 엔지니어링(Reverse Engineering)을 통해 알아내 네트워크 노드를 공격하는 문제를 방지할 수 있다.
또한, 본 문서에 개시되는 실시예들에 따르면, 운영체제의 전송 계층에 접근할 수 없는 노드의 경우 UDP를 사용하여 인증을 수행하고, 전송 계층에 접근할 수 있는 노드의 경우 TCP SYN 패킷 기반 인증을 수행하도록 하여 모든 노드가 컨트롤러 접속 및 네트워크 노드와 채널 생성 시 인증을 수행할 수 있다.
또한, 본 문서에 개시된 실시예들에 따르면, 컨트롤러 및 네트워크 노드는 외부로부터 데이터 패킷 수신시 네트워크 수준(컨트롤러 및 네트워크 노드의 커널에 존재하는 네트워크 필터)에서의 데이터 패킷 인증 및 보호 헤더가 포함된 데이터 패킷을 검사함으로서 인증되지 않은 노드가 컨트롤러 및 네트워크 노드의 서비스에 접속하는 것을 차단할 수 있다.
또한, 본 문서에 개시된 실시예들에 따르면, 인증되지 않은 노드가 무분별하게 데이터 패킷을 전송하는 것을 컨트롤러 및 네트워크 노드의 네트워크 수준에서 차단하기 때문에, 서비스 수준으로 비인증 데이터 패킷이 전송되는 것을 차단할 수 있고, 서비스 자원이 무분별한 요청에 대응하지 않아도 되기 때문에 DoS 공격으로부터 안전한 네트워크 환경을 구축할 수 있다.
또한, 본 문서에 개시된 실시예들에 따르면, 채널 생성을 위한 인증 정보를 컨트롤러에서 생성하여 노드로 전송하고, 해당 정보를 통해 네트워크 노드와 인증을 수행하기 때문에 인증 정보 탈취에 의한 네트워크 공격 문제를 해결할 수 있다.
또한, 본 문서에 개시된 실시예들에 따르면, 컨트롤러 접속이 지속적으로 실패하는 노드의 식별 정보를 모니터링할 수 있고, 설정된 조건에 부합하는 노드를 블랙리스트에 등록하여 해당 노드의 DoS 공격을 차단할 수 있다.
이 외에, 본 문서를 통해 직접적 또는 간접적으로 파악되는 다양한 효과들이 제공될 수 있다.
도 1은 복수의 네트워크를 포함하는 환경을 나타낸다.
도 2는 다양한 실시 예들에 따른 네트워크 환경 내의 아키텍처를 나타낸다.
도 3은 다양한 실시 예들에 따라 컨트롤러에 저장된 데이터 베이스를 나타내는 기능적 블록도이다.
도 4는 다양한 실시 예들에 따른 노드의 기능적 블록도를 나타낸다.
도 5는 다양한 실시예들에 따라 데이터 패킷의 전송을 제어하는 동작을 설명한다.
도 6은 다양한 실시예들에 따른 출발지 노드의 제어 데이터 패킷의 인증을 위한 신호 흐름도를 나타낸다.
도 7은 다양한 실시예들에 따른 제어 데이터 패킷의 처리를 위한 신호 흐름도를 나타낸다.
도 8은 다양한 실시예들에 따른 컨트롤러 접속을 위한 신호 흐름도를 나타낸다.
도 9는 다양한 실시예들에 따른 사용자 인증을 위한 신호 흐름도를 나타낸다.
도 10은 다양한 실시예들에 따른 네트워크 접속을 위한 신호 흐름도를 나타낸다.
도 11은 다양한 실시예들에 따른 채널 데이터 패킷 인증을 위한 신호 흐름도를 나타낸다.
도 12는 다양한 실시예들에 따른 채널 생성을 위한 신호 흐름도를 나타낸다.
도 13은 다양한 실시예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 나타낸다.
도 14는 다양한 실시예들에 따른 제어 플로우 종료를 위한 신호 흐름도를 나타낸다.
도 15는 다양한 실시예들에 따른 채널 해제에 대한 신호 흐름도를 나타낸다.
도 16은 다양한 실시예들에 따른 블랙리스트 생성을 위한 신호 흐름도를 나타낸다.
도 17은 다양한 실시예들에 따른 노드와 컨트롤러 간 인증을 위한 동작 흐름도를 나타낸다.
이하, 본 발명의 다양한 실시 예가 첨부된 도면을 참조하여 기재된다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 실시 예의 다양한 변경(modification), 균등물(equivalent), 및/또는 대체물(alternative)을 포함하는 것으로 이해되어야 한다.
본 문서에서 아이템에 대응하는 명사의 단수 형은 관련된 문맥상 명백하게 다르게 지시하지 않는 한, 상기 아이템 한 개 또는 복수 개를 포함할 수 있다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나","A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나" 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제 1", "제 2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다. 어떤(예: 제 1) 구성요소가 다른(예: 제 2) 구성요소에, "기능적으로" 또는 "통신적으로"라는 용어와 함께 또는 이런 용어 없이, "커플드" 또는 "커넥티드"라고 언급된 경우, 그것은 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로(예: 유선으로), 무선으로, 또는 제 3 구성요소를 통하여 연결될 수 있다는 것을 의미한다.
본 문서에서 설명되는 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있다. 다양한 실시 예들에 따르면, 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시 예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.
본 문서에서 사용되는 용어 "모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. 모듈은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일 실시 예에 따르면, 모듈은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다.
본 문서의 다양한 실시 예들은 기기(machine) 의해 읽을 수 있는 저장 매체(storage medium)(예: 메모리)에 저장된 하나 이상의 명령어들을 포함하는 소프트웨어(예: 프로그램 또는 애플리케이션)로서 구현될 수 있다. 예를 들면, 기기의 프로세서는, 저장 매체로부터 저장된 하나 이상의 명령어들 중 적어도 하나의 명령을 호출하고, 그것을 실행할 수 있다. 이것은 기기가 상기 호출된 적어도 하나의 명령어에 따라 적어도 하나의 기능을 수행하도록 운영되는 것을 가능하게 한다. 상기 하나 이상의 명령어들은 컴파일러에 의해 생성된 코드 또는 인터프리터에 의해 실행될 수 있는 코드를 포함할 수 있다. 기기로 읽을 수 있는 저장 매체는, 비일시적(non-transitory) 저장 매체의 형태로 제공될 수 있다. 여기서, '비일시적'은 저장 매체가 실재(tangible)하는 장치이고, 신호(signal)(예: 전자기파)를 포함하지 않는다는 것을 의미할 뿐이며, 이 용어는 데이터가 저장 매체에 반영구적으로 저장되는 경우와 임시적으로 저장되는 경우를 구분하지 않는다.
본 문서에 개시된 다양한 실시 예들에 따른 방법은 컴퓨터 프로그램 제품(computer program product)에 포함되어 제공될 수 있다. 컴퓨터 프로그램 제품은 상품으로서 판매자 및 구매자 간에 거래될 수 있다. 컴퓨터 프로그램 제품은 기기로 읽을 수 있는 저장 매체(예: compact disc read only memory(CD-ROM))의 형태로 배포되거나, 또는 애플리케이션 스토어를 통해 또는 두 개의 사용자 장치들(예: 스마트폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 애플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.
도 1은 복수의 네트워크를 포함하는 환경을 나타낸다.
도 1을 참조하면, 제1 네트워크(10) 및 제2 네트워크(20)는 서로 다른 네트워크일 수 있다. 예를 들어, 제1 네트워크(10)는 인터넷과 같은 공용 네트워크이고, 제2 네트워크(20)는 인트라넷 또는 VPN과 같은 사설 네트워크일 수 있다.
제1 네트워크(10)는 출발지 노드(101)를 포함할 수 있다. 도 1 및 이하 서술되는 실시 예들에서, '출발지 노드'는 데이터 통신을 수행할 수 있는 다양한 형태의 장치일 수 있다. 예를 들어, 출발지 노드(101)는 스마트폰 또는 태블릿과 같은 휴대용 장치, 데스크탑(desktop) 또는 랩탑(laptop)과 같은 컴퓨터 장치, 멀티미디어 장치, 의료 기기, 카메라, 웨어러블 장치, VR(virtual reality) 장치, 또는 가전 장치를 포함할 수 있으며 전술한 기기들에 한정되지 않는다. 예를 들어, 출발지 노드(101)는 애플리케이션을 통해 데이터 패킷을 전송할 수 있는 서버 또는 게이트웨이를 포함할 수 있다. 출발지 노드(101)는 '전자 장치' 또는 '단말'로도 참조될 수 있다. 한편, 도착지 노드(102)는 상술한 출발지 노드(101)와 동일 유사한 장치를 포함할 수 있다. 다른 예를 들어, 도착지 노드(102)는 목적지 네트워크와 실질적으로 동일할 수 있다.
출발지 노드(101)는 제2 네트워크(20)로의 접속(access)을 시도하고 제2 네트워크(20)에 포함된 도착지 노드(102)로 데이터를 전송할 수 있다. 출발지 노드(101)는 네트워크 노드(103) 및 채널(105)을 통해 데이터를 도착지 노드(102)로 전송할 수 있다.
출발지 노드(101)의 제1 네트워크(10)에 대한 접속이 승인되면 출발지 노드(101)는 제1 네트워크(10)에 포함된 모든 서버와 통신할 수 있으므로, 출발지 노드(101)는 악성(malicious) 프로그램의 공격으로부터 노출될 수 있다. 예를 들어, 출발지 노드(101)는 인터넷 웹 브라우저(110a), 비즈니스 애플리케이션(110b)과 같은 신뢰된(trusted) 및/또는 보안된(secure) 애플리케이션뿐만 아니라, 악성 코드(110c), 감염된(infected) 비즈니스 애플리케이션(110d)과 같이 신뢰되지 않거나 보안되지 않은 애플리케이션의 데이터를 수신할 수 있다.
악성 프로그램으로부터 감염된 출발지 노드(101)는 제2 네트워크(20)로의 접속 및/또는 데이터 전송을 시도할 수 있다. 제2 네트워크(20)가 VPN과 같이 IP에 기반하여 형성되는 경우, 제2 네트워크(20)는 제2 네트워크(20) 내에 포함되는 복수의 장치들을 개별적으로 모니터링하기 어려울 수 있으며, OSI 계층에서 응용 계층 또는 전송 계층에 대한 보안에 취약할 수 있다. 또한, 채널이 이미 생성된 이후에 출발지 노드(101)가 악성 애플리케이션을 포함하는 경우, 상기 악성 애플리케이션의 데이터는 제2 네트워크(20) 내의 다른 전자 장치(예: 도착지 노드(102))에게 전달될 수 있다.
도 2는 다양한 실시 예들에 따른 네트워크 환경 내의 아키텍처를 나타낸다.
도 2를 참조하면, 노드(201), 네트워크 노드(203) 및 목적지 네트워크(204)의 개수는 도 2에 도시된 개수로 제한되는 것은 아니다. 예를 들어, 노드(201)는 복수의 네트워크 노드를 통해 복수의 목적지 네트워크에게 데이터를 전송할 수 있고, 컨트롤러(202)는 복수의 노드, 네트워크 노드 및 목적지 네트워크를 관리할 수 있다. 노드(201)는 도 1에 도시된 출발지 노드(101)와 동일 유사한 기능을 수행할 수 있고, 네트워크 노드(203)는 도 1에 도시된 네트워크 노드(103)와 동일 유사한 기능을 수행할 수 있고, 목적지 네트워크(204)는 도 1에 도시된 도착지 노드(102)와 동일 유사한 기능을 수행할 수 있다.
컨트롤러(202)는 예를 들어, 서버(또는 클라우드 서버)일 수 있다. 컨트롤러(202)는 노드(201), 네트워크 노드(203), 및 목적지 네트워크(204) 간 데이터 전송을 관리함으로써 네트워크 환경 내에서 신뢰되는 데이터 전송을 보장할 수 있다. 예를 들어, 컨트롤러(202)는 정책 정보 또는 블랙리스트 정보를 통해 노드(201)의 목적지 네트워크(204)에 대한 접속을 관리하거나, 노드(201)와 네트워크 노드(203) 사이의 인가된 채널(210)의 생성을 중개하거나, 노드(201) 또는 네트워크 노드(203)로부터 수집된 보안 이벤트에 따라서 채널(210)을 제거할 수 있다. 노드(201)는 컨트롤러(202)에 의하여 인가된 채널(210)을 통해서만 목적지 네트워크(204)와 통신할 수 있으며, 인가된 채널(210)이 존재하지 않으면 노드(201)는 목적지 네트워크(204)로의 접속이 차단될 수 있다. 일 실시 예에 따르면, 컨트롤러(202)는 노드(201)의 네트워크 접속과 연관된 다양한 동작(예: 등록, 승인, 인증, 갱신, 종료)을 수행하기 위하여 노드(201)와 제어 데이터 패킷을 송수신할 수 있다. 제어 데이터 패킷이 전송되는 흐름(예: 220)은 제어 플로우(control flow)로 참조될 수 있다. 실시예에 따르면, 컨트롤러(202)는 필터(212) 및 프로세서(222)를 포함할 수 있다. 필터(212)는 네트워크 수준에서 노드(201)로부터 수신되는 데이터 패킷을 인증(검사) 할 수 있고, 인증(검사)이 실패한 데이터 패킷은 드랍 처리하고, 인증이 성공한 데이터 패킷만 서비스 수준의 프로세서(222)로 포워딩함으로서, 비인증 데이터 패킷이 서비스 수준의 프로세서(222)로 전송되는 것을 차단할 수 있다.
네트워크 노드(203)는 노드(201)가 속하는 네트워크의 경계 또는 목적지 네트워크(204)가 속하는 네트워크의 경계에 위치할 수 있다. 네트워크 노드(203)는 복수개일 수 있다. 네트워크 노드(203)는 노드(201)로부터 수신된 데이터 패킷 중에서 인가된 채널(210)을 통해서 수신된 데이터 패킷만을 목적지 네트워크(204)로 포워딩 할 수 있다. 노드(201)와 네트워크 노드(203), 네트워크 노드(203)와 목적지 네트워크(204) 또는 노드(201)와 목적지 네트워크(204) 사이에서 데이터 패킷이 전송되는 흐름(예: 230)은 데이터 플로우로 참조될 수 있다. 단말 또는 IP 단위로 생성되는 채널(210)에 비하여 데이터 플로우는 보다 세부적인 단위(예: 애플리케이션)로 생성될 수 있다. 일 실시 예에 따르면, 네트워크 노드(203)는 클라우드(cloud) 기반으로 컨트롤러(202)와 연결될 수 있다. 네트워크 노드(203)는 컨트롤러(202)의 제어에 따라서 노드(201)와 인가된 채널(210)을 생성할 수 있다. 실시예에 따르면, 네트워크 노드(203)는 필터(213) 및 프로세서(223)를 포함할 수 있다. 필터(213)는 네트워크 수준에서 노드(201)로부터 수신되는 데이터 패킷을 인증(검사) 할 수 있고, 인증(검사)이 실패한 데이터 패킷은 드랍 처리하고, 인증이 성공한 데이터 패킷만 서비스 수준의 프로세서(223)로 포워딩함으로서, 비인증 데이터 패킷이 서비스 수준의 프로세서(223)로 전송되는 것을 차단할 수 있다.
다양한 실시 예들에 따르면, 노드(201)는 노드(201) 내에 저장된 애플리케이션의 네트워크 접속을 관리하기 위한 접속 제어 애플리케이션(211) 및 네트워크 드라이버(미도시)를 포함할 수 있다. 예를 들어, 노드(201)에 포함된 타겟 애플리케이션(221)(예: 도 1의 애플리케이션(110a 내지 110d 중 임의의 하나)의 목적지 네트워크(204)에 대한 접속 이벤트가 발생하면, 접속 제어 애플리케이션(211)은 타겟 애플리케이션(221)의 접속 가능 여부를 결정할 수 있다. 타겟 애플리케이션(221)이 접속 가능하면, 접속 제어 애플리케이션(211)은 채널(210)을 통해 네트워크 노드(203)로 데이터 패킷을 전송할 수 있다. 접속 제어 애플리케이션(211)은 노드(201) 내에서 운영체제를 포함하는 커널(kernel) 및 네트워크 드라이버를 통해 데이터 패킷의 전송을 제어할 수 있다.
도 3은 다양한 실시 예들에 따라 컨트롤러(예: 도 2의 컨트롤러(202))에 저장된 데이터 베이스를 나타내는 기능적 블록도이다. 도 3은 메모리(330)만을 도시하지만, 컨트롤러는 외부 전자 장치(예: 도 2의 노드(201) 또는 네트워크 노드(203))와 통신을 수행하기 위한 통신 회로(예: 도 4의 통신 회로(430)) 및 컨트롤러의 전반적인 동작을 제어하기 위한 프로세서(예: 도 4의 프로세서(410))를 더 포함할 수 있다.
도 3을 참조하면, 컨트롤러는 네트워크 접속 및 데이터 전송의 제어를 위한 데이터 베이스(311 내지 319)를 메모리(330)에 저장할 수 있다.
접속 정책 데이터 베이스(311)는 식별된 네트워크, 노드, 사용자, 비식별 사용자(게스트) 또는 애플리케이션이 접속 가능한 네트워크 및/또는 서비스에 대한 정보를 포함할 수 있다. 예를 들어, 노드로부터 목적지 네트워크에 대한 접속이 요청되면, 컨트롤러는 접속 정책 데이터 베이스(311)에 기반하여 식별된 네트워크(예: 노드가 속하는 네트워크), 노드, 사용자(예: 노드의 사용자), 및/또는 애플리케이션(예: 노드에 포함되는 애플리케이션)이 목적지 네트워크에 접속이 가능한지 여부를 결정할 수 있다.
인증 정책 데이터 베이스(312)는 노드에 설치된 접속 제어 애플리케이션의 버전, 제어 플로우 처리 방식, 네트워크 노드와 생성할 채널의 종류에 따라 각각 제어 데이터 패킷 인증, 채널 데이터 패킷 인증을 위한 인증 정보를 포함할 수 있다. 예를 들어, 인증 정보는 OTP 생성 및 검사 알고리즘, KEY 생성 정보를 포함할 수 있다. 노드, 컨트롤러 및 네트워크 노드는 인증 정보를 기반으로 상시 안전한 데이터 패킷 인증을 수행할 수 있다.
채널 정책 데이터 베이스(313)는 연결(connection) 경로 상에서 노드(예: 단말)와 네트워크의 경계에 존재하는 네트워크 노드에 연결될 채널의 종류, 암호화 방법, 및 암호화 수준 정보를 포함할 수 있다. 예를 들어, 노드로부터 목적지 네트워크에 대한 접속이 요청되면, 컨트롤러는 채널 정책 데이터 베이스(313)에 기반하여 목적지 네트워크에 접속하기 위한 최적의 채널 및 그에 관한 정보를 노드에게 제공할 수 있다.
블랙리스트 정책 데이터 베이스(314)는 특정 노드의 접속을 영구적 또는 일시적으로 차단하기 위한 정책을 포함할 수 있다. 블랙리스트 정책 데이터 베이스(314)는 노드 또는 네트워크 노드에서 주기적으로 수집되는 보안 이벤트 중에서 보안 이벤트의 위험도, 발생 주기, 및/또는 행위 분석을 통해 식별된 정보(예: 노드 ID(identifier), IP 주소, MAC(media access control) 주소, 또는 사용자 ID 중 적어도 하나)를 기반으로 생성될 수 있다.
블랙리스트 데이터 베이스(315)는 블랙리스트 정책 데이터 베이스(314)에 의해서 차단된 노드, IP 주소, MAC 주소, 또는 사용자 중 적어도 하나에 대한 목록을 포함할 수 있다. 예를 들어, 컨트롤러는 목적지 네트워크로의 접속을 요청하는 노드의 식별 정보가 블랙리스트 데이터 베이스(315)에 포함되면 노드의 접속 요청을 거부함으로써 목적지 네트워크로부터 노드를 격리시킬 수 있다.
제어 플로우 테이블(316)은 노드와 컨트롤러 사이에 생성된 제어 데이터 패킷의 흐름(예: 제어 플로우)을 관리하기 위한 세션(session) 테이블의 일 예이다. 성공적으로 컨트롤러에 접속하는 경우, 제어 플로우 정보는 컨트롤러에 의하여 생성될 수 있다. 제어 플로우 정보는 제어 플로우의 식별 정보, 컨트롤러에 대한 접속 및 인증 시 식별되는 IP 주소, 노드 ID, 또는 사용자 ID 중 적어도 하나를 포함할 수 있다. 예를 들어, 노드로부터 목적지 네트워크에 대한 접속이 요청되면, 컨트롤러는 노드로부터 수신된 제어 플로우 식별 정보를 통해 제어 플로우 정보를 검색하고, 검색된 제어 플로우 정보 내에 포함된 IP 주소, 출발지 노드 ID, 또는 사용자 ID 중 적어도 하나를 접속 정책 데이터 베이스(311)에 매핑함으로써 노드가 접속이 가능한지 여부 및 채널 생성 여부를 결정할 수 있다.
일 실시 예에 따르면, 제어 플로우는 만료 시각을 가질 수 있다. 노드는 제어 플로우의 만료 시각을 갱신해야 하며, 일정 시간 동안에 만료 시각이 갱신되지 않으면 제어 플로우(또는, 제어 플로우 정보)는 제거될 수 있다. 또한, 노드 또는 네트워크 노드로부터 수집된 보안 이벤트에 따라서 즉각적인 접속 차단이 필요하다고 결정되는 경우, 컨트롤러는 노드의 접속 종료 요청에 따라서 제어 플로우를 제거할 수 있다. 제어 플로우가 제거되면 기존에 생성된 채널 및 데이터 플로우 또한 제거되기 때문에 노드의 접속이 차단될 수 있다.
데이터 플로우 테이블(317)은 노드와 네트워크 노드 또는 목적지 네트워크 사이에 세부적인 데이터 패킷이 전송되는 흐름(예: 데이터 플로우)을 관리하기 위한 테이블이다. 데이터 플로우는 노드 또는 IP 단위로 생성되는 채널 내에서 TCP 세션, 노드의 애플리케이션, 또는 보다 세부적인 단위로 생성될 수 있다. 데이터 플로우 테이블(317)은 데이터 플로우 식별 정보, 데이터 플로우가 제어 플로우에 종속되는 경우에는 제어 플로우 식별 정보, 노드로부터 전송된 데이터 패킷이 인가된 데이터 패킷인지를 식별하기 위한 애플리케이션 ID, 도착지 IP 주소, 및/또는 서비스 포트를 포함할 수 있다. 또한, 데이터 플로우 테이블(317)은 데이터 플로우가 이용될 채널의 식별 정보를 포함할 수 있다. 또한, 데이터 플로우 테이블(317)은 데이터 패킷이 유효한지 여부를 판단하기 위한 헤더(또는 헤더 정보)를 포함할 수 있다. 또한, 데이터 플로우 테이블(317)은 데이터 패킷에 인증 정보인 데이터 플로우 헤더가 삽입되었는지 여부, 헤더의 삽입 방식, 데이터 플로우의 인증 필요 여부, 인증 상태, 및/또는 인증 만료 시각을 더 포함할 수 있다.
채널 테이블(318)은 노드와 네트워크 노드 사이에 연결된 채널을 관리하기 위한 테이블이다. 채널은 예를 들어, 장치 또는 IP 단위로 생성될 수 있다. 노드와 네트워크 노드 사이에 채널이 생성되면 채널 테이블(318)은 채널 식별 정보, 채널이 제어 플로우에 종속된 경우에는 제어 플로우 식별 정보, 채널 알고리즘, 채널 종류, 및/또는 채널을 관리하기 위한 부가 정보를 포함할 수 있다. 실시예에 따라서, 채널은 터널 및 보안 세션을 포함할 수 있다.
인증 테이블(319)은 노드와 컨트롤로 또는 네트워크 노드 사이에서 인증 정보 생성 및 검사를 위한 일련의 알고리즘(예: OTP) 및 KEY 정보를 포함할 수 있다. 또한, 인증 테이블(319)은 인증 대상 컨트롤러 및 대상 네트워크 노드 정보, 채널 정보를 포함하여 해당 인증을 수행하는 경우에 인가할 노드의 IP정보를 포함할 수 있다. 예를 들어, 인증 테이블(319)에 노드의 IP가 포함되는 경우, 컨트롤러 또는 네트워크 노드는 해당 노드의 인증이 이미 완료된 것으로 판단할 수 있다.
도 4는 다양한 실시 예들에 따른 노드(예: 도 2의 노드(201))의 기능적 블록도를 나타낸다.
도 4를 참조하면, 노드는 프로세서(410), 메모리(420), 및 통신 회로(430)를 포함할 수 있다. 일 실시 예에 따르면, 노드는 사용자와 인터페이스를 수행하기 위하여 디스플레이(440)를 더 포함할 수 있다.
프로세서(410)는 노드의 전반적인 동작을 제어할 수 있다. 다양한 실시 예들에서, 프로세서(410)는 하나의 프로세서 코어(single core)를 포함하거나, 복수의 프로세서 코어들을 포함할 수 있다. 예를 들면, 프로세서(410)는 듀얼 코어(dual-core), 쿼드 코어(quad-core), 헥사 코어(hexa-core) 등의 멀티 코어(multi-core)를 포함할 수 있다. 실시 예들에 따라, 프로세서(410)는 내부 또는 외부에 위치된 캐시 메모리(cache memory)를 더 포함할 수 있다. 실시 예들에 따라, 프로세서(410)는 하나 이상의 프로세서들로 구성될(configured with) 수 있다. 예를 들면, 프로세서(410)는, 애플리케이션 프로세서(application processor), 통신 프로세서(communication processor), 또는 GPU(graphical processing unit) 중 적어도 하나를 포함할 수 있다.
프로세서(410)의 전부 또는 일부는 노드 내의 다른 구성 요소(예를 들면, 메모리(420), 통신 회로(430), 또는 디스플레이(440))와 전기적으로(electrically) 또는 작동적으로(operatively) 결합(coupled with)되거나 연결될(connected to) 수 있다. 프로세서(410)는 노드의 다른 구성 요소들의 명령을 수신할 수 있고, 수신된 명령을 해석할 수 있으며, 해석된 명령에 따라 계산을 수행하거나 데이터를 처리할 수 있다. 프로세서(410)는 메모리(420), 통신 회로(430), 또는 디스플레이(440)로부터 수신되는 메시지, 데이터, 명령어, 또는 신호를 해석할 수 있고, 가공할 수 있다. 프로세서(410)는 수신된 메시지, 데이터, 명령어, 또는 신호에 기반하여 새로운 메시지, 데이터, 명령어, 또는 신호를 생성할 수 있다. 프로세서(410)는 가공되거나 생성된 메시지, 데이터, 명령어, 또는 신호를 메모리(420), 통신 회로(430), 또는 디스플레이(440)에게 제공할 수 있다.
프로세서(410)는 프로그램에서 생성되거나 발생되는 데이터 또는 신호를 처리할 수 있다. 예를 들면, 프로세서(410)는 프로그램을 실행하거나 제어하기 위해 메모리(420)에게 명령어, 데이터 또는 신호를 요청할 수 있다. 프로세서(410)는 프로그램을 실행하거나 제어하기 위해 메모리(420)에게 명령어, 데이터, 또는 신호를 기록(또는 저장)하거나 갱신할 수 있다.
메모리(420)는 노드를 제어하는 명령어, 제어 명령어 코드, 제어 데이터, 또는 사용자 데이터를 저장할 수 있다. 예를 들면, 메모리(420)는 애플리케이션(application) 프로그램, OS(operating system), 미들웨어(middleware), 또는 디바이스 드라이버(device driver) 중 적어도 하나를 포함할 수 있다.
메모리(420)는 휘발성 메모리(volatile memory) 또는 불휘발성(non-volatile memory) 중 하나 이상을 포함할 수 있다. 휘발성 메모리는 DRAM(dynamic random access memory), SRAM(static RAM), SDRAM(synchronous DRAM), PRAM(phase-change RAM), MRAM(magnetic RAM), RRAM(resistive RAM), FeRAM(ferroelectric RAM) 등을 포함할 수 있다. 불휘발성 메모리는 ROM(read only memory), PROM(programmable ROM), EPROM(electrically programmable ROM), EEPROM(electrically erasable programmable ROM), 플래시 메모리(flash memory) 등을 포함할 수 있다.
메모리(420)는 하드 디스크 드라이브(HDD, hard disk drive), 솔리드 스테이트 디스크(SSD, solid state disk), eMMC(embedded multi media card), UFS(universal flash storage)와 같은 불휘발성 매체(medium)를 더 포함할 수 있다.
일 실시예에 따르면, 메모리(420)는 컨트롤러의 메모리(예: 도 3의 메모리(330))에 포함된 정보 중 일부를 저장할 수 있다. 예를 들어, 메모리(420)는 도 3에서 설명된 데이터 플로우 테이블(317), 채널 테이블(318) 및 인증 테이블(319)을 저장할 수 있다.
통신 회로(430)는 노드와 외부 전자 장치(예: 도 2의 컨트롤러(202) 또는 네트워크 노드(203))간의 유선 또는 무선 통신 연결의 수립, 및 수립된 연결을 통한 통신 수행을 지원할 수 있다. 일 실시 예에 따르면, 통신 회로(430)는 무선 통신 회로(예: 셀룰러 통신 회로, 근거리 무선 통신 회로, 또는 GNSS(global navigation satellite system) 통신 회로) 또는 유선 통신 회로(예: LAN(local area network) 통신 회로, 또는 전력선 통신 회로)를 포함하고, 그 중 해당하는 통신 회로를 이용하여 블루투스, WiFi direct 또는 IrDA(infrared data association) 같은 근거리 통신 네트워크 또는 셀룰러 네트워크, 인터넷, 또는 컴퓨터 네트워크와 같은 원거리 통신 네트워크를 통하여 외부 전자 장치와 통신할 수 있다. 상술한 여러 종류의 통신 회로(430)는 하나의 칩으로 구현되거나 또는 각각 별도의 칩으로 구현될 수 있다.
디스플레이(440)는, 컨텐츠, 데이터, 또는 신호를 출력할 수 있다. 다양한 실시 예들에서, 디스플레이(440)는 프로세서(410)에 의해 가공된 이미지 데이터를 표시할 수 있다. 실시예들에 따라, 디스플레이(440)는 터치 입력 등을 수신할 수 있는 복수의 터치 센서들(미도시)과 결합됨으로써, 일체형의 터치 스크린(touch screen)으로 구성될(configured with) 수도 있다. 디스플레이(440)가 터치 스크린으로 구성되는 경우, 복수의 터치 센서들은, 디스플레이(440) 위에 배치되거나, 디스플레이(440) 아래에 배치될 수 있다.
한편, 일 실시예에 따른 서버(예: 컨트롤러)는 프로세서(410), 메모리(420), 및 통신 회로(430)를 포함할 수 있다. 서버에 포함되는 프로세서(410), 메모리(420) 및 통신 회로(430)는 상술한 프로세서(410), 메모리(420) 및 통신 회로(430)와 실질적으로 동일할 수 있다.
도 5는 다양한 실시예들에 따라 데이터 패킷의 전송을 제어하는 동작을 설명한다.
도 5를 참조하면, 접속 제어 애플리케이션(211)은 노드(201)의 타겟 애플리케이션(221)의 네트워크 전송 요청을 감지하고, 노드(201) 또는 접속 제어 애플리케이션(211)이 컨트롤러(202)와 접속된 상태인지 여부를 결정할 수 있다. 노드(201) 또는 접속 제어 애플리케이션(211)이 컨트롤러(202)와 접속된 상태가 아닌 경우, 접속 제어 애플리케이션(211)은 운영체제가 포함되는 커널(kernel)이나 네트워크 드라이버에서 데이터 패킷의 전송을 차단할 수 있다.
또한, 네트워크 노드(203)는 노드(201)의 타겟 애플리케이션(221)이 접속 제어 애플리케이션(211)을 우회하여 데이터 패킷을 전송하는 경우에도, 컨트롤러(202)에 의해 인가된 채널을 통해 데이터 패킷이 수신되지 않으면 데이터 패킷을 드랍할 수 있다. 즉, 노드(201)와 네트워크 노드(203)간 채널이 미존재 하는 경우, 노드(201)의 타겟 애플리케이션(221)으로부터 수신되는 데이터 패킷을 네트워크 노드(203)는 차단할 수 있다.
도 6은 다양한 실시예들에 따른 출발지 노드의 제어 데이터 패킷의 인증을 위한 신호 흐름도를 나타낸다.
노드(201)는 컨트롤러(202)의 필터(212)와 데이터 패킷(제어 데이터 패킷)에 대한 인증을 수행할 수 있고, 인증이 실패하는 경우 필터(212)에서 데이터 패킷이 드랍되어 컨트롤러(202)의 서비스를 제어하는 프로세서(222)에 데이터 패킷이 전송되지 않을 수 있다.
도 6을 참조하면, 동작 605에서, 노드(201)의 접속 제어 애플리케이션(211)은 제어 데이터 패킷 인증 이벤트를 감지할 수 있다. 예를 들어, 노드(201)의 접속 제어 애플리케이션(211)은 컨트롤러(202)와 통신(제어 플로우 생성, 갱신, 네트워크 접속 등)을 하는 경우에 제어 데이터 패킷을 컨트롤러(202)로 전송할 수 있다. 이 경우, 제어 데이터 패킷이 인증되기 전이면, 접속 제어 애플리케이션(211)은 제어 데이터 패킷을 인증하기 위한 동작을 수행할 수 있다.
접속 제어 애플리케이션(211)은 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정할 수 있다. 예를 들어, 통신 프로토콜은 TCP 프로토콜 또는 UDP 프로토콜을 포함할 수 있다. 실시예에 따라서, 접속 제어 애플리케이션(211)은 노드(201)가 운영체제 전송 계층에 접속 가능한 경우, 컨트롤러(202)에게 TCP 프로토콜 기반 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 컨트롤러(202)로 전송하는 TCP SYN 패킷의 페이로드에 접속 제어 애플리케이션(211)에 저장된 인증 정보를 삽입하여 전송할 수 있다(동작 610). 예를 들어, 접속 제어 애플리케이션(211)에 저장된 인증 정보는 OTP 발생 알고리즘 및 KEY 정보로 생성된 OTP 정보를 포함할 수 있다. 다른 실시예에서, 접속 제어 애플리케이션(211)은 노드(201)가 운영체제 전송 계층에 접속이 불가능한 경우 컨트롤러(202)에게 UDP 프로토콜 기반 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 접속 제어 애플리케이션(211)에 포함된 OTP 발생 알고리즘 및 KEY 정보로 생성된 OTP 정보에 기반하여 데이터 패킷을 생성하여 UDP 프로토콜에 기반하여 데이터 패킷을 컨트롤러(202)에게 전송할 수 있다(동작 615).
동작 620에서, 컨트롤러(202)의 필터(212)는 접속 제어 애플리케이션(211)으로부터 수신된 데이터 패킷(인증 데이터 패킷)에 대하여 검사할 수 있다. 예를 들어, 필터(212)는 데이터 패킷이 수신된 통신 프로토콜의 종류, 데이터 패킷에 인증 정보가 포함되어있는지 여부에 기반하여 데이터 패킷을 검사할 수 있다.
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 TCP 프로토콜이고, 데이터 패킷이 TCP SYN 패킷이 아닌 경우 필터(212)는 제어 데이터 패킷 처리를 수행할 수 있다(동작 625). 예를 들어, 동작 625는 도 7에 도시되는 동작 740 내지 동작 755를 수행함으로서 수행될 수 있다. 다른 예를 들어, 동작 625가 수행되는 경우 동작 630 내지 동작 690은 수행되지 않을 수 있다.
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 TCP 프로토콜이고, 데이터 패킷이 TCP SYN 패킷인 경우, 필터(212)는 데이터 패킷에 인증 정보가 포함되었는지 여부를 확인할 수 있다. 예를 들어, 데이터 패킷에 인증 정보가 포함된 경우, 필터(212)는 인증 정보를 검사함으로서 데이터 패킷(인증 데이터 패킷)을 처리할 수 있다(동작 630). 예를 들어, 필터(212)에 포함된 OTP 검사 알고리즘 및 KEY에 기반하여 생성된 인증 정보와 데이터 패킷에 포함된 인증 정보가 동일한지 비교할 수 있다. 필터(212)는 인증 정보가 서로 동일한 경우 노드(201)의 식별 정보를 인증 테이블(예: 도 3의 인증 테이블(319))에 추가할 수 있고, 데이터 패킷을 프로세서(222)로 포워딩할 수 있다(동작 635). 데이터 패킷이 포워딩된 경우 프로세서(222)는 TCP 세션 생성을 위한 데이터 패킷을 노드(201)와 수신 및 응답할 수 있고, 노드(201)와 TCP 세션을 생성할 수 있다(동작 645). 다른 예를 들어, 인증 정보가 서로 동일하지 않은 경우 필터(212)는 데이터 패킷을 드랍할 수 있다(동작 640). 데이터 패킷이 드랍된 경우, 필터(212)는 노드(201)의 식별 정보마다 데이터 패킷 드랍 로그를 저장할 수 있고, 저장된 데이터 패킷 드랍 로그를 프로세서(222)로 전송할 수 있다. 프로세서(222)는 노드(201)의 데이터 패킷 드랍 로그 및 데이터 베이스에 기반하여 노드(201)를 블랙리스트 처리(갱신)할 수 있다(동작 650). 실시예에 따라서, 데이터 패킷이 SYN 패킷이지만 인증 정보가 포함되지 않은 경우 동작 625를 수행할 수 있다.
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 UDP 프로토콜이고, 데이터 패킷에 인증 정보가 포함되어있는 경우, 필터(212)는 인증 정보를 검사함으로서 데이터 패킷(인증 데이터 패킷)을 처리할 수 있다(동작 655). 예를 들어, 필터(212)는 필터(212)에 포함된 OTP 검사 알고리즘 및 KEY에 기반하여 생성된 인증 정보와 데이터 패킷에 포함된 인증 정보가 동일한지 비교할 수 있다. 필터(212)는 인증 정보가 서로 동일한 경우 노드(201)의 식별 정보를 인증 테이블(예: 도 3의 인증 테이블(319))에 추가할 수 있고, 데이터 패킷을 프로세서(222)로 포워딩할 수 있다(동작 660). 데이터 패킷이 포워딩된 경우 프로세서(222)는 접속 결과를 반환할 수 있고, 인증 완료 데이터 패킷을 노드(201)로 전송할 수 있다(동작 670). 다른 예를 들어, 인증 정보가 서로 동일하지 않은 경우 필터(212)는 데이터 패킷을 드랍할 수 있다(동작 665). 데이터 패킷이 드랍된 경우, 필터(212)는 노드(201)의 식별 정보마다 데이터 패킷 드랍 로그를 저장할 수 있고, 저장된 데이터 패킷 드랍 로그를 프로세서(222)로 전송할 수 있다. 프로세서(222)는 노드(201)의 데이터 패킷 드랍 로그 및 데이터 베이스에 기반하여 노드(201)를 블랙리스트 처리(갱신)할 수 있다(동작 675).
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 UDP 프로토콜이고, 데이터 패킷에 인증 정보가 포함되어있지 않은 경우 필터(212)는 데이터 패킷을 드랍할 수 있다.
노드(201)의 접속 제어 애플리케이션(211)은 컨트롤러(202)로부터 제어 데이터 패킷 인증 결과를 수신할 수 있고, 인증 결과를 처리할 수 있다(동작 680). 예를 들어, 인증 성공 결과가 수신된 경우(예: TCP 세션 생성 완료, 인증 완료 데이터 패킷 수신) 접속 제어 애플리케이션(211)은 제어 데이터 패킷의 인증 상태를 성공(완료)으로 변경할 수 있다. 다른 예를 들어, 인증 실패 결과가 수신된 경우(예: 데이터 패킷이 드랍된 경우) 접속 제어 애플리케이션(211)은 제어 데이터 패킷의 인증 상태를 실패(미완료)로 설정할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 제어 데이터 패킷에 대한 인증을 재시도할 수 있다.
실시예에 따라서, 접속 제어 애플리케이션(211)은 컨트롤러(202)에 대한 제어 데이터 처리 요청을 수행하는 경우 인증 상태가 변경된 제어 데이터 패킷에 기반하도록 할 수 있다.
실시예에 따라서, 동작 620에서, 필터(212)는 수신된 데이터 패킷의 5 Tuple 정보에서 노드(201)의 식별 정보가 블랙리스트(예: 도 3의 블랙리스트(315))에 포함되어있는지 여부를 더 확인할 수 있다. 예를 들어, 필터(212)는 노드(201)의 식별 정보가 블랙리스트에 포함되어있는 경우 데이터 패킷을 드랍하고, 동작 625 내지 동작 675를 수행하지 않을 수 있다.
실시에에 따라서, 동작 620에서, 필터(212)는 데이터 패킷이 수신된 포트가 컨트롤러(202)에서 수신 중인 포트인지 여부를 더 확인할 수 있다. 예를 들어, 데이터 패킷이 수신된 포트가 컨트롤러(202)에서 수신 중인 포트가 아닌 경우 필터(212)는 수신된 데이터 패킷을 드랍할 수 있다.
도 7은 다양한 실시예들에 따른 제어 데이터 패킷의 처리를 위한 신호 흐름도를 나타낸다.
노드(201)가 컨트롤러(202)와 통신(제어 플로우 생성, 갱신, 종료, 네트워크 접속 등)하기 위하여 제어 데이터 패킷을 전송하여 컨트롤러(202)로부터 처리될 필요가 있으므로, 노드(201)의 접속 제어 애플리케이션(211)은 컨트롤러(202)에게 제어 데이터 패킷을 전송함으로서 제어 데이터 패킷의 처리를 요청할 수 있다.
도 7을 참조하면, 동작 705에서, 노드(201)의 접속 제어 애플리케이션(211)은 제어 데이터 패킷 전송 이벤트를 감지할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 컨트롤러(202)에게 제어 플로우 생성, 갱신, 종료 요청 또는 네트워크 접속 요청을 수행하기 위한 제어 데이터 패킷 전송 이벤트를 감지할 수 있다.
동작 710에서 접속 제어 애플리케이션(211)은 제어 데이터 패킷의 인증이 필요한지 여부를 확인할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 제어 데이터 패킷의 인증 상태를 확인함으로서 제어 데이터 패킷의 인증이 필요한지 여부를 확인할 수 있다. 실시예에 따라서, 제어 데이터 패킷의 인증이 필요한 것으로 확인된 경우, 접속 제어 애플리케이션(211)은 제어 데이터 패킷 인증 처리를 할 수 있다(동작 715). 동작 715는 도 6에 도시된 동작들에 의해 수행될 수 있다. 인증이 성공한 경우, 접속 제어 애플리케이션(211)은 동작 725를 수행할 수 있고, 인증이 실패한 경우 접속 제어 애플리케이션(211)은 동작 720에서 제어 데이터 패킷에 대한 인증을 실패로 처리할 수 있다.
동작 725에서, 접속 제어 애플리케이션(211)은 제어 데이터 패킷 헤더를 삽입할 수 있고, 컨트롤러(202)에게 헤더가 삽입된 제어 데이터 패킷을 전송할 수 있다. 예를 들어, 제어 플로우 생성 요청을 하는 경우(컨트롤러 접속 요청의 경우), 접속 제어 애플리케이션(211)은 제어 데이터 패킷의 페이로드 앞단에, 제어 플로우 생성 요청을 식별하기 위한 초기화 정보로서 제어 플로우 초기 식별 정보와 보호정보로서 접속 제어 애플리케이션(211)에 포함된 OTP 발생 알고리즘 및 KEY 정보로 생성된 OTP 정보(인증 정보)를 삽입할 수 있다. 다른 예를 들어, 제어 플로우가 생성된 이후 다른 제어 관련 요청을 수행하는 경우, 접속 제어 애플리케이션(211)은 제어 데이터 패킷의 페이로드 앞단에, 컨트롤러(202)로부터 수신된 제어 플로우 식별 정보와 보호 정보로서 컨트롤러(202)로부터 수신된 OTP 발생 알고리즘 또는 KEY 정보로 생성된 OTP 정보(인증 정보)를 삽입할 수 있다.
동작 730에서, 컨트롤러(202)의 필터(212)는 제어 데이터 패킷을 노드(201)로부터 수신한 경우, 제어 데이터 패킷에 대한 검사를 수행할 수 있다. 예를 들어, 필터(212)는 수신된 제어 데이터 패킷의 통신 프로토콜의 종류 및 수신된 제어 데이터 패킷에 인증 정보가 포함되었는지 여부에 기반하여 제어 데이터 패킷에 대한 검사를 수행할 수 있다.
일 실시예에서, 제어 데이터 패킷이 UDP 프로토콜을 통해 수신된 경우, 필터(212)는 수신된 제어 데이터 패킷에 기반하여 인증 데이터 패킷 처리를 수행할 수 있다(동작 735). 예를 들어, 동작 735는 도 6에 도시된 동작들을 통해 수행될 수 있다.
일 실시예에서, 제어 데이터 패킷이 TCP 프로토콜을 통해 수신되고, 제어 데이터 패킷이 TCP SYN 패킷이고, 제어 데이터 패킷의 페이로드에 인증 정보가 존재하는 경우, 필터(212)는 수신된 제어 데이터 패킷에 기반하여 인증 데이터 패킷 처리를 수행할 수 있다(동작 735). 예를 들어, 동작 735는 도 6에 도시된 동작들을 통해 수행될 수 있다.
일 실시예에서, 제어 데이터 패킷이 TCP 프로토콜을 통해 수신되고, 제어 데이터 패킷이 TCP SYN 패킷이고, 제어 데이터 패킷의 페이로드에 인증 정보가 존재하지 않는 경우, 필터(212)는 인증 테이블(예: 도 3의 인증 테이블(319))에서 노드(201)의 식별 정보가 존재하는지 여부를 확인할 수 있다(동작 740). 필터(212)는 노드(201)의 식별 정보가 인증 테이블에 존재하지 않는 경우 제어 데이터 패킷을 드랍(동작 750)할 수 있고, 노드(201)의 식별 정보가 인증 테이블에 존재하는 경우 동작 745를 수행할 수 있다.
일 실시예에서, 제어 데이터 패킷이 TCP 프로토콜을 통해 수신되고, 제어 데이터 패킷이 TCP SYN 패킷이 아닌 경우, 필터(212)는 동작 745를 수행할 수 있다.
동작 745에서, 필터(212)는 제어 데이터 패킷의 헤더 검사를 수행할 수 있다. 예를 들어, 필터(212)는 제어 데이터 패킷의 헤더가 존재하지 않는 경우 제어 데이터 패킷을 드랍할 수 있다(동작 750).
일 실시예에서, 제어 데이터 패킷의 헤더가 존재하는 경우, 필터(212)는 제어 데이터 패킷에 포함된 제어 플로우 식별 정보를 확인하고, 제어 데이터 패킷에 포함된 제어 플로우 식별 정보가 초기화 상태(제어 플로우 생성 전)인지 여부를 확인할 수 있다. 제어 데이터 패킷에 포함된 제어 플로우 식별 정보가 초기화 상태인 경우, 필터(212)는 필터(212)에 포함된 OTP 검사 알고리즘 및 KEY에 의해 생성된 인증 정보와 제어 데이터 패킷 헤더에 포함된 보호 정보가 동일한지 여부를 확인할 수 있다. 예를 들어, 인증 정보와 보호 정보가 동일하지 않은 경우 필터(212)는 제어 데이터 패킷을 드랍할 수 있다(동작 750). 다른 예를 들어, 인증 정보와 보호 정보가 동일한 경우 필터(212)는 제어 데이터 패킷을 프로세서(222)로 포워딩할 수 있다(동작 755). 제어 데이터 패킷이 프로세서(222)로 포워딩된 경우 프로세서(222)는 제어 데이터 패킷을 처리(예: 컨트롤러 접속 및 제어 플로우 생성)할 수 있고 결과를 노드(201)에게 반환할 수 있다(동작 765).
일 실시예에서, 필터(212)는 제어 데이터 패킷에 포함된 제어 플로우 식별 정보가 초기화 상태가 아닌 경우, 데이터 베이스(또는 제어 플로우 테이블(도 3의 제어 플로우 테이블(316))에 기반하여 제어 데이터 패킷에 포함된 제어 플로우 식별 정보가 존재하는지 확인할 수 있다. 제어 플로우 식별 정보가 데이터 베이스에 존재하는 경우 필터(212)는 제어 플로우 정보에 포함된 OTP 검사 알고리즘 및 KEY에 의해 생성된 인증 정보와 제어 데이터 패킷 헤더에 포함된 보호 정보가 동일한지 여부를 확인할 수 있다. 예를 들어, 인증 정보와 보호 정보가 동일하지 않은 경우 필터(212)는 제어 데이터 패킷을 드랍할 수 있다(동작 750). 다른 예를 들어, 인증 정보와 보호 정보가 동일한 경우 필터(212)는 제어 데이터 패킷을 프로세서(222)로 포워딩할 수 있다(동작 755). 프로세서(222)는 포워딩된 제어 데이터 패킷을 처리(예: 제어 플로우 갱신, 종료, 네트워크 접속 등)할 수 있고 노드(201)로 결과를 반환할 수 있다(동작 765).
실시예에 따라서, 동작 760에서, 프로세서(222)는 필터(212)에서 제어 데이터 패킷이 드랍된 로그를 획득할 수 있다. 프로세서(222)는 블랙리스트 정책(예: 도 3의 블랙리스트 정책(314))에 의해서 노드(201)의 식별 정보 별로 제어 데이터 패킷 인증 실패 횟수, 시간, 데이터 패킷 드랍 사유 등의 조건을 확인하여 노드(201)를 블랙리스트에 추가할지 여부를 결정할 수 있다.
동작 770에서, 노드(201)는 컨트롤러(202)로부터 수신된 제어 데이터 패킷 처리 결과를 처리할 수 있다. 예를 들어, 제어 데이터 패킷 처리 결과는 제어 관련 요청에 대한 결과일 수 있다. 다른 예를 들어, 제어 데이터 패킷 처리 결과는 제어 플로우 갱신 처리 결과, 제어 플로우 생성 처리 결과, 제어 플로우 삭제 처리 결과, 네트워크 접속 성공 또는 실패 처리 결과 중 적어도 어느 하나를 포함할 수 있다.
도 8은 다양한 실시예들에 따른 컨트롤러 접속을 위한 신호 흐름도를 나타낸다.
노드(201)가 네트워크를 접속 또는 수신하기 위해서는 컨트롤러(202)에 의하여 인가될 필요가 있으므로, 노드(201)의 접속 제어 애플리케이션(211)은 컨트롤러(202)에게 제어 플로우의 생성을 요청함으로서 노드(201)의 컨트롤러 접속을 시도할 수 있다.
도 6을 참조하면, 동작 805에서, 노드(201)는 컨트롤러 접속 이벤트를 감지할 수 있다. 예를 들어, 노드(201)는 노드(201) 내에서 접속 제어 애플리케이션(211)이 설치 및 실행되고, 접속 제어 애플리케이션(211)을 통해 컨트롤러(202)에 대한 접속이 요청됨을 감지할 수 있다.
동작 810에서, 노드(201)는 컨트롤러 접속 이벤트를 감지한 것에 응답하여 컨트롤러(202)에게 컨트롤러 접속을 요청할 수 있다. 노드(201)는 접속 제어 애플리케이션(211)을 통해 컨트롤러 접속을 요청할 수 있다. 일 실시예에 따르면, 접속 제어 애플리케이션(211)은 노드(201)의 식별 정보(예: 단말 ID, IP 주소, MAC 주소), 종류, 위치, 환경, 노드(201)가 속하는 네트워크의 식별 정보, 및/또는 접속 제어 애플리케이션(211)의 식별 정보를 컨트롤러(202)에게 전송할 수 있다.
동작 815에서, 컨트롤러(202)는 수신된 요청에 응답하여 노드(201)의 접속 가능 여부를 확인(identify)할 수 있다. 일 실시예에 따르면, 컨트롤러(202)는 컨트롤러(202)의 메모리(예: 도 3의 메모리(330))에 포함된 데이터 베이스에 기반하여 노드(201)의 접속 가능 여부를 확인할 수 있다. 예를 들어, 컨트롤러(202)는 접속 제어 애플리케이션(211)으로부터 수신된 정보가 접속 정책 데이터 베이스에 포함되는지 여부와, 노드(201) 및/또는 노드(201)가 속한 네트워크의 식별 정보가 블랙리스트 데이터 베이스에 포함되는지 여부에 기반하여 노드(201)의 접속 가능 여부를 확인할 수 있다.
노드(201)가 접속 가능하다면, 컨트롤러(202)는 노드(201)와 컨트롤러(202) 간 제어 플로우를 생성할 수 있다. 이 경우, 컨트롤러(202)는 난수 형태로 제어 플로우 식별 정보를 생성하고, 노드(201) 및/또는 노드(201)가 속한 네트워크의 식별 정보를 제어 플로우 테이블에 저장할 수 있다. 제어 플로우 테이블에 저장된 정보(예: 제어 플로우 식별 정보 및/또는 제어 플로우 정보)는 노드(201)의 사용자 인증, 노드(201)의 정보 업데이트, 노드(201)의 네트워크 접속을 위한 정책 확인, 및/또는 유효성 검사에 이용될 수 있다.
컨트롤러(202)는 노드(201)의 식별 정보 또는 출발지 네트워크의 식별 정보와 매칭된 접속 정책(예: 도 3의 접속 정책(313))에서 접속 가능한 애플리케이션, 목적지 네트워크 식별 정보 및 서비스 포트 정보를 목록화하여 데이터 플로우를 생성할 수 있다. 생성된 데이터 플로우는 노드(201) 및 네트워크 노드(203)가 인가된 데이터 패킷 여부를 확인하기 위한 데이터 패킷 인증 방법 및 인증 헤더 생성 방법 또는 고정 헤더 정보를 포함할 수 있다. 다른 예를 들어, 노드(201), 컨트롤러(202) 또는 네트워크 노드(203)는 생성된 데이터 플로우에 기반하여 인가된 데이터 패킷의 흐름을 관리할 수 있다.
동작 820에서, 컨트롤러(202)는 데이터 플로우를 기반으로 네트워크에 접속하기 위해 생성해야 하는 채널 정보를 채널 정책(예: 도 3의 채널 정책(313))에서 확인할 수 있다. 예를 들어, 컨트롤러(202)는 채널을 생성해야 하는 네트워크 노드(203), 채널 종류, 방식 정보를 확인하고, 노드(201)와 네트워크 노드(203) 사이에 채널 생성에 필요한 일련의 정보(채널 종류, 방식, 인증 정보, 네트워크 노드(203) IP 및 포트, 채널 데이터 패킷 인증을 위한 인증 정보 등)를 생성하고 데이터 플로우에 사용할 채널 정보를 갱신할 수 있다. 일 실시예에서, 컨트롤러(202)는 생성된 채널 생성 정보를 네트워크 노드(203)로 전송할 수 있다(동작 825). 다른 실시예에서, 컨트롤러(202)는 생성된 데이터 플로우를 네트워크 노드(203)에게 전송할 수 있다.
컨트롤러(202)는 생성된 제어 플로우의 식별 정보, 데이터 플로우 및 채널 생성 정보를 노드(201)로 전송할 수 있다(동작 830). 일 실시예에서, 컨트롤러(202)는 생성된 데이터 플로우가 존재하지 않는 경우 노드(201) 또는 네트워크 노드(203)로 데이터 플로우 정보를 전송하지 않을 수 있다.
동작 835에서, 노드(201)는 컨트롤러(202)로부터 수신된 응답에 대한 결과값을 처리할 수 있다. 예를 들어, 새로운 채널을 생성해야 하는 경우 접속 제어 애플리케이션(211)은 수신된 채널 생성 정보에 기반하여 네트워크 노드(203)에 채널 생성 요청을 함으로서 상호간에 채널을 생성할 수 있고, 생성된 채널 정보를 채널 테이블에 추가할 수 있다(동작 840). 다른 예를 들어, 채널 생성에 실패한 경우, 접속 제어 애플리케이션(211)은 채널 생성 불가 메시지 및 사유를 표시하고 해당 채널로 접속할 수 있는 데이터 플로우를 삭제할 수 있다. 일 실시에에서, 동작 840은 도 11 및 12에 도시된 동작들을 수행함으로서 수행될 수 있다.
도 9는 다양한 실시예들에 따른 사용자 인증을 위한 신호 흐름도를 나타낸다.
노드(201)가 목적지 네트워크에 대한 상세한 접속 권한을 부여 받기 위해서, 노드(201)의 접속 제어 애플리케이션(211)은 컨트롤러(202)로부터 노드(201)의 사용자에 대한 인증을 받을 수 있다.
도 9를 참조하면, 동작 905에서, 노드(201)는 컨트롤러(202)에게 사용자 인증을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 사용자 인증을 위한 입력을 수신할 수 있고, 사용자 인증을 위한 입력은 예를 들어, 사용자 ID 및 비밀번호를 입력하는 사용자 입력일 수 있다. 다른 예를 들어, 사용자 인증을 위한 입력은 보다 강화된 인증을 위한 사용자 입력(예: 생체 정보)일 수 있다. 접속 제어 애플리케이션(211)은 사용자 인증을 위한 입력 정보를 컨트롤러(202)에게 전송할 수 있다. 노드(201)와 컨트롤러(202) 간 제어 플로우가 이미 생성된 상태이면, 접속 제어 애플리케이션(211)은 사용자 인증을 위한 입력 정보를 제어 플로우 식별 정보와 함께 전송할 수 있다.
동작 910에서, 컨트롤러(202)는 노드(201)로부터 수신된 정보에 기반하여 사용자를 인증할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 정보에 포함된 사용자 ID, 비밀번호, 및/또는 강화된 인증 정보와, 컨트롤러(202)의 메모리에 포함된 데이터 베이스(예: 도 3의 접속 정책 데이터 베이스(311) 또는 블랙리스트 데이터 베이스(314))에 기반하여 사용자가 접속 정책에 따라 접속 가능한지 여부 및 사용자가 블랙리스트에 포함되는지 여부를 결정할 수 있다.
사용자가 인증되면, 컨트롤러(202)는 제어 플로우의 식별 정보에 사용자의 식별 정보(예: 사용자 ID)를 추가할 수 있다. 추가된 사용자 식별 정보는 인증된 사용자의 컨트롤러 접속 또는 네트워크 접속에 이용될 수 있다.
동작 915에서, 컨트롤러(202)는 노드(201)의 식별 정보 또는 출발지 네트워크의 식별 정보와 매칭된 접속 정책(예: 도 3의 접속 정책(311))에서 접속 가능한 애플리케이션, 목적지 네트워크 식별 정보 및 서비스 포트 정보를 목록화하여 데이터 플로우를 생성할 수 있다. 생성된 데이터 플로우는 노드(201) 및 네트워크 노드(203)가 인가된 데이터 패킷 여부를 확인하기 위한 데이터 패킷 인증 방법 및 인증 헤더 생성 방법 또는 고정 헤더 정보를 포함할 수 있다.
동작 920에서, 컨트롤러(202)는 데이터 플로우를 기반으로 네트워크에 접속하기 위해 생성해야 하는 채널 정보를 채널 정책(예: 도 3의 채널 정책(313))에서 확인할 수 있다. 예를 들어, 컨트롤러(202)는 채널을 생성해야 하는 네트워크 노드(203), 채널 종류, 방식 정보를 확인하고, 노드(201)와 네트워크 노드(203) 사이에 채널 생성에 필요한 일련의 정보(채널 종류, 방식, 인증 정보, 네트워크 노드(203) IP 및 포트, 채널 데이터 패킷 인증을 위한 인증 정보 등)를 생성하고 데이터 플로우에 사용할 채널 정보를 갱신할 수 있다. 일 실시예에서, 컨트롤러(202)는 생성된 채널 생성 정보를 네트워크 노드(203)로 전송할 수 있다(동작 925). 다른 실시예에서, 컨트롤러(202)는 생성된 데이터 플로우를 네트워크 노드(203)에게 전송할 수 있다.
컨트롤러(202)는 생성된 제어 플로우의 식별 정보, 데이터 플로우 및 채널 생성 정보를 노드(201)로 전송할 수 있다(동작 930). 일 실시예에서, 컨트롤러(202)는 생성된 데이터 플로우가 존재하지 않는 경우 노드(201) 또는 네트워크 노드(203)로 데이터 플로우 정보를 전송하지 않을 수 있다.
동작 935에서, 노드(201)는 컨트롤러(202)로부터 수신된 응답에 대한 결과값을 처리할 수 있다. 예를 들어, 새로운 채널을 생성해야 하는 경우 접속 제어 애플리케이션(211)은 수신된 채널 생성 정보에 기반하여 네트워크 노드(203)에 채널 생성 요청을 함으로서 상호간에 채널을 생성할 수 있고, 생성된 채널 정보를 채널 테이블에 추가할 수 있다(동작 940). 다른 예를 들어, 채널 생성에 실패한 경우, 접속 제어 애플리케이션(211)은 채널 생성 불가 메시지 및 사유를 표시하고 해당 채널로 접속할 수 있는 데이터 플로우를 삭제할 수 있다. 일 실시에에서, 동작 940은 도 11 및 12에 도시된 동작들을 수행함으로서 수행될 수 있다.
또한, 동작 935에서, 노드(201)는 사용자 인증이 완료됨을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 사용자에게 출력할 수 있다.
다른 실시예에 따라 컨트롤러(202)는 사용자 인증이 불가능한 것으로 결정할 수 있다. 예를 들어, 사용자의 식별 정보가 블랙리스트 데이터 베이스에 포함되면 컨트롤러(202)는 사용자 인증이 불가능한 것으로 결정할 수 있다. 이 경우, 동작 930에서 컨트롤러(202)는 사용자 인증이 불가능함을 나타내는 정보를 노드(201)에게 전송하고, 동작 935에서 노드(201)는 사용자 인증이 실패함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다.
도 10은 다양한 실시예들에 따른 네트워크 접속을 위한 신호 흐름도를 나타낸다.
노드(201)가 컨트롤러(202)로부터 인가된 이후에, 노드(201)는 노드(201)의 접속 제어 애플리케이션(211)을 통해 노드(201) 내에 저장된 다른 애플리케이션들의 네트워크 접속을 제어함으로서 신뢰된 데이터 전송을 보장할 수 있다.
도 10을 참조하면, 동작 1005에서, 접속 제어 애플리케이션(211)은 네트워크 접속 이벤트를 감지할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 웹 브라우저와 같은 타겟 애플리케이션이 인터넷과 같은 목적지 네트워크를 포함하는 목적지 네트워크로의 접속을 시도함을 감지할 수 있다. 예를 들어, 사용자는 웹 브라우저를 실행하고 접속하고자 하는 웹 주소를 입력 및 호출할 수 있다.
동작 1010에서 접속 제어 애플리케이션(211)은 컨트롤러(202)에게 타겟 애플리케이션의 네트워크 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 타겟 애플리케이션의 식별 정보 및 목적지 네트워크의 식별 정보 및 포트 정보를 노드(201)와 컨트롤러(202) 사이에 생성된 제어 플로우의 식별 정보와 함께 컨트롤러(202)에게 전송할 수 있다.
동작 1015에서, 컨트롤러(202)는 접속 제어 애플리케이션(211)으로부터 수신된 요청 및 컨트롤러(202)의 데이터 베이스에 기반하여 접속 정책을 확인할 수 있다. 예를 들어, 컨트롤러(202)는 접속 제어 애플리케이션(211)으로부터 수신된 정보가 컨트롤러(202)의 데이터 베이스에 포함된 접속 정책에 포함되는지 여부에 기반하여 타겟 애플리케이션의 접속 가능 여부를 결정할 수 있다. 타겟 애플리케이션의 접속이 불가능 하면, 컨트롤러(202)는 동작 1030에서 노드(201)에게 접속이 불가능함을 나타내는 정보를 전송할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 타겟 애플리케이션의 데이터 패킷을 드롭하고, 네트워크에 대한 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다.
타겟 애플리케이션의 접속이 가능한 경우, 동작 1020에서, 컨트롤러(202)는 목적지 네트워크에 접속하기 위해 생성해야 하는 채널 정보를 채널 정책(예: 도 3의 채널 정책(313))에서 확인할 수 있고, 채널 테이블(예: 도 3의 채널 테이블(318))에서 네트워크 노드(203)로 생성된 유효한 채널이 존재하는지 확인할 수 있다. 예를 들어, 컨트롤러(202)는 생성된 유효한 채널이 존재하지 않는 경우, 노드(201)와 네트워크 노드(203) 사이에 채널 생성에 필요한 일련의 정보(채널 종류, 방식, 인증 정보, 네트워크 노드(203) IP 및 포트, 채널 데이터 패킷 인증을 위한 인증 정보 등)를 생성할 수 있다. 다른 예를 들어, 컨트롤러(202)는 생성할 수 있는 채널 정책이 존재하지 않는 경우 노드(201)에 접속 불가 결과를 전송할 수 있다(동작 1030). 다른 예를 들어, 기생성된 채널이 존재하는 경우, 컨트롤러(202)는 기생성된 채널에 관한 정보를 노드(201)에게 전송할 수 있다(동작 1030).
컨트롤러(202)는 생성된 채널 정보에 기반하여 데이터 플로우를 갱신할 수 있다. 또한, 새로운 채널을 생성해야하는 경우 컨트롤러(202)는 갱신된 데이터 플로우 및 채널 생성 정보를 노드(201) 및 네트워크 노드(203)에게 전송할 수 있다(동작 1025 및 동작 1030). 일 실시예에서, 컨트롤러(202)는 갱신된 데이터 플로우가 존재하지 않는 경우 또는 채널 생성이 불가능한 경우 노드(201) 또는 네트워크 노드(203)로 채널 생성 정보 및 데이터 플로우 정보를 전송하지 않을 수 있다.
동작 1035에서, 노드(201)의 접속 제어 애플리케이션(211)은 컨트롤러(202)로부터 전송된 응답에 대한 결과값을 처리할 수 있다. 일 실시예에서, 타겟 애플리케이션의 네트워크 접속이 불가능하다는 정보 또는 인가된 채널이 존재하지 않는다는 정보를 수신하면, 접속 제어 애플리케이션(211)은 데이터 패킷을 드롭하고 네트워크 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 출력할 수 있다.
다른 실시예에서, 컨트롤러(202)로부터 채널 생성 정보가 수신되면, 접속 제어 애플리케이션(211)은 동작 1040에서 네트워크 노드(203)와 채널을 생성하고, 동작 1045에서 생성된 채널을 통해서 타겟 애플리케이션의 데이터 패킷을 네트워크 노드(203)로 전송할 수 있다. 이 경우, 네트워크 노드(203)는 인가된 채널로 데이터 패킷이 수신된 경우, 수신된 데이터 패킷을 목적지(예: 목적지 네트워크)로 포워딩할 수 있다. 일 실시예에서, 동작 1040은 도 11 및 도 12에 도시된 동작들을 수행함으로서 수행될 수 있다.
다른 실시예에 따라, 컨트롤러(202)로부터 기 존재하는 채널 정보를 수신하면, 접속 제어 애플리케이션(211)은 추가적인 채널 생성 절차를 수행하지 않고, 동작 1045에서 타겟 애플리케이션의 데이터 패킷을 채널 정보에 대응하는 채널을 통해 네트워크 노드(203)로 전송할 수 있다.
다른 실시예에 따라, 접속 제어 애플리케이션(211)은 채널 생성에 실패한 경우 타겟 애플리케이션의 데이터 패킷을 드롭하고 네트워크 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 출력할 수 있다.
일 실시예에 따르면, 접속 제어 애플리케이션(211)은 동작 1010을 수행하기 이전에 타겟 애플리케이션과 목적지 네트워크 간의 컨트롤러(202)로부터 인가된 데이터 플로우가 존재하는지 먼저 확인할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 타겟 애플리케이션의 식별 정보, 도찾기 네트워크 식별 정보 및 서비스 포트 정보를 식별하고, 노드(201)의 메모리에 저장된 데이터 플로우 테이블에서 식별된 정보에 대응되는 인가된 데이터 플로우가 존재하는지 확인할 수 있다. 인가된 데이터 플로우가 존재한다면 접속 제어 애플리케이션(211)은 네트워크 접속을 요청하지 않고 동작 1045에서 인가된 데이터 플로우 정책에 따라 타겟 애플리케이션의 데이터 패킷을 전송할 수 있다. 인가된 데이터 플로우가 존재하지 않는다면, 접속 제어 애플리케이션(211)은 동작 1010에서 네트워크 접속을 요청할 수 있다. 한편, 인가된 데이터 플로우가 존재하지만 유효하지 않은 경우(예: 채널이 존재하지 않는 경우 또는 도착지 노드에 접속이 불가능한 경우) 접속 제어 애플리케이션(211)은 타겟 애플리케이션의 데이터 패킷을 드롭할 수 있다.
일 실시예에 따르면, 접속 제어 애플리케이션(211)은 데이터 플로우가 존재하지 않거나 데이터 플로우의 갱신이 필요한 경우(예: 인증 시각이 만료된 경우), 네트워크 접속을 요청하기 이전에 타겟 애플리케이션의 유효성 검사를 더 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 타겟 애플리케이션의 위조, 변조 여부, 코드 사이닝 검사, 및/또는 핑거프린트 검사를 수행할 수 있다. 예를 들어, 타겟 애플리케이션의 유효성 검사가 실패하면, 접속 제어 애플리케이션(211)은 네트워크 접속을 요청하지 않고 타겟 애플리케이션의 데이터 패킷을 드랍할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 표시할 수 있다. 다른 예를 들어, 타겟 애플리케이션의 유효성 검사가 성공하면, 접속 제어 애플리케이션(211)은 동작 1010에서 네트워크 접속을 요청할 수 있다.
도 11은 다양한 실시예들에 따른 채널 데이터 패킷 인증을 위한 신호 흐름도를 나타낸다.
노드(201)는 네트워크 노드(203)의 필터(213)와 데이터 패킷(채널 데이터 패킷)에 대한 인증을 수행할 수 있고, 인증이 실패하는 경우 필터(213)에서 데이터 패킷이 드랍되어 네트워크 노드(203)의 서비스를 제어하는 프로세서(223)에 데이터 패킷이 전송되지 않을 수 있다.
도 11을 참조하면, 동작 1105에서, 노드(201)의 접속 제어 애플리케이션(211)은 채널 데이터 패킷 인증 이벤트를 감지할 수 있다. 예를 들어, 노드(201)의 접속 제어 애플리케이션(211)은 네트워크 노드(203)와 통신(채널 생성, 갱신, 종료, 일반 데이터 패킷 전송 등)을 하는 경우에 채널 데이터 패킷을 네트워크 노드(203)로 전송할 수 있다. 이 경우, 채널 데이터 패킷이 인증되기 전이면, 접속 제어 애플리케이션(211)은 채널 데이터 패킷을 인증하기 위한 동작을 수행할 수 있다.
접속 제어 애플리케이션(211)은 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정할 수 있다. 예를 들어, 통신 프로토콜은 TCP 프로토콜 또는 UDP 프로토콜을 포함할 수 있다. 실시예에 따라서, 접속 제어 애플리케이션(211)은 노드(201)가 운영체제 전송 계층에 접속 가능한 경우, 네트워크 노드(203)에게 TCP 프로토콜 기반 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 네트워크 노드(203)로 전송하는 TCP SYN 패킷의 페이로드에 접속 제어 애플리케이션(211)에 저장된 인증 정보 또는 컨트롤러(202)로부터 수신한 채널 생성 인증 정보를 삽입하여 전송할 수 있다(동작 1110). 예를 들어, 접속 제어 애플리케이션(211)에 저장된 인증 정보 또는 컨트롤러(202)로부터 수신한 채널 생성 인증 정보는 OTP 발생 알고리즘 및 KEY 정보로 생성된 OTP 정보를 포함할 수 있다. 다른 실시예에서, 접속 제어 애플리케이션(211)은 노드(201)가 운영체제 전송 계층에 접속이 불가능한 경우 네트워크 노드(203)에게 UDP 프로토콜 기반 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 접속 제어 애플리케이션(211)에 포함된 OTP 발생 알고리즘 및 KEY 정보로 생성된 OTP 정보 또는 컨트롤러(202)로부터 수신한 채널 생성 인증 정보에 기반하여 데이터 패킷을 생성하여 UDP 프로토콜에 기반하여 데이터 패킷을 컨트롤러(202)에게 전송할 수 있다(동작 1115).
동작 1120에서, 네트워크 노드(203)의 필터(213)는 접속 제어 애플리케이션(211)으로부터 수신된 데이터 패킷(채널 생성 인증 데이터 패킷)에 대하여 검사할 수 있다. 예를 들어, 필터(213)는 데이터 패킷이 수신된 통신 프로토콜의 종류, 데이터 패킷에 인증 정보가 포함되어있는지 여부에 기반하여 데이터 패킷을 검사할 수 있다.
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 TCP 프로토콜이고, 데이터 패킷이 TCP SYN 패킷이 아닌 경우 필터(212)는 채널 데이터 패킷 처리를 수행(동작 1125)하거나 데이터 패킷을 포워딩할 수 있다. 예를 들어, 동작 1125는 도 12에 도시되는 동작 1230 내지 동작 1250을 수행함으로서 수행될 수 있다. 다른 예를 들어, 동작 1125가 수행되는 경우 동작 1130 내지 동작 1180은 수행되지 않을 수 있다.
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 TCP 프로토콜이고, 데이터 패킷이 TCP SYN 패킷인 경우, 필터(213)는 데이터 패킷에 인증 정보가 포함되었는지 여부를 확인할 수 있다. 예를 들어, 데이터 패킷에 인증 정보가 포함된 경우, 필터(213)는 인증 정보를 검사함으로서 데이터 패킷(인증 데이터 패킷)을 처리할 수 있다(동작 1130). 예를 들어, 필터(213)에 포함된 OTP 검사 알고리즘 및 KEY에 기반하여 생성된 인증 정보와 데이터 패킷에 포함된 인증 정보가 동일한지 비교할 수 있다. 필터(213)는 인증 정보가 서로 동일한 경우 노드(201)의 식별 정보를 인증 테이블(예: 도 3의 인증 테이블(319))에 추가할 수 있고, 데이터 패킷을 프로세서(223)로 포워딩할 수 있다(동작 1135). 데이터 패킷이 포워딩된 경우 프로세서(223)는 TCP 세션 생성을 위한 데이터 패킷을 노드(201)와 수신 및 응답할 수 있고, 노드(201)와 TCP 세션을 생성할 수 있다(동작 1145). 다른 예를 들어, 인증 정보가 서로 동일하지 않은 경우 필터(212)는 데이터 패킷을 드랍할 수 있다(동작 1140).
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 TCP 프로토콜이고, 데이터 패킷이 TCP SYN 패킷인 경우, 필터(213)는 데이터 패킷에 인증 정보가 포함되었는지 여부를 확인할 수 있다. 예를 들어, 데이터 패킷에 인증 정보가 포함되지 않은 경우, 필터(213)는 인증 테이블에서 노드(201)의 식별 정보가 존재하는지 확인하고, 존재하는 경우 데이터 패킷을 프로세서(223)로 포워딩하고, 존재하지 않는 경우 데이터 패킷을 드랍(동작 640)할 수 있다.
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 UDP 프로토콜이고, 데이터 패킷에 인증 정보가 포함되어있는 경우, 필터(213)는 인증 정보를 검사함으로서 데이터 패킷(채널 생성 인증 데이터 패킷)을 처리할 수 있다(동작 1150). 예를 들어, 필터(213)는 필터(213)에 포함된 OTP 검사 알고리즘 및 KEY에 기반하여 생성된 인증 정보와 데이터 패킷에 포함된 인증 정보가 동일한지 비교할 수 있다. 필터(213)는 인증 정보가 서로 동일한 경우 노드(201)의 식별 정보를 인증 테이블(예: 도 3의 인증 테이블(319))에 추가할 수 있고, 데이터 패킷을 프로세서(223)로 포워딩할 수 있다(동작 1155). 데이터 패킷이 포워딩된 경우 프로세서(223)는 접속 결과를 반환할 수 있고, 인증 완료 데이터 패킷을 노드(201)로 전송할 수 있다(동작 1165). 다른 예를 들어, 인증 정보가 서로 동일하지 않은 경우 필터(213)는 데이터 패킷을 드랍할 수 있다(동작 1160).
일 실시예에서, 수신된 데이터 패킷의 통신 프로토콜이 UDP 프로토콜이고, 데이터 패킷에 인증 정보가 포함되어있지 않은 경우 필터(213)는 인증 테이블에 노드(201)의 식별 정보가 존재하는지 여부를 확인할 수 있다. 예를 들어, 인증 테이블에 노드(201)의 식별 정보가 존재하는 경우 필터(213)는 데이터 패킷을 프로세서(223)로 포워딩할 수 있다. 다른 예를 들어, 인증 테이블에 노드(201)의 식별 정보가 존재하지 않는 경우 필터(213)는 데이터 패킷을 드랍할 수 있다.
노드(201)의 접속 제어 애플리케이션(211)은 네트워크 노드(203)로부터 채널 데이터 패킷 인증 결과를 수신할 수 있고, 인증 결과를 처리할 수 있다(동작 1170). 예를 들어, 인증 성공 결과가 수신된 경우(예: TCP 세션 생성 완료, 인증 완료 데이터 패킷 수신) 접속 제어 애플리케이션(211)은 채널 데이터 패킷의 인증 상태를 성공(완료)으로 변경할 수 있다. 다른 예를 들어, 인증 실패 결과가 수신된 경우(예: 데이터 패킷이 드랍된 경우) 접속 제어 애플리케이션(211)은 채널 데이터 패킷의 인증 상태를 실패(미완료)로 설정할 수 있다. 이 경우, 접속 제어 애플리케이션(211)은 채널 데이터 패킷에 대한 인증을 재시도할 수 있다.
실시예에 따라서, 동작 1120에서, 필터(213)는 수신된 데이터 패킷의 5 Tuple 정보에서 노드(201)의 식별 정보가 블랙리스트(예: 도 3의 블랙리스트(315))에 포함되어있는지 여부를 더 확인할 수 있다. 예를 들어, 필터(213)는 노드(201)의 식별 정보가 블랙리스트에 포함되어있는 경우 데이터 패킷을 드랍하고, 동작 1125 내지 동작 1165를 수행하지 않을 수 있다.
실시에에 따라서, 동작 1120에서, 필터(213)는 데이터 패킷이 수신된 포트가 네트워크 노드(203)에서 수신 중인 포트인지 여부를 더 확인할 수 있다. 예를 들어, 데이터 패킷이 수신된 포트가 네트워크 노드(203)에서 수신 중인 포트가 아닌 경우 필터(213)는 수신된 데이터 패킷을 드랍할 수 있다.
도 12는 다양한 실시예들에 따른 채널 생성을 위한 신호 흐름도를 나타낸다.
노드(201)가 네트워크 노드(203)와 채널을 생성하기 위하여 채널 데이터 패킷을 전송하여 네트워크 노드(203)로부터 처리될 필요가 있으므로, 노드(201)의 접속 제어 애플리케이션(211)은 네트워크 노드(203)에게 채널 데이터 패킷을 전송함으로서 제어 데이터 패킷의 처리를 요청할 수 있다.
도 12를 참조하면, 동작 1205에서, 노드(201)의 접속 제어 애플리케이션(211)은 채널 생성 이벤트를 감지할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 네트워크 노드(203)에 대한 채널 생성을 수행하기 위한 채널 생성 이벤트를 감지할 수 있다.
동작 1210에서 접속 제어 애플리케이션(211)은 채널 데이터 패킷의 인증이 필요한지 여부를 확인할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 채널 데이터 패킷의 인증 상태를 확인함으로서 채널 데이터 패킷의 인증이 필요한지 여부를 확인할 수 있다. 실시예에 따라서, 채널 데이터 패킷의 인증이 필요한 것으로 확인된 경우, 접속 제어 애플리케이션(211)은 채널 데이터 패킷 인증 처리를 할 수 있다(동작 1215). 동작 1215는 도 11에 도시된 동작들에 의해 수행될 수 있다. 인증이 성공한 경우, 접속 제어 애플리케이션(211)은 동작 1225를 수행할 수 있고, 인증이 실패한 경우 접속 제어 애플리케이션(211)은 동작 1220에서 채널 데이터 패킷에 대한 인증을 실패로 처리할 수 있다.
동작 1225에서, 접속 제어 애플리케이션(211)은 노드(201)에 포함되어 있는 채널 처리부(예: IPSec, VPN, SSL VPN, SSL/TLS 등)를 통해 컨트롤러(202)로부터 수신된 채널 생성 정보에 기반하여 네트워크 노드(203)에 채널 생성을 요청할 수 있다.
동작 1230에서, 컨트롤러(202)의 필터(213)는 채널 데이터 패킷을 노드(201)로부터 수신한 경우, 채널 데이터 패킷에 대한 검사를 수행할 수 있다. 예를 들어, 필터(213)는 수신된 채널 데이터 패킷의 통신 프로토콜의 종류 및 수신된 채널 데이터 패킷에 인증 정보가 포함되었는지 여부에 기반하여 채널 데이터 패킷에 대한 검사를 수행할 수 있다.
일 실시예에서, 채널 데이터 패킷이 UDP 프로토콜을 통해 수신되고 채널 데이터 패킷 인증을 위한 정보를 포함하고 있는 경우 필터(213)는 동작 1235를 수행할 수 있다. 예를 들어, 동작 1235는 도 11에 도시된 동작 중 적어도 일부를 통해 수행될 수 있다.
일 실시예에서, 채널 데이터 패킷이 UDP 프로토콜을 통해 수신되고 채널 데이터 패킷 인증을 위한 정보를 포함하지 않은 경우, 필터(213)는 인증 테이블에서 노드(201)의 식별 정보가 존재하는지 확인할 수 있다. 인증 테이블에 노드(201)의 식별 정보가 존재하는 경우 필터(213)는 데이터 패킷을 포워딩(동작 1245)할 수 있고, 인증 테이블에서 노드(201)의 식별 정보가 존재하지 않는 경우 필터(2130는 데이터 패킷을 드랍할 수 있다(동작 1240).
일 실시예에서, 채널 데이터 패킷이 TCP 프로토콜을 통해 수신되고, 채널 데이터 패킷이 TCP SYN 패킷이고, 채널 데이터 패킷의 페이로드에 인증 정보가 존재하는 경우, 필터(213)는 수신된 채널 데이터 패킷에 기반하여 인증 데이터 패킷 처리를 수행할 수 있다(동작 1235). 예를 들어, 동작 1235는 도 11에 도시된 동작들을 통해 수행될 수 있다.
일 실시예에서, 채널 데이터 패킷이 TCP 프로토콜을 통해 수신되고, 채널 데이터 패킷이 TCP SYN 패킷이고, 채널 데이터 패킷의 페이로드에 인증 정보가 존재하지 않는 경우, 필터(213)는 인증 테이블(예: 도 3의 인증 테이블(319))에서 노드(201)의 식별 정보가 존재하는지 여부를 확인할 수 있다. 필터(213)는 노드(201)의 식별 정보가 인증 테이블에 존재하지 않는 경우 채널 데이터 패킷을 드랍(동작 1240)할 수 있고, 노드(201)의 식별 정보가 인증 테이블에 존재하는 경우 데이터 패킷을 포워딩(동작 1245)할 수 있다.
일 실시예에서, 채널 데이터 패킷이 TCP 프로토콜을 통해 수신되고, 채널 데이터 패킷이 TCP SYN 패킷이 아닌 경우, 필터(213)는 데이터 패킷을 포워딩(동작 1245)할 수 있다.
동작 1250에서, 프로세서(223)는 필터(213)로부터 포워딩된 채널 데이터 패킷에 기반하여 채널 생성 처리할 수 있다. 예를 들어, 채널이 정상적으로 생성된 경우 프로세서(223)는 노드(201)에게 채널이 생성 되었다는 결과를 반환할 수 있다.
동작 1255에서, 노드(201)의 접속 제어 애플리케이션(211)은 네트워크 노드(203)로부터 수신된 채널 생성 결과에 기반하여 채널 생성 처리할 수 있다. 예를 들어, 채널이 정상적으로 생성된 경우, 접속 제어 애플리케이션(211)은 채널 생성 처리를 완료하며 채널 테이블에 채널 정보를 갱신할 수 있다(동작 1260). 다른 예를 들어, 접속 제어 애플리케이션(211)은 채널이 정상적으로 생성되지 않은 경우 해당 채널 데이터 패킷에 대응되는 데이터 플로우를 삭제하거나, 네트워크 노드(203)에게 채널 생성을 재요청할 수 있다.
도 13은 다양한 실시예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 나타낸다.
노드(201)는 지정된 주기 마다 제어 플로우를 갱신함으로서 컨트롤러(202)로부터 변경된 데이터 플로우 정보를 수신할 수 있다.
도 13을 참조하면, 동작 1305에서, 노드(201)는 제어 플로우 갱신 이벤트를 감지할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 지정된 주기로 제어 플로우 갱신 이벤트를 감지할 수 있다.
동작 1310에서, 노드(201)는 컨트롤러(202)에게 제어 플로우 갱신을 요청할 수 있다. 요청된 정보는 노드(201)와 컨트롤러(202)간 제어 플로우의 식별 정보를 포함할 수 있다.
동작 1315에서, 컨트롤러(202)는 노드(201)로부터 수신된 제어 플로우 식별 정보가 제어 플로우 테이블에 존재하는지 여부를 확인할 수 있다. 제어 플로우가 존재하는 경우, 컨트롤러(202)는 갱신 시각을 업데이트할 수 있고, 해당 제어 플로우에 종속된 데이터 플로우 정보를 탐색할 수 있다. 데이터 플로우 중 재인증을 수행해야 하거나, 더 이상 접속이 불가능한 데이터 플로우가 존재하는 경우 컨트롤러(202)는 해당 데이터 플로우 정보를 갱신된 제어 플로우 식별 정보와 함께 노드(201)에게 전송할 수 있다(동작 1335). 다른 실시예에서, 제어 플로우 테이블에 제어 플로우 식별 정보가 존재하지 않는 경우 또는 제어 플로우가 유효하지 않은 경우 제어 플로우를 제거하고 노드(201)에 접속 불가 정보를 전송할 수 있다(동작 1335).
실시예에 따라서, 제어 플로우가 더 이상 접속이 불가능 하다고 판단된 경우 컨트롤러(202)는 해당 제어 플로우에 대응되는 채널을 제거할 수 있고, 네트워크 노드(203)에게 채널 제거를 요청할 수 있다(동작 1320).
동작 1325에서, 컨트롤러(202)는 노드 식별 정보를 검사할 수 있다. 예를 들어, 컨트롤러(202)는 노드(201)의 식별 정보와 제어 플로우 상의 노드의 식별 정보와 비교하여 변경되었는지 여부를 확인할 수 있다. 노드(201)의 식별 정보가 변경된 경우, 컨트롤러(202)는 네트워크 노드(203)의 인증 테이블에 포함된 노드(201)의 식별 정보를 변경된 노드(201)의 식별 정보로 변경하고, 필요시 채널 데이터 패킷 인증을 재수행하기 위한 새로운 인증 정보를 생성하여, 네트워크 노드(203)로 전송하여, 노드(201)가 채널을 생성한 네트워크 노드(203)와 지속적으로 통신할 수 있도록 관리할 수 있다(동작 1330).
동작 1335에서, 컨트롤러(202)는 제어 플로우 갱신 결과, 갱신된 제어 플로우 식별 정보 및 데이터 플로우 정보를 노드(201)에게 전송할 수 있다.
동작 1340에서, 노드(201)의 접속 제어 애플리케이션을 컨트롤러(202)로부터 수신된 응답에 대한 결과값을 처리할 수 있다. 예를 들어, 제어 플로우 갱신 결과가 실패인 경우, 접속 제어 애플리케이션(211)은 해당 애플리케이션을 종료하거나, 애플리케이션의 모든 네트워크 접속을 차단할 수 있다. 다른 예를 들어, 제어 플로우 갱신 결과가 정상이고 갱신된 데이터 플로우가 존재하는 경우, 접속 제어 애플리케이션(211)은 데이터 플로우 정보 및 제어 플로우 식별 정보를 갱신할 수 있다. 다른 예를 들어, 생성된 채널 별로 데이터 패킷 재인증이 필요한 경우, 접속 제어 애플리케이션(211)은 수신된 인증 정보를 기초로 네트워크 노드(203)에게 채널 데이터 패킷 인증을 요청할 수 있다.
도 14는 다양한 실시예들에 따른 제어 플로우 종료를 위한 신호 흐름도를 나타낸다.
도 14를 참조하면, 동작 1405에서 노드(201)는, 접속 제어 애플리케이션(211)이 종료되는 경우, 더 이상 네트워크 접속을 사용하지 않는 경우 또는 접속 종료 요청이 존재하는 경우 컨트롤러(202)에게 제어 플로우 종료를 요청할 수 있다. 예를 들어, 제어 플로우 종료 요청은 제어 플로우 식별 정보를 포함할 수 있다.
동작 1410에서, 컨트롤러(202)는 노드(201)로부터 수신된 제어 플로우 식별 정보에 기반하여 제어 플로우를 제거할 수 있다.
동작 1415에서, 컨트롤러(202)는 제거된 제어 플로우에 종속된 채널을 데이터 베이스에서 제거할 수 있고, 제거된 채널에 대하여 네트워크 노드(203)에게 채널 제거를 요청할 수 있다. 채널이 제거되면, 노드(201)는 더 이상 목적지 네트워크로 데이터 패킷을 전송할 수 없는 상태가 될 수 있다.
도 15는 다양한 실시예들에 따른 채널 해제에 대한 신호 흐름도를 나타낸다.
도 15를 참조하면, 동작 1505에서, 접속 제어 애플리케이션(211)은 노드(201)와 네트워크 노드(203) 사이에 생성된 채널이 해제되는 경우 컨트롤러(202)에게 채널 해제를 요청할 수 있다.
동작 1510에서, 컨트롤러(202)는 수신된 채널 해제 정보에 기반하여 채널을 확인할 수 있다. 예를 들어, 컨트롤러(202)는 채널 테이블에 해당 정보가 존재하는지 여부를 확인할 수 있고, 네트워크 노드(203)에게 채널 제거를 요청할 수 있다(동작 1515). 노드(201)는 이전에 채널 생성을 위해서 사용한 인증 정보로 네트워크 노드(203)에 데이터 패킷 인증 및 채널 생성 요청을 더 이상 할 수 없는 상태가 된다.
도 16은 다양한 실시예들에 따른 블랙리스트 생성을 위한 신호 흐름도를 나타낸다.
도 16을 참조하면, 동작 1605에서, 네트워크 노드(203)는 인증 데이터 패킷의 드랍 로그를 일정 주기 단위로 컨트롤러(202)에게 전송할 수 있다. 예를 들어, 네트워크 노드(203)는 인증 데이터 패킷을 전송하는 노드(201)의 식별 정보 마다 드랍 로그를 저장할 수 있고, 저장된 드랍 로그를 컨트롤러(202)에게 전송할 수 있다.
동작 1610에서, 컨트롤러(202)는 수신된 인증 데이터 패킷의 드랍 로그에 기반하여 해당 노드(201)를 블랙리스트 처리할지 여부를 결정할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 데이터 패킷 드랍 로그를 확인하고, 블랙리스트 정책(예: 도 3의 블랙리스트 정책(314))에 기반하여 노드(201)의 식별 정보에 대응되는 데이터 패킷 인증 실패 횟수, 시간, 데이터 패킷 드랍 사유 등의 조건을 확인할 수 있고, 블랙리스트에 추가할지 여부를 확인할 수 있다.
노드(201)가 블랙리스트 조건에 해당하는 경우, 노드(201)의 식별 정보는 블랙리스트에 추가될 수 있고, 따라서 네트워크 노드(203)는 이후 노드(201)의 비인가 접속 시도를 차단할 수 있다.
도 17은 다양한 실시예들에 따른 노드와 컨트롤러 간 인증을 위한 동작 흐름도를 나타낸다. 도 17에 도시된 동작들은 도 2의 노드(201)에 저장된 접속 제어 애플리케이션(211)에 의해 수행될 수 있다.
도 17을 참조하면, 동작 1705에서, 노드(201)에 저장된 접속 제어 애플리케이션(211)은 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 운영체제 전송 계층에 접속이 가능한 경우 TCP 프로토콜을 통신 프로토콜로 결정할 수 있고, 운영체제 전송 계층에 접속이 불가능한 경우 UDP 프로토콜을 통신 프로토콜로 결정할 수 있다.
동작 1710에서, 접속 제어 애플리케이션(211)은 결정된 통신 프로토콜에 기반하여 외부 서버에게 인증 데이터 패킷을 전송하며 인증을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 TCP 또는 UDP 프로토콜에 기반하여 컨트롤러(202)에게 제어 인증 데이터 패킷을 전송할 수 있고, 제어 인증 데이터 패킷은 접속 제어 애플리케이션(211)에 저장된 인증 정보를 포함할 수 있다.
동작 1715에서, 접속 제어 애플리케이션(211)은 외부 서버로부터 인증 결과를 수신할 수 있다. 예를 들어, 접속 제어 애플리케이션(211)은 컨트롤러(202)로부터 제어 인증 데이터 패킷에 대한 인증 결과를 수신할 수 있다.
동작 1720에서, 접속 제어 애플리케이션(211)은 수신된 인증 결과에 기반하여 제어 데이터 패킷의 인증 상태를 변경할 수 있다. 접속 제어 애플리케이션(211)은 이후 외부 서버에 대한 제어 데이터 처리 요청을 수행하는 경우 인증 상태가 변경된 제어 데이터 패킷에 기반할 수 있다. 예를 들어, 외부 서버에 대한 제어 데이터 처리 요청은 컨트롤러 접속 요청(예: 도 8에 도시된 동작), 사용자 인증 요청(예: 도 9에 도시된 동작), 네트워크 접속 요청(예: 도 10에 도시된 동작) 및 제어 플로우 갱신 요청(예: 도 13에 도시된 동작) 중 적어도 어느 하나를 포함할 수 있다.
일 실시예에서, 접속 제어 애플리케이션(211)은 인증 상태가 갱신된 제어 데이터 패킷을 기반으로 외부 서버(컨트롤러(202))에 대한 제어 데이터 처리 요청을 수행할 수 있다.
이상의 설명은 본 문서에 개시된 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 문서에 개시된 실시예들이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 문서에 개시된 실시예들의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다.
따라서, 본 문서에 개시된 실시예들은 본 문서에 개시된 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 문서에 개시된 기술 사상의 범위가 한정되는 것은 아니다. 본 문서에 개시된 기술 사상의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 문서의 권리범위에 포함되는 것으로 해석되어야 할 것이다.

Claims (20)

  1. 노드에 있어서,
    통신 회로;
    상기 통신 회로와 작동적으로 연결되는 프로세서; 및
    상기 프로세서와 작동적으로 연결되고, 타겟 애플리케이션 및 접속 제어 애플리케이션을 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 노드가,
    상기 접속 제어 애플리케이션을 통해 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정하고,
    상기 결정된 통신 프로토콜에 기반하여 외부 서버에게 제1 인증 정보를 포함하는 인증 데이터 패킷을 전송하며 인증을 요청하고,
    상기 외부 서버로부터 상기 인증 데이터 패킷에 대한 인증 결과를 수신하고,
    상기 수신된 인증 결과에 기반하여 제어 데이터 패킷의 인증 상태를 설정하고, 상기 인증 상태에 기반하여 상기 외부 서버에 대한 제어 데이터 처리 요청을 수행하도록 하는, 명령어들을 저장하는, 노드.
  2. 제 1 항에 있어서, 상기 통신 프로토콜은 TCP 프로토콜 및 UDP 프로토콜을 포함하고,
    상기 명령어들은 상기 노드가,
    상기 운영체제 전송 계층에 접속 가능한 경우 상기 접속 제어 애플리케이션을 통해, TCP 프로토콜에 기반하여 상기 인증 데이터 패킷을 전송하고,
    상기 운영체제 전송 계층에 접속이 불가능한 경우 상기 접속 제어 애플리케이션을 통해, UDP 프로토콜에 기반하여 상기 인증 데이터 패킷을 전송하도록 하는, 노드.
  3. 제 1 항에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 제어 데이터 패킷 전송 이벤트를 감지하고,
    상기 제어 데이터 패킷의 인증 필요 여부를 확인하고,
    상기 제어 데이터 패킷의 인증이 필요한 경우 상기 인증을 요청하고,
    상기 제어 데이터 패킷의 인증이 필요하지 않은 경우, 상기 제어 데이터 패킷의 헤더에 상기 제1 인증 정보 또는 상기 외부 서버로부터 수신된 제2 인증 정보를 삽입하고, 상기 제1 인증 정보 또는 상기 제2 인증 정보가 삽입된 제어 데이터 패킷을 상기 외부 서버에게 전송하며 제어 관련 요청을 수행하고,
    상기 외부 서버로부터 상기 제어 관련 요청에 대한 결과를 수신하도록 하는, 노드.
  4. 제 3 항에 있어서, 상기 명령어들은 상기 노드가,
    상기 제어 관련 요청이 컨트롤러 접속 요청인 경우,
    상기 접속 제어 애플리케이션을 통해 제어 플로우 식별 정보, 상기 제2 인증 정보, 데이터 플로우 및 채널 생성 정보를 상기 외부 서버로부터 수신하도록 하는, 노드.
  5. 제 3 항에 있어서, 상기 명령어들은 상기 노드가,
    상기 제어 관련 요청이 사용자 인증 요청인 경우,
    상기 접속 제어 애플리케이션을 통해 상기 제어 관련 요청 수행시 사용자 입력 정보를 상기 외부 서버로 전송하고,
    상기 사용자 인증 요청에 대한 결과, 제어 플로우 식별 정보, 상기 제2 인증 정보, 데이터 플로우 및 채널 생성 정보를 상기 외부 서버로부터 수신하도록 하는, 노드.
  6. 제 3 항에 있어서, 상기 명령어들은 상기 노드가,
    상기 제어 관련 요청이 네트워크 접속 요청인 경우,
    상기 접속 제어 애플리케이션을 통해 상기 제어 관련 요청 수행시 제어 플로우 식별 정보, 상기 타겟 애플리케이션의 목적지 네트워크 식별 정보를 상기 외부 서버로 전송하고,
    상기 외부 서버로부터 데이터 플로우 및 채널 생성 정보를 수신하고,
    상기 채널 생성 정보에 기반하여 네트워크 노드와 채널을 생성하도록 하는, 노드.
  7. 제 1 항에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버로부터 채널 생성 정보를 수신하고, 상기 채널 생성 정보는 채널 생성 인증 정보를 포함하고,
    상기 결정된 통신 프로토콜에 기반하여 네트워크 노드에게 상기 채널 생성 인증 정보를 포함하는 채널 생성 인증 데이터 패킷을 전송하며 채널 생성 인증을 요청하고,
    상기 네트워크 노드로부터 상기 채널 생성 인증에 대한 상기 네트워크 노드 접속 결과를 수신하고, 상기 네트워크 노드 접속이 실패한 경우 채널 생성을 수행하지 않고, 상기 네트워크 노드 접속이 성공한 경우 상기 네트워크 노드와 채널을 생성하도록 하는, 노드.
  8. 제 7 항에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 채널 데이터 패킷을 상기 네트워크 노드로 전송하며 채널 생성을 요청하고,
    상기 네트워크 노드로부터 상기 채널 생성 요청에 대한 결과를 수신하고,
    상기 생성된 채널에 기반하여 상기 타겟 애플리케이션의 데이터 패킷을 목적지 네트워크로 전송하도록 하는, 노드.
  9. 서버에 있어서,
    필터;
    통신 회로;
    데이터 베이스를 저장하는 메모리; 및
    상기 필터, 상기 통신 회로 및 상기 메모리와 작동적으로 연결되는 프로세서를 포함하고, 상기 필터는,
    노드의 접속 제어 애플리케이션으로부터 제어 데이터 패킷을 수신하고,
    상기 제어 데이터 패킷이 수신된 통신 프로토콜을 확인하고,
    상기 제어 데이터 패킷에 제1 인증 정보가 포함되어있는지 여부를 확인하고,
    상기 통신 프로토콜 및 상기 제1 인증 정보의 포함 여부에 기반하여 상기 제어 데이터 패킷을 상기 프로세서로 포워딩하거나 또는 드랍하도록 구성된, 서버.
  10. 제 9 항에 있어서, 상기 필터는,
    상기 수신된 통신 프로토콜이 TCP 프로토콜이고, 상기 제어 데이터 패킷이 TCP SYN 패킷이고, 상기 제어 데이터 패킷에 상기 제1 인증 정보가 포함된 경우, 상기 제1 인증 정보를 검사하고,
    상기 검사 결과가 실패인 경우 상기 제어 데이터 패킷을 드랍하고, 상기 검사 결과가 성공인 경우 상기 프로세서로 상기 제어 데이터 패킷을 포워딩하여 TCP 세션을 생성하는, 서버.
  11. 제 10 항에 있어서, 상기 필터는,
    상기 제어 데이터 패킷에 상기 제1 인증 정보가 포함되지 않은 경우, 상기 데이터 베이스에 상기 노드의 식별 정보가 존재하는지 확인하고,
    상기 데이터 베이스에 상기 노드의 식별 정보가 존재하는 경우, 상기 제어 데이터 패킷의 헤더의 존재 여부를 확인하고,
    상기 제어 데이터 패킷의 헤더의 존재하면 상기 제어 데이터 패킷의 헤더를 검사하고,
    상기 헤더 검사 결과에 기반하여, 상기 제어 데이터 패킷을 상기 프로세서로 포워딩하여 제어 요청을 처리하거나 상기 제어 데이터 패킷을 드랍하는, 서버.
  12. 제 9 항에 있어서, 상기 필터는,
    상기 수신된 통신 프로토콜이 TCP 프로토콜이고, 상기 제어 데이터 패킷이 TCP SYN 패킷이 아닌 경우 상기 제어 데이터 패킷의 헤더의 존재 여부를 확인하고,
    상기 제어 데이터 패킷의 헤더의 존재하면 상기 제어 데이터 패킷의 헤더를 검사하고,
    상기 헤더 검사 결과에 기반하여, 상기 제어 데이터 패킷을 상기 프로세서로 포워딩하여 제어 요청을 처리하거나 상기 제어 데이터 패킷을 드랍하는, 서버.
  13. 제 9 항에 있어서, 상기 필터는,
    상기 수신된 통신 프로토콜이 UDP 프로토콜이고, 상기 제어 데이터 패킷에 상기 제1 인증 정보가 포함된 경우, 상기 제1 인증 정보를 검사하고,
    상기 검사 결과가 실패인 경우 상기 제어 데이터 패킷을 드랍하고, 상기 검사 결과가 성공인 경우 상기 프로세서로 상기 제어 데이터 패킷을 포워딩하여 인증을 완료하고,
    상기 제어 데이터 패킷에 상기 제1 인증 정보가 포함된 경우 상기 제어 데이터 패킷을 드랍하는, 서버.
  14. 제 9 항에 있어서, 상기 필터는,
    상기 수신된 통신 프로토콜이 TCP 프로토콜 또는 UDP 프로토콜이 아닌 경우 상기 제어 데이터 패킷을 드랍하는, 서버.
  15. 제 9 항에 있어서, 상기 프로세서는,
    상기 필터로부터 상기 제어 데이터 패킷을 포워딩받고,
    상기 제어 데이터 패킷이 컨트롤러 접속 요청을 위한 데이터 패킷인 경우,
    상기 데이터 베이스에 기반하여 상기 노드 또는 상기 접속 제어 애플리케이션이 접속 가능한 상태인지 확인하고,
    접속 가능한 상태이면, 제어 플로우를 생성하고, 상기 데이터 베이스에 기반하여 데이터 플로우 및 채널 생성 정보를 생성하고,
    상기 생성된 제어 플로우의 식별정보, 상기 생성된 데이터 플로우 및 상기 생성된 채널 생성 정보를 상기 접속 제어 애플리케이션에게 전달하는, 서버.
  16. 제 9 항에 있어서, 상기 프로세서는,
    상기 제어 데이터 패킷의 드랍 로그를 확인하고,
    상기 데이터 베이스 및 상기 제어 데이터 패킷의 드랍 로그에 기반하여 상기 노드의 식별 정보를 블랙리스트에 추가할지 결정하는, 서버.
  17. 네트워크 노드에 있어서,
    필터;
    통신 회로;
    데이터 베이스를 저장하는 메모리; 및
    상기 필터, 상기 통신 회로 및 상기 메모리와 작동적으로 연결되는 프로세서를 포함하고, 상기 필터는,
    노드의 접속 제어 애플리케이션으로부터 채널 데이터 패킷을 수신하고,
    상기 채널 데이터 패킷이 수신된 통신 프로토콜을 확인하고,
    상기 채널 데이터 패킷에 채널 생성 인증 정보가 포함되어있는지 여부를 확인하고,
    상기 통신 프로토콜 및 상기 채널 생성 인증 정보의 포함 여부에 기반하여 상기 채널 데이터 패킷을 상기 프로세서로 포워딩하거나 또는 드랍하도록 구성된, 네트워크 노드.
  18. 제 17 항에 있어서, 상기 필터는,
    상기 통신 프로토콜이 UDP 프로토콜이고 상기 노드의 식별 정보가 상기 데이터 베이스에 포함된 경우, 상기 통신 프로토콜이 TCP 프로토콜이고 상기 채널 데이터 패킷이 SYN 패킷이고 상기 노드의 식별 정보가 상기 데이터 베이스에 포함된 경우 또는 상기 통신 프로토콜이 TCP 프로토콜이고 상기 채널 데이터 패킷이 SYN 패킷이 아닌 경우,
    상기 채널 데이터 패킷을 상기 프로세서로 포워딩하여 상기 노드와 채널을 생성하는, 네트워크 노드.
  19. 제 17 항에 있어서, 상기 필터는,
    상기 채널 데이터 패킷에 상기 인증 정보가 포함되어있는 경우 상기 인증 정보를 검사하고,
    상기 인증 결과가 성공인 경우 상기 노드의 식별 정보를 상기 데이터 베이스에 추가하고,
    상기 채널 데이터 패킷을 상기 프로세서로 포워딩하여 상기 노드로 상기 채널 데이터 패킷에 대한 결과를 전송하는, 네트워크 노드.
  20. 노드에 설치된 접속 제어 애플리케이션의 동작 방법에 있어서,
    상기 접속 제어 애플리케이션을 통해 운영체제 전송 계층에 접속 가능 여부에 기반하여 통신 프로토콜을 결정하는 동작;
    상기 결정된 통신 프로토콜에 기반하여 외부 서버에게 상기 접속 제어 애플리케이션에 저장된 인증 정보를 포함하는 인증 데이터 패킷을 전송하며 인증을 요청하는 동작;
    상기 외부 서버로부터 상기 인증 데이터 패킷에 대한 인증 결과를 수신하는 동작;
    상기 수신된 인증 결과에 기반하여 제어 데이터 패킷의 인증 상태를 변경하는 동작; 및
    상기 인증 상태가 갱신된 제어 데이터 패킷을 기반으로 상기 외부 서버에 대한 제어 데이터 처리 요청을 수행하는 동작; 을 포함하는, 방법.
PCT/KR2022/017607 2021-11-15 2022-11-10 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법 WO2023085793A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0156541 2021-11-15
KR1020210156541A KR102460691B1 (ko) 2021-11-15 2021-11-15 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법

Publications (1)

Publication Number Publication Date
WO2023085793A1 true WO2023085793A1 (ko) 2023-05-19

Family

ID=83802816

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/017607 WO2023085793A1 (ko) 2021-11-15 2022-11-10 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법

Country Status (2)

Country Link
KR (1) KR102460691B1 (ko)
WO (1) WO2023085793A1 (ko)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102460691B1 (ko) * 2021-11-15 2022-10-31 프라이빗테크놀로지 주식회사 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102620214B1 (ko) * 2022-12-21 2024-01-03 프라이빗테크놀로지 주식회사 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102564417B1 (ko) * 2022-12-21 2023-08-08 프라이빗테크놀로지 주식회사 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102609368B1 (ko) * 2023-02-22 2023-12-05 프라이빗테크놀로지 주식회사 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030092851A (ko) * 2002-05-31 2003-12-06 박동현 무선통신을 위한 패킷데이터 생성 방법과, 이를 이용한무선통신 방법 및 그 장치
KR20170063280A (ko) * 2015-11-30 2017-06-08 엘아이지넥스원 주식회사 Tcp/ udp를 적응적으로 선택하는 전자기기 및 이의 패킷 송수신 방법
KR20190052749A (ko) * 2017-11-09 2019-05-17 삼성전자주식회사 무선 통신 시스템에서 데이터 패킷을 처리하기 위한 장치 및 방법
KR20200021364A (ko) * 2018-08-20 2020-02-28 한국전자통신연구원 이동형 장치들의 소프트웨어 정의 네트워크 기반 신뢰 네트워크 구성을 위한 방법 및 장치
KR102223827B1 (ko) * 2019-09-24 2021-03-08 프라이빗테크놀로지 주식회사 단말의 네트워크 접속을 인증 및 제어하기 위한 시스템 및 그에 관한 방법
KR102460691B1 (ko) * 2021-11-15 2022-10-31 프라이빗테크놀로지 주식회사 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030092851A (ko) * 2002-05-31 2003-12-06 박동현 무선통신을 위한 패킷데이터 생성 방법과, 이를 이용한무선통신 방법 및 그 장치
KR20170063280A (ko) * 2015-11-30 2017-06-08 엘아이지넥스원 주식회사 Tcp/ udp를 적응적으로 선택하는 전자기기 및 이의 패킷 송수신 방법
KR20190052749A (ko) * 2017-11-09 2019-05-17 삼성전자주식회사 무선 통신 시스템에서 데이터 패킷을 처리하기 위한 장치 및 방법
KR20200021364A (ko) * 2018-08-20 2020-02-28 한국전자통신연구원 이동형 장치들의 소프트웨어 정의 네트워크 기반 신뢰 네트워크 구성을 위한 방법 및 장치
KR102223827B1 (ko) * 2019-09-24 2021-03-08 프라이빗테크놀로지 주식회사 단말의 네트워크 접속을 인증 및 제어하기 위한 시스템 및 그에 관한 방법
KR102460691B1 (ko) * 2021-11-15 2022-10-31 프라이빗테크놀로지 주식회사 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법

Also Published As

Publication number Publication date
KR102460691B1 (ko) 2022-10-31

Similar Documents

Publication Publication Date Title
WO2021060856A1 (ko) 단말의 안전한 네트워크 접속을 위한 시스템 및 방법
WO2022231306A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023163509A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023033586A1 (ko) Tcp 세션 제어에 기초하여 애플리케이션의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023038387A1 (ko) 데이터 플로우 기반 애플리케이션의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023085793A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023146308A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023085791A1 (ko) 컨트롤러 기반 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023136658A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023211124A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023177238A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023090755A1 (ko) 가상화 인스턴스의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023211104A1 (ko) 컨트롤러 기반 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023163514A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023211122A1 (ko) 프록시에 기반하여 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
US9118716B2 (en) Computer system, controller and network monitoring method
WO2022231304A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023146304A1 (ko) 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
WO2017188610A1 (ko) 인증 방법 및 시스템
WO2023033585A1 (ko) 분산 게이트웨이 환경에 최적화된 터널링 및 게이트웨이 접속 시스템 및 그에 관한 방법
WO2023033588A1 (ko) 가상화 단말에서 데이터 플로우를 제어하기 위한 시스템 및 그에 관한 방법
WO2017034072A1 (ko) 네트워크 보안 시스템 및 보안 방법
WO2022235007A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2021261728A1 (ko) 다기능을 가지는 보안 연결을 제공하는 보안 통신 장치 및 그 동작 방법
JP2015165614A (ja) 通信装置および通信装置における通信制御方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22893212

Country of ref document: EP

Kind code of ref document: A1