WO2023211120A1 - System for controlling file transmission and reception of application on basis of proxy, and method related thereto - Google Patents

System for controlling file transmission and reception of application on basis of proxy, and method related thereto Download PDF

Info

Publication number
WO2023211120A1
WO2023211120A1 PCT/KR2023/005625 KR2023005625W WO2023211120A1 WO 2023211120 A1 WO2023211120 A1 WO 2023211120A1 KR 2023005625 W KR2023005625 W KR 2023005625W WO 2023211120 A1 WO2023211120 A1 WO 2023211120A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
information
service processing
processing request
gateway
Prior art date
Application number
PCT/KR2023/005625
Other languages
French (fr)
Korean (ko)
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 WO2023211120A1 publication Critical patent/WO2023211120A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/563Data redirection of data network streams
    • 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 file transmission and reception of an application based on a proxy.
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • Firewall technology identifies IPs assigned to terminals or network terminals (e.g. gateways, routers, etc.) and performs access control for inbound or outbound data packets between network boundaries, preventing unauthorized IPs from accessing unauthorized destination networks. It plays a blocking role.
  • IP-based firewalls have a problem in that IP-based control is difficult when a private IP band is created by configuring a sub-network using a terminal or router and gateway in an Internet band where IP allocation and control are difficult.
  • IP can be forged or altered due to the IP communication structure. Accordingly, firewalls are used as a minimum safety device.
  • tunneling technology e.g. IPSec (Internet Protocol Firewalls are protected by using connectivity control technologies such as Security, Generic Routing Encapsulation (GRE), GPRS Tunneling Protocol (GTP), or secure sessions (Secure Sockets Layer (SSL), Transport Layer Security (TLS)).
  • GRE Generic Routing Encapsulation
  • GTP GPRS Tunneling Protocol
  • SSL Secure Sockets Layer
  • TLS Transport Layer Security
  • VPN Virtual Private Network
  • IP unit assigned to the terminal IP unit assigned to the terminal
  • access to the cloud using a permitted application can receive important files and leak them externally, or transfer files containing malicious code imported from the Internet to the cloud and transfer them to other terminals. It is impossible to prevent the risk from spreading.
  • applications that contain macros or programmable information and load executable files through a runtime included in the application itself may contain malicious code that cannot be inferred by the user.
  • This malicious code can connect to the cloud and receive important files (e.g. personal information, confidential information) and leak them to the outside, or files containing malicious code can be transmitted to the cloud and spread to all terminals connected to the cloud. There are inherent problems that can arise.
  • DLP Data Loss Prevention
  • DLP technology prevents unauthorized media (e.g. USB (Universal Serial Bus), removable storage devices, etc.) from being connected or prevents network
  • Prevent files from being transferred by preventing a specific folder from being shared on the computer, blocking a file from being selected when a specific application selects a file to transfer a file, or file IO (input output) of a specific application. (Or, when file system IO) occurs, data leakage is prevented by tracking file IO and removing the file IO handle if the user does not have file IO permission.
  • USB Universal Serial Bus
  • DLP technology when using DLP technology that tracks specific actions, it operates based on the user performing a specific action (e.g., opening a file selection window within the application), so if a specific action is not performed, e.g. For example, it is impossible to prevent malicious code other than the user from directly loading and transmitting files without a file selection window.
  • a specific action e.g., opening a file selection window within the application
  • DLP technology is used to track file system IO of a specific application, but because this technology tracks file IO targeting a specific application and blocks it in bulk, the specific network accessed by the application is blocked.
  • This technology tracks file IO targeting a specific application and blocks it in bulk, the specific network accessed by the application is blocked.
  • Some DLP technologies provide a way to remove file IO restrictions by identifying the address bar of the Internet browser to solve this problem.
  • the address bar does not exist, In this case, there are limitations in controlling file reception and transmission because network access information cannot be tracked.
  • a gateway includes a communication circuit, a processor operatively connected to the communication circuit, and a memory operatively connected to the processor, wherein the memory, when executed by the processor, The gateway executes the proxy server to: receive a service processing request from a node, and check whether data flow information corresponding to the information included in the service processing request exists, wherein the information included in the service processing request is It may include source information or destination information, and when the data flow information exists, instructions for processing the service processing request based on the data flow information may be stored.
  • a method of operating a gateway includes receiving a service processing request from a node, checking whether data flow information corresponding to the information included in the service processing request exists, and requesting the service processing.
  • the information included may include source information or destination information, and when the data flow information exists, processing the service processing request based on the data flow information.
  • Various embodiments disclosed in this document may utilize application connectivity control technology to control file IO based on information identifying an application and the network to which the application is connected.
  • Various embodiments disclosed in this document identify the application and network information connected to or trying to connect to the network through a proxy server, check whether to allow file transmission and reception of the identified target, and file only to the permitted access target. By allowing transmission and reception, it is possible to control file reception and transmission by application and network.
  • FIG. 1 shows an architecture within a network environment according to various embodiments.
  • Figure 2 is a functional block diagram showing a database stored in a controller according to various embodiments.
  • FIG. 3 shows control flow information and data flow information according to various embodiments.
  • Figure 4 shows a functional block diagram of a node according to various embodiments.
  • Figure 5 explains an operation for controlling transmission of data packets according to various embodiments.
  • Figure 6 shows a signal flow diagram for controller connection according to various embodiments.
  • Figure 7 shows a signal flow diagram for user authentication according to various embodiments.
  • Figure 8 shows a signal flow diagram for network access according to various embodiments.
  • Figure 9 shows a flowchart for processing a service request of a gateway according to various embodiments.
  • FIG. 10 illustrates a flowchart for receiving a service request processing result of a gateway according to various embodiments.
  • FIG. 11 illustrates a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
  • Figure 12 shows a signal flow diagram for control flow update according to various embodiments.
  • Figure 13 shows a signal flow diagram for control flow removal according to various embodiments.
  • Figure 14 shows a signal flow diagram for data flow removal according to various embodiments.
  • One (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.”
  • second component e.g., any of the components can be connected to the other components directly (e.g. wired), wirelessly, or through a third component.
  • Each component (eg, module or program) described in this document may include singular or plural entities. According to various embodiments, one or more of the corresponding components or operations may be omitted, or one or more other components or operations may be added. Alternatively or additionally, multiple 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 component of the plurality of components in the same or similar manner as those performed by the corresponding component of the plurality of components prior to the integration. .
  • operations performed by a module, program, or other component may be executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations may be 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 integrated part or a minimum unit of the parts or a part 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 this document may be implemented as software (e.g., a program or application) including one or more instructions stored in a storage medium (e.g., memory) that can be read by a machine.
  • the processor of the device may call at least one instruction among one or more instructions stored from a storage medium and execute it. This allows the device to be operated to perform at least one function according to the at least one instruction called.
  • the one or more instructions may include code generated by a compiler or code that can be executed by an interpreter.
  • a storage medium that can be read by a device may be provided in the form of a non-transitory storage medium.
  • 'non-transitory' only means that the storage medium is a tangible device and does not contain signals (e.g. electromagnetic waves), and this term refers to cases where data is semi-permanently stored in the storage medium. There is no distinction between temporary storage cases.
  • Computer program products are commodities and can be traded between sellers and buyers.
  • a computer program product may be distributed in the form of a machine-readable storage medium (e.g. compact disc read only memory (CD-ROM)) or through an application store or between two user devices (e.g. smartphones). It may be distributed in person or online (e.g., downloaded or uploaded). In the case of online distribution, at least a portion of the computer program product may be at least temporarily stored or temporarily created in a machine-readable storage medium, such as the memory of a manufacturer's server, an application store server, or a relay server.
  • a machine-readable storage medium such as the memory of a manufacturer's server, an application store server, or a relay server.
  • FIG. 1 shows an architecture within a network environment according to various embodiments.
  • the nodes 201-1 and 201-2 shown in FIG. 1 may be various types of devices capable of performing data communication.
  • the nodes 201-1 and 201-2 may be connected to portable devices such as smartphones or tablets, computer devices such as desktops or laptops, multimedia devices, medical devices, cameras, wearable devices, and VR. It may include a (virtual reality) device, or a home appliance device, and is not limited to the above-described devices.
  • nodes 201-1 and 201-2 may include servers or gateways capable of transmitting data packets through an application.
  • Nodes 201-1 and 201-2 may also be referred to as ‘electronic devices’ or ‘terminals.’
  • Nodes 201-1 and 201-2 may store access applications 211-1 and 211-2 and access control applications 212-1 and 212-2.
  • connection applications 211-1 and 211-2 transmits data packets to the service servers 205-1 and 205-2 through the gateway 203 under the control of the connection control applications 212-1 and 212-2. Or, conversely, you can receive data packets.
  • the access applications 211-1, 211-2 are permitted and/or secured applications, such as web browsers or business applications, while others are unauthorized programs (e.g. malware, ransomware, and other unauthorized applications). It may be an unsecured application) or an insecure malicious program (an application infected with malware, forged or altered).
  • the access control application (212-1, 212-2) identifies a program (or access application) requesting transmission of a data packet, and data packets of the unauthorized program are transmitted to the nodes (201-1, 201). -2) It can be prevented from being transmitted outside.
  • the access control applications (212-1, 212-2) allow unauthorized access through the security session (220-1) between the access control applications (212-1, 212-2) and the gateway 203. Access to the program's service servers (205-1, 205-2) can be blocked and the program can be isolated.
  • the access control applications (212-1, 212-2) are connected to the controller. It is possible to check whether connection is possible from 202, and if connection is possible, authentication with the gateway 203 can be performed through a data packet authenticated by the controller 202. Once authentication is completed, the access control application (212-1, 212-2) can create a security session (220-1) with the gateway 203.
  • the access control application (212-1, 212-2) may create a channel with the gateway 203 to access the service server (205-1, 205-2). Through the channel created between the nodes 201-1 and 201-2 and the gateway 203, the access control applications 212-1 and 212-2 access the unauthorized access applications 211-1 and 211-2. Transmission of data packets to unauthorized destinations can be prevented, and only allowed data packets can be transmitted to the service servers 205-1 and 205-2.
  • Controller 202 may be, for example, a server (or cloud server, or intranet).
  • the controller 202 manages data transmission between the nodes 201-1, 201-2, the gateway 203, and the service servers 205-1, 205-2, thereby ensuring reliable data transmission within the network environment. You can.
  • the controller 202 allows authorized nodes 201-1, 201-2 (or access control applications 212-1, 212-2) to access the network through policy information or blacklist information. can do.
  • the controller 202 mediates the creation of a security session 220-1 between the access control application 212-1 and the gateway 203, or provides security events collected from the node 201-1 or the gateway 203. Accordingly, the security session 220-1 can be removed.
  • the access control application (212-1) can communicate with the service servers (205-1, 205-2) only through the security session (220-1) authorized by the controller 202, and the authorized security session (220-1). If 1) does not exist, network access of the node 201-1 and the access control application 212-1 may be blocked.
  • the access application 211-1 may communicate with the service servers 205-1 and 205-2 through a security session 220-1 authorized by the controller 202, and If the session 220-1 does not exist, the network connection of the access application 211-2 is blocked from the access control application 212-2, the controller 202, or the gateway 203, or is in a state where safety is not guaranteed. Network access is permitted, and the controller 202 can provide the node 201-2 with functions appropriate for the corresponding security level. According to one embodiment, the controller 202 performs various operations (e.g., registration, approval, authentication, renewal, termination) associated with the network connection of the node 201-1 or the access control application 212-1 and 212-2. In order to perform, control data packets can be transmitted and received with the access control application 212-1. The flow through which control data packets are transmitted (e.g., 230) may be referred to as a 'control flow'.
  • a 'control flow' The flow through which control data packets are transmitted
  • the controller 230 performs network access and channel control of the access control applications 212-1 and 212-2, and when the access control applications 212-1 and 212-2 are terminated or the linked security system 206 ), a secure network state can be maintained at all times by immediately recovering the channel between the nodes 201-1 and 201-2 and the gateway 203.
  • the gateway 203 may be located at the border of the network to which the nodes 201-1 and 201-2 belong or at the border of the network to which the service servers 205-1 and 205-2 belong. According to one embodiment, the gateway 203 may be connected to the controller 202 on a cloud basis. The gateway 203 may forward only authorized data packets among the data packets received from the access control applications 212-1 and 212-2 to the service servers 205-1 and 205-2. The flow in which data packets are transmitted between the access control application (212-1, 212-2) and the gateway 203 (e.g., 240-1, 240-2) may be referred to as 'data flow'. .
  • Data flows can be created not only on a per-node or per-IP basis, but also on a more granular basis (e.g. per-application).
  • the gateway 203 performs authentication of the access control applications 212-1 and 212-2 before creating a security session 220-1 between the access control applications 212-1 and 212-2 and the gateway 203. , Indiscriminate network access by forwarding only data packets transmitted through the security session 220-1 among the data packets transmitted from the access control applications 212-1 and 212-2 to the service servers 205-1 and 205-2. can be blocked in advance.
  • the gateway 203 uses the tunneling module 204-1 to create a channel with the nodes 201-1 and 201-2, and sends data packets received through the authorized channel to the proxy server included in the gateway 203.
  • the service servers 205-1 and 205-2 receive information from the authenticated nodes 201-1 and 201-2. Service requests can be processed.
  • FIG. 2 is a functional block diagram showing a database stored in the controller 202 according to various embodiments
  • FIG. 3 shows control flow information 340 and data flow information 350 among the information included in the database.
  • the controller 202 may store databases 311 to 319 for controlling network connection and data transmission in the memory 330.
  • FIG. 2 shows only the memory 330, the controller 202 can be used to connect external electronic devices (e.g., nodes 201-1 and 201-2 in FIG. 1, gateways 203, or service servers 205-1 and 205- 2))) and a communication circuit for performing communication (e.g., the communication circuit 430 in FIG. 4) and a processor for controlling the overall operation of the controller 202 (e.g., the processor 410 in FIG. 4). can do.
  • external electronic devices e.g., nodes 201-1 and 201-2 in FIG. 1, gateways 203, or service servers 205-1 and 205- 2
  • a communication circuit for performing communication e.g., the communication circuit 430 in FIG. 4
  • a processor for controlling the overall operation of the controller 202 e.g., the processor 410 in FIG. 4
  • the administrator connects to the controller 202 and establishes a connection-oriented policy to control access between the access control applications (212-1, 212-2), the gateway (203), and the service servers (205-1, 205-2). Since it can be set, network access can be controlled more precisely and safely than managing sessions at the service level.
  • the connection policy database 311 may include information about networks and/or services to which an identified network, node, or application can access. For example, when the controller 202 requests network access from the access control applications 212-1 and 212-2, the controller 202 connects to the network identified based on the policy of the access policy database 311 (e.g., nodes 201-1, network to which 201-2) belongs), nodes, users (e.g., users of nodes 201-1, 201-2), and/or applications (e.g., connections included in nodes 201-1, 201-2) It may be determined whether the application (211-1, 211-2) can connect to the service server (205-1, 205-2). In one embodiment, the controller 202 may create a whitelist of connection applications 211-1 and 211-2 that can be connected to a specific service (e.g., IP and port) based on the connection policy database 311. .
  • a specific service e.g., IP and port
  • the channel policy database 312 contains a series of information (authentication information, encryption algorithm, tunnel) required to create a channel with the gateway 203 that exists between the service servers (destination IP and port) on the connection path according to the channel policy. If a pre-connected channel exists between the endpoint IP (Tunnel End Point IP) and the access path through another gateway, a set of information to use it (IP assigned to nodes (201-1, 201-2) information collection and alternative processing, etc.).
  • the service policy database 313 contains information required for nodes 201-1 and 201-2 to be included in the gateway 203 or pass through a separate proxy server 204-2 when attempting to access a domain address. may include.
  • the service policy database 313 may include information such as domain address resolution information and certificates required for domain access.
  • the service policy database 313 may include a series of information such as information on whether to return the service processing request result as failure information or redirect to another URL when the data flow check fails.
  • the proxy server 204-2 processes services between the nodes 201-1 and 201-2 and the service servers 205-1 and 205-2 on the connection path. Requests can be relayed.
  • the file policy database 314 is linked to the access policy and may include information for establishing a file policy for the access applications 211-1 and 211-2.
  • the file policy database 314 may include information on whether to allow or disallow the connection applications 211-1 and 211-2 to receive and transmit files.
  • the blacklist policy database 315 includes a target ( Example: A blacklist registration policy may be included to block access by at least one of a node ID (identifier), IP address, MAC (media access control) address, or user ID).
  • a node ID identifier
  • IP address IP address
  • MAC media access control address
  • user ID user ID
  • the blacklist database 319 may include a list of objects blocked by the blacklist policy database 315. For example, if the identification information of the nodes (201-1, 201-2) requesting network access is included in the blacklist database 319, the controller 202 rejects the network access request, thereby allowing the nodes (201-1, 201) to access the network. -2) can be isolated.
  • the control flow table 316 is an example of a session table for managing the flow (i.e., control flow) of control data packets generated between the access control applications 212-1 and 212-2 and the controller 202.
  • control flow information 340 and control flow ID 342 may be generated by the controller 202.
  • the control flow information 340 may include identification information 344 representing at least one of an IP identified during controller connection and authentication, a node, an application, or a target additionally identified through linkage with a service server.
  • the controller 202 combines the control flow ID and identification information included in the connection request with the control flow ID 342 and the control flow information 340 included in the control flow information 340.
  • Status information 346 may indicate various states such as creation, authentication, update, termination, etc. of a control flow.
  • the nodes 201-1 and 201-2 since the control flow has an expiration time, the nodes 201-1 and 201-2 must update the expiration time of the control flow based on the time information 348, and the expiration time is set for a certain period of time. If not updated, the control flow (or control flow information 340) may be removed. In addition, immediate access is blocked according to security events collected from nodes 201-1, 201-2, access control applications 212-1, 212-2, other security applications (not shown), or gateway 203. If it is determined that this is necessary, or if a connection termination request is received from them, the controller 202 may remove the control flow. When the control flow is removed, the related data flow is also removed, and the gateway 203 connects the service servers 205-1 and 205 of the access control applications 212-1 and 212-2 or the access applications 211-1 and 211-2. Access to -2) can be blocked.
  • the data flow table 317 is a table for managing the flow (eg, data flow) in which detailed data packets are transmitted between the nodes 201-1 and 201-2 and the gateway 203.
  • the data flow table 317 contains data flow information ( 350) may be included.
  • Data flow information 350 may be generated on a security session, application, or more granular basis.
  • the data flow table 317 may include an application ID, destination IP address, and/or service port to identify whether the data packet transmitted from the source is an authorized data packet.
  • the data flow information 350 may include a data flow ID 351 and, if the data flow is dependent on the control flow, a control flow ID 352.
  • the data flow information 350 determines whether a channel has been created between the application and the gateway 203 and the corresponding data packet when accessing the service servers 205-1 and 205-2 through the proxy server 204-2. Determine forwarding of data packets based on URL information and domain information to control service requests according to source IP and destination IP, service port information, protocol information, certificate information (including identification information), and service request path (URL). It may include inspection target information 353 for performing the test, and/or status information 356 indicating whether the data flow is in a valid usable state.
  • the data flow information 350 may further include file IO information 354.
  • the file IO information 354 may include control information such as whether the application can receive files, whether files can be transmitted, file IO processing exceptions, and target information such as domains and URLs to which control according to the control information is applied.
  • the data flow information 350 may further include file inspection information 355.
  • the file inspection information 355 is the proxy server 204-1 or the target of the application connected to the proxy server 204-1, depending on whether to perform the file inspection when sending (uploading) or receiving (downloading) the file. Whether to scan files and allow file downloads and uploads, pattern and rule information to be applied when scanning files, external applications (e.g. antivirus, malware detection tools, data loss prevention technology, etc.) and external devices It may contain a series of information to detect files that cannot be downloaded or uploaded, such as information for linked inspection.
  • the channel table 318 may include a channel dedicated IP assigned to the node 201-1 or 201-2 and channel creation information.
  • Figure 4 shows a functional block diagram of the node 201 according to various embodiments. At least some of the configurations shown in FIG. 4 may be applied to the controller 202, the gateways 203-1 and 203-2, or the service servers 205-1 and 205-2.
  • the node 201 may include a processor 410, a memory 420, and a communication circuit 430. According to one embodiment, the node 201 may further include a display 440 to provide a user interface.
  • the processor 410 can control the overall operation of the node.
  • the processor 410 may include one processor core (single core) or may include a plurality of processor cores.
  • the processor 410 may include multi-core, such as dual-core, quad-core, or hexa-core.
  • the processor 410 may further include a cache memory located internally or externally.
  • 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 may be electrically or operationally connected to other components within node 201 (e.g., memory 420, communication circuitry 430, or display 440). Can be coupled with or connected to operatively.
  • the processor 410 may receive instructions from other components, interpret the received instructions, and perform calculations or process data according to the interpreted instructions.
  • 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.
  • Processor 410 may generate new messages, data, instructions, or signals based on received messages, data, instructions, or signals.
  • Processor 410 may provide processed or generated messages, data, instructions, or signals to memory 420, communication circuit 430, or display 440.
  • the processor 410 can 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 to the memory 420 in order 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.
  • Memory 420 may include one or more of volatile memory or 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). It can be included.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), flash memory, etc.
  • the memory 420 uses non-volatile media such as a hard disk drive (HDD), solid state disk (SSD), embedded multi media card (eMMC), and universal flash storage (UFS). More may be included.
  • the memory 420 may store the access applications 211-1 and 211-2 and the access control applications 212-1 and 212-2 of FIG. 1 .
  • the access control applications 212-1 and 212-2 may perform network connection and security session creation with the gateway 203 and control flow creation and update functions with the controller 202.
  • the access control application 212 may include one or more security modules.
  • the memory 420 may store the control flow information 340 and data flow information 350 of FIG. 3 .
  • connection applications 211-1 and 211-2 may include one or more security modules to create a secure session 220-1 with the gateway 203.
  • Communication circuitry 430 may support establishing a wired or wireless communication connection between node 201 and an external electronic device (e.g., controller 202 or gateway 203), and performing communication over the established connection.
  • the communication circuit 430 may be a wireless communication circuit (e.g., a cellular communication circuit, a short-range wireless communication circuit, or a global navigation satellite system (GNSS) communication circuit) or a wired communication circuit (e.g., a local area network (LAN) ) communication circuit, or power line communication circuit), and using the corresponding communication circuit, a short-range communication network such as Bluetooth, WiFi direct, or IrDA (infrared data association) or a long-distance communication such as a cellular network, the Internet, or a computer network It can communicate with external electronic devices through a network.
  • the various types of communication circuits 430 described above may be implemented as one chip or may be implemented as separate chips.
  • the display 440 can output content, data, or signals.
  • the display 440 may display image data processed by the processor 410.
  • the display 440 may be configured with an integrated touch screen by being combined with a plurality of touch sensors (not shown) capable of receiving touch input, etc.
  • a plurality of touch sensors may be placed above the display 440 or below the display 440.
  • Figure 5 explains an operation for controlling transmission of data packets according to various embodiments.
  • the access control application 212 detects a network connection request to the service server 205 from the access application 211 included in the node 201, and connects the node 201 or the access control application 212. ) can be determined whether it is connected to the controller 202. If the node 201 or the access control application 212 is not connected to the controller 202, the access control application 212 may block the transmission of data packets in the kernel or network driver included in the operating system. Through the access control application 212, the node 201 can block access of malicious applications in advance at the application layer of the 7 layers of open system interconnection (OSI).
  • OSI open system interconnection
  • the access control application 212 is not connected to the controller 202, the access control application 212 is not authenticated by the gateway 203, or the access control application 212 is not connected to the controller 202. If a security session is not created between the gateways 203, data packets transmitted from the access control application 212 are blocked by the gateway 203, and the access control application 212 may request a connection to the controller 202. It's just that. Depending on the embodiment, there may be cases where data packets transmitted from the access control application 212 are not blocked by the gateway 203 even if the access control application 212 is not authenticated by the gateway 203.
  • unauthorized data packets may be transmitted from the node 201.
  • the gateway 203 located at the border of the network blocks data packets received through unauthorized security sessions and data packets for which no data flow exists, so data packets transmitted from the node 201 (e.g. TCP session data packet for generation) may not reach the service server 205.
  • the node 201 may be isolated from the service server 205.
  • Figure 6 shows a signal flow diagram for controller connection according to various embodiments.
  • the access control application 212 of the node 201 requests the controller 202 to create a control flow, thereby controlling the node 201. You can try to connect to the controller.
  • node 201 may detect a controller connection event. For example, if the connection control application 212 is installed and/or executed within node 201, node 201 may detect that a connection to controller 202 is requested.
  • the node 201 may request controller connection to the controller 202.
  • the access control application 212 may transmit identification information of the access control application 212 to the controller 202.
  • the access control application 212 may include identification information of the node 201 (e.g., terminal ID, IP address, MAC address), type, location, environment, identification information of the network to which the node 201 belongs, and/or the network. Random identification information generated by the system itself may be further transmitted.
  • the controller 202 may identify whether the controller connection request (e.g., the connection control application 212 and the node 201) can be connected to the controller. According to one embodiment, the controller 202 determines whether information received from the node 201 is included in the connection policy database 311, or controls the node 201, the network to which the node 201 belongs, and/or access control. It is possible to check whether the controller connection request of the object requesting controller connection is possible based on at least one of whether the identification information of the application 212 is included in the blacklist database 314.
  • the controller 202 creates a control flow (or control flow information 340) between the node 201 (or the connection control application 212) and the controller 202. can do.
  • the controller 202 generates control flow identification information 342 in the form of a random number and controls the identification information of at least one of the node 201, the network to which the node 201 belongs, or the access control application 212. It can be stored in the flow table 316.
  • Information e.g., control flow information 340 stored in the control flow table 316 is used for user authentication of the node 201, update of information of the node 201, confirmation of policy for network access of the node 201, and/ Or it can be used for validation.
  • the controller 202 may check the connection policy and channel policy.
  • the controller 202 may check the connection policy corresponding to the information identified in the connection policy database 311 (e.g., information about the node 201 and the source network to which the node 201 belongs).
  • the controller 202 may generate whitelist information of accessible applications based on the confirmed access policy.
  • the controller 202 can check the channel policy through the IP of the node 201 identified in the channel policy database 312.
  • the controller 202 can check whether there is destination network information to which the node 201 requesting connection can basically connect.
  • the controller 202 provides the information necessary for the node 201 to connect to the destination network (e.g., the type of node 201 included in the control flow, location information, environment, and Information on the source network that includes the node 201), the type of channel to which the node 201 can be connected, and information on the gateway 203 can be listed.
  • the controller 202 may check the status (e.g., throughput, failure status) of the listed gateways 203 and identify one channel and one gateway optimized for the node 201 among the listed gateways.
  • the type of channel to which the node 201 can be connected and the information on the gateway 203 are based on the IP of the node 201 identified through the controller 202 and the IP of the node 201 identified in the node 201. It can be confirmed based on
  • controller 202 may not perform operation 620. For example, if the controller for which connection is requested is not available, the controller 202 may not perform operation 620.
  • the controller 202 may transmit a response to the controller connection request to the node 201.
  • the controller 202 may transmit control flow information 340 including control flow identification information 342 to the node 201 in response to a controller connection request.
  • the controller 202 may transmit the white list created through operation 820 to the access control application 212.
  • the controller 202 may not generate a control flow and may notify the controller 202 of the inability to connect in response to the controller connection request.
  • the controller 202 sends the node 201 information for creating a channel (e.g., a series of information such as gateway and channel authentication) to the node 201. Can be transmitted.
  • a channel e.g., a series of information such as gateway and channel authentication
  • the controller 202 may not transmit separate channel creation information to the node 201. there is.
  • node 201 may process the results according to the received response.
  • the connection control application 212 may store the received control flow identification information and display a user interface screen to the user indicating that the controller connection is complete. Once the controller connection is completed, the network connection request of the node 201 to the service server 205 can be controlled by the controller 202.
  • the controller 202 may determine that the node 201 is inaccessible. For example, when controller connection inaccessibility information is received, the node 201 may output a user interface screen to the user indicating that the controller connection is not possible. For example, the user interface screen indicates that access to the node 201 is blocked and may include a user interface that guides the release of isolation through an administrator (e.g., the controller 202).
  • an administrator e.g., the controller 202
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 630 to 650.
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may perform all or only part of operations 630 to 670.
  • the access control application 212 may determine whether channel creation is necessary. For example, when the controller 202 transmits information for creating a channel (eg, a series of information such as gateway and channel authentication), the access control application 212 may determine that channel creation is necessary. For another example, when the controller 202 does not transmit separate channel creation information to the node 201, the access control application 212 may determine that channel creation is not necessary.
  • information for creating a channel eg, a series of information such as gateway and channel authentication
  • the access control application 212 may determine that channel creation is necessary. For another example, when the controller 202 does not transmit separate channel creation information to the node 201, the access control application 212 may determine that channel creation is not necessary.
  • the access control application 212 may request the gateway 203 to create a channel. If it is determined that channel creation is necessary, the access control application 212 may request the gateway 203 to create a channel. For example, the access control application 212 may transmit to the gateway 203 a channel creation request including a series of information for channel creation (eg, gateway and channel authentication, etc.) received from the controller 202.
  • a channel creation request including a series of information for channel creation (eg, gateway and channel authentication, etc.) received from the controller 202.
  • the gateway 203 may create a channel based on a series of information for channel creation (eg, gateway and channel authentication, etc.).
  • the gateway 203 may transmit a response including the channel creation result to the access control application 212.
  • the channel creation result may include a channel dedicated IP assigned to the node 201 and corresponding channel creation information.
  • the access control application 212 may perform a check of the application.
  • the access control application 212 may perform an application inspection. For example, when a white list is received from the controller 202, the access control application 212 may check whether an application included in the white list is installed on the node 201. For applications included in the white list among applications installed on the node 201, the access control application 212 checks the integrity and stability of the application (whether the application is forged or tampered with, code signing inspection, and fingerprint inspection) according to the validation policy. at least one of) can be checked.
  • the access control application 212 may transmit the inspection result of the application to the controller 202.
  • the controller 202 may check whether the application is valid based on the test result. If the application is valid, the controller 202 checks the gateway 203 where the node 201 is located in the access policy and service policy for the node 201 to allow the node 201 to access the network, and then operates. 640 can be performed.
  • the controller 202 registers the channel dedicated IP assigned to the node 201 and the corresponding channel creation information in the channel table 318, and the node 201 registers the channel creation information in the channel table 318.
  • the transmitted series of information can be updated to the identified control flow information 240.
  • data flow (or data flow information (or data flow information ( 350)) can be generated.
  • the controller 202 may check the file IO policy in the file policy table 314 and generate file IO information 354 based on the file IO policy.
  • File IO information 354 determines whether to allow downloading or uploading files when accessing the service server 205 to which the data flow is applied, and when file downloading and uploading are allowed, only which URLs are allowed to access and which URLs are not provided with file IO information. It may include a series of policy information related to file IO control information about whether to allow or not to allow and file IO control information by file type about which file types to allow or not to allow.
  • controller 202 may generate file inspection information 255 including whether to inspect a file when creating a data flow, and pattern and rule information to be inspected when inspecting a file.
  • the controller 202 may transmit a response to the connection application check result transmission of the connection control application 212. For example, the controller 202 may transmit data flow information 350 to the connection control application 212. Additionally, in operation 670, the controller 202 may transmit data flow information 350 to the gateway 203.
  • Figure 7 shows a signal flow diagram for user authentication according to various embodiments. The operations shown in FIG. 7 may be implemented, for example, after the signal flow diagram of FIG. 6.
  • the access control application 212 of the node 201 may receive authentication for the user of the node 201 from the controller 202.
  • node 201 may receive input for user authentication.
  • the input for user authentication may be, for example, a user input of entering a user ID and password.
  • the input for user authentication may be a user input for stronger authentication (e.g., biometric information).
  • the node 201 may display a user interface screen for receiving information necessary for connecting to the controller.
  • the user interface screen may include an input window for entering controller connection information (e.g., IP or domain), an input window for entering a user ID, and/or an input window for entering a password.
  • controller connection information e.g., IP or domain
  • the node 201 can detect a controller connection event by receiving an input for a button for user authentication. For example, when controller access information, user ID, and password are entered, node 201 may receive an input for a button to access the controller as a user. As another example, when only the controller access information is input and the user ID and password are not input, the node 201 may receive an input for a button to access the controller as a guest.
  • node 201 may request user authentication from controller 202.
  • the access control application 212 may transmit input information for user authentication to the controller 202. If a control flow between the node 201 and the controller 202 has already been created, the access control application 212 may transmit input information for user authentication along with control flow identification information.
  • controller 202 may authenticate the user based on information received from node 201.
  • the controller 202 may store 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., access policy database 311 of FIG. 2 ). ) or based on the blacklist database 319), it can be determined whether the user can access according to the access policy and whether the user is included in the blacklist.
  • the controller 202 checks the control flow information 340 in the control flow table 316 based on the control flow identification information transmitted by the node 201, and adds control flow information 340 to the confirmed control flow information 340. You can add the user's identifying information (e.g. user ID). The added user identification information can be used to connect the authenticated user to the controller or network.
  • the controller 202 configures a connection policy corresponding to information identified in the connection policy database 311 and the channel policy database 312 (e.g., node 201, source network information to which node 201 belongs), and You can check the channel policy.
  • a connection policy corresponding to information identified in the connection policy database 311 and the channel policy database 312 (e.g., node 201, source network information to which node 201 belongs), and You can check the channel policy.
  • the controller 202 may generate white list information of accessible applications based on the connection policy confirmed in the connection policy database 311. As a result of the connection, the controller 202 may return a control flow ID for identifying the control flow and a generated application whitelist when the connection is completed and when the node 201 requests user authentication and continuously updates node information.
  • the controller 202 can check the channel policy through the IP of the node 201 identified in the channel policy database 312. The controller 202 may check whether destination network information to which the node 201 requesting connection exists by default can be connected based on the confirmed channel policy. If the controller connection request is possible, the controller 202 provides the information necessary for the node 201 to connect to the destination network (e.g., the type of node 201 included in the control flow, location information, environment, and Information on the source network that includes the node 201), the type of channel to which the node 201 can be connected, and information on the gateway 203 can be listed.
  • the destination network e.g., the type of node 201 included in the control flow, location information, environment, and Information on the source network that includes the node 201
  • information on the gateway 203 can be listed.
  • the controller 202 may check the status (e.g., throughput, failure status) of the listed gateways 203 and identify one channel and one gateway optimized for the node 201 among the listed gateways.
  • the type of channel to which the node 201 can be connected and the information on the gateway 203 are based on the IP of the node 201 identified through the controller 202 and the IP of the node 201 identified in the node 201. It can be confirmed based on
  • controller 202 may not perform operation 720. For example, if the controller for which connection is requested is not available, the controller 202 may not perform operation 720.
  • the controller 202 may transmit a response to the user authentication request to the node 201.
  • the controller 202 may transmit information indicating that the user is authenticated to the node 201 in response to a user authentication request.
  • the controller 202 may transmit the white list created through operation 720 to the access control application 212.
  • the controller 202 may notify the controller 202 of the inability to access the controller in response to the user authentication request.
  • the controller 202 sends the node 201 information for creating a channel (e.g., a series of information such as gateway and channel authentication) to the node 201. Can be transmitted.
  • a channel e.g., a series of information such as gateway and channel authentication
  • the controller 202 may not transmit separate channel creation information to the node 201. there is.
  • node 201 may process results for user authentication.
  • the node 201 may output a user interface screen indicating that user authentication has been completed to the user through a display.
  • the controller 202 may determine that user authentication is not possible. For example, if the user's identifying information is included in the blacklist database, the controller 202 may determine that user authentication is not possible. In this case, in operation 725, the controller 202 may transmit information indicating that user authentication is impossible to the node 201, and the node 201 may output a user interface screen on the display indicating that user authentication has failed. You can. For example, the node 201 may display a user interface screen through the access control application 212. The user interface screen indicates that access to the node 201 is blocked and may include a user interface that guides the release of isolation through an administrator (e.g., controller 202).
  • an administrator e.g., controller 202
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 730 to 750.
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may perform all or part of operations 730 to 770.
  • the access control application 212 may determine whether channel creation is necessary. For example, when the controller 202 transmits information for creating a channel (eg, a series of information such as gateway and channel authentication), the access control application 212 may determine that channel creation is necessary. For another example, when the controller 202 does not transmit separate channel creation information to the node 201, the access control application 212 may determine that channel creation is not necessary.
  • information for creating a channel eg, a series of information such as gateway and channel authentication
  • the access control application 212 may determine that channel creation is necessary. For another example, when the controller 202 does not transmit separate channel creation information to the node 201, the access control application 212 may determine that channel creation is not necessary.
  • the access control application 212 may request the gateway 203 to create a channel. If it is determined that channel creation is necessary, the access control application 212 may request the gateway 203 to create a channel. For example, the access control application 212 may transmit to the gateway 203 a channel creation request including a series of information for channel creation (eg, gateway and channel authentication, etc.) received from the controller 202.
  • a channel creation request including a series of information for channel creation (eg, gateway and channel authentication, etc.) received from the controller 202.
  • the gateway 203 may create a channel based on a series of information for channel creation (eg, gateway and channel authentication, etc.).
  • the gateway 203 may transmit a response including the channel creation result to the access control application 212.
  • the channel creation result may include a channel dedicated IP assigned to the node 201 and corresponding channel creation information.
  • access control application 212 may perform a check of the application.
  • the access control application 212 may perform an application inspection. For example, when a white list is received from the controller 202, the access control application 212 may check whether an application included in the white list is installed on the node 201. For applications included in the white list among applications installed on the node 201, the access control application 212 checks the integrity and stability of the application (whether the application is forged or tampered with, code signing inspection, and fingerprint inspection) according to the validation policy. at least one of) can be checked.
  • the access control application 212 may transmit the application's inspection result to the controller 202.
  • the controller 202 may determine whether the application is valid based on the test result. If the application is valid, the controller 202 selects the gateways 203-1 and 203-2 where the node 201 is located in the access policy and service policy for the node 201 to allow the node 201 to access the network. After confirmation, operation 740 can be performed.
  • the controller 202 registers the channel dedicated IP assigned to the node 201 and the corresponding channel creation information in the channel table 318, and the node 201 registers the channel creation information in the channel table 318.
  • the transmitted series of information can be updated to the identified control flow information 240.
  • a data flow can be created based on source IP, destination IP, service port information, protocol information, certificate information, domain, and URL information so that the node 201 can control service processing requests without a network connection request procedure.
  • the controller 202 may check the file IO policy when creating a data flow and generate file IO information 354 based on the file IO policy.
  • File IO information 354 determines whether to allow downloading or uploading files when accessing the service server 205 to which the data flow is applied, and when file downloading and uploading are allowed, only which URLs are allowed to access and which URLs are not provided with file IO information. It may include a series of policy information related to file IO control information about whether to allow or not to allow and file IO control information by file type about which file types to allow or not to allow.
  • controller 202 may generate file inspection information 355 including whether to inspect a file when creating a data flow, and pattern and rule information to be inspected when inspecting a file.
  • the controller 202 may transmit a response to the connection control application 212's transmission of the application check result. For example, the controller 202 may transmit data flow information 350 to the connection control application 212. Additionally, in operation 770, the controller 202 may transmit data flow information 350 to the gateway 203.
  • the access policy corresponding to the authenticated user is applied to the node 211, and the controller 202 checks whether network access is authorized. .
  • FIG. 8 illustrates a signal flow diagram for network access according to various embodiments, and the operations shown in FIG. 8 may be implemented, for example, after the signal flow diagram of FIG. 6 or FIG. 7.
  • the node 201 may detect a network connection event of the connection application 211. For example, the node 201 may detect that a connection application attempts to connect to the destination network through the connection control application 212.
  • connection control application 212 may inspect data flow when a network connection event is detected. For example, the access control application 212 may check whether a data flow corresponding to the identification information, destination IP, and/or port information of the access application exists. Additionally, the access control application 212 can check whether the data flow is valid even if the data flow exists. As an example, the access control application 212 performs integrity and safety checks of the access control application 212 and the access application (e.g., whether the application is forged or altered, code signing check, fingerprint check) according to the validation policy. And, according to the connection policy received from the controller 202, it is possible to check whether connection is possible to the destination IP and port of the connection application installed on the node 201.
  • integrity and safety checks of the access control application 212 and the access application (e.g., whether the application is forged or altered, code signing check, fingerprint check) according to the validation policy.
  • the connection policy received from the controller 202 it is possible to check whether connection is possible to the destination IP and port of the connection application installed on the no
  • the access control application 212 may skip the following operations and transmit the data packet of the access application to the gateway 203 through a secure session.
  • the access control application 212 may not transmit a data packet and output a user interface screen indicating that the network connection has failed.
  • the access control application 212 may request network access from the controller 202. there is. Depending on the embodiment, the access control application 212 performs an integrity and safety check of the access control application 212 and the access application according to a validation policy before requesting network access, and when the integrity and stability of the application are confirmed, the controller You can request network access from (202).
  • the access control application 212 may request network access from the controller 202.
  • the access control application 212 may transmit the access application identification information and the identification information of the service server 205 (eg, IP and service port) to the controller 202 along with the identification information of the control flow.
  • the service server 205 e.g, IP and service port
  • the controller 202 may confirm a connection policy and a channel policy associated with the connection application in response to a request received from the connection control application 212.
  • the controller 202 may check whether the access application satisfies the access policy of the access policy database 311. For example, the controller 202 determines whether the entity requesting network access (e.g., a connection application) and the identification information of the requested entity (e.g., service server 205) are included in the connection policy database 311 and the network connection. You can check whether the gateway request is available.
  • entity requesting network access e.g., a connection application
  • the identification information of the requested entity e.g., service server 205
  • the controller 202 may transmit information indicating that connection is not possible to the node 201 in operation 820.
  • the access control application 212 may output a user interface screen indicating that access is impossible through the display.
  • the controller 202 can check whether a channel has been created in the channel table to access the network. If a channel has not been created, or if a channel must be created in order to access the service in the channel policy, the controller 202 may transmit information indicating that access is not possible to the node 201 in operation 820. .
  • the controller 202 records the information requested by the node 201 for connection (e.g., destination IP and service) in the data flow table. You can check whether a valid data flow exists based on port information, etc.).
  • the controller 202 may create a data flow that allows a target (e.g., a connection application) to connect to the network between the node 201 and the service servers 205-1 and 205-2. You can.
  • the controller 202 may generate data flow information 350 including source IP, destination IP, service port information, protocol information, certificate information, domain and URL information, etc.
  • the controller 202 may transmit a response to the network connection request of the access control application 212 to the node 201.
  • the controller 202 may transmit the data flow information 350 generated by performing operation 815 to the connection control application 212.
  • the controller 202 may notify the network connection inability in response to the network connection request.
  • the data flow information 350 transmitted in operation 820 may include source IP, destination IP, service port information, protocol information, certificate information, domain and URL information, etc.
  • Node 201 may process the result according to the received response.
  • the access control application 212 may store the received data flow information 350 and perform a file IO table check when network access is available.
  • the node 201 may drop the data packet of the connection application.
  • the controller 202 may transmit data flow information 350 to the gateway 203.
  • the data flow information 350 transmitted in operation 825 may include source IP, destination IP, service port information, protocol information, certificate information, domain and URL information, etc.
  • FIG. 9 illustrates a flowchart for processing a service request of a gateway according to various embodiments, and the operations shown in FIG. 9 may be implemented, for example, after the signal flowchart of FIG. 6, FIG. 7, or FIG. 8.
  • the gateway 203 (or proxy server 204-2) sends a service request including source IP or certificate identification information, destination IP or domain information, port information, and protocol information. You can receive it.
  • the service request may be transmitted from node 201.
  • the gateway 203 may check whether data flow information 350 exists based on information included in the service request. For example, the gateway 203 may check whether data flow information 350 exists based on source IP or certificate identification information, destination IP or domain information, port information, and protocol information.
  • the gateway 203 may perform operation 930.
  • the gateway 203 may check whether file information is included in the service processing request. If the service processing request includes file information, the gateway 203 may perform operation 940. If file information is not included in the service processing request, the gateway 203 may perform operation 970.
  • the gateway 203 may check whether file transfer is allowed based on the file IO information 354 included in the data flow information 350. If file transfer is permitted, gateway 203 may perform operation 950. If file transfer is not permitted, the gateway 203 may perform operation 980. In another example, if file transmission is not permitted for the file information included in the service processing request, the gateway 203 forwards the service processing request to a specified path according to the service processing policy, or redirects it to the node 201. information can be returned.
  • the gateway 203 may check whether the extension allows file transfer based on the file IO information 354 included in the data flow information 350. If file transfer is allowed and the extension is an extension that allows file transfer, the gateway 203 may perform operation 950. If file transfer is not permitted, or the extension is for which file transfer is not permitted, the gateway 203 may perform operation 980. In another example, if file transfer is not allowed or the extension is not allowed for file transfer, the gateway 203 forwards the service processing request to a designated path according to the service processing policy, or redirects it to the node 201. information can be returned.
  • the gateway 203 may check whether to inspect the file based on the file inspection information 355 included in the data flow information 350. When checking a file, gateway 203 may perform operation 960. If not checking the file, gateway 203 may perform operation 970.
  • gateway 203 may confirm whether the file information check was successful. For example, the gateway 203 inspects the file information included in the service processing request information according to the file inspection method indicated by the file inspection information 355 included in the data flow information 350, and determines whether the inspection result is successful. You can check.
  • file information inspection performs its own inspection based on the pattern and rule information included in the data flow, or external applications (e.g. anti-virus, malware detection tools, data loss prevention technology, etc.) and external devices. The inspection can be performed through
  • the file information check can check whether malware, malicious code, personal information, etc. exists in the file being checked, or replace unauthorized or unsafe information with other information.
  • the gateway 203 may perform operation 970. If checking the file fails, the gateway 203 may perform operation 980.
  • the gateway 203 may forward the service processing request to the destination based on the source IP or certificate identification information, destination IP or domain information, port information, and protocol information. For example, the gateway 203 may forward the service processing request to the destination if the file information check is successful, if the file information is not included, or if the file information check is not necessary.
  • the gateway 203 may return service request failure information to the node 201.
  • the gateway 203 may forward the service processing request to a designated path according to the service processing policy, or may return information to redirect it to the node 201.
  • FIG. 10 illustrates a flowchart for receiving a service request processing result of a gateway according to various embodiments, and the operations shown in FIG. 10 may be implemented, for example, after the signal flow diagram of FIG. 9 .
  • the gateway 203 may receive a service processing request result.
  • the result according to the service processing request may be data according to the operations of FIG. 9.
  • the service request processing result may be transmitted from the destination of the service request (e.g., service server 205-1 ⁇ , 205-2).
  • the gateway 203 may check whether file information is included in the service processing request result. If the service processing request result includes file information, the gateway 203 may perform operation 1030. If file information is not included in the service processing request result, the gateway 203 may perform operation 1060.
  • the gateway 203 may check whether file reception is allowed based on the file IO information 354 included in the data flow information 350. If file reception is permitted, the gateway 203 may perform operation 1040. If file reception is not permitted, the gateway 203 may perform operation 1070.
  • the gateway 203 may check whether the extension allows file reception based on the file IO information 354 included in the data flow information 350. If file reception is allowed and the extension is an extension that allows file reception, the gateway 203 may perform operation 1040. If the file is not allowed to be received, or the file extension is not allowed to be received, the gateway 203 may perform operation 1070.
  • the gateway 203 may check whether to inspect the file based on the file inspection information 355 included in the data flow information 350. When checking a file, gateway 203 may perform operation 1050. If not checking the file, gateway 203 may perform operation 1060.
  • the gateway 203 may confirm whether the file information check was successful. For example, the gateway 203 inspects the file information included in the service processing request result information according to the file inspection method indicated by the file inspection information 355 included in the data flow information 350, and determines the success of the inspection result. You can check whether or not.
  • file information inspection performs its own inspection based on the pattern and rule information included in the data flow, or external applications (e.g. anti-virus, malware detection tools, data loss prevention technology, etc.) and external devices. The inspection can be performed through
  • the file information check can check whether malware, malicious code, personal information, etc. exists in the file being checked, or replace unauthorized or unsafe information with other information.
  • the gateway 203 may perform operation 1060. If checking the file fails, the gateway 203 may perform operation 1070.
  • the gateway 203 may forward a service processing request to the node 201 based on the source IP or certificate identification information, destination IP or domain information, port information, and protocol information. For example, the gateway 203 may forward the service processing request result to the node 201 when the file information check is successful, when the file information is not included, or when the file information check is not necessary.
  • the gateway 203 may return service request failure information.
  • Figure 11 shows a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
  • the gateway 203 may transmit a service request processing log and a rejection log to the controller 202.
  • the gateway 203 may transmit service request processing logs and rejection logs to the controller 202 in designated time units.
  • the service request may include a service processing request for the service server 205 of the node 201.
  • the controller 202 may analyze the log received from the gateway 203.
  • the controller 202 may update statistical information on service requests and rejections based on the received log information.
  • the controller 202 may analyze the received log to check whether the object requesting the service (e.g., the node 201 or the access application 211 of the node 201) is performing abnormal behavior. For example, if the object requesting the service is performing abnormal behavior, the controller 202 may register it in the blacklist database 319 according to the blacklist policy of the blacklist policy database 315. Additionally, the controller can block service access of a target performing abnormal behavior by removing the target's data flow and control flow. The controller 202 may return updated data flow information to the gateway 203.
  • the controller 202 may transmit the update result of the data flow to the gateway 203.
  • the gateway 203 needs to remove a data flow according to the received data flow information 350, the gateway 203 removes the data flow of the target performing abnormal behavior from the data flow table 317 so that the target can no longer access the service. You can prevent a request from being performed.
  • Figure 12 shows a signal flow diagram for control flow update according to various embodiments.
  • the access control application 212 may request a control flow update.
  • the access control application 212 may request a control flow update from the controller 202 to maintain the control flow and data flow. In one embodiment, the access control application 212 may request a control flow update including identification information of the control flow at specified intervals.
  • controller 202 may update (check) the control flow. For example, the controller 202 determines whether the control flow information 340 indicated by the received identification information exists in the control flow table 316, and if the control flow information 340 exists, the data flow information 350 dependent thereon. You can check whether exists. If the connection is released by another security system, the update time has elapsed, or the connection is released due to risk detection, the control flow may not exist. If a control flow does not exist, the controller 202 may return unreachable information to the node 201. If a control flow exists, the controller 202 may update the update time or expiration time of the control flow and search for data flows dependent on the control flow. For example, if re-authentication must be performed in the discovered data flow or if there is a data flow that is no longer accessible, the controller 202 may return the corresponding data flow information to the node 201.
  • the controller 202 may transmit unconnectable information to the node 201. In this case, the node 201 may terminate the access control application 212 or block the network connection of the access control application 212. For another example, if the update (check) is successful, the controller 202 may update the expiration time of the control flow and the data flow dependent thereon. The controller 202 may transmit updated control flow information and data flow information to the node 201. In this case, the node 201 may update the control flow information 340 and data flow information 350.
  • the controller 202 may transmit update (check) result information to the access control application 212. For example, if an update (check) fails, the controller 202 may transmit no-connection information. For another example, if the update (check) is successful, the controller 202 may transmit the updated control flow information 340 and data flow information 350 dependent thereon to the connection control application 212. In this case, the node 201 may update the control flow information 340 and data flow information 350.
  • the access control application 212 may process update (check) result information. If the control flow update result indicates that connection is not possible, the connection control application 212 may terminate the connection application 211 or block all network connections of the connection application 211. If the control flow update result indicates normal and there is updated data flow information 350, the connection control application 212 may update the data flow table 317 in the connection control application 212.
  • Figure 13 shows a signal flow diagram for control flow removal according to various embodiments.
  • the node 201 may request the controller 202 to terminate the control flow.
  • node 201 may terminate the connection control application 212, request termination of the control flow when the network connection is unused for a specified period of time, or when a connection termination request is received from another system.
  • the controller 202 may remove the control flow corresponding to the identification information received from the node 201.
  • the controller 202 may also remove data flows dependent on the removed control flow.
  • the controller 202 may request the gateway 203 to remove the data flow.
  • the gateway 203 may block the network connection of the access control application 212 by removing the data flow.
  • the gateway 203 periodically performs a data flow update procedure with the controller 202 and updates invalid data flow information 350 according to termination of the connection application or release of network connection of the node 201. Invalid sessions can be removed by receiving and matching session information stored in the gateway 203. Accordingly, embodiments according to the present disclosure may prevent subjects whose authentication is not valid due to characteristics such as HTTP where the status of the node 201 is unknown, from using the service in an authenticated state.
  • Figure 14 shows a signal flow diagram for data flow removal according to various embodiments.
  • the access control application 212 may detect termination of the access application 211.
  • the access control application 212 can monitor in real time whether the access application 211 running on the node 201 is terminated.
  • the access control application 212 may request the controller 202 to terminate the data flow.
  • the connection control application 212 may request termination of the data flow by transmitting the data flow identification information assigned to the terminated connection application 211 or the identification information of the connection application 211 to the controller 202. .
  • the controller 202 may remove the data flow based on the data flow identification information received from the node 201 or the identification information of the access application 211.
  • the controller 202 may identify and search a control flow based on the received data flow identification information or the identification information of the access application 211 and remove the data flow dependent on the identified and searched control flow.
  • the controller 202 requests the gateway 203 to remove the data flow, and in operation 1425, the gateway 203 removes the data flow and thereby removes the service corresponding to the removed data flow of the access control application 212. Access to the server 205 can be blocked. Afterwards, the connection application 211 can no longer transmit data packets to the destination network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Virology (AREA)
  • Bioethics (AREA)
  • Computing Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

A gateway according to one embodiment disclosed in the present document executes a proxy server so as to receive a service processing request from a node, confirms whether there is data flow information corresponding to information included in the service processing request, the information included in the service processing request including departure information or destination information, and can store, if there is data flow information, on the basis of the data flow information, instructions for processing the service processing request.

Description

프록시에 기반하여 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법System and method for controlling file transmission and reception of applications based on proxy
관련출원과의 상호인용Cross-citation with related applications
본 발명은 2022.04.27.에 출원된 한국 특허 출원 제10-2022-0051914호에 기초한 우선권의 이익을 주장하며, 해당 한국 특허 출원의 문헌에 개시된 모든 내용을 본 명세서의 일부로 포함한다.The present invention claims the benefit of priority based on Korean Patent Application No. 10-2022-0051914 filed on April 27, 2022, and all contents disclosed in the document of the Korean Patent Application are included as part of this specification.
기술분야Technology field
본 문서에서 개시된 실시 예들은 프록시에 기반하여 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법에 관한 것이다. Embodiments disclosed in this document relate to a system and method for controlling file transmission and reception of an application based on a proxy.
단말과 서버 간에는 IP(Internet Protocol) 기반의 TCP(Transmission Control Protocol)를 사용하며 통신이 수행되며, 데이터 패킷 내에 포함된 5 튜플(Tuples) 정보를 이용하여 출발지 IP, 도착지 IP, 및 포트 정보를 식별하여 접속 제어를 수행하는 방화벽 기술이 보편적으로 사용된다.Communication is performed between the terminal and the server using IP (Internet Protocol)-based TCP (Transmission Control Protocol), and the source IP, destination IP, and port information are identified using 5 tuples information included in the data packet. Therefore, firewall technology that performs access control is commonly used.
방화벽 기술은 단말 또는 네트워크 단말(예: 게이트웨이, 공유기 등)에 할당된 IP를 식별하여 네트워크 경계 사이에서 인바운드 또는 아웃바운드 데이터 패킷의 접근 제어를 수행함으로써 비인가된 IP가 비인가된 목적지 네트워크로의 접속을 차단하는 역할을 수행한다.Firewall technology identifies IPs assigned to terminals or network terminals (e.g. gateways, routers, etc.) and performs access control for inbound or outbound data packets between network boundaries, preventing unauthorized IPs from accessing unauthorized destination networks. It plays a blocking role.
IP를 기반으로 하는 방화벽과 같은 기술은 IP 할당 및 제어가 어려운 인터넷 대역에 있는 단말 또는 공유기 및 게이트웨이에 의해 서브 네트워크를 구성하여 사설 IP 대역을 만드는 경우 IP 단위로의 통제가 어려운 문제점이 있다. 또한, IP 통신 구조상 IP를 위조, 변조 가능하는 문제점이 있다. 이에 따라, 방화벽은 최소한의 안전 장치로써 사용되고 있다.Technologies such as IP-based firewalls have a problem in that IP-based control is difficult when a private IP band is created by configuring a sub-network using a terminal or router and gateway in an Internet band where IP allocation and control are difficult. In addition, there is a problem that IP can be forged or altered due to the IP communication structure. Accordingly, firewalls are used as a minimum safety device.
이러한 문제점을 해결하기 위해 단말과 서버(또는, 게이트웨이) 사이에 전송되는 데이터 패킷을 암호화하거나 위조, 변조되지 않도록 하고 인가된 대상만 유일한 접속을 허용할 수 있도록 하는 터널링 기술(예: IPSec(Internet Protocol Security), GRE(Generic Routing Encapsulation), GTP(GPRS Tunneling Protocol)) 또는 보안 세션(SSL(Secure Sockets Layer), TLS(Transport Layer Security))과 같은 접속성 제어(Connectivity Control) 기술을 사용함으로써 방화벽이 내재하고 있는 문제점을 해결하고 있다.To solve this problem, tunneling technology (e.g. IPSec (Internet Protocol Firewalls are protected by using connectivity control technologies such as Security, Generic Routing Encapsulation (GRE), GPRS Tunneling Protocol (GTP), or secure sessions (Secure Sockets Layer (SSL), Transport Layer Security (TLS)). We are solving the inherent problems.
하지만 단말(단말에 부여된 IP 단위) 수준으로 생성되는 터널링 기술 기반의 VPN(Virtual Private Network) 사용 시, 최초 인증 이후 상시 연결된 터널링을 통해서 비허용된 또는 안전하지 않은 애플리케이션이 허용되지 않은 목적지 네트워크에 접속하는 취약점을 내재하고 있기 때문에, 각종 멀웨어 및 랜섬웨어 침투에 의한 보안 사고가 증가하고 있다.However, when using a VPN (Virtual Private Network) based on tunneling technology created at the terminal (IP unit assigned to the terminal) level, unauthorized or insecure applications are connected to the unauthorized destination network through tunneling that is always connected after initial authentication. Because it has inherent vulnerabilities, security incidents caused by various malware and ransomware infiltration are increasing.
이러한 문제점을 해결하기 위해 허용된 애플리케이션만 허용된 네트워크에 접속할 수 있는 애플리케이션 접속성 제어 기술을 적용하여 근본적인 통신 주체인 애플리케이션을 식별하고, 허용되지 않은 애플리케이션의 접속을 사전에 차단함으로써 각종 멀웨어 및 랜섬웨어가 허용되지 않은 목적지 네트워크에 접속하는 것을 방지함과 동시에 현재 발생되고 있는 각종 네트워크 보안 문제를 효과적으로 해결할 수 있다.To solve this problem, we apply application connectivity control technology that allows only permitted applications to access permitted networks to identify the application that is the fundamental communication subject and block access to unauthorized applications in advance to prevent various types of malware and ransomware. It can prevent users from accessing unauthorized destination networks and effectively solve various network security problems that are currently occurring.
최근 산업의 발전에 따라 경계를 초월한 글로벌 업무 환경 및 재택 업무 환경의 증가, 클라우드로 전환이 증가되면서 단말은 언제 어디서든 업무 시스템에 접속할 수 있게 되었으며, 이러한 환경에서의 애플리케이션 접속 제어 기술은 업무 시스템을 보호하기 위한 최적의 보안 요소를 제공한다.With recent industrial developments, there has been an increase in global work environments and home work environments that transcend boundaries, and an increase in the transition to the cloud. As a result, terminals can access work systems anytime and anywhere, and application access control technology in this environment is used to control work systems. Provides optimal security elements for protection.
하지만, 허용된 애플리케이션이 허용된 네트워크에 접속 가능한 상태에서 애플리케이션이 네트워크를 통해서 파일을 수신하거나 전송하는 행위를 통제할 수 없는 문제가 존재한다.However, there is a problem in which the application cannot control the act of receiving or transmitting files through the network while the permitted application can access the permitted network.
일례로, 인터넷에 연결된 PC를 사용하는 재택 근무 환경에서 허용된 애플리케이션으로 클라우드에 접속해서 중요 파일을 수신하여 외부로 유출하거나, 인터넷으로부터 유입된 악성 코드를 포함하는 파일을 클라우드에 전송하여 타 단말로 위험이 전파되는 것을 방지할 수 없다.For example, in a work-from-home environment using a PC connected to the Internet, access to the cloud using a permitted application can receive important files and leak them externally, or transfer files containing malicious code imported from the Internet to the cloud and transfer them to other terminals. It is impossible to prevent the risk from spreading.
즉, 매크로 또는 프로그래밍 가능한 정보를 포함하고, 애플리케이션 자체에 포함된 런타임을 통해서 실행 가능한 파일을 로딩하는 애플리케이션(예: 문서 편집 도구, 그래픽 편집 도구 등)의 경우, 사용자가 유추하지 못하는 악성 코드를 포함할 수 있으며 이러한 악성 코드는 클라우드에 접속하여 중요 파일(예: 개인 정보, 기밀 정보)을 수신 받아 외부에 유출하거나, 악성 코드가 포함된 파일이 클라우드에 전송되어 클라우드에 접속된 모든 단말에 전파될 수 있는 문제를 내재하고 있다.In other words, applications that contain macros or programmable information and load executable files through a runtime included in the application itself (e.g. document editing tools, graphic editing tools, etc.) may contain malicious code that cannot be inferred by the user. This malicious code can connect to the cloud and receive important files (e.g. personal information, confidential information) and leak them to the outside, or files containing malicious code can be transmitted to the cloud and spread to all terminals connected to the cloud. There are inherent problems that can arise.
이러한 문제점을 해결하기 위한 유사 기술로써 DLP(Data Loss Prevention) 기술이 존재하며, DLP 기술은 허용되지 않은 매체(예: USB(Universal Serial Bus), 이동식 저장 장치 등)가 연결되는 것을 방지하거나, 네트워크 상에서 특정 폴더를 공유하는 것을 방지하거나, 특정 애플리케이션이 파일을 전송하기 위해, 파일을 선택하는 경우 파일이 선택되지 않게 차단하는 방식으로 파일이 전송되는 것을 방지하거나, 특정 애플리케이션의 파일 IO(input output)(또는, 파일 시스템 IO)가 발생하는 경우, 파일 IO를 추적해서 해당 사용자가 파일 IO 권한이 없는 경우, 파일 IO의 핸들(Handle)을 제거하는 방식으로의 데이터 유출을 방지한다. DLP (Data Loss Prevention) technology exists as a similar technology to solve these problems. DLP technology prevents unauthorized media (e.g. USB (Universal Serial Bus), removable storage devices, etc.) from being connected or prevents network Prevent files from being transferred by preventing a specific folder from being shared on the computer, blocking a file from being selected when a specific application selects a file to transfer a file, or file IO (input output) of a specific application. (Or, when file system IO) occurs, data leakage is prevented by tracking file IO and removing the file IO handle if the user does not have file IO permission.
이러한 DLP 기술의 문제점은 해당 애플리케이션이 설치된 단말은 일괄적인 보안 정책이 상시 강제 적용되기 때문에 물리적 보안 통제가 불가능한 영역 및 보안 정책을 적용하는 것에 한계가 존재하는 개인 소유의 단말을 사용하는 재택 근무 환경에서 허용되지 않은 매체가 연결되는 것을 방지하는 행위를 강제할 수 없다.The problem with this DLP technology is that uniform security policies are always enforced on terminals where the application is installed, so in areas where physical security control is not possible and in a telework environment using personally owned terminals where there are limitations in applying security policies. Actions that prevent unauthorized media from connecting cannot be enforced.
나아가, 특정 행위를 추적하는 DLP 기술을 사용하는 경우, 사용자에 의해서 특정 동작을 수행하는 행위(예: 애플리케이션 내의 파일 선택 창을 여는 행위)에 따라 동작하기 때문에 특정 동작을 수행하지 않는 경우, 예를 들어 사용자가 아닌 악성 코드가 파일 선택 창 없이 직접적으로 파일을 적재하고 전송하는 행위를 막을 수 없다.Furthermore, when using DLP technology that tracks specific actions, it operates based on the user performing a specific action (e.g., opening a file selection window within the application), so if a specific action is not performed, e.g. For example, it is impossible to prevent malicious code other than the user from directly loading and transmitting files without a file selection window.
이러한 문제를 해결하기 위해 특정 애플리케이션의 파일 시스템 IO를 추적하는 방식의 DLP 기술이 사용되지만, 해당 기술은 특정 애플리케이션을 대상으로 파일의 IO를 추적하고 일괄적으로 차단하기 때문에 해당 애플리케이션이 접속한 특정 네트워크에서 파일 전송을 허용하기 어려운 문제가 존재하며, 일부 DLP 기술의 경우 이러한 문제를 해결하기 위해 인터넷 브라우저의 접속 주소창을 식별하여 파일 IO 제한을 해제하는 방식을 제공하고 있지만 접속 주소창이 존재하지 않는 애플리케이션의 경우, 네트워크 접속 정보를 추적할 수 없기 때문에 파일 수신 및 전송을 제어하는 데에 한계가 존재한다.To solve this problem, DLP technology is used to track file system IO of a specific application, but because this technology tracks file IO targeting a specific application and blocks it in bulk, the specific network accessed by the application is blocked. There is a problem that makes it difficult to allow file transfer, and some DLP technologies provide a way to remove file IO restrictions by identifying the address bar of the Internet browser to solve this problem. However, in applications where the address bar does not exist, In this case, there are limitations in controlling file reception and transmission because network access information cannot be tracked.
본 문서에 개시되는 다양한 실시 예들은 네트워크 환경에서 상술한 문제점을 해결하기 위한 시스템 및 그에 관한 방법을 제공하고자 한다.Various embodiments disclosed in this document are intended to provide a system and method for solving the above-described problems in a network environment.
본 문서에서 개시되는 일 실시 예에 따른 게이트웨이는 통신 회로, 상기 통신 회로와 작동적으로 연결되는 프로세서, 및 상기 프로세서와 작동적으로 연결되는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 게이트웨이가, 상기 프록시 서버를 실행하여: 노드로부터 서비스 처리 요청을 수신하고, 상기 서비스 처리 요청에 포함된 정보에 대응하는 데이터 플로우 정보가 존재하는지를 확인하되, 상기 서비스 처리 요청에 포함된 상기 정보는 출발지 정보 또는 도착지 정보를 포함하고, 상기 데이터 플로우 정보가 존재하는 경우, 상기 데이터 플로우 정보에 기초하여, 상기 서비스 처리 요청을 처리하도록 하는 명령어들을 저장할 수 있다. A gateway according to an embodiment disclosed in this document includes a communication circuit, a processor operatively connected to the communication circuit, and a memory operatively connected to the processor, wherein the memory, when executed by the processor, The gateway executes the proxy server to: receive a service processing request from a node, and check whether data flow information corresponding to the information included in the service processing request exists, wherein the information included in the service processing request is It may include source information or destination information, and when the data flow information exists, instructions for processing the service processing request based on the data flow information may be stored.
본 문서에서 개시되는 일 실시 예에 따른 게이트웨이의 동작 방법은 노드로부터 서비스 처리 요청을 수신하는 동작, 상기 서비스 처리 요청에 포함된 정보에 대응하는 데이터 플로우 정보가 존재하는지를 확인하는 동작, 상기 서비스 처리 요청에 포함된 상기 정보는 출발지 정보 또는 도착지 정보를 포함하고, 상기 데이터 플로우 정보가 존재하는 경우, 상기 데이터 플로우 정보에 기초하여, 상기 서비스 처리 요청을 처리하는 동작을 포함할 수 있다. A method of operating a gateway according to an embodiment disclosed in this document includes receiving a service processing request from a node, checking whether data flow information corresponding to the information included in the service processing request exists, and requesting the service processing. The information included may include source information or destination information, and when the data flow information exists, processing the service processing request based on the data flow information.
본 문서에 개시되는 다양한 실시 예들은, 애플리케이션 접속성 제어 기술을 활용하여 애플리케이션과 해당 애플리케이션이 접속한 네트워크를 식별한 정보를 기반으로 파일 IO를 통제할 수 있다.Various embodiments disclosed in this document may utilize application connectivity control technology to control file IO based on information identifying an application and the network to which the application is connected.
본 문서에 개시되는 다양한 실시 예들은 프록시 서버를 통해 네트워크에 접속된 또는 접속하고자 하는 애플리케이션과 네트워크 정보를 식별하여 식별된 대상의 파일 송수신을 허용할 것인지 여부를 확인하고, 허용된 접속 대상에 한해서 파일 송수신을 허용함으로써 애플리케이션 및 네트워크별 파일 수신 및 전송 제어가 가능하다.Various embodiments disclosed in this document identify the application and network information connected to or trying to connect to the network through a proxy server, check whether to allow file transmission and reception of the identified target, and file only to the permitted access target. By allowing transmission and reception, it is possible to control file reception and transmission by application and network.
이 외에, 본 문서를 통해 직접적 또는 간접적으로 파악되는 다양한 효과들이 제공될 수 있다.In addition, various effects that can be directly or indirectly identified through this document may be provided.
도 1은 다양한 실시 예들에 따른 네트워크 환경 내의 아키텍처를 나타낸다. 1 shows an architecture within a network environment according to various embodiments.
도 2는 다양한 실시 예들에 따라 컨트롤러에 저장된 데이터베이스를 나타내는 기능적 블록도이다. Figure 2 is a functional block diagram showing a database stored in a controller according to various embodiments.
도 3은 다양한 실시 예들에 따른 제어 플로우 정보 및 데이터 플로우 정보를 나타낸다. Figure 3 shows control flow information and data flow information according to various embodiments.
도 4는 다양한 실시 예들에 따른 노드의 기능적 블록도를 나타낸다. Figure 4 shows a functional block diagram of a node according to various embodiments.
도 5는 다양한 실시 예들에 따라 데이터 패킷의 전송을 제어하는 동작을 설명한다.Figure 5 explains an operation for controlling transmission of data packets according to various embodiments.
도 6은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 신호 흐름도를 나타낸다.Figure 6 shows a signal flow diagram for controller connection according to various embodiments.
도 7은 다양한 실시 예들에 따른 사용자 인증을 위한 신호 흐름도를 도시한다.Figure 7 shows a signal flow diagram for user authentication according to various embodiments.
도 8은 다양한 실시 예들에 따른 네트워크 접속을 위한 신호 흐름도를 도시한다.Figure 8 shows a signal flow diagram for network access according to various embodiments.
도 9는 다양한 실시 예들에 따른 게이트웨이의 서비스 요청 처리를 위한 흐름도를 도시한다.Figure 9 shows a flowchart for processing a service request of a gateway according to various embodiments.
도 10은 다양한 실시 예들에 따른 게이트웨이의 서비스 요청 처리 결과 수신을 위한 흐름도를 도시한다.FIG. 10 illustrates a flowchart for receiving a service request processing result of a gateway according to various embodiments.
도 11은 다양한 실시 예들에 따른 서비스 요청 처리 로그 및 거절 로그 전송을 위한 신호 흐름도를 도시한다.FIG. 11 illustrates a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
도 12은 다양한 실시 예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 도시한다.Figure 12 shows a signal flow diagram for control flow update according to various embodiments.
도 13는 다양한 실시 예들에 따른 제어 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 13 shows a signal flow diagram for control flow removal according to various embodiments.
도 14는 다양한 실시 예들에 따른 데이터 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 14 shows a signal flow diagram for data flow removal according to various embodiments.
이하, 본 발명의 다양한 실시 예가 첨부된 도면을 참조하여 기재된다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 실시 예의 다양한 변경(modification), 균등물(equivalent), 및/또는 대체물(alternative)을 포함하는 것으로 이해되어야 한다.Hereinafter, various embodiments of the present invention are described with reference to the accompanying drawings. However, this is not intended to limit the present invention to specific embodiments, and should be understood to include various modifications, equivalents, and/or alternatives to the embodiments of the present invention.
본 문서에서 아이템에 대응하는 명사의 단수 형은 관련된 문맥상 명백하게 다르게 지시하지 않는 한, 상기 아이템 한 개 또는 복수 개를 포함할 수 있다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나","A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나" 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제 1", "제 2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다. 어떤(예: 제 1) 구성요소가 다른(예: 제 2) 구성요소에, "기능적으로" 또는 "통신적으로"라는 용어와 함께 또는 이런 용어 없이, "커플드" 또는 "커넥티드"라고 언급된 경우, 그것은 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로(예: 유선으로), 무선으로, 또는 제 3 구성요소를 통하여 연결될 수 있다는 것을 의미한다.In this document, the singular form of a noun corresponding to an item may include one or plural items, unless the relevant context clearly indicates otherwise. In this document, “A or B”, “at least one of A and B”, “at least one of A or B”, “A, B or C”, “at least one of A, B and C” and “A, Each of phrases such as “at least one of B, or C” may include any one of the items listed together in the corresponding phrase, or any possible combination thereof. Terms such as "first", "second", or "first" or "second" may be used simply to distinguish one component from another, and to refer to that component in other respects (e.g., importance or order) is not limited. One (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.” When mentioned, it means that any of the components can be connected to the other components directly (e.g. wired), wirelessly, or through a third component.
본 문서에서 설명되는 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있다. 다양한 실시 예들에 따르면, 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시 예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.Each component (eg, module or program) described in this document may include singular or plural entities. According to various embodiments, one or more of the corresponding components or operations may be omitted, or one or more other components or operations may be added. Alternatively or additionally, multiple 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 component of the plurality of components in the same or similar manner as those performed by the corresponding component of the plurality of components prior to the integration. . According to various embodiments, operations performed by a module, program, or other component may be executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations may be executed in a different order, omitted, or , or one or more other operations may be added.
본 문서에서 사용되는 용어 "모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. 모듈은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일 실시 예에 따르면, 모듈은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다. The term “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 integrated part or a minimum unit of the parts or a part thereof that performs one or more functions. For example, according to one embodiment, the module may be implemented in the form of an application-specific integrated circuit (ASIC).
본 문서의 다양한 실시 예들은 기기(machine) 의해 읽을 수 있는 저장 매체(storage medium)(예: 메모리)에 저장된 하나 이상의 명령어들을 포함하는 소프트웨어(예: 프로그램 또는 애플리케이션)로서 구현될 수 있다. 예를 들면, 기기의 프로세서는, 저장 매체로부터 저장된 하나 이상의 명령어들 중 적어도 하나의 명령을 호출하고, 그것을 실행할 수 있다. 이것은 기기가 상기 호출된 적어도 하나의 명령어에 따라 적어도 하나의 기능을 수행하도록 운영되는 것을 가능하게 한다. 상기 하나 이상의 명령어들은 컴파일러에 의해 생성된 코드 또는 인터프리터에 의해 실행될 수 있는 코드를 포함할 수 있다. 기기로 읽을 수 있는 저장 매체는, 비일시적(non-transitory) 저장 매체의 형태로 제공될 수 있다. 여기서, '비일시적'은 저장 매체가 실재(tangible)하는 장치이고, 신호(signal)(예: 전자기파)를 포함하지 않는다는 것을 의미할 뿐이며, 이 용어는 데이터가 저장 매체에 반영구적으로 저장되는 경우와 임시적으로 저장되는 경우를 구분하지 않는다.Various embodiments of this document may be implemented as software (e.g., a program or application) including one or more instructions stored in a storage medium (e.g., memory) that can be read by a machine. For example, the processor of the device may call at least one instruction among one or more instructions stored from a storage medium and execute it. This allows the device to be operated to perform at least one function according to the at least one instruction called. The one or more instructions may include code generated by a compiler or code that can be executed by an interpreter. A storage medium that can be read by a device may be provided in the form of a non-transitory storage medium. Here, 'non-transitory' only means that the storage medium is a tangible device and does not contain signals (e.g. electromagnetic waves), and this term refers to cases where data is semi-permanently stored in the storage medium. There is no distinction between temporary storage cases.
본 문서에 개시된 다양한 실시 예들에 따른 방법은 컴퓨터 프로그램 제품(computer program product)에 포함되어 제공될 수 있다. 컴퓨터 프로그램 제품은 상품으로서 판매자 및 구매자 간에 거래될 수 있다. 컴퓨터 프로그램 제품은 기기로 읽을 수 있는 저장 매체(예: compact disc read only memory(CD-ROM))의 형태로 배포되거나, 또는 애플리케이션 스토어를 통해 또는 두 개의 사용자 장치들(예: 스마트폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 애플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다. Methods according to various embodiments disclosed in this document may be provided and included in a computer program product. Computer program products are commodities and can be traded between sellers and buyers. A computer program product may be distributed in the form of a machine-readable storage medium (e.g. compact disc read only memory (CD-ROM)) or through an application store or between two user devices (e.g. smartphones). It may be distributed in person or online (e.g., downloaded or uploaded). In the case of online distribution, at least a portion of the computer program product may be at least temporarily stored or temporarily created in a machine-readable storage medium, such as the memory of a manufacturer's server, an application store server, or a relay server.
도 1은 다양한 실시 예들에 따른 네트워크 환경 내의 아키텍처를 나타낸다. 1 shows an architecture within a network environment according to various embodiments.
도 1에 도시된 노드(201-1, 201-2)는 데이터 통신을 수행할 수 있는 다양한 형태의 장치일 수 있다. 예를 들어, 노드(201-1, 201-2)는 스마트폰 또는 태블릿과 같은 휴대용 장치, 데스크탑(desktop) 또는 랩탑(laptop)과 같은 컴퓨터 장치, 멀티미디어 장치, 의료 기기, 카메라, 웨어러블 장치, VR(virtual reality) 장치, 또는 가전 장치를 포함할 수 있으며 전술한 기기들에 한정되지 않는다. 예를 들어, 노드(201-1, 201-2)는 애플리케이션을 통해 데이터 패킷을 전송할 수 있는 서버 또는 게이트웨이를 포함할 수 있다. 노드(201-1, 201-2)는 '전자 장치' 또는 '단말'로도 참조될 수 있다. The nodes 201-1 and 201-2 shown in FIG. 1 may be various types of devices capable of performing data communication. For example, the nodes 201-1 and 201-2 may be connected to portable devices such as smartphones or tablets, computer devices such as desktops or laptops, multimedia devices, medical devices, cameras, wearable devices, and VR. It may include a (virtual reality) device, or a home appliance device, and is not limited to the above-described devices. For example, nodes 201-1 and 201-2 may include servers or gateways capable of transmitting data packets through an application. Nodes 201-1 and 201-2 may also be referred to as ‘electronic devices’ or ‘terminals.’
노드(201-1)는 인터넷을 통해 서비스 서버(205-1, 205-2)에 접근하고, 노드(201-2)는 인트라넷을 통해 서비스 서버(205-1, 205-2)에 접근하는 상황이 가정될 수 있다. A situation in which the node 201-1 accesses the service servers 205-1 and 205-2 through the Internet, and the node 201-2 accesses the service servers 205-1 and 205-2 through the intranet. This can be assumed.
노드(201-1, 201-2)는 접속 애플리케이션(211-1, 211-2) 및 접속 제어 애플리케이션(212-1, 212-2)을 저장할 수 있다. Nodes 201-1 and 201-2 may store access applications 211-1 and 211-2 and access control applications 212-1 and 212-2.
접속 애플리케이션(211-1, 211-2) 각각은 접속 제어 애플리케이션(212-1, 212-2)의 제어 하에 게이트웨이(203)를 통해 서비스 서버(205-1, 205-2)로 데이터 패킷을 전송하거나 반대로 데이터 패킷을 수신할 수 있다. Each of the connection applications 211-1 and 211-2 transmits data packets to the service servers 205-1 and 205-2 through the gateway 203 under the control of the connection control applications 212-1 and 212-2. Or, conversely, you can receive data packets.
접속 애플리케이션(211-1, 211-2) 중 일부는 웹 브라우저 또는 비즈니스 애플리케이션과 같이 허용된 및/또는 보안된 애플리케이션인 반면에 다른 일부는 허용되지 않은 프로그램(예: 멀웨어, 랜섬웨어, 기타 허용되지 않은 애플리케이션)이거나 보안되지 않은 악성 프로그램(악성 코드에 감염되거나, 위조 또는 변조된 애플리케이션)일 수 있다. 실시 예들에 따르면 접속 제어 애플리케이션(212-1, 212-2)은 데이터 패킷의 송신을 요청하는 프로그램(또는, 접속 애플리케이션)을 식별하고, 허용되지 않은 프로그램의 데이터 패킷이 노드(201-1, 201-2)의 외부로 송신되는 것을 방지할 수 있다. 또한, 실시 예들에 따르면, 접속 제어 애플리케이션(212-1, 212-2)은 접속 제어 애플리케이션(212-1, 212-2)과 게이트웨이(203) 간 보안 세션(220-1)을 통해 인가되지 않은 프로그램의 서비스 서버(205-1, 205-2)에 대한 접속을 차단하고 해당 프로그램을 격리할 수 있다. Some of the access applications 211-1, 211-2 are permitted and/or secured applications, such as web browsers or business applications, while others are unauthorized programs (e.g. malware, ransomware, and other unauthorized applications). It may be an unsecured application) or an insecure malicious program (an application infected with malware, forged or altered). According to embodiments, the access control application (212-1, 212-2) identifies a program (or access application) requesting transmission of a data packet, and data packets of the unauthorized program are transmitted to the nodes (201-1, 201). -2) It can be prevented from being transmitted outside. In addition, according to embodiments, the access control applications (212-1, 212-2) allow unauthorized access through the security session (220-1) between the access control applications (212-1, 212-2) and the gateway 203. Access to the program's service servers (205-1, 205-2) can be blocked and the program can be isolated.
예를 들어, 실시 예들에 따른 접속 애플리케이션(211-1, 211-2)이 서비스 서버(205-1, 205-2)와 통신하기 이전에 접속 제어 애플리케이션(212-1, 212-2)은 컨트롤러(202)로부터 접속 가능 여부를 확인하고, 접속 가능한 경우 컨트롤러(202)에 의하여 인증된 데이터 패킷을 통해 게이트웨이(203)와 인증을 수행할 수 있다. 인증이 완료되면 접속 제어 애플리케이션(212-1, 212-2)은 게이트웨이(203)와 보안 세션(220-1)을 생성할 수 있다. For example, before the access applications (211-1, 211-2) according to embodiments communicate with the service servers (205-1, 205-2), the access control applications (212-1, 212-2) are connected to the controller. It is possible to check whether connection is possible from 202, and if connection is possible, authentication with the gateway 203 can be performed through a data packet authenticated by the controller 202. Once authentication is completed, the access control application (212-1, 212-2) can create a security session (220-1) with the gateway 203.
접속 제어 애플리케이션(212-1, 212-2)은 서비스 서버(205-1, 205-2)에 접속하기 위해 게이트웨이(203)와 채널을 생성할 수 있다. 노드(201-1, 201-2)와 게이트웨이(203) 사이에 생성된 채널을 통해, 접속 제어 애플리케이션(212-1, 212-2)은 허용되지 않은 접속 애플리케이션(211-1, 211-2)이 허용되지 않은 목적지로 데이터 패킷을 전송하는 것을 방지하고, 허용된 데이터 패킷만이 서비스 서버(205-1, 205-2)로 전송되도록 할 수 있다. The access control application (212-1, 212-2) may create a channel with the gateway 203 to access the service server (205-1, 205-2). Through the channel created between the nodes 201-1 and 201-2 and the gateway 203, the access control applications 212-1 and 212-2 access the unauthorized access applications 211-1 and 211-2. Transmission of data packets to unauthorized destinations can be prevented, and only allowed data packets can be transmitted to the service servers 205-1 and 205-2.
컨트롤러(202)는 예를 들어, 서버(또는, 클라우드 서버, 또는 인트라넷)일 수 있다. 컨트롤러(202)는 노드(201-1, 201-2), 게이트웨이(203), 및 서비스 서버(205-1, 205-2) 간 데이터 전송을 관리함으로써 네트워크 환경 내에서 신뢰되는 데이터 전송을 보장할 수 있다. 예를 들어, 컨트롤러(202)는 정책 정보 또는 블랙리스트 정보를 통해 인가된 노드(201-1, 201-2)(또는, 접속 제어 애플리케이션(212-1, 212-2))의 네트워크 접속을 허용할 수 있다. Controller 202 may be, for example, a server (or cloud server, or intranet). The controller 202 manages data transmission between the nodes 201-1, 201-2, the gateway 203, and the service servers 205-1, 205-2, thereby ensuring reliable data transmission within the network environment. You can. For example, the controller 202 allows authorized nodes 201-1, 201-2 (or access control applications 212-1, 212-2) to access the network through policy information or blacklist information. can do.
또한, 컨트롤러(202)는 접속 제어 애플리케이션(212-1)과 게이트웨이(203) 간 보안 세션(220-1)의 생성을 중개하거나, 노드(201-1) 또는 게이트웨이(203)로부터 수집된 보안 이벤트에 따라서 보안 세션(220-1)을 제거할 수 있다. 접속 제어 애플리케이션(212-1)은 컨트롤러(202)에 의하여 인가된 보안 세션(220-1)을 통해서만 서비스 서버(205-1, 205-2)와 통신할 수 있으며, 인가된 보안 세션(220-1)이 존재하지 않으면 노드(201-1) 및 접속 제어 애플리케이션(212-1)의 네트워크 접속이 차단될 수 있다. Additionally, the controller 202 mediates the creation of a security session 220-1 between the access control application 212-1 and the gateway 203, or provides security events collected from the node 201-1 or the gateway 203. Accordingly, the security session 220-1 can be removed. The access control application (212-1) can communicate with the service servers (205-1, 205-2) only through the security session (220-1) authorized by the controller 202, and the authorized security session (220-1). If 1) does not exist, network access of the node 201-1 and the access control application 212-1 may be blocked.
일 실시 예에서, 접속 애플리케이션(211-1)은 컨트롤러(202)에 의하여 인가된 보안 세션(220-1)을 통해서 서비스 서버(205-1, 205-2)와 통신할 수 있으며, 인가된 보안 세션(220-1)이 존재하지 않으면 접속 애플리케이션(211-2)의 네트워크 접속은 접속 제어 애플리케이션(212-2), 컨트롤러(202) 또는 게이트웨이(203)로부터 차단되거나, 또는 안전을 보장하지 않는 상태에서 네트워크 접속이 허용되고, 컨트롤러(202)는 해당 보안 수준에 적합한 기능을 노드(201-2)에게 제공할 수 있다. 일 실시 예에 따르면, 컨트롤러(202)는 노드(201-1) 또는 접속 제어 애플리케이션(212-1, 212-2)의 네트워크 접속과 연관된 다양한 동작(예: 등록, 승인, 인증, 갱신, 종료)을 수행하기 위하여 접속 제어 애플리케이션(212-1)과 제어 데이터 패킷을 송수신할 수 있다. 제어 데이터 패킷이 전송되는 흐름(예: 230)은 '제어 플로우(control flow)'로 참조될 수 있다. In one embodiment, the access application 211-1 may communicate with the service servers 205-1 and 205-2 through a security session 220-1 authorized by the controller 202, and If the session 220-1 does not exist, the network connection of the access application 211-2 is blocked from the access control application 212-2, the controller 202, or the gateway 203, or is in a state where safety is not guaranteed. Network access is permitted, and the controller 202 can provide the node 201-2 with functions appropriate for the corresponding security level. According to one embodiment, the controller 202 performs various operations (e.g., registration, approval, authentication, renewal, termination) associated with the network connection of the node 201-1 or the access control application 212-1 and 212-2. In order to perform, control data packets can be transmitted and received with the access control application 212-1. The flow through which control data packets are transmitted (e.g., 230) may be referred to as a 'control flow'.
컨트롤러(230)는 접속 제어 애플리케이션(212-1, 212-2)의 네트워크 접속 및 채널 통제를 수행하고, 접속 제어 애플리케이션(212-1, 212-2)이 종료된 경우 또는 연동된 보안 시스템(206)으로부터 수신된 보안 이벤트에 따라, 노드(201-1, 201-2)와 게이트웨이(203) 간의 채널을 즉시 회수함으로써 상시 안전한 네트워크 상태를 유지할 수 있다. The controller 230 performs network access and channel control of the access control applications 212-1 and 212-2, and when the access control applications 212-1 and 212-2 are terminated or the linked security system 206 ), a secure network state can be maintained at all times by immediately recovering the channel between the nodes 201-1 and 201-2 and the gateway 203.
게이트웨이(203)는 노드(201-1, 201-2)가 속하는 네트워크의 경계 또는 서비스 서버(205-1, 205-2)가 속하는 네트워크의 경계에 위치할 수 있다. 일 실시 예에 따르면, 게이트웨이(203)는 클라우드(cloud) 기반으로 컨트롤러(202)와 연결될 수 있다. 게이트웨이(203)는 접속 제어 애플리케이션(212-1, 212-2)으로부터 수신된 데이터 패킷 중에서 인가된 데이터 패킷만을 서비스 서버(205-1, 205-2)로 포워딩할 수 있다. 접속 제어 애플리케이션(212-1, 212-2) 및 게이트웨이(203) 사이에서 데이터 패킷이 전송되는 흐름(예: 240-1, 240-2)은 '데이터 플로우(data flow)'로 참조될 수 있다. The gateway 203 may be located at the border of the network to which the nodes 201-1 and 201-2 belong or at the border of the network to which the service servers 205-1 and 205-2 belong. According to one embodiment, the gateway 203 may be connected to the controller 202 on a cloud basis. The gateway 203 may forward only authorized data packets among the data packets received from the access control applications 212-1 and 212-2 to the service servers 205-1 and 205-2. The flow in which data packets are transmitted between the access control application (212-1, 212-2) and the gateway 203 (e.g., 240-1, 240-2) may be referred to as 'data flow'. .
데이터 플로우는 노드 또는 IP 단위뿐만 아니라 보다 세부적인 단위(예: 애플리케이션 단위)로도 생성될 수 있다. 게이트웨이(203)는 접속 제어 애플리케이션(212-1, 212-2)과 게이트웨이(203) 간 보안 세션(220-1) 생성 이전에 접속 제어 애플리케이션(212-1, 212-2)의 인증을 수행하고, 접속 제어 애플리케이션(212-1, 212-2)으로부터 전송된 데이터 패킷 중 보안 세션(220-1)을 통해 전송된 데이터 패킷만을 서비스 서버(205-1, 205-2)로 포워딩함으로써 무분별한 네트워크 접속을 사전에 차단할 수 있다. Data flows can be created not only on a per-node or per-IP basis, but also on a more granular basis (e.g. per-application). The gateway 203 performs authentication of the access control applications 212-1 and 212-2 before creating a security session 220-1 between the access control applications 212-1 and 212-2 and the gateway 203. , Indiscriminate network access by forwarding only data packets transmitted through the security session 220-1 among the data packets transmitted from the access control applications 212-1 and 212-2 to the service servers 205-1 and 205-2. can be blocked in advance.
게이트웨이(203)는 터널링 모듈(204-1)을 이용하여 노드(201-1, 201-2)와의 채널을 생성하며, 인가된 채널을 통해서 수신된 데이터 패킷을 게이트웨이(203)에 포함된 프록시 서버(204-2)를 통해서 서비스 서버(205-1, 205-2)와의 서비스 처리를 중계함으로써 서비스 서버(205-1, 205-2)가 인증된 노드(201-1, 201-2)로부터 수신된 서비스 요청을 처리할 수 있다.The gateway 203 uses the tunneling module 204-1 to create a channel with the nodes 201-1 and 201-2, and sends data packets received through the authorized channel to the proxy server included in the gateway 203. By relaying service processing with the service servers 205-1 and 205-2 through 204-2, the service servers 205-1 and 205-2 receive information from the authenticated nodes 201-1 and 201-2. Service requests can be processed.
도 2는 다양한 실시 예들에 따라 컨트롤러(202)에 저장된 데이터베이스를 나타내는 기능적 블록도이며, 도 3은 데이터베이스에 포함된 정보 중 제어 플로우 정보(340), 및 데이터 플로우 정보(350)를 나타낸다. FIG. 2 is a functional block diagram showing a database stored in the controller 202 according to various embodiments, and FIG. 3 shows control flow information 340 and data flow information 350 among the information included in the database.
도 2를 참조하면, 컨트롤러(202)는 네트워크 접속 및 데이터 전송의 제어를 위한 데이터베이스(311 내지 319)를 메모리(330)에 저장할 수 있다. 도 2는 메모리(330)만을 도시하지만, 컨트롤러(202)는 외부 전자 장치(예: 도 1의 노드(201-1, 201-2), 게이트웨이(203) 또는 서비스 서버(205-1, 205-2))와 통신을 수행하기 위한 통신 회로(예: 도 4의 통신 회로(430)) 및 컨트롤러(202)의 전반적인 동작을 제어하기 위한 프로세서(예: 도 4의 프로세서(410))를 더 포함할 수 있다. 관리자는 컨트롤러(202)에 접속하여 접속 제어 애플리케이션(212-1, 212-2), 게이트웨이(203), 및 서비스 서버(205-1, 205-2) 간 접속을 제어하기 위한 연결 중심의 정책을 설정할 수 있으므로, 서비스 단에서 세션을 관리하는 것 보다 세밀하고 안전하게 네트워크 접속을 제어할 수 있다. Referring to FIG. 2, the controller 202 may store databases 311 to 319 for controlling network connection and data transmission in the memory 330. Although FIG. 2 shows only the memory 330, the controller 202 can be used to connect external electronic devices (e.g., nodes 201-1 and 201-2 in FIG. 1, gateways 203, or service servers 205-1 and 205- 2))) and a communication circuit for performing communication (e.g., the communication circuit 430 in FIG. 4) and a processor for controlling the overall operation of the controller 202 (e.g., the processor 410 in FIG. 4). can do. The administrator connects to the controller 202 and establishes a connection-oriented policy to control access between the access control applications (212-1, 212-2), the gateway (203), and the service servers (205-1, 205-2). Since it can be set, network access can be controlled more precisely and safely than managing sessions at the service level.
접속 정책 데이터베이스(311)는 식별된 네트워크, 노드, 또는 애플리케이션이 접속 가능한 네트워크 및/또는 서비스에 대한 정보를 포함할 수 있다. 예를 들어, 컨트롤러(202)는 접속 제어 애플리케이션(212-1, 212-2)의 네트워크 접속 요청 시, 접속 정책 데이터베이스(311)의 정책에 기반하여 식별된 네트워크(예: 노드(201-1, 201-2)가 속하는 네트워크), 노드, 사용자(예: 노드(201-1, 201-2)의 사용자), 및/또는 애플리케이션(예: 노드(201-1, 201-2)에 포함되는 접속 애플리케이션(211-1, 211-2))이 서비스 서버(205-1, 205-2)에 접속이 가능한지 여부를 결정할 수 있다. 일 실시 예에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에 기반하여 특정 서비스(예: IP 및 포트)로 접속 가능한 접속 애플리케이션(211-1, 211-2)의 화이트리스트를 생성할 수 있다. The connection policy database 311 may include information about networks and/or services to which an identified network, node, or application can access. For example, when the controller 202 requests network access from the access control applications 212-1 and 212-2, the controller 202 connects to the network identified based on the policy of the access policy database 311 (e.g., nodes 201-1, network to which 201-2) belongs), nodes, users (e.g., users of nodes 201-1, 201-2), and/or applications (e.g., connections included in nodes 201-1, 201-2) It may be determined whether the application (211-1, 211-2) can connect to the service server (205-1, 205-2). In one embodiment, the controller 202 may create a whitelist of connection applications 211-1 and 211-2 that can be connected to a specific service (e.g., IP and port) based on the connection policy database 311. .
채널 정책 데이터베이스(312)는 채널 정책에 따라 접속(connection) 경로 상에서 서비스 서버(도착지 IP 및 포트)의 사이에 존재하는 게이트웨이(203)와의 채널 생성에 필요한 일련의 정보(인증 정보, 암호화 알고리즘, 터널 끝점 IP(Tunnel End Point IP) 등) 및 접속 경로 사이에 타 게이트웨이를 통해 사전에 연결된 채널이 존재하는 경우, 이를 사용하기 위한 일련의 정보(노드(201-1, 201-2)에 할당된 IP 정보 수집 및 대체 처리 여부 등)를 포함할 수 있다. The channel policy database 312 contains a series of information (authentication information, encryption algorithm, tunnel) required to create a channel with the gateway 203 that exists between the service servers (destination IP and port) on the connection path according to the channel policy. If a pre-connected channel exists between the endpoint IP (Tunnel End Point IP) and the access path through another gateway, a set of information to use it (IP assigned to nodes (201-1, 201-2) information collection and alternative processing, etc.).
서비스 정책 데이터베이스(313)는 노드(201-1, 201-2)가 도메인 주소로 접속 시도 시 게이트웨이(203)에 포함되거나, 또는 별도로 분리된 프록시 서버(204-2)를 거쳐서 통과하기 위해 필요한 정보를 포함할 수 있다. 예를 들어, 서비스 정책 데이터베이스(313)는 도메인 주소 해석 정보, 도메인 접속 시 필요로 한 인증서와 같은 정보를 포함할 수 있다. 또한, 서비스 정책 데이터베이스(313)는 데이터 플로우 검사 실패 시 서비스 처리 요청 결과를 실패 정보로 반환하거나 타 URL로 리다이렉션 할지에 대한 정보와 같은 일련의 정보를 포함할 수 있다. 이와 같은 서비스 정책 데이터베이스(313)의 서비스 정책에 따라, 프록시 서버(204-2)는 접속 경로 상에서 노드(201-1, 201-2)와 서비스 서버(205-1, 205-2) 간의 서비스 처리 요청을 중계할 수 있다. The service policy database 313 contains information required for nodes 201-1 and 201-2 to be included in the gateway 203 or pass through a separate proxy server 204-2 when attempting to access a domain address. may include. For example, the service policy database 313 may include information such as domain address resolution information and certificates required for domain access. Additionally, the service policy database 313 may include a series of information such as information on whether to return the service processing request result as failure information or redirect to another URL when the data flow check fails. According to the service policy of the service policy database 313, the proxy server 204-2 processes services between the nodes 201-1 and 201-2 and the service servers 205-1 and 205-2 on the connection path. Requests can be relayed.
파일 정책 데이터베이스(314)는 접속 정책과 연계되며, 접속 애플리케이션(211-1, 211-2)에 대한 파일 정책을 수립하기 위한 정보를 포함할 수 있다. 예를 들어, 파일 정책 데이터베이스(314)는 접속 애플리케이션(211-1, 211-2)의 파일 수신 및 전송을 허용할 것인지 또는 허용하지 않을 것인지에 대한 정보를 포함할 수 있다.The file policy database 314 is linked to the access policy and may include information for establishing a file policy for the access applications 211-1 and 211-2. For example, the file policy database 314 may include information on whether to allow or disallow the connection applications 211-1 and 211-2 to receive and transmit files.
블랙리스트 정책 데이터베이스(315)는 노드(201-1, 201-2) 또는 게이트웨이(203)에서 주기적으로 수집되는 보안 이벤트 중에서 보안 이벤트의 위험도, 발생 주기, 및/또는 행위 분석을 통해 식별된 대상(예: 노드 ID(identifier), IP 주소, MAC(media access control) 주소, 또는 사용자 ID 중 적어도 하나)의 접속을 차단하기 위한 블랙리스트 등록 정책을 포함할 수 있다. The blacklist policy database 315 includes a target ( Example: A blacklist registration policy may be included to block access by at least one of a node ID (identifier), IP address, MAC (media access control) address, or user ID).
블랙리스트 데이터베이스(319)는 블랙리스트 정책 데이터베이스(315)에 의해서 차단된 대상에 대한 목록을 포함할 수 있다. 예를 들어, 컨트롤러(202)는 네트워크 접속을 요청하는 노드(201-1, 201-2)의 식별 정보가 블랙리스트 데이터베이스(319)에 포함되면 네트워크 접속 요청을 거부함으로써 노드(201-1, 201-2)를 격리시킬 수 있다. The blacklist database 319 may include a list of objects blocked by the blacklist policy database 315. For example, if the identification information of the nodes (201-1, 201-2) requesting network access is included in the blacklist database 319, the controller 202 rejects the network access request, thereby allowing the nodes (201-1, 201) to access the network. -2) can be isolated.
제어 플로우 테이블(316)은 접속 제어 애플리케이션(212-1, 212-2)과 컨트롤러(202) 사이에 생성된 제어 데이터 패킷의 흐름(즉, 제어 플로우)을 관리하기 위한 세션 테이블의 일 예이다. The control flow table 316 is an example of a session table for managing the flow (i.e., control flow) of control data packets generated between the access control applications 212-1 and 212-2 and the controller 202.
예를 들어 도 3을 참조하면, 접속 제어 애플리케이션(212-1, 212-2)이 성공적으로 컨트롤러(202)에 접속하는 경우 제어 플로우 정보(340) 및 제어 플로우 ID(342)(또는 '제어 플로우 식별 정보'로도 참조될 수 있다)가 컨트롤러(202)에 의하여 생성될 수 있다. 제어 플로우 정보(340)는 컨트롤러 접속 및 인증 시 식별된 IP, 노드, 애플리케이션, 또는 서비스 서버와의 연계를 통해 추가적으로 식별된 대상 중 적어도 하나를 나타내는 식별 정보(344)를 포함할 수 있다. 예를 들어 접속 제어 애플리케이션(212)의 네트워크 접속 요청이 수신되면, 컨트롤러(202)는 접속 요청에 포함된 제어 플로우 ID 및 식별 정보를 제어 플로우 정보(340)에 포함된 제어 플로우 ID(342) 및 식별 정보(344)와 매핑함으로써 접속 제어 애플리케이션(212-1, 212-2)의 서비스 서버(205-1, 205-2)에 대한 접속 가능 여부 및 게이트웨이(203)와의 보안 세션(220-1) 생성을 위한 데이터 플로우 생성 가능 여부를 결정할 수 있다. 상태 정보(346)는 제어 플로우의 생성, 인증, 갱신, 종료 등과 같은 다양한 상태를 나타낼 수 있다. For example, referring to Figure 3, when the access control application (212-1, 212-2) successfully connects to the controller 202, control flow information 340 and control flow ID 342 (or 'control flow (may also be referred to as 'identification information') may be generated by the controller 202. The control flow information 340 may include identification information 344 representing at least one of an IP identified during controller connection and authentication, a node, an application, or a target additionally identified through linkage with a service server. For example, when a network connection request from the access control application 212 is received, the controller 202 combines the control flow ID and identification information included in the connection request with the control flow ID 342 and the control flow information 340 included in the control flow information 340. By mapping with the identification information 344, whether the access control application (212-1, 212-2) can connect to the service server (205-1, 205-2) and the security session (220-1) with the gateway (203) You can decide whether or not it is possible to create a data flow for creation. Status information 346 may indicate various states such as creation, authentication, update, termination, etc. of a control flow.
일 실시 예에 따르면, 제어 플로우는 만료 시간을 가지므로, 노드(201-1, 201-2)는 시간 정보(348)에 기반하여 제어 플로우의 만료 시간을 갱신해야 하며, 일정 시간 동안에 만료 시간이 갱신되지 않으면 제어 플로우(또는, 제어 플로우 정보(340))는 제거될 수 있다. 또한, 노드(201-1, 201-2), 접속 제어 애플리케이션(212-1, 212-2), 다른 보안 애플리케이션(미도시), 또는 게이트웨이로(203)부터 수집된 보안 이벤트에 따라서 즉각적인 접속 차단이 필요하다고 결정되거나, 이들로부터 접속 종료 요청이 수신되면, 컨트롤러(202)는 제어 플로우를 제거할 수 있다. 제어 플로우가 제거되면 관련된 데이터 플로우 또한 제거되며, 게이트웨이(203)는 접속 제어 애플리케이션(212-1, 212-2) 또는 접속 애플리케이션(211-1, 211-2)의 서비스 서버(205-1, 205-2)에 대한 접속을 차단할 수 있다. According to one embodiment, since the control flow has an expiration time, the nodes 201-1 and 201-2 must update the expiration time of the control flow based on the time information 348, and the expiration time is set for a certain period of time. If not updated, the control flow (or control flow information 340) may be removed. In addition, immediate access is blocked according to security events collected from nodes 201-1, 201-2, access control applications 212-1, 212-2, other security applications (not shown), or gateway 203. If it is determined that this is necessary, or if a connection termination request is received from them, the controller 202 may remove the control flow. When the control flow is removed, the related data flow is also removed, and the gateway 203 connects the service servers 205-1 and 205 of the access control applications 212-1 and 212-2 or the access applications 211-1 and 211-2. Access to -2) can be blocked.
데이터 플로우 테이블(317)은 노드(201-1, 201-2)와 게이트웨이(203) 사이에 세부적인 데이터 패킷이 전송되는 흐름(예: 데이터 플로우)을 관리하기 위한 테이블이다. The data flow table 317 is a table for managing the flow (eg, data flow) in which detailed data packets are transmitted between the nodes 201-1 and 201-2 and the gateway 203.
데이터 플로우 테이블(317)은 출발지 노드(201-1, 201-2)의 애플리케이션 및 게이트웨이(203), 목적지 서비스 서버(205-1, 205-2)의 채널 및 세션을 관리하기 위한 데이터 플로우 정보(350)를 포함할 수 있다. The data flow table 317 contains data flow information ( 350) may be included.
데이터 플로우 정보(350)는 보안 세션, 애플리케이션, 또는 보다 세부적인 단위로 생성될 수 있다. 데이터 플로우 테이블(317)은 출발지로부터 전송된 데이터 패킷이 인가된 데이터 패킷인지를 식별하기 위한 애플리케이션 ID, 도착지 IP 주소, 및/또는 서비스 포트를 포함할 수 있다. Data flow information 350 may be generated on a security session, application, or more granular basis. The data flow table 317 may include an application ID, destination IP address, and/or service port to identify whether the data packet transmitted from the source is an authorized data packet.
도 3을 참조하면, 데이터 플로우 정보(350)는 데이터 플로우 ID(351)와 데이터 플로우가 제어 플로우에 종속되는 경우에는 제어 플로우 ID(352)를 포함할 수 있다. 또한, 데이터 플로우 정보(350)는 애플리케이션과 게이트웨이(203) 사이에 채널이 생성되었는지 여부 및 프록시 서버(204-2)를 통해서 서비스 서버(205-1, 205-2)에 접속하는 경우 해당 데이터 패킷의 출발지 IP 및 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보(식별 정보 포함), 서비스 요청 경로(URL)에 따라 서비스 요청을 제어하기 위한 URL 정보 및 도메인 정보를 기반으로 데이터 패킷의 포워딩을 판단하기 위한 검사 대상 정보(353), 및/또는 데이터 플로우가 사용 가능한 유효한 상태인지 여부를 나타내는 상태 정보(356)를 포함할 수 있다. Referring to FIG. 3, the data flow information 350 may include a data flow ID 351 and, if the data flow is dependent on the control flow, a control flow ID 352. In addition, the data flow information 350 determines whether a channel has been created between the application and the gateway 203 and the corresponding data packet when accessing the service servers 205-1 and 205-2 through the proxy server 204-2. Determine forwarding of data packets based on URL information and domain information to control service requests according to source IP and destination IP, service port information, protocol information, certificate information (including identification information), and service request path (URL). It may include inspection target information 353 for performing the test, and/or status information 356 indicating whether the data flow is in a valid usable state.
또한, 데이터 플로우 정보(350)는 파일 IO 정보(354)를 더 포함할 수 있다. 파일 IO 정보(354)는 애플리케이션의 파일 수신 가능 여부, 파일 전송 가능 여부, 파일 IO 처리 예외 등의 제어 정보와 해당 제어 정보에 따른 제어가 적용되는 도메인 및 URL 등의 대상 정보를 포함할 수 있다. Additionally, the data flow information 350 may further include file IO information 354. The file IO information 354 may include control information such as whether the application can receive files, whether files can be transmitted, file IO processing exceptions, and target information such as domains and URLs to which control according to the control information is applied.
또한, 데이터 플로우 정보(350)는 파일 검사 정보(355)를 더 포함할 수 있다. 파일 검사 정보(355)는 파일의 송신(업로드) 시, 또는 수신(다운로드) 시 파일 검사를 수행할 것인지 여부에 따라 프록시 서버(204-1) 또는 프록시 서버(204-1)에 연결된 애플리케이션의 대상 파일을 검사하고 파일 다운로드 및 업로드를 허용할 것인지 여부 및 파일 검사 시 적용할 패턴 및 룰 정보, 외부 애플리케이션(예: 백신, 멀웨어 탐지 도구, 데이터 손실 방지(Data Loss Prevention) 기술 등) 및 외부 기기와 연계하여 검사하기 위한 정보 등 다운로드 또는 업로드를 할 수 없는 파일을 검출하기 위한 일련의 정보를 포함할 수 있다. Additionally, the data flow information 350 may further include file inspection information 355. The file inspection information 355 is the proxy server 204-1 or the target of the application connected to the proxy server 204-1, depending on whether to perform the file inspection when sending (uploading) or receiving (downloading) the file. Whether to scan files and allow file downloads and uploads, pattern and rule information to be applied when scanning files, external applications (e.g. antivirus, malware detection tools, data loss prevention technology, etc.) and external devices It may contain a series of information to detect files that cannot be downloaded or uploaded, such as information for linked inspection.
채널 테이블(318)은 노드(201-1 또는 201-2)에 할당된 채널 전용 IP 및 채널 생성 정보를 포함할 수 있다.The channel table 318 may include a channel dedicated IP assigned to the node 201-1 or 201-2 and channel creation information.
도 4는 다양한 실시 예들에 따른 노드(201)의 기능적 블록도를 나타낸다. 도 4에 도시된 구성들 중 적어도 일부는 컨트롤러(202), 게이트웨이(203-1, 203-2), 또는 서비스 서버(205-1, 205-2)에 적용될 수 있다. Figure 4 shows a functional block diagram of the node 201 according to various embodiments. At least some of the configurations shown in FIG. 4 may be applied to the controller 202, the gateways 203-1 and 203-2, or the service servers 205-1 and 205-2.
도 4를 참조하면, 노드(201)는 프로세서(410), 메모리(420), 및 통신 회로(430)를 포함할 수 있다. 일 실시 예에 따르면, 노드(201)는 사용자 인터페이스를 제공하기 위하여 디스플레이(440)를 더 포함할 수 있다. Referring to FIG. 4 , the node 201 may include a processor 410, a memory 420, and a communication circuit 430. According to one embodiment, the node 201 may further include a display 440 to provide a user interface.
프로세서(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) 중 적어도 하나를 포함할 수 있다. The processor 410 can control the overall operation of the node. In various embodiments, the processor 410 may include one processor core (single core) or may include a plurality of processor cores. For example, the processor 410 may include multi-core, such as dual-core, quad-core, or hexa-core. Depending on embodiments, the processor 410 may further include a cache memory located internally or externally. Depending on embodiments, the processor 410 may be configured with one or more processors. For example, the processor 410 may include at least one of an application processor, a communication processor, or a graphical processing unit (GPU).
프로세서(410)의 전부 또는 일부는 노드(201) 내의 다른 구성 요소(예를 들면, 메모리(420), 통신 회로(430), 또는 디스플레이(440))와 전기적으로(electrically) 또는 작동적으로(operatively) 결합(coupled with)되거나 연결될(connected to) 수 있다. 프로세서(410)는 다른 구성 요소들의 명령을 수신할 수 있고, 수신된 명령을 해석할 수 있으며, 해석된 명령에 따라 계산을 수행하거나 데이터를 처리할 수 있다. 프로세서(410)는 메모리(420), 통신 회로(430), 또는 디스플레이(440)로부터 수신되는 메시지, 데이터, 명령어, 또는 신호를 해석할 수 있고, 가공할 수 있다. 프로세서(410)는 수신된 메시지, 데이터, 명령어, 또는 신호에 기반하여 새로운 메시지, 데이터, 명령어, 또는 신호를 생성할 수 있다. 프로세서(410)는 가공되거나 생성된 메시지, 데이터, 명령어, 또는 신호를 메모리(420), 통신 회로(430), 또는 디스플레이(440)에게 제공할 수 있다. All or a portion of processor 410 may be electrically or operationally connected to other components within node 201 (e.g., memory 420, communication circuitry 430, or display 440). Can be coupled with or connected to operatively. The processor 410 may receive instructions from other components, interpret the received instructions, and perform calculations or process data according to the interpreted instructions. 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. Processor 410 may generate new messages, data, instructions, or signals based on received messages, data, instructions, or signals. Processor 410 may provide processed or generated messages, data, instructions, or signals to memory 420, communication circuit 430, or display 440.
프로세서(410)는 프로그램에서 생성되거나 발생되는 데이터 또는 신호를 처리할 수 있다. 예를 들면, 프로세서(410)는 프로그램을 실행하거나 제어하기 위해 메모리(420)에게 명령어, 데이터 또는 신호를 요청할 수 있다. 프로세서(410)는 프로그램을 실행하거나 제어하기 위해 메모리(420)에게 명령어, 데이터, 또는 신호를 기록(또는 저장)하거나 갱신할 수 있다. The processor 410 can 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 to the memory 420 in order to execute or control a program.
메모리(420)는 노드를 제어하는 명령어, 제어 명령어 코드, 제어 데이터, 또는 사용자 데이터를 저장할 수 있다. 예를 들면, 메모리(420)는 애플리케이션 프로그램, 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)를 더 포함할 수 있다. The memory 420 may store commands for controlling nodes, control command codes, control data, or user data. For example, the memory 420 may include at least one of an application program, an operating system (OS), middleware, or a device driver. Memory 420 may include one or more of volatile memory or 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). It can be included. Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), flash memory, etc. The memory 420 uses non-volatile media such as a hard disk drive (HDD), solid state disk (SSD), embedded multi media card (eMMC), and universal flash storage (UFS). More may be included.
일 실시 예에 따르면, 메모리(420)는 도 1의 접속 애플리케이션(211-1, 211-2) 및 접속 제어 애플리케이션(212-1, 212-2)을 저장할 수 있다. 접속 제어 애플리케이션(212-1, 212-2)은 게이트웨이(203)와의 네트워크 접속 및 보안 세션(220-1) 생성과, 컨트롤러(202)와의 제어 플로우 생성 및 갱신 기능을 수행할 수 있다. 이를 위하여 접속 제어 애플리케이션(212)은 하나 이상의 보안 모듈을 포함할 수 있다. 일 실시 예에서, 메모리(420)는 도 3의 제어 플로우 정보(340) 및 데이터 플로우 정보(350)를 저장할 수 있다. According to one embodiment, the memory 420 may store the access applications 211-1 and 211-2 and the access control applications 212-1 and 212-2 of FIG. 1 . The access control applications 212-1 and 212-2 may perform network connection and security session creation with the gateway 203 and control flow creation and update functions with the controller 202. To this end, the access control application 212 may include one or more security modules. In one embodiment, the memory 420 may store the control flow information 340 and data flow information 350 of FIG. 3 .
일 실시 예에서, 접속 애플리케이션(211-1, 211-2)은 게이트웨이(203)와의 보안 세션(220-1) 생성을 위하여 하나 이상의 보안 모듈을 포함할 수 있다.In one embodiment, the connection applications 211-1 and 211-2 may include one or more security modules to create a secure session 220-1 with the gateway 203.
통신 회로(430)는 노드(201)와 외부 전자 장치(예: 컨트롤러(202) 또는 게이트웨이(203)) 간의 유선 또는 무선 통신 연결의 수립, 및 수립된 연결을 통한 통신 수행을 지원할 수 있다. 일 실시 예에 따르면, 통신 회로(430)는 무선 통신 회로(예: 셀룰러 통신 회로, 근거리 무선 통신 회로, 또는 GNSS(global navigation satellite system) 통신 회로) 또는 유선 통신 회로(예: LAN(local area network) 통신 회로, 또는 전력선 통신 회로)를 포함하고, 그 중 해당하는 통신 회로를 이용하여 블루투스, WiFi direct 또는 IrDA(infrared data association) 같은 근거리 통신 네트워크 또는 셀룰러 네트워크, 인터넷, 또는 컴퓨터 네트워크와 같은 원거리 통신 네트워크를 통하여 외부 전자 장치와 통신할 수 있다. 상술한 여러 종류의 통신 회로(430)는 하나의 칩으로 구현되거나 또는 각각 별도의 칩으로 구현될 수 있다. Communication circuitry 430 may support establishing a wired or wireless communication connection between node 201 and an external electronic device (e.g., controller 202 or gateway 203), and performing communication over the established connection. According to one embodiment, the communication circuit 430 may be a wireless communication circuit (e.g., a cellular communication circuit, a short-range wireless communication circuit, or a global navigation satellite system (GNSS) communication circuit) or a wired communication circuit (e.g., a local area network (LAN) ) communication circuit, or power line communication circuit), and using the corresponding communication circuit, a short-range communication network such as Bluetooth, WiFi direct, or IrDA (infrared data association) or a long-distance communication such as a cellular network, the Internet, or a computer network It can communicate with external electronic devices through a network. The various types of communication circuits 430 described above may be implemented as one chip or may be implemented as separate chips.
디스플레이(440)는, 컨텐츠, 데이터, 또는 신호를 출력할 수 있다. 다양한 실시 예들에서, 디스플레이(440)는 프로세서(410)에 의해 가공된 이미지 데이터를 표시할 수 있다. 실시 예들에 따라, 디스플레이(440)는 터치 입력 등을 수신할 수 있는 복수의 터치 센서들(미도시)과 결합됨으로써, 일체형의 터치 스크린(touch screen)으로 구성될(configured with) 수도 있다. 디스플레이(440)가 터치 스크린으로 구성되는 경우, 복수의 터치 센서들은, 디스플레이(440) 위에 배치되거나, 디스플레이(440) 아래에 배치될 수 있다.The display 440 can output content, data, or signals. In various embodiments, the display 440 may display image data processed by the processor 410. Depending on embodiments, the display 440 may be configured with an integrated touch screen by being combined with a plurality of touch sensors (not shown) capable of receiving touch input, etc. When the display 440 is configured as a touch screen, a plurality of touch sensors may be placed above the display 440 or below the display 440.
도 5는 다양한 실시 예들에 따라 데이터 패킷의 전송을 제어하는 동작을 설명한다. Figure 5 explains an operation for controlling transmission of data packets according to various embodiments.
도 5를 참조하면, 접속 제어 애플리케이션(212)은 노드(201)에 포함된 접속 애플리케이션(211)으로부터 서비스 서버(205)에 대한 네트워크 접속 요청을 감지하고, 노드(201) 또는 접속 제어 애플리케이션(212)이 컨트롤러(202)와 접속된 상태인지 여부를 결정할 수 있다. 노드(201) 또는 접속 제어 애플리케이션(212)이 컨트롤러(202)와 접속된 상태가 아닌 경우, 접속 제어 애플리케이션(212)은 운영체제가 포함되는 커널이나 네트워크 드라이버에서 데이터 패킷의 전송을 차단할 수 있다. 접속 제어 애플리케이션(212)을 통해, 노드(201)는 OSI(open system interconnection) 7 계층 중 응용 계층에서 악의적인 애플리케이션의 접속을 사전에 차단할 수 있다.Referring to FIG. 5, the access control application 212 detects a network connection request to the service server 205 from the access application 211 included in the node 201, and connects the node 201 or the access control application 212. ) can be determined whether it is connected to the controller 202. If the node 201 or the access control application 212 is not connected to the controller 202, the access control application 212 may block the transmission of data packets in the kernel or network driver included in the operating system. Through the access control application 212, the node 201 can block access of malicious applications in advance at the application layer of the 7 layers of open system interconnection (OSI).
일 실시 예에서, 접속 제어 애플리케이션(212)이 컨트롤러(202)와 접속된 상태가 아니거나, 접속 제어 애플리케이션(212)이 게이트웨이(203)에 의하여 인증되지 않았거나, 또는 접속 제어 애플리케이션(212)과 게이트웨이(203) 간 보안 세션이 생성되지 않은 경우, 접속 제어 애플리케이션(212)으로부터 전송되는 데이터 패킷은 게이트웨이(203)에 의하여 차단되며 접속 제어 애플리케이션(212)은 컨트롤러(202)로 접속을 요청할 수 있을 뿐이다. 실시 예에 따라서, 접속 제어 애플리케이션(212)이 게이트웨이(203)에 의하여 인증되지 않아도 접속 제어 애플리케이션(212)으로부터 전송되는 데이터 패킷은 게이트웨이(203)에 의하여 차단되지 않는 경우가 존재할 수 있다.In one embodiment, the access control application 212 is not connected to the controller 202, the access control application 212 is not authenticated by the gateway 203, or the access control application 212 is not connected to the controller 202. If a security session is not created between the gateways 203, data packets transmitted from the access control application 212 are blocked by the gateway 203, and the access control application 212 may request a connection to the controller 202. It's just that. Depending on the embodiment, there may be cases where data packets transmitted from the access control application 212 are not blocked by the gateway 203 even if the access control application 212 is not authenticated by the gateway 203.
다른 실시 예에 따르면, 노드(201)에 접속 제어 애플리케이션(212)이 설치되지 않거나 악성 애플리케이션이 접속 제어 애플리케이션(212)의 제어를 우회하는 경우, 비인가된 데이터 패킷이 노드(201)로부터 전송될 수 있다. 이 경우, 네트워크의 경계에 존재하는 게이트웨이(203)는 인가되지 않은 보안 세션으로 수신되는 데이터 패킷 및 데이터 플로우가 존재하지 않는 데이터 패킷을 차단하므로 노드(201)로부터 송신된 데이터 패킷(예: TCP 세션 생성을 위한 데이터 패킷)은 서비스 서버(205)에 도달하지 않을 수 있다. 다시 말해, 노드(201)는 서비스 서버(205)로부터 격리될 수 있다.According to another embodiment, if the access control application 212 is not installed on the node 201 or a malicious application bypasses the control of the access control application 212, unauthorized data packets may be transmitted from the node 201. there is. In this case, the gateway 203 located at the border of the network blocks data packets received through unauthorized security sessions and data packets for which no data flow exists, so data packets transmitted from the node 201 (e.g. TCP session data packet for generation) may not reach the service server 205. In other words, the node 201 may be isolated from the service server 205.
도 6은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 신호 흐름도를 나타낸다. Figure 6 shows a signal flow diagram for controller connection according to various embodiments.
노드(201)가 네트워크에 접속하기 위해서는 컨트롤러(202)에 의하여 인가될 필요가 있으므로, 노드(201)의 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 제어 플로우의 생성을 요청함으로써 노드(201)의 컨트롤러 접속을 시도할 수 있다. Since the node 201 needs to be authorized by the controller 202 to access the network, the access control application 212 of the node 201 requests the controller 202 to create a control flow, thereby controlling the node 201. You can try to connect to the controller.
도 6을 참조하면, 동작 605에서, 노드(201)는 컨트롤러 접속 이벤트를 감지할 수 있다. 예를 들어, 노드(201) 내에서 접속 제어 애플리케이션(212)이 설치 및/또는 실행되면, 노드(201)는 컨트롤러(202)에 대한 접속이 요청됨을 감지할 수 있다. Referring to Figure 6, at operation 605, node 201 may detect a controller connection event. For example, if the connection control application 212 is installed and/or executed within node 201, node 201 may detect that a connection to controller 202 is requested.
동작 610에서, 노드(201)는 컨트롤러(202)에게 컨트롤러 접속을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 접속 제어 애플리케이션(212)의 식별 정보를 컨트롤러(202)에게 전송할 수 있다. 추가적으로, 접속 제어 애플리케이션(212)은 노드(201)의 식별 정보(예: 단말 ID, IP 주소, MAC 주소), 종류, 위치, 환경, 노드(201)가 속하는 네트워크의 식별 정보, 및/또는 네트워크 시스템에 의하여 자체적으로 생성된 임의의 식별 정보를 더 전송할 수 있다. In operation 610, the node 201 may request controller connection to the controller 202. For example, the access control application 212 may transmit identification information of the access control application 212 to the controller 202. Additionally, the access control application 212 may include identification information of the node 201 (e.g., terminal ID, IP address, MAC address), type, location, environment, identification information of the network to which the node 201 belongs, and/or the network. Random identification information generated by the system itself may be further transmitted.
동작 615에서, 컨트롤러(202)는 컨트롤러 접속을 요청한 대상(예: 접속 제어 애플리케이션(212) 및 노드(201))의 컨트롤러 접속 가능 여부를 확인(identify)할 수 있다. 일 실시 예에 따르면, 컨트롤러(202)는 노드(201)로부터 수신된 정보가 접속 정책 데이터베이스(311)에 포함되는지 여부 또는, 노드(201), 노드(201)가 속한 네트워크, 및/또는 접속 제어 애플리케이션(212)의 식별 정보가 블랙리스트 데이터베이스(314)에 포함되는지 여부 중 적어도 하나에 기반하여 컨트롤러 접속을 요청한 대상의 컨트롤러 접속 가능 여부를 확인할 수 있다. In operation 615, the controller 202 may identify whether the controller connection request (e.g., the connection control application 212 and the node 201) can be connected to the controller. According to one embodiment, the controller 202 determines whether information received from the node 201 is included in the connection policy database 311, or controls the node 201, the network to which the node 201 belongs, and/or access control. It is possible to check whether the controller connection request of the object requesting controller connection is possible based on at least one of whether the identification information of the application 212 is included in the blacklist database 314.
컨트롤러 접속을 요청한 대상의 컨트롤러 접속이 가능하면, 컨트롤러(202)는 노드(201)(또는, 접속 제어 애플리케이션(212))와 컨트롤러(202) 간 제어 플로우(또는 제어 플로우 정보(340))를 생성할 수 있다. 이 경우, 컨트롤러(202)는 난수 형태로 제어 플로우 식별 정보(342)를 생성하고, 노드(201), 노드(201)가 속한 네트워크, 또는 접속 제어 애플리케이션(212) 중 적어도 하나의 식별 정보를 제어 플로우 테이블(316)에 저장할 수 있다. 제어 플로우 테이블(316)에 저장된 정보(예: 제어 플로우 정보(340))는 노드(201)의 사용자 인증, 노드(201)의 정보 업데이트, 노드(201)의 네트워크 접속을 위한 정책 확인, 및/또는 유효성 검사에 이용될 수 있다. If the controller connection request is possible, the controller 202 creates a control flow (or control flow information 340) between the node 201 (or the connection control application 212) and the controller 202. can do. In this case, the controller 202 generates control flow identification information 342 in the form of a random number and controls the identification information of at least one of the node 201, the network to which the node 201 belongs, or the access control application 212. It can be stored in the flow table 316. Information (e.g., control flow information 340) stored in the control flow table 316 is used for user authentication of the node 201, update of information of the node 201, confirmation of policy for network access of the node 201, and/ Or it can be used for validation.
동작 620에서, 컨트롤러(202)는 접속 정책 및 채널 정책을 확인할 수 있다. 컨트롤러(202)는 접속 정책 데이터베이스(311)에서 식별된 정보(예: 노드(201), 노드(201)가 속하는 출발지 네트워크 정보)와 대응되는 접속 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 접속 정책에 기초하여 접속 가능한 애플리케이션의 화이트리스트 정보를 생성할 수 있다. 컨트롤러(202)는 채널 정책 데이터베이스(312)에서 식별된 노드(201)의 IP를 통해 채널 정책을 확인할 수 있다. 컨트롤러(202)는 접속 요청한 노드(201)가 기본적으로 연결될 수 있는 목적지 네트워크 정보가 존재하는지 확인할 수 있다. 컨트롤러 접속을 요청한 대상의 컨트롤러 접속이 가능하면, 컨트롤러(202)는 노드(201)가 목적지 네트워크에 접속하기 위해 필요한 정보(예: 제어 플로우에 포함된 노드(201)의 종류, 위치 정보, 환경 및 노드(201)가 포함되어 있는 출발지 네트워크의 정보)와 노드(201)가 연결될 수 있는 채널 종류와 게이트웨이(203)의 정보를 목록화할 수 있다. 컨트롤러(202)는 목록화된 게이트웨이(203)의 상태(예: 처리량, 장애 여부)를 확인하여 목록화된 게이트웨이 중에서 노드(201)에 최적화된 하나의 채널 및 하나의 게이트웨이를 식별할 수 있다. 여기에서, 노드(201)가 연결될 수 있는 채널 종류와 게이트웨이(203)의 정보는 컨트롤러(202)를 통해서 식별된 노드(201)의 IP 및 노드(201)에서 식별된 노드(201)의 IP에 기초하여 확인될 수 있다. At operation 620, the controller 202 may check the connection policy and channel policy. The controller 202 may check the connection policy corresponding to the information identified in the connection policy database 311 (e.g., information about the node 201 and the source network to which the node 201 belongs). The controller 202 may generate whitelist information of accessible applications based on the confirmed access policy. The controller 202 can check the channel policy through the IP of the node 201 identified in the channel policy database 312. The controller 202 can check whether there is destination network information to which the node 201 requesting connection can basically connect. If the controller connection request is possible, the controller 202 provides the information necessary for the node 201 to connect to the destination network (e.g., the type of node 201 included in the control flow, location information, environment, and Information on the source network that includes the node 201), the type of channel to which the node 201 can be connected, and information on the gateway 203 can be listed. The controller 202 may check the status (e.g., throughput, failure status) of the listed gateways 203 and identify one channel and one gateway optimized for the node 201 among the listed gateways. Here, the type of channel to which the node 201 can be connected and the information on the gateway 203 are based on the IP of the node 201 identified through the controller 202 and the IP of the node 201 identified in the node 201. It can be confirmed based on
다른 실시 예에서, 컨트롤러(202)는 동작 620을 수행하지 않을 수 있다. 예를 들어, 접속을 요청한 대상의 컨트롤러 접속이 가능하지 않으면, 컨트롤러(202)는 동작 620을 수행하지 않을 수 있다.In another embodiment, controller 202 may not perform operation 620. For example, if the controller for which connection is requested is not available, the controller 202 may not perform operation 620.
동작 625에서, 컨트롤러(202)는 컨트롤러 접속 요청에 대한 응답을 노드(201)에게 전송할 수 있다. In operation 625, the controller 202 may transmit a response to the controller connection request to the node 201.
일 실시 예에서, 컨트롤러(202)는 컨트롤러 접속 요청에 대한 응답으로 제어 플로우 식별 정보(342)가 포함된 제어 플로우 정보(340)를 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는, 동작 820의 수행을 통하여 생성된 화이트 리스트를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 컨트롤러 접속을 요청한 대상이 접속 불가능하거나 블랙리스트에 포함된 경우, 컨트롤러(202)는 제어 플로우를 생성하지 않고, 컨트롤러 접속 요청에 대한 응답으로 컨트롤러 접속 불가를 통보할 수 있다. In one embodiment, the controller 202 may transmit control flow information 340 including control flow identification information 342 to the node 201 in response to a controller connection request. In one embodiment, the controller 202 may transmit the white list created through operation 820 to the access control application 212. Depending on the embodiment, if the object requesting controller connection is unavailable or included in the blacklist, the controller 202 may not generate a control flow and may notify the controller 202 of the inability to connect in response to the controller connection request.
노드(201)가 접속 가능한 채널 및 게이트웨이가 존재하는 경우, 컨트롤러(202)는 노드(201)가 채널을 생성하기 위한 정보(예: 게이트웨이 및 채널 인증 등의 일련의 정보)를 노드(201)에 전송할 수 있다. 실시 예에 따라, 노드(201)가 속한 출발지 네트워크에 존재하는 게이트웨이와 목적지 네트워크 경계에 존재하는 게이트웨이 사이의 사전에 연결된 채널을 통해서 노드(201)가 접속하는 경우(즉, 노드(201)와 게이트웨이(203) 사이에 채널이 생성되지 않는 경우), 또는 단말과 목적지 네트워크 경계 사이에 타 채널 기술을 통해서 접속 하는 경우, 컨트롤러(202)는 별도의 채널 생성 정보를 노드(201)에 전송하지 않을 수 있다.If there is a channel and a gateway that the node 201 can access, the controller 202 sends the node 201 information for creating a channel (e.g., a series of information such as gateway and channel authentication) to the node 201. Can be transmitted. Depending on the embodiment, when the node 201 connects through a pre-connected channel between a gateway existing in the source network to which the node 201 belongs and a gateway existing at the border of the destination network (i.e., the node 201 and the gateway (203), or when access is made between the terminal and the destination network boundary through another channel technology, the controller 202 may not transmit separate channel creation information to the node 201. there is.
일 실시 예에서, 노드(201)는 수신된 응답에 따라서 결과값을 처리할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 수신된 제어 플로우 식별 정보를 저장하고, 컨트롤러 접속이 완료됨을 나타내는 사용자 인터페이스 화면을 사용자에게 표시할 수 있다. 컨트롤러 접속이 완료되면, 노드(201)의 서비스 서버(205)에 대한 네트워크 접속 요청은 컨트롤러(202)에 의하여 통제될 수 있다. In one embodiment, node 201 may process the results according to the received response. For example, the connection control application 212 may store the received control flow identification information and display a user interface screen to the user indicating that the controller connection is complete. Once the controller connection is completed, the network connection request of the node 201 to the service server 205 can be controlled by the controller 202.
실시 예에 따라서, 컨트롤러(202)는 노드(201)가 접속이 불가능한 것으로 결정할 수 있다. 예를 들어, 컨트롤러 접속 불가 정보가 수신되면 노드(201)는 컨트롤러 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 사용자에게 출력할 수 있다. 예를 들어, 사용자 인터페이스 화면은 노드(201)의 접속이 차단됨을 나타내고, 관리자(예: 컨트롤러(202))를 통한 격리 해제를 가이드 하는 사용자 인터페이스를 포함할 수 있다.Depending on the embodiment, the controller 202 may determine that the node 201 is inaccessible. For example, when controller connection inaccessibility information is received, the node 201 may output a user interface screen to the user indicating that the controller connection is not possible. For example, the user interface screen indicates that access to the node 201 is blocked and may include a user interface that guides the release of isolation through an administrator (e.g., the controller 202).
일 실시 예에서, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 630 내지 동작 650을 더 수행할 수 있다. 실시 예에 따라, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 630 내지 동작 670을 전부 또는 일부만 수행할 수 있다.In one embodiment, the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 630 to 650. Depending on the embodiment, the access control application 212, the controller 202, and the gateway 203 of the node 201 may perform all or only part of operations 630 to 670.
동작 630에서, 접속 제어 애플리케이션(212)은 채널 생성이 필요한지를 판단할 수 있다. 예를 들어, 컨트롤러(202)가 채널을 생성하기 위한 정보(예: 게이트웨이 및 채널 인증 등의 일련의 정보)를 전송한 경우, 접속 제어 애플리케이션(212)은 채널 생성이 필요한 것으로 판단할 수 있다. 다른 예를 들어, 컨트롤러(202)가 별도의 채널 생성 정보를 노드(201)에 전송하지 않는 경우, 접속 제어 애플리케이션(212)은 채널 생성이 필요하지 않은 것으로 판단할 수 있다.At operation 630, the access control application 212 may determine whether channel creation is necessary. For example, when the controller 202 transmits information for creating a channel (eg, a series of information such as gateway and channel authentication), the access control application 212 may determine that channel creation is necessary. For another example, when the controller 202 does not transmit separate channel creation information to the node 201, the access control application 212 may determine that channel creation is not necessary.
동작 635에서, 접속 제어 애플리케이션(212)은 게이트웨이(203)에게 채널 생성을 요청할 수 있다. 채널 생성이 필요한 것으로 판단된 경우, 접속 제어 애플리케이션(212)은 게이트웨이(203)에게 채널 생성을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 수신한 채널 생성을 위한 일련의 정보(예: 게이트웨이 및 채널 인증 등)를 포함하는 채널 생성 요청을 게이트웨이(203)에게 전송할 수 있다. In operation 635, the access control application 212 may request the gateway 203 to create a channel. If it is determined that channel creation is necessary, the access control application 212 may request the gateway 203 to create a channel. For example, the access control application 212 may transmit to the gateway 203 a channel creation request including a series of information for channel creation (eg, gateway and channel authentication, etc.) received from the controller 202.
동작 640에서, 게이트웨이(203)는 채널 생성을 위한 일련의 정보(예: 게이트웨이 및 채널 인증 등)에 기초하여 채널을 생성할 수 있다. 동작 645에서, 게이트웨이(203)는 접속 제어 애플리케이션(212)에게 채널 생성 결과를 포함하는 응답을 전송할 수 있다. 채널 생성 결과는 노드(201)에 할당된 채널 전용 IP 및 해당 채널 생성 정보를 포함할 수 있다. In operation 640, the gateway 203 may create a channel based on a series of information for channel creation (eg, gateway and channel authentication, etc.). In operation 645, the gateway 203 may transmit a response including the channel creation result to the access control application 212. The channel creation result may include a channel dedicated IP assigned to the node 201 and corresponding channel creation information.
동작 650에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 채널 생성이 필요하지 않은 것으로 판단된 경우, 또는 게이트웨이(203)로부터 채널 생성 결과를 포함하는 응답을 수신한 경우, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 화이트 리스트가 수신된 경우에, 화이트 리스트에 포함되어 있는 애플리케이션이 노드(201)에 설치되어 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에 설치된 애플리케이션 중 화이트 리스트에 포함된 애플리케이션의 경우, 유효성 검사 정책에 따라 애플리케이션의 무결성 및 안정성 여부(애플리케이션 위조 및 변조 여부, 코드 사이닝 검사, 핑거 프린트 검사 중 적어도 하나)를 검사할 수 있다.At operation 650, the access control application 212 may perform a check of the application. When it is determined that channel creation is not necessary, or when a response including a channel creation result is received from the gateway 203, the access control application 212 may perform an application inspection. For example, when a white list is received from the controller 202, the access control application 212 may check whether an application included in the white list is installed on the node 201. For applications included in the white list among applications installed on the node 201, the access control application 212 checks the integrity and stability of the application (whether the application is forged or tampered with, code signing inspection, and fingerprint inspection) according to the validation policy. at least one of) can be checked.
동작 655에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사 결과를 컨트롤러(202)로 전송할 수 있다.In operation 655, the access control application 212 may transmit the inspection result of the application to the controller 202.
컨트롤러(202)는 검사 결과에 기초하여 애플리케이션이 유효(valid)한지를 확인할 수 있다. 컨트롤러(202)는 애플리케이션이 유효하면, 노드(201)의 네트워크 접속을 허용하기 위해 노드(201)에 대한 접속 정책 및 서비스 정책에서 노드(201)가 위치한 게이트웨이(203)를 확인하고, 이후, 동작 640을 수행할 수 있다. The controller 202 may check whether the application is valid based on the test result. If the application is valid, the controller 202 checks the gateway 203 where the node 201 is located in the access policy and service policy for the node 201 to allow the node 201 to access the network, and then operates. 640 can be performed.
동작 660에서, 컨트롤러(202)는 채널 생성 처리 결과에 따라 채널 생성이 완료된 경우, 노드(201)에 할당된 채널 전용 IP 및 해당 채널 생성 정보를 채널 테이블(318)에 등록하고 노드(201)가 전송한 일련의 정보를 식별된 제어 플로우 정보(240)에 갱신할 수 있다. In operation 660, when the channel creation is completed according to the channel creation processing result, the controller 202 registers the channel dedicated IP assigned to the node 201 and the corresponding channel creation information in the channel table 318, and the node 201 registers the channel creation information in the channel table 318. The transmitted series of information can be updated to the identified control flow information 240.
노드(201)가 네트워크 접속 요청 절차 없이 서비스 처리 요청을 제어할 수 있도록 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 및 URL 정보에 기반하여 데이터 플로우(또는, 데이터 플로우 정보(350))를 생성할 수 있다. So that the node 201 can control service processing requests without a network access request procedure, data flow (or data flow information (or data flow information ( 350)) can be generated.
컨트롤러(202)는 데이터 플로우 생성 시 파일 정책 테이블(314)에서 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 파일 IO 정보(354)를 생성할 수 있다. 파일 IO 정보(354)는 해당 데이터 플로우가 적용되는 서비스 서버(205) 접속 시 파일을 다운로드 또는 업로드를 허용할 것인지, 파일 다운로드 및 업로드를 허용할 경우 어떠한 URL에만 접근을 허용하고 어떠한 URL에는 파일 IO을 허용하지 않을 것인지에 대한 파일 IO 제어 정보 및 어떠한 파일 종류를 허용하거나 허용하지 않을 것인지에 대한 파일 종류별 파일 IO 제어 정보와 관련한 일련의 정책 정보를 포함할 수 있다. When creating a data flow, the controller 202 may check the file IO policy in the file policy table 314 and generate file IO information 354 based on the file IO policy. File IO information 354 determines whether to allow downloading or uploading files when accessing the service server 205 to which the data flow is applied, and when file downloading and uploading are allowed, only which URLs are allowed to access and which URLs are not provided with file IO information. It may include a series of policy information related to file IO control information about whether to allow or not to allow and file IO control information by file type about which file types to allow or not to allow.
또한 컨트롤러(202)는 데이터 플로우 생성 시 파일을 검사할 것인지 여부 및 파일을 검사할 경우 검사할 패턴 및 룰 정보를 포함하는 파일 검사 정보(255)를 생성할 수 있다. Additionally, the controller 202 may generate file inspection information 255 including whether to inspect a file when creating a data flow, and pattern and rule information to be inspected when inspecting a file.
동작 665에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 접속 애플리케이션 검사 결과 전송에 대한 응답을 전송할 수 있다. 예를 들어, 컨트롤러(202)는 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)으로 전송할 수 있다. 또한, 동작 670에서, 컨트롤러(202)는 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다. In operation 665, the controller 202 may transmit a response to the connection application check result transmission of the connection control application 212. For example, the controller 202 may transmit data flow information 350 to the connection control application 212. Additionally, in operation 670, the controller 202 may transmit data flow information 350 to the gateway 203.
도 6의 동작들에 따라, 노드(211)가 컨트롤러(202)에 정상적으로 접속된 경우, 노드(211)에서 발생되는 모든 네트워크 접속 요청은 컨트롤러(202)를 통해 인가 여부를 확인하게 된다. 컨트롤러(202)에 정상적으로 접속된 후, 사용자 인증 전에는 사용자 인증이 이루어지지 않은 상태이므로 노드(211)에게는 비식별 사용자(게스트)에 해당하는 접속 정책이 적용될 수 있다.According to the operations of FIG. 6, when the node 211 is normally connected to the controller 202, all network connection requests generated from the node 211 are checked through the controller 202 to see whether they are authorized. After normal connection to the controller 202, since user authentication is not performed before user authentication, an access policy corresponding to an unidentified user (guest) may be applied to the node 211.
도 7은 다양한 실시 예들에 따른 사용자 인증을 위한 신호 흐름도를 도시한다. 도 7에 도시된 동작들은 예를 들어, 도 6의 신호 흐름도 이후에 구현될 수 있다.Figure 7 shows a signal flow diagram for user authentication according to various embodiments. The operations shown in FIG. 7 may be implemented, for example, after the signal flow diagram of FIG. 6.
노드(201)가 목적지 네트워크에 대한 상세한 접속 권한을 부여 받기 위해서, 노드(201)의 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 노드(201)의 사용자에 대한 인증을 받을 수 있다. In order for the node 201 to be granted detailed access rights to the destination network, the access control application 212 of the node 201 may receive authentication for the user of the node 201 from the controller 202.
도 7을 참조하면, 동작 705에서, 노드(201)는 사용자 인증을 위한 입력을 수신할 수 있다. 사용자 인증을 위한 입력은 예를 들어, 사용자 ID 및 비밀번호를 입력하는 사용자 입력일 수 있다. 다른 예를 들어, 사용자 인증을 위한 입력은 보다 강화된 인증을 위한 사용자 입력(예: 생체 정보)일 수 있다. Referring to FIG. 7, in operation 705, node 201 may receive input for user authentication. The input for user authentication may be, for example, a user input of entering a user ID and password. For another example, the input for user authentication may be a user input for stronger authentication (e.g., biometric information).
일 예로, 접속 제어 애플리케이션(212)이 실행되면 노드(201)는 컨트롤러 접속을 위하여 필요한 정보를 수신하기 위한 사용자 인터페이스 화면을 표시할 수 있다. 사용자 인터페이스 화면은 컨트롤러 접속 정보(예: IP 또는 도메인)를 입력하기 위한 입력 창, 사용자 ID를 입력하기 위한 입력 창, 및/또는 비밀번호를 입력하기 위한 입력 창을 포함할 수 있다. 입력 창들에 정보가 입력된 후 사용자의 인증을 위한 버튼에 대한 입력을 수신함으로써 노드(201)는 컨트롤러 접속 이벤트를 감지할 수 있다. 예를 들어, 컨트롤러 접속 정보, 사용자 ID, 및 비밀번호가 입력된 경우 노드(201)는 사용자로서 컨트롤러에 접속하기 위한 버튼에 대한 입력을 수신할 수 있다. 다른 예로, 컨트롤러 접속 정보만이 입력되고, 사용자 ID 및 비밀번호가 입력되지 않은 경우 노드(201)는 게스트로서 컨트롤러에 접속하기 위한 버튼에 대한 입력을 수신할 수 있다.For example, when the access control application 212 is executed, the node 201 may display a user interface screen for receiving information necessary for connecting to the controller. The user interface screen may include an input window for entering controller connection information (e.g., IP or domain), an input window for entering a user ID, and/or an input window for entering a password. After information is entered into the input windows, the node 201 can detect a controller connection event by receiving an input for a button for user authentication. For example, when controller access information, user ID, and password are entered, node 201 may receive an input for a button to access the controller as a user. As another example, when only the controller access information is input and the user ID and password are not input, the node 201 may receive an input for a button to access the controller as a guest.
동작 710에서, 노드(201)는 컨트롤러(202)에게 사용자 인증을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 사용자 인증을 위한 입력 정보를 컨트롤러(202)에게 전송할 수 있다. 노드(201)와 컨트롤러(202) 간 제어 플로우가 이미 생성된 상태이면, 접속 제어 애플리케이션(212)은 사용자 인증을 위한 입력 정보를 제어 플로우 식별 정보와 함께 전송할 수 있다.In operation 710, node 201 may request user authentication from controller 202. For example, the access control application 212 may transmit input information for user authentication to the controller 202. If a control flow between the node 201 and the controller 202 has already been created, the access control application 212 may transmit input information for user authentication along with control flow identification information.
동작 715에서, 컨트롤러(202)는 노드(201)로부터 수신된 정보에 기반하여 사용자를 인증할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 정보에 포함된 사용자 ID, 비밀번호, 및/또는 강화된 인증 정보와, 컨트롤러(202)의 메모리에 포함된 데이터베이스(예: 도 2의 접속 정책 데이터베이스(311) 또는 블랙리스트 데이터베이스(319))에 기반하여 사용자가 접속 정책에 따라 접속 가능한지 여부 및 사용자가 블랙리스트에 포함되는지 여부를 결정할 수 있다. At operation 715, controller 202 may authenticate the user based on information received from node 201. For example, the controller 202 may store 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., access policy database 311 of FIG. 2 ). ) or based on the blacklist database 319), it can be determined whether the user can access according to the access policy and whether the user is included in the blacklist.
사용자가 인증되면, 컨트롤러(202)는 노드(201)가 송신한 제어 플로우 식별 정보에 기초하여 제어 플로우 테이블(316)에서 제어 플로우 정보(340)를 확인하고, 확인된 제어 플로우 정보(340)에 사용자의 식별 정보(예: 사용자 ID)를 추가할 수 있다. 추가된 사용자 식별 정보는 인증된 사용자의 컨트롤러 접속 또는 네트워크 접속에 이용될 수 있다. When the user is authenticated, the controller 202 checks the control flow information 340 in the control flow table 316 based on the control flow identification information transmitted by the node 201, and adds control flow information 340 to the confirmed control flow information 340. You can add the user's identifying information (e.g. user ID). The added user identification information can be used to connect the authenticated user to the controller or network.
동작 720에서, 컨트롤러(202)는 접속 정책 데이터베이스(311) 및 채널 정책 데이터베이스(312)에서 식별된 정보(예: 노드(201), 노드(201)가 속하는 출발지 네트워크 정보)와 대응되는 접속 정책 및 채널 정책을 확인할 수 있다. In operation 720, the controller 202 configures a connection policy corresponding to information identified in the connection policy database 311 and the channel policy database 312 (e.g., node 201, source network information to which node 201 belongs), and You can check the channel policy.
컨트롤러(202)는 접속 정책 데이터베이스(311)에서 확인된 접속 정책에 기초하여 접속 가능한 애플리케이션의 화이트 리스트 정보를 생성할 수 있다. 컨트롤러(202)는 접속 결과로써 접속 완료 상태 및 이후 노드(201)의 사용자 인증 요청 및 지속적인 노드 정보 업데이트 시, 제어 플로우를 식별하기 위한 제어 플로우 ID 및 생성된 애플리케이션 화이트리스트를 반환할 수 있다.The controller 202 may generate white list information of accessible applications based on the connection policy confirmed in the connection policy database 311. As a result of the connection, the controller 202 may return a control flow ID for identifying the control flow and a generated application whitelist when the connection is completed and when the node 201 requests user authentication and continuously updates node information.
컨트롤러(202)는 채널 정책 데이터베이스(312)에서 식별된 노드(201)의 IP를 통해 채널 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 채널 정책에 기초하여 접속 요청한 노드(201)가 기본적으로 연결될 수 있는 목적지 네트워크 정보가 존재하는지 확인할 수 있다. 컨트롤러 접속을 요청한 대상의 컨트롤러 접속이 가능하면, 컨트롤러(202)는 노드(201)가 목적지 네트워크에 접속하기 위해 필요한 정보(예: 제어 플로우에 포함된 노드(201)의 종류, 위치 정보, 환경 및 노드(201)가 포함되어 있는 출발지 네트워크의 정보)와 노드(201)가 연결될 수 있는 채널 종류와 게이트웨이(203)의 정보를 목록화할 수 있다. 컨트롤러(202)는 목록화된 게이트웨이(203)의 상태(예: 처리량, 장애 여부)를 확인하여 목록화된 게이트웨이 중에서 노드(201)에 최적화된 하나의 채널 및 하나의 게이트웨이를 식별할 수 있다. 여기에서, 노드(201)가 연결될 수 있는 채널 종류와 게이트웨이(203)의 정보는 컨트롤러(202)를 통해서 식별된 노드(201)의 IP 및 노드(201)에서 식별된 노드(201)의 IP에 기초하여 확인될 수 있다. 다른 실시 예에서, 컨트롤러(202)는 동작 720을 수행하지 않을 수 있다. 예를 들어, 접속을 요청한 대상의 컨트롤러 접속이 가능하지 않으면, 컨트롤러(202)는 동작 720을 수행하지 않을 수 있다.The controller 202 can check the channel policy through the IP of the node 201 identified in the channel policy database 312. The controller 202 may check whether destination network information to which the node 201 requesting connection exists by default can be connected based on the confirmed channel policy. If the controller connection request is possible, the controller 202 provides the information necessary for the node 201 to connect to the destination network (e.g., the type of node 201 included in the control flow, location information, environment, and Information on the source network that includes the node 201), the type of channel to which the node 201 can be connected, and information on the gateway 203 can be listed. The controller 202 may check the status (e.g., throughput, failure status) of the listed gateways 203 and identify one channel and one gateway optimized for the node 201 among the listed gateways. Here, the type of channel to which the node 201 can be connected and the information on the gateway 203 are based on the IP of the node 201 identified through the controller 202 and the IP of the node 201 identified in the node 201. It can be confirmed based on In another embodiment, controller 202 may not perform operation 720. For example, if the controller for which connection is requested is not available, the controller 202 may not perform operation 720.
동작 725에서, 컨트롤러(202)는 사용자 인증 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 사용자 인증 요청에 대한 응답으로 사용자가 인증됨을 나타내는 정보를 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 동작 720의 수행을 통하여 생성된 화이트 리스트를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 컨트롤러 접속을 요청한 대상이 접속 불가능하거나 블랙리스트에 포함된 경우, 컨트롤러(202)는 사용자 인증 요청에 대한 응답으로 컨트롤러 접속 불가를 통보할 수 있다.At operation 725, the controller 202 may transmit a response to the user authentication request to the node 201. In one embodiment, the controller 202 may transmit information indicating that the user is authenticated to the node 201 in response to a user authentication request. In one embodiment, the controller 202 may transmit the white list created through operation 720 to the access control application 212. Depending on the embodiment, if the object requesting controller access is unable to access or is included in the blacklist, the controller 202 may notify the controller 202 of the inability to access the controller in response to the user authentication request.
노드(201)가 접속 가능한 채널 및 게이트웨이가 존재하는 경우, 컨트롤러(202)는 노드(201)가 채널을 생성하기 위한 정보(예: 게이트웨이 및 채널 인증 등의 일련의 정보)를 노드(201)에 전송할 수 있다. 실시 예에 따라, 노드(201)가 속한 출발지 네트워크에 존재하는 게이트웨이와 목적지 네트워크 경계에 존재하는 게이트웨이 사이의 사전에 연결된 채널을 통해서 노드(201)가 접속하는 경우(즉, 노드(201)와 게이트웨이(203) 사이에 채널이 생성되지 않는 경우), 또는 단말과 목적지 네트워크 경계 사이에 타 채널 기술을 통해서 접속 하는 경우, 컨트롤러(202)는 별도의 채널 생성 정보를 노드(201)에 전송하지 않을 수 있다.If there is a channel and a gateway that the node 201 can access, the controller 202 sends the node 201 information for creating a channel (e.g., a series of information such as gateway and channel authentication) to the node 201. Can be transmitted. Depending on the embodiment, when the node 201 connects through a pre-connected channel between a gateway existing in the source network to which the node 201 belongs and a gateway existing at the border of the destination network (i.e., the node 201 and the gateway (203), or when access is made between the terminal and the destination network boundary through another channel technology, the controller 202 may not transmit separate channel creation information to the node 201. there is.
일 실시 예에서, 노드(201)는 사용자 인증에 대한 결과값을 처리할 수 있다. 예를 들어, 노드(201)는 사용자 인증이 완료됨을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 사용자에게 출력할 수 있다. In one embodiment, node 201 may process results for user authentication. For example, the node 201 may output a user interface screen indicating that user authentication has been completed to the user through a display.
다른 실시 예에 따라 컨트롤러(202)는 사용자 인증이 불가능한 것으로 결정할 수 있다. 예를 들어, 사용자의 식별 정보가 블랙리스트 데이터베이스에 포함되면 컨트롤러(202)는 사용자 인증이 불가능한 것으로 결정할 수 있다. 이 경우, 동작 725에서 컨트롤러(202)는 사용자 인증이 불가능함을 나타내는 정보를 노드(201)에게 전송할 수 있고, 노드(201)는 사용자 인증이 실패함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 통해 사용자 인터페이스 화면을 표시할 수 있다. 사용자 인터페이스 화면은 노드(201)의 접속이 차단됨을 나타내고, 관리자(예: 컨트롤러(202))를 통한 격리 해제를 가이드 하는 사용자 인터페이스를 포함할 수 있다.According to another embodiment, the controller 202 may determine that user authentication is not possible. For example, if the user's identifying information is included in the blacklist database, the controller 202 may determine that user authentication is not possible. In this case, in operation 725, the controller 202 may transmit information indicating that user authentication is impossible to the node 201, and the node 201 may output a user interface screen on the display indicating that user authentication has failed. You can. For example, the node 201 may display a user interface screen through the access control application 212. The user interface screen indicates that access to the node 201 is blocked and may include a user interface that guides the release of isolation through an administrator (e.g., controller 202).
일 실시 예에서, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 730 내지 동작 750을 더 수행할 수 있다. 실시 예에 따라, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 730 내지 동작 770을 전부 또는 일부 수행할 수 있다.In one embodiment, the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 730 to 750. Depending on the embodiment, the access control application 212, the controller 202, and the gateway 203 of the node 201 may perform all or part of operations 730 to 770.
동작 730에서, 접속 제어 애플리케이션(212)은 채널 생성이 필요한지를 판단할 수 있다. 예를 들어, 컨트롤러(202)가 채널을 생성하기 위한 정보(예: 게이트웨이 및 채널 인증 등의 일련의 정보)를 전송한 경우, 접속 제어 애플리케이션(212)은 채널 생성이 필요한 것으로 판단할 수 있다. 다른 예를 들어, 컨트롤러(202)가 별도의 채널 생성 정보를 노드(201)에 전송하지 않는 경우, 접속 제어 애플리케이션(212)은 채널 생성이 필요하지 않은 것으로 판단할 수 있다.At operation 730, the access control application 212 may determine whether channel creation is necessary. For example, when the controller 202 transmits information for creating a channel (eg, a series of information such as gateway and channel authentication), the access control application 212 may determine that channel creation is necessary. For another example, when the controller 202 does not transmit separate channel creation information to the node 201, the access control application 212 may determine that channel creation is not necessary.
동작 735에서, 접속 제어 애플리케이션(212)은 게이트웨이(203)에게 채널 생성을 요청할 수 있다. 채널 생성이 필요한 것으로 판단된 경우, 접속 제어 애플리케이션(212)은 게이트웨이(203)에게 채널 생성을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 수신한 채널 생성을 위한 일련의 정보(예: 게이트웨이 및 채널 인증 등)를 포함하는 채널 생성 요청을 게이트웨이(203)에게 전송할 수 있다. In operation 735, the access control application 212 may request the gateway 203 to create a channel. If it is determined that channel creation is necessary, the access control application 212 may request the gateway 203 to create a channel. For example, the access control application 212 may transmit to the gateway 203 a channel creation request including a series of information for channel creation (eg, gateway and channel authentication, etc.) received from the controller 202.
동작 740에서, 게이트웨이(203)는 채널 생성을 위한 일련의 정보(예: 게이트웨이 및 채널 인증 등)에 기초하여 채널을 생성할 수 있다. 동작 745에서, 게이트웨이(203)는 접속 제어 애플리케이션(212)에게 채널 생성 결과를 포함하는 응답을 전송할 수 있다. 채널 생성 결과는 노드(201)에 할당된 채널 전용 IP 및 해당 채널 생성 정보를 포함할 수 있다. In operation 740, the gateway 203 may create a channel based on a series of information for channel creation (eg, gateway and channel authentication, etc.). In operation 745, the gateway 203 may transmit a response including the channel creation result to the access control application 212. The channel creation result may include a channel dedicated IP assigned to the node 201 and corresponding channel creation information.
동작 750에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 채널 생성이 필요하지 않은 것으로 판단된 경우, 또는 게이트웨이(203)로부터 채널 생성 결과를 포함하는 응답을 수신한 경우, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 화이트 리스트가 수신된 경우에, 화이트 리스트에 포함되어 있는 애플리케이션이 노드(201)에 설치되어 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에 설치된 애플리케이션 중 화이트 리스트에 포함된 애플리케이션의 경우, 유효성 검사 정책에 따라 애플리케이션의 무결성 및 안정성 여부(애플리케이션 위조 및 변조 여부, 코드 사이닝 검사, 핑거 프린트 검사 중 적어도 하나)를 검사할 수 있다.At operation 750, access control application 212 may perform a check of the application. When it is determined that channel creation is not necessary, or when a response including a channel creation result is received from the gateway 203, the access control application 212 may perform an application inspection. For example, when a white list is received from the controller 202, the access control application 212 may check whether an application included in the white list is installed on the node 201. For applications included in the white list among applications installed on the node 201, the access control application 212 checks the integrity and stability of the application (whether the application is forged or tampered with, code signing inspection, and fingerprint inspection) according to the validation policy. at least one of) can be checked.
동작 755에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사 결과를 컨트롤러(202)로 전송할 수 있다.In operation 755, the access control application 212 may transmit the application's inspection result to the controller 202.
컨트롤러(202)는 검사 결과에 기초하여 애플리케이션이 유효한지를 확인(valid)할 수 있다. 컨트롤러(202)는 애플리케이션이 유효하면, 노드(201)의 네트워크 접속을 허용하기 위해 노드(201)에 대한 접속 정책 및 서비스 정책에서 노드(201)가 위치한 게이트웨이(203-1, 203-2)를 확인하고, 이후, 동작 740을 수행할 수 있다.The controller 202 may determine whether the application is valid based on the test result. If the application is valid, the controller 202 selects the gateways 203-1 and 203-2 where the node 201 is located in the access policy and service policy for the node 201 to allow the node 201 to access the network. After confirmation, operation 740 can be performed.
동작 760에서, 컨트롤러(202)는 채널 생성 처리 결과에 따라 채널 생성이 완료된 경우, 노드(201)에 할당된 채널 전용 IP 및 해당 채널 생성 정보를 채널 테이블(318)에 등록하고 노드(201)가 전송한 일련의 정보를 식별된 제어 플로우 정보(240)에 갱신할 수 있다. 노드(201)가 네트워크 접속 요청 절차 없이 서비스 처리 요청을 제어할 수 있도록 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 및 URL 정보에 기반하여 데이터 플로우를 생성할 수 있다. In operation 760, when the channel creation is completed according to the result of the channel creation process, the controller 202 registers the channel dedicated IP assigned to the node 201 and the corresponding channel creation information in the channel table 318, and the node 201 registers the channel creation information in the channel table 318. The transmitted series of information can be updated to the identified control flow information 240. A data flow can be created based on source IP, destination IP, service port information, protocol information, certificate information, domain, and URL information so that the node 201 can control service processing requests without a network connection request procedure.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 파일 IO 정보(354)를 생성할 수 있다. 파일 IO 정보(354)는 해당 데이터 플로우가 적용되는 서비스 서버(205) 접속 시 파일을 다운로드 또는 업로드를 허용할 것인지, 파일 다운로드 및 업로드를 허용할 경우 어떠한 URL에만 접근을 허용하고 어떠한 URL에는 파일 IO을 허용하지 않을 것인지에 대한 파일 IO 제어 정보 및 어떠한 파일 종류를 허용하거나 허용하지 않을 것인지에 대한 파일 종류별 파일 IO 제어 정보와 관련한 일련의 정책 정보를 포함할 수 있다. The controller 202 may check the file IO policy when creating a data flow and generate file IO information 354 based on the file IO policy. File IO information 354 determines whether to allow downloading or uploading files when accessing the service server 205 to which the data flow is applied, and when file downloading and uploading are allowed, only which URLs are allowed to access and which URLs are not provided with file IO information. It may include a series of policy information related to file IO control information about whether to allow or not to allow and file IO control information by file type about which file types to allow or not to allow.
또한 컨트롤러(202)는 데이터 플로우 생성 시 파일을 검사할 것인지 여부 및 파일을 검사할 경우 검사할 패턴 및 룰 정보를 포함하는 파일 검사 정보(355)를 생성할 수 있다. Additionally, the controller 202 may generate file inspection information 355 including whether to inspect a file when creating a data flow, and pattern and rule information to be inspected when inspecting a file.
동작 765에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 애플리케이션 검사 결과 전송에 대한 응답을 전송할 수 있다. 예를 들어, 컨트롤러(202)는 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)으로 전송할 수 있다. 또한, 동작 770에서, 컨트롤러(202)는 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.At operation 765, the controller 202 may transmit a response to the connection control application 212's transmission of the application check result. For example, the controller 202 may transmit data flow information 350 to the connection control application 212. Additionally, in operation 770, the controller 202 may transmit data flow information 350 to the gateway 203.
도 7의 동작들에 따라, 노드(211)의 사용자가 정상적으로 인증된 경우, 노드(211)에게는 인증된 사용자에 해당하는 접속 정책이 적용되며, 컨트롤러(202)가 네트워크 접속 인가 여부를 확인하게 된다.According to the operations of FIG. 7, when the user of the node 211 is successfully authenticated, the access policy corresponding to the authenticated user is applied to the node 211, and the controller 202 checks whether network access is authorized. .
도 8는 다양한 실시 예들에 따른 네트워크 접속을 위한 신호 흐름도를 도시하며, 도 8에 도시된 동작들은 예를 들어, 도 6 또는 도 7의 신호 흐름도 이후에 구현될 수 있다. FIG. 8 illustrates a signal flow diagram for network access according to various embodiments, and the operations shown in FIG. 8 may be implemented, for example, after the signal flow diagram of FIG. 6 or FIG. 7.
도 8를 참조하면, 동작 805에서, 노드(201)는 접속 애플리케이션(211)의 네트워크 접속 이벤트를 감지할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 통해 접속 애플리케이션이 목적지 네트워크로의 접속을 시도함을 감지할 수 있다. Referring to FIG. 8, in operation 805, the node 201 may detect a network connection event of the connection application 211. For example, the node 201 may detect that a connection application attempts to connect to the destination network through the connection control application 212.
일 실시 예에서, 접속 제어 애플리케이션(212)은 네트워크 접속 이벤트가 감지되면, 데이터 플로우를 검사할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 접속 애플리케이션의 식별 정보, 도착지 IP 및/또는 포트 정보에 대응하는 데이터 플로우가 존재하는지 여부를 확인할 수 있다. 또한, 접속 제어 애플리케이션(212)은 데이터 플로우가 존재하더라도 해당 데이터 플로우가 유효한지 여부를 확인할 수 있다. 일 예로, 접속 제어 애플리케이션(212)은 유효성 검사 정책에 따라서 접속 제어 애플리케이션(212) 및 접속 애플리케이션의 무결성 및 안전성 검사(예: 애플리케이션의 위조, 변조 여부, 코드 사이닝 검사, 핑거프린트 검사)를 수행하고 및 컨트롤러(202)로부터 수신된 접속 정책에 따라 노드(201)에 설치된 접속 애플리케이션의 도착지 IP 및 포트에 대한 접속 가능 여부를 확인할 수 있다. In one embodiment, connection control application 212 may inspect data flow when a network connection event is detected. For example, the access control application 212 may check whether a data flow corresponding to the identification information, destination IP, and/or port information of the access application exists. Additionally, the access control application 212 can check whether the data flow is valid even if the data flow exists. As an example, the access control application 212 performs integrity and safety checks of the access control application 212 and the access application (e.g., whether the application is forged or altered, code signing check, fingerprint check) according to the validation policy. And, according to the connection policy received from the controller 202, it is possible to check whether connection is possible to the destination IP and port of the connection application installed on the node 201.
유효한 데이터 플로우가 존재한다면, 접속 제어 애플리케이션(212)은 이하의 동작들을 생략하고 보안 세션을 통해 게이트웨이(203)로 접속 애플리케이션의 데이터 패킷을 전송할 수 있다. If a valid data flow exists, the access control application 212 may skip the following operations and transmit the data packet of the access application to the gateway 203 through a secure session.
데이터 플로우가 존재하지만 유효하지 않은 경우, 접속 제어 애플리케이션(212)은 데이터 패킷을 전송하지 않고 네트워크 접속이 실패함을 나타내는 사용자 인터페이스 화면을 출력할 수 있다. If a data flow exists but is not valid, the access control application 212 may not transmit a data packet and output a user interface screen indicating that the network connection has failed.
데이터 플로우가 존재하지 않거나, 데이터 플로우의 인증 시간이 만료되어 갱신이 필요한 경우, 또는 다른 사유에 의하여 데이터 플로우의 갱신이 필요한 경우, 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 네트워크 접속을 요청할 수 있다. 실시 예에 따라, 접속 제어 애플리케이션(212)은 네트워크 접속을 요청하기 전 유효성 검사 정책에 따라서 접속 제어 애플리케이션(212) 및 접속 애플리케이션의 무결성 및 안전성 검사를 수행하고, 애플리케이션의 무결성 및 안정성이 확인되면 컨트롤러(202)에게 네트워크 접속을 요청할 수 있다.If the data flow does not exist, the authentication time of the data flow has expired and needs to be renewed, or if the data flow needs to be updated for other reasons, the access control application 212 may request network access from the controller 202. there is. Depending on the embodiment, the access control application 212 performs an integrity and safety check of the access control application 212 and the access application according to a validation policy before requesting network access, and when the integrity and stability of the application are confirmed, the controller You can request network access from (202).
동작 810에서, 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 네트워크 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(212)은 접속 애플리케이션 식별 정보 및 서비스 서버(205)의 식별 정보(예: IP 및 서비스 포트)를 제어 플로우의 식별 정보와 함께 컨트롤러(202)에게 전송할 수 있다. In operation 810, the access control application 212 may request network access from the controller 202. In this case, the access control application 212 may transmit the access application identification information and the identification information of the service server 205 (eg, IP and service port) to the controller 202 along with the identification information of the control flow.
동작 815에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)으로부터 수신된 요청에 응답하여 접속 애플리케이션과 관련된 접속 정책 및 채널 정책을 확인할 수 있다. At operation 815, the controller 202 may confirm a connection policy and a channel policy associated with the connection application in response to a request received from the connection control application 212.
컨트롤러(202)는 접속 애플리케이션이 접속 정책 데이터베이스(311)의 접속 정책을 만족하는지를 확인할 수 있다. 예를 들어, 컨트롤러(202)는 네트워크 접속을 요청한 대상(예: 접속 애플리케이션)과 요청된 대상(예: 서비스 서버(205))의 식별 정보가 접속 정책 데이터베이스(311)에 포함되는지 여부 및 네트워크 접속을 요청한 대상의 게이트웨이 접속 가능 여부를 확인할 수 있다. The controller 202 may check whether the access application satisfies the access policy of the access policy database 311. For example, the controller 202 determines whether the entity requesting network access (e.g., a connection application) and the identification information of the requested entity (e.g., service server 205) are included in the connection policy database 311 and the network connection. You can check whether the gateway request is available.
접속 애플리케이션의 네트워크 접속이 불가능 하면, 컨트롤러(202)는 동작 820에서 노드(201)에게 접속이 불가능함을 나타내는 정보를 전송할 수 있다. 이 경우, 접속 제어 애플리케이션(212)은 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다. If network connection of the connection application is not possible, the controller 202 may transmit information indicating that connection is not possible to the node 201 in operation 820. In this case, the access control application 212 may output a user interface screen indicating that access is impossible through the display.
접속 애플리케이션의 네트워크 접속이 가능하면, 컨트롤러(202)는 해당 네트워크에 접속하기 위해 채널 테이블에서 채널이 생성되었는지 여부를 확인할 수 있다. 채널이 생성되어 있지 않은 경우, 또는 채널 정책에서 해당 서비스에 접속하기 위해서 반드시 채널을 생성해야 하는 경우, 컨트롤러(202)는 동작 820에서 노드(201)에게 접속이 불가능함을 나타내는 정보를 전송할 수 있다.If the connection application can access the network, the controller 202 can check whether a channel has been created in the channel table to access the network. If a channel has not been created, or if a channel must be created in order to access the service in the channel policy, the controller 202 may transmit information indicating that access is not possible to the node 201 in operation 820. .
채널이 생성되어 있는 경우, 또는 채널 정책에서 해당 서비스에 접속하기 위해서 채널을 생성할 필요가 없는 경우, 컨트롤러(202)는 데이터 플로우 테이블에서 노드(201)가 접속 요청한 정보(예: 도착지 IP 및 서비스 포트 정보 등)에 기반하여 유효한 데이터 플로우가 존재하는지 여부를 확인할 수 있다. If a channel has been created, or if there is no need to create a channel to access the service in the channel policy, the controller 202 records the information requested by the node 201 for connection (e.g., destination IP and service) in the data flow table. You can check whether a valid data flow exists based on port information, etc.).
유효한 데이터 플로우가 없는 경우, 컨트롤러(202)는 대상(예: 접속 애플리케이션)이 노드(201)와 서비스 서버(205-1, 205-2) 사이의 네트워크에 대한 접속을 허용하는 데이터 플로우를 생성할 수 있다. 컨트롤러(202)는 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 및 URL 정보 등을 포함하는 데이터 플로우 정보(350)를 생성할 수 있다. If there is no valid data flow, the controller 202 may create a data flow that allows a target (e.g., a connection application) to connect to the network between the node 201 and the service servers 205-1 and 205-2. You can. The controller 202 may generate data flow information 350 including source IP, destination IP, service port information, protocol information, certificate information, domain and URL information, etc.
동작 820에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 네트워크 접속 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 예를 들어, 컨트롤러(202)는, 동작 815의 수행을 통하여 생성된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 접속을 요청한 대상이 접속 불가능한 경우, 컨트롤러(202)는 네트워크 접속 요청에 대한 응답으로 네트워크 접속 불가를 통보할 수 있다. 여기에서, 동작 820에서 전송되는 데이터 플로우 정보(350)에는 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 및 URL 정보 등이 포함될 수 있다. In operation 820, the controller 202 may transmit a response to the network connection request of the access control application 212 to the node 201. For example, the controller 202 may transmit the data flow information 350 generated by performing operation 815 to the connection control application 212. Depending on the embodiment, if the object requesting connection is unable to connect, the controller 202 may notify the network connection inability in response to the network connection request. Here, the data flow information 350 transmitted in operation 820 may include source IP, destination IP, service port information, protocol information, certificate information, domain and URL information, etc.
노드(201)는 수신된 응답에 따라서 결과값을 처리할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 수신된 데이터 플로우 정보(350)를 저장하고, 네트워크 접속이 가능한 경우 파일 IO 테이블 검사를 수행할 수 있다. 다른 예를 들어, 네트워크 접속이 불가하다는 응답을 수신한 경우, 노드(201)는 접속 애플리케이션의 데이터 패킷을 드롭(drop)할 수 있다. Node 201 may process the result according to the received response. For example, the access control application 212 may store the received data flow information 350 and perform a file IO table check when network access is available. For another example, when receiving a response that network connection is not possible, the node 201 may drop the data packet of the connection application.
또한, 동작 825에서, 컨트롤러(202)는 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다. 여기에서, 동작 825에서 전송되는 데이터 플로우 정보(350)에는 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 및 URL 정보 등이 포함될 수 있다.Additionally, in operation 825, the controller 202 may transmit data flow information 350 to the gateway 203. Here, the data flow information 350 transmitted in operation 825 may include source IP, destination IP, service port information, protocol information, certificate information, domain and URL information, etc.
도 9는 다양한 실시 예들에 따른 게이트웨이의 서비스 요청 처리를 위한 흐름도를 도시하며, 도 9에 도시된 동작들은 예를 들어, 도 6, 도 7 또는 도 8의 신호 흐름도 이후에 구현될 수 있다. FIG. 9 illustrates a flowchart for processing a service request of a gateway according to various embodiments, and the operations shown in FIG. 9 may be implemented, for example, after the signal flowchart of FIG. 6, FIG. 7, or FIG. 8.
도 9를 참조하면, 동작 910에서, 게이트웨이(203)(또는, 프록시 서버(204-2))는 출발지 IP 또는 인증서 식별 정보, 도착지 IP 또는 도메인 정보 및 포트 정보, 프로토콜 정보를 포함하는 서비스 요청을 수신할 수 있다. 서비스 요청은 노드(201)로부터 송신된 것일 수 있다. Referring to FIG. 9, in operation 910, the gateway 203 (or proxy server 204-2) sends a service request including source IP or certificate identification information, destination IP or domain information, port information, and protocol information. You can receive it. The service request may be transmitted from node 201.
동작 920에서, 게이트웨이(203)는 서비스 요청에 포함된 정보에 기초하여 데이터 플로우 정보(350)가 존재하는지 여부를 확인할 수 있다. 예를 들어, 게이트웨이(203)는 출발지 IP 또는 인증서 식별 정보, 도착지 IP 또는 도메인 정보 및 포트 정보, 프로토콜 정보에 기초하여 데이터 플로우 정보(350)가 존재하는지 여부를 확인할 수 있다.In operation 920, the gateway 203 may check whether data flow information 350 exists based on information included in the service request. For example, the gateway 203 may check whether data flow information 350 exists based on source IP or certificate identification information, destination IP or domain information, port information, and protocol information.
데이터 플로우 정보(350)가 존재하는 경우, 게이트웨이(203)는 동작 930을 수행할 수 있다. If data flow information 350 exists, the gateway 203 may perform operation 930.
동작 930에서, 게이트웨이(203)는 서비스 처리 요청에 파일 정보가 포함되어 있는지 여부를 확인할 수 있다. 서비스 처리 요청에 파일 정보가 포함된 경우, 게이트웨이(203)는 동작 940을 수행할 수 있다. 서비스 처리 요청에 파일 정보가 포함되지 않은 경우, 게이트웨이(203)는 동작 970을 수행할 수 있다.In operation 930, the gateway 203 may check whether file information is included in the service processing request. If the service processing request includes file information, the gateway 203 may perform operation 940. If file information is not included in the service processing request, the gateway 203 may perform operation 970.
동작 940에서, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 IO 정보(354)에 기초하여 파일 전송을 허용하는지 여부를 확인할 수 있다. 파일 전송을 허용하는 경우, 게이트웨이(203)는 동작 950을 수행할 수 있다. 파일 전송을 허용하지 않은 경우, 게이트웨이(203)는 동작 980을 수행할 수 있다. 다른 예에서, 서비스 처리 요청에 포함된 파일 정보에 대한 파일 전송이 허용되지 않은 경우, 게이트웨이(203)는 서비스 처리 정책에 따라 지정된 경로로 서비스 처리 요청을 포워딩하거나, 또는 노드(201)로 리다이렉션하기 위한 정보를 반환할 수 있다. In operation 940, the gateway 203 may check whether file transfer is allowed based on the file IO information 354 included in the data flow information 350. If file transfer is permitted, gateway 203 may perform operation 950. If file transfer is not permitted, the gateway 203 may perform operation 980. In another example, if file transmission is not permitted for the file information included in the service processing request, the gateway 203 forwards the service processing request to a specified path according to the service processing policy, or redirects it to the node 201. information can be returned.
다른 실시 예에서, 만약 파일 전송을 허용하는 경우, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 IO 정보(354)에 기초하여 파일 전송을 허용하는 확장자인지 여부를 확인할 수 있다. 파일 전송을 허용하고 파일 전송이 허용되는 확장자인 경우, 게이트웨이(203)는 동작 950을 수행할 수 있다. 파일 전송을 허용하지 않거나, 또는 파일 전송이 허용되지 않는 확장자인 경우, 게이트웨이(203)는 동작 980을 수행할 수 있다. 다른 예에서, 파일 전송을 허용하지 않거나, 또는 파일 전송이 허용되지 않는 확장자인 경우, 게이트웨이(203)는 서비스 처리 정책에 따라 지정된 경로로 서비스 처리 요청을 포워딩하거나, 또는 노드(201)로 리다이렉션하기 위한 정보를 반환할 수 있다. In another embodiment, if file transfer is allowed, the gateway 203 may check whether the extension allows file transfer based on the file IO information 354 included in the data flow information 350. If file transfer is allowed and the extension is an extension that allows file transfer, the gateway 203 may perform operation 950. If file transfer is not permitted, or the extension is for which file transfer is not permitted, the gateway 203 may perform operation 980. In another example, if file transfer is not allowed or the extension is not allowed for file transfer, the gateway 203 forwards the service processing request to a designated path according to the service processing policy, or redirects it to the node 201. information can be returned.
동작 950에서, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 검사 정보(355)에 기초하여 파일을 검사할 것인지 여부를 확인할 수 있다. 파일을 검사하는 경우, 게이트웨이(203)는 동작 960을 수행할 수 있다. 파일을 검사하지 않는 경우, 게이트웨이(203)는 동작 970을 수행할 수 있다.In operation 950, the gateway 203 may check whether to inspect the file based on the file inspection information 355 included in the data flow information 350. When checking a file, gateway 203 may perform operation 960. If not checking the file, gateway 203 may perform operation 970.
동작 960에서, 게이트웨이(203)는 파일 정보 검사가 성공했는지를 확인할 수 있다. 예를 들어, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 검사 정보(355)가 나타내는 파일 검사 방법에 따라 서비스 처리 요청 정보에 포함된 파일 정보를 검사하고, 그 검사 결과의 성공 여부를 확인할 수 있다. 여기에서, 파일 정보 검사는 데이터 플로우에 포함된 패턴 및 룰 정보를 기반으로 자체적 검사를 수행하거나 외부 애플리케이션(예: 백신, 멀웨어 탐지 도구, 데이터 손실 방지(Data Loss Prevention) 기술 등) 및 외부 기기를 통해서 검사를 수행할 수 있다. 그리고, 파일 정보 검사는 검사되는 파일 내에 멀웨어 또는 악성코드, 개인 정보 등이 존재하는 지 여부를 검사하거나 허용되지 않은 정보 또는 안전하지 않은 정보를 다른 정보로 치환할 수 있다.At operation 960, gateway 203 may confirm whether the file information check was successful. For example, the gateway 203 inspects the file information included in the service processing request information according to the file inspection method indicated by the file inspection information 355 included in the data flow information 350, and determines whether the inspection result is successful. You can check. Here, file information inspection performs its own inspection based on the pattern and rule information included in the data flow, or external applications (e.g. anti-virus, malware detection tools, data loss prevention technology, etc.) and external devices. The inspection can be performed through In addition, the file information check can check whether malware, malicious code, personal information, etc. exists in the file being checked, or replace unauthorized or unsafe information with other information.
파일을 검사가 성공한 경우, 게이트웨이(203)는 동작 970을 수행할 수 있다. 파일을 검사가 실패한 경우, 게이트웨이(203)는 동작 980을 수행할 수 있다.If checking the file is successful, the gateway 203 may perform operation 970. If checking the file fails, the gateway 203 may perform operation 980.
동작 970에서, 게이트웨이(203)는 출발지 IP 또는 인증서 식별 정보, 도착지 IP 또는 도메인 정보 및 포트 정보, 프로토콜 정보에 기초하여 서비스 처리 요청을 목적지로 포워딩할 수 있다. 예를 들어, 게이트웨이(203)는 파일 정보 검사가 성공한 경우, 파일 정보를 포함하지 않는 경우, 또는 파일 정보 검사가 필요하지 않은 경우 서비스 처리 요청을 목적지로 포워딩할 수 있다.In operation 970, the gateway 203 may forward the service processing request to the destination based on the source IP or certificate identification information, destination IP or domain information, port information, and protocol information. For example, the gateway 203 may forward the service processing request to the destination if the file information check is successful, if the file information is not included, or if the file information check is not necessary.
동작 980에서, 게이트웨이(203)는 서비스 요청 실패 정보를 노드(201)로 반환할 수 있다. 다른 예에서, 동작 980을 대신하여, 게이트웨이(203)는 서비스 처리 정책에 따라 지정된 경로로 서비스 처리 요청을 포워딩하거나, 또는 노드(201)로 리다이렉션하기 위한 정보를 반환할 수 있다. In operation 980, the gateway 203 may return service request failure information to the node 201. In another example, instead of operation 980, the gateway 203 may forward the service processing request to a designated path according to the service processing policy, or may return information to redirect it to the node 201.
도 10은 다양한 실시 예들에 따른 게이트웨이의 서비스 요청 처리 결과 수신을 위한 흐름도를 도시하며, 도 10에 도시된 동작들은 예를 들어, 도 9의 신호 흐름도 이후에 구현될 수 있다.FIG. 10 illustrates a flowchart for receiving a service request processing result of a gateway according to various embodiments, and the operations shown in FIG. 10 may be implemented, for example, after the signal flow diagram of FIG. 9 .
도 10을 참조하면, 동작 1010에서, 게이트웨이(203)(또는, 프록시 서버(204-2))는 서비스 처리 요청 결과를 수신할 수 있다. 여기에서, 서비스 처리 요청에 따른 결과는 도 9의 동작들에 따른 데이터일 수 있다. 서비스 요청 처리 결과는 서비스 요청의 목적지(예: 서비스 서버(205-1ㅓ, 205-2))로부터 송신된 것일 수 있다.Referring to FIG. 10, in operation 1010, the gateway 203 (or proxy server 204-2) may receive a service processing request result. Here, the result according to the service processing request may be data according to the operations of FIG. 9. The service request processing result may be transmitted from the destination of the service request (e.g., service server 205-1ㅓ, 205-2).
동작 1020에서, 게이트웨이(203)는 서비스 처리 요청 결과에 파일 정보가 포함되어 있는지 여부를 확인할 수 있다. 서비스 처리 요청 결과에 파일 정보가 포함된 경우, 게이트웨이(203)는 동작 1030을 수행할 수 있다. 서비스 처리 요청 결과에 파일 정보가 포함되지 않은 경우, 게이트웨이(203)는 동작 1060을 수행할 수 있다.In operation 1020, the gateway 203 may check whether file information is included in the service processing request result. If the service processing request result includes file information, the gateway 203 may perform operation 1030. If file information is not included in the service processing request result, the gateway 203 may perform operation 1060.
동작 1030에서, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 IO 정보(354)에 기초하여 파일 수신을 허용하는지 여부를 확인할 수 있다. 파일 수신을 허용하는 경우, 게이트웨이(203)는 동작 1040을 수행할 수 있다. 파일 수신을 허용하지 않은 경우, 게이트웨이(203)는 동작 1070을 수행할 수 있다. In operation 1030, the gateway 203 may check whether file reception is allowed based on the file IO information 354 included in the data flow information 350. If file reception is permitted, the gateway 203 may perform operation 1040. If file reception is not permitted, the gateway 203 may perform operation 1070.
다른 실시 예에서, 만약 파일 수신을 허용하는 경우, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 IO 정보(354)에 기초하여 파일 수신을 허용하는 확장자인지 여부를 확인할 수 있다. 파일 수신을 허용하고 파일 수신이 허용되는 확장자인 경우, 게이트웨이(203)는 동작 1040을 수행할 수 있다. 파일 수신을 허용하지 않거나, 또는 파일 수신이 허용되지 않는 확장자인 경우, 게이트웨이(203)는 동작 1070을 수행할 수 있다. In another embodiment, if file reception is allowed, the gateway 203 may check whether the extension allows file reception based on the file IO information 354 included in the data flow information 350. If file reception is allowed and the extension is an extension that allows file reception, the gateway 203 may perform operation 1040. If the file is not allowed to be received, or the file extension is not allowed to be received, the gateway 203 may perform operation 1070.
동작 1040에서, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 검사 정보(355)에 기초하여 파일을 검사할 것인지 여부를 확인할 수 있다. 파일을 검사하는 경우, 게이트웨이(203)는 동작 1050을 수행할 수 있다. 파일을 검사하지 않는 경우, 게이트웨이(203)는 동작 1060을 수행할 수 있다.In operation 1040, the gateway 203 may check whether to inspect the file based on the file inspection information 355 included in the data flow information 350. When checking a file, gateway 203 may perform operation 1050. If not checking the file, gateway 203 may perform operation 1060.
동작 1050에서, 게이트웨이(203)는 파일 정보 검사가 성공했는지를 확인할 수 있다. 예를 들어, 게이트웨이(203)는 데이터 플로우 정보(350)에 포함된 파일 검사 정보(355)가 나타내는 파일 검사 방법에 따라 서비스 처리 요청 결과 정보에 포함된 파일 정보를 검사하고, 그 검사 결과의 성공 여부를 확인할 수 있다. 여기에서, 파일 정보 검사는 데이터 플로우에 포함된 패턴 및 룰 정보를 기반으로 자체적 검사를 수행하거나 외부 애플리케이션(예: 백신, 멀웨어 탐지 도구, 데이터 손실 방지(Data Loss Prevention) 기술 등) 및 외부 기기를 통해서 검사를 수행할 수 있다. 그리고, 파일 정보 검사는 검사되는 파일 내에 멀웨어 또는 악성코드, 개인 정보 등이 존재하는 지 여부를 검사하거나 허용되지 않은 정보 또는 안전하지 않은 정보를 다른 정보로 치환할 수 있다.At operation 1050, the gateway 203 may confirm whether the file information check was successful. For example, the gateway 203 inspects the file information included in the service processing request result information according to the file inspection method indicated by the file inspection information 355 included in the data flow information 350, and determines the success of the inspection result. You can check whether or not. Here, file information inspection performs its own inspection based on the pattern and rule information included in the data flow, or external applications (e.g. anti-virus, malware detection tools, data loss prevention technology, etc.) and external devices. The inspection can be performed through In addition, the file information check can check whether malware, malicious code, personal information, etc. exists in the file being checked, or replace unauthorized or unsafe information with other information.
파일을 검사가 성공한 경우, 게이트웨이(203)는 동작 1060을 수행할 수 있다. 파일을 검사가 실패한 경우, 게이트웨이(203)는 동작 1070을 수행할 수 있다.If checking the file is successful, the gateway 203 may perform operation 1060. If checking the file fails, the gateway 203 may perform operation 1070.
동작 1060에서, 게이트웨이(203)는 출발지 IP 또는 인증서 식별 정보, 도착지 IP 또는 도메인 정보 및 포트 정보, 프로토콜 정보에 기초하여 서비스 처리 요청을 노드(201)로 포워딩할 수 있다. 예를 들어, 게이트웨이(203)는 파일 정보 검사가 성공한 경우, 파일 정보를 포함하지 않는 경우, 또는 파일 정보 검사가 필요하지 않은 경우 서비스 처리 요청 결과를 노드(201)로 포워딩할 수 있다.In operation 1060, the gateway 203 may forward a service processing request to the node 201 based on the source IP or certificate identification information, destination IP or domain information, port information, and protocol information. For example, the gateway 203 may forward the service processing request result to the node 201 when the file information check is successful, when the file information is not included, or when the file information check is not necessary.
동작 1060에서, 게이트웨이(203)는 서비스 요청 실패 정보를 반환할 수 있다. In operation 1060, the gateway 203 may return service request failure information.
도 11은 다양한 실시예들에 따른 서비스 요청 처리 로그 및 거절 로그 전송을 위한 신호 흐름도를 도시한다.Figure 11 shows a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
동작 1105에서, 게이트웨이(203)는 서비스 요청 처리 로그 및 거절 로그를 컨트롤러(202)에 전송할 수 있다. 게이트웨이(203)는 지정된 시간 단위로 서비스 요청 처리 로그 및 거절 로그를 컨트롤러(202)에 전송할 수 있다. 예를 들어, 서비스 요청은, 노드(201)의 서비스 서버(205)에 대한 서비스 처리 요청을 포함할 수 있다.In operation 1105, the gateway 203 may transmit a service request processing log and a rejection log to the controller 202. The gateway 203 may transmit service request processing logs and rejection logs to the controller 202 in designated time units. For example, the service request may include a service processing request for the service server 205 of the node 201.
동작 1110에서, 컨트롤러(202)는 게이트웨이(203)로부터 수신된 로그를 분석할 수 있다. 컨트롤러(202)는 수신된 로그 정보를 기반으로 서비스 요청 및 거절에 대한 통계 정보를 갱신할 수 있다. 컨트롤러(202)는 수신된 로그를 분석하여 서비스를 요청한 대상(예: 노드(201) 또는 노드(201)의 접속 애플리케이션(211))이 비이상적인 행위를 수행하고 있는지를 검사할 수 있다. 예를 들어, 서비스를 요청한 대상이 비이상적인 행위를 수행하고 있는 경우, 컨트롤러(202)는 블랙리스트 정책 데이터베이스(315)의 블랙리스트 정책에 따라 블랙리스트 데이터베이스(319)에 등록할 수 있다. 또한, 컨트롤러는 비이상적인 행위를 수행하고 있는 대상의 데이터 플로우 및 제어 플로우를 제거함으로써 상기 대상의 서비스 접속을 차단할 수 있다. 컨트롤러(202)는 갱신된 데이터 플로우 정보를 게이트웨이(203)로 반환할 수 있다.At operation 1110, the controller 202 may analyze the log received from the gateway 203. The controller 202 may update statistical information on service requests and rejections based on the received log information. The controller 202 may analyze the received log to check whether the object requesting the service (e.g., the node 201 or the access application 211 of the node 201) is performing abnormal behavior. For example, if the object requesting the service is performing abnormal behavior, the controller 202 may register it in the blacklist database 319 according to the blacklist policy of the blacklist policy database 315. Additionally, the controller can block service access of a target performing abnormal behavior by removing the target's data flow and control flow. The controller 202 may return updated data flow information to the gateway 203.
동작 1115에서, 컨트롤러(202)는 데이터 플로우의 갱신 결과를 게이트웨이(203)로 전송할 수 있다. 게이트웨이(203)는 수신된 데이터 플로우 정보(350)에 따라 데이터 플로우를 제거해야 하는 경우 데이터 플로우 테이블(317)에서 비이상적인 행위를 수행하고 있는 대상의 데이터 플로우를 제거함으로써 상기 대상이 더 이상 서비스 접속 요청을 수행할 수 없도록 할 수 있다.In operation 1115, the controller 202 may transmit the update result of the data flow to the gateway 203. When the gateway 203 needs to remove a data flow according to the received data flow information 350, the gateway 203 removes the data flow of the target performing abnormal behavior from the data flow table 317 so that the target can no longer access the service. You can prevent a request from being performed.
도 12은 다양한 실시 예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 도시한다.Figure 12 shows a signal flow diagram for control flow update according to various embodiments.
도 12을 참조하면, 동작 1205에서, 접속 제어 애플리케이션(212)은 제어 플로우 갱신을 요청할 수 있다.Referring to FIG. 12, at operation 1205, the access control application 212 may request a control flow update.
일 실시 예에서, 접속 제어 애플리케이션(212)은 제어 플로우 및 데이터 플로우를 유지하기 위하여 컨트롤러(202)에게 제어 플로우 갱신을 요청할 수 있다. 일 실시 예에서, 접속 제어 애플리케이션(212)은 지정된 주기 마다 제어 플로우의 식별 정보를 포함하여 제어 플로우 갱신을 요청할 수 있다.In one embodiment, the access control application 212 may request a control flow update from the controller 202 to maintain the control flow and data flow. In one embodiment, the access control application 212 may request a control flow update including identification information of the control flow at specified intervals.
동작 1210에서, 컨트롤러(202)는 제어 플로우를 갱신(검사)할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 식별 정보가 나타내는 제어 플로우 정보(340)가 제어 플로우 테이블(316) 내에 존재하는지, 제어 플로우 정보(340)가 존재한다면 그에 종속되는 데이터 플로우 정보(350)가 존재하는지를 확인할 수 있다. 다른 보안 시스템에 의하여 접속이 해제되거나, 갱신 시간이 경과하거나, 또는 위험 탐지에 의하여 접속이 해제되는 경우, 제어 플로우가 존재하지 않을 수 있다. 제어 플로우가 존재하지 않는 경우, 컨트롤러(202)는 노드(201)로 접속 불가 정보를 반환할 수 있다. 제어 플로우가 존재하는 경우, 컨트롤러(202)는 제어 플로우의 갱신 시각 또는 만료 시간을 업데이트하고, 해당 제어 플로우에 종속하는 데이터 플로우를 탐색할 수 있다. 예를 들어, 탐색된 데이터 플로우에서 재인증을 수행해야 하거나 더 이상 접속이 불가능한 데이터 플로우가 존재하는 경우, 컨트롤러(202)는 해당 데이터 플로우 정보를 노드(201)로 반환할 수 있다.At operation 1210, controller 202 may update (check) the control flow. For example, the controller 202 determines whether the control flow information 340 indicated by the received identification information exists in the control flow table 316, and if the control flow information 340 exists, the data flow information 350 dependent thereon. You can check whether exists. If the connection is released by another security system, the update time has elapsed, or the connection is released due to risk detection, the control flow may not exist. If a control flow does not exist, the controller 202 may return unreachable information to the node 201. If a control flow exists, the controller 202 may update the update time or expiration time of the control flow and search for data flows dependent on the control flow. For example, if re-authentication must be performed in the discovered data flow or if there is a data flow that is no longer accessible, the controller 202 may return the corresponding data flow information to the node 201.
예를 들어 갱신(검사)이 실패하면, 컨트롤러(202)는 노드(201)로 접속 불가 정보를 전송할 수 있다. 이 경우, 노드(201)는 접속 제어 애플리케이션(212)을 종료하거나 접속 제어 애플리케이션(212)의 네트워크 접속을 차단할 수 있다. 다른 예를 들어 갱신(검사)이 성공하면, 컨트롤러(202)는 제어 플로우 및 그에 종속되는 데이터 플로우의 만료 시간을 갱신할 수 있다. 컨트롤러(202)는 갱신된 제어 플로우 정보 및 데이터 플로우 정보를 노드(201)로 전송할 수 있다. 이 경우, 노드(201)는 제어 플로우 정보(340) 및 데이터 플로우 정보(350)를 갱신할 수 있다.For example, if an update (check) fails, the controller 202 may transmit unconnectable information to the node 201. In this case, the node 201 may terminate the access control application 212 or block the network connection of the access control application 212. For another example, if the update (check) is successful, the controller 202 may update the expiration time of the control flow and the data flow dependent thereon. The controller 202 may transmit updated control flow information and data flow information to the node 201. In this case, the node 201 may update the control flow information 340 and data flow information 350.
동작 1215에서, 컨트롤러(202)는 갱신(검사) 결과 정보를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 예를 들어 갱신(검사)이 실패하면, 컨트롤러(202)는 접속 불가 정보를 전송할 수 있다. 다른 예를 들어 갱신(검사)이 성공하면, 컨트롤러(202)는 갱신된 제어 플로우 정보(340) 및 그에 종속되는 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 이 경우, 노드(201)는 제어 플로우 정보(340) 및 데이터 플로우 정보(350)를 갱신할 수 있다.In operation 1215, the controller 202 may transmit update (check) result information to the access control application 212. For example, if an update (check) fails, the controller 202 may transmit no-connection information. For another example, if the update (check) is successful, the controller 202 may transmit the updated control flow information 340 and data flow information 350 dependent thereon to the connection control application 212. In this case, the node 201 may update the control flow information 340 and data flow information 350.
접속 제어 애플리케이션(212)은 갱신(검사) 결과 정보를 처리할 수 있다. 제어 플로우 갱신 결과가 접속 불가를 나타내면, 접속 제어 애플리케이션(212)은 접속 애플리케이션(211)을 종료하거나, 접속 애플리케이션(211)의 모든 네트워크 접속을 차단할 수 있다. 제어 플로우 갱신 결과가 정상을 나타내고, 갱신된 데이터 플로우 정보(350)가 있는 경우, 접속 제어 애플리케이션(212)은 접속 제어 애플리케이션(212) 내의 데이터 플로우 테이블(317)을 갱신할 수 있다.The access control application 212 may process update (check) result information. If the control flow update result indicates that connection is not possible, the connection control application 212 may terminate the connection application 211 or block all network connections of the connection application 211. If the control flow update result indicates normal and there is updated data flow information 350, the connection control application 212 may update the data flow table 317 in the connection control application 212.
도 13는 다양한 실시 예들에 따른 제어 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 13 shows a signal flow diagram for control flow removal according to various embodiments.
도 13를 참조하면, 동작 1305에서 노드(201)는 컨트롤러(202)에게 제어 플로우 종료를 요청할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 종료하거나, 네트워크 접속이 지정된 시간 동안 사용되지 않거나, 또는 다른 시스템으로부터 접속 종료 요청이 수신되는 경우, 제어 플로우 종료를 요청할 수 있다.Referring to FIG. 13, in operation 1305, the node 201 may request the controller 202 to terminate the control flow. For example, node 201 may terminate the connection control application 212, request termination of the control flow when the network connection is unused for a specified period of time, or when a connection termination request is received from another system.
동작 1310에서, 컨트롤러(202)는 노드(201)로부터 수신된 식별 정보에 대응하는 제어 플로우를 제거할 수 있다. 컨트롤러(202)는 제거된 제어 플로우에 종속되는 데이터 플로우 또한 제거할 수 있다.At operation 1310, the controller 202 may remove the control flow corresponding to the identification information received from the node 201. The controller 202 may also remove data flows dependent on the removed control flow.
동작 1315에서, 컨트롤러(202)는 게이트웨이(203)에게 데이터 플로우 제거를 요청할 수 있다. At operation 1315, the controller 202 may request the gateway 203 to remove the data flow.
동작 1320에서, 게이트웨이(203)는 데이터 플로우를 제거함으로써 접속 제어 애플리케이션(212)의 네트워크 접속을 차단할 수 있다.In operation 1320, the gateway 203 may block the network connection of the access control application 212 by removing the data flow.
도 13의 동작들을 통해, 게이트웨이(203)는 주기적으로 컨트롤러(202)와 데이터 플로우 갱신 절차를 수행하고 노드(201)의 접속 애플리케이션 종료 또는 네트워크 접속 해제에 따라 유효하지 않은 데이터 플로우 정보(350)를 수신하고, 게이트웨이(203)에 저장되어 있는 세션 정보와 매칭하여 유효하지 않은 세션을 제거할 수 있다. 이에 따라, 본 개시에 따른 실시 예들은 HTTP와 같이 노드(201)의 상황을 알 수 없는 특성에 따라 인증이 유효하지 않은 대상이 인증된 상태로 서비스를 사용할 수 없도록 할 수 있다.Through the operations of FIG. 13, the gateway 203 periodically performs a data flow update procedure with the controller 202 and updates invalid data flow information 350 according to termination of the connection application or release of network connection of the node 201. Invalid sessions can be removed by receiving and matching session information stored in the gateway 203. Accordingly, embodiments according to the present disclosure may prevent subjects whose authentication is not valid due to characteristics such as HTTP where the status of the node 201 is unknown, from using the service in an authenticated state.
도 14는 다양한 실시 예들에 따른 데이터 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 14 shows a signal flow diagram for data flow removal according to various embodiments.
도 14를 참조하면, 동작 1405에서 접속 제어 애플리케이션(212)은 접속 애플리케이션(211)의 종료를 감지할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에서 실행 중인 접속 애플리케이션(211)의 종료 여부를 실시간 감시할 수 있다.Referring to FIG. 14, in operation 1405, the access control application 212 may detect termination of the access application 211. The access control application 212 can monitor in real time whether the access application 211 running on the node 201 is terminated.
동작 1410에서 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 데이터 플로우 종료를 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 종료된 접속 애플리케이션(211)에 할당되어 있는 데이터 플로우 식별 정보 또는 접속 애플리케이션(211)의 식별 정보를 컨트롤러(202)에 전송하여 데이터 플로우 종료를 요청할 수 있다.In operation 1410, the access control application 212 may request the controller 202 to terminate the data flow. For example, the connection control application 212 may request termination of the data flow by transmitting the data flow identification information assigned to the terminated connection application 211 or the identification information of the connection application 211 to the controller 202. .
동작 1415에서, 컨트롤러(202)는 노드(201)로부터 수신된 데이터 플로우 식별 정보 또는 접속 애플리케이션(211)의 식별 정보를 기반으로 데이터 플로우를 제거할 수 있다. 컨트롤러(202)는 수신된 데이터 플로우 식별 정보 또는 접속 애플리케이션(211)의 식별 정보를 기반으로 제어 플로우를 식별 및 검색하고, 식별 및 검색된 제어 플로우에 종속된 데이터 플로우를 제거할 수 있다.In operation 1415, the controller 202 may remove the data flow based on the data flow identification information received from the node 201 or the identification information of the access application 211. The controller 202 may identify and search a control flow based on the received data flow identification information or the identification information of the access application 211 and remove the data flow dependent on the identified and searched control flow.
동작 1420에서, 컨트롤러(202)는 게이트웨이(203)에게 데이터 플로우 제거를 요청하며, 동작 1425에서, 게이트웨이(203)는 데이터 플로우를 제거함으로써 접속 제어 애플리케이션(212)의 제거된 데이터 플로우에 대응되는 서비스 서버(205)에 대한 접속을 차단할 수 있다. 이후, 접속 애플리케이션(211)은 더 이상 목적지 네트워크로 데이터 패킷을 전송할 수 없게 된다.In operation 1420, the controller 202 requests the gateway 203 to remove the data flow, and in operation 1425, the gateway 203 removes the data flow and thereby removes the service corresponding to the removed data flow of the access control application 212. Access to the server 205 can be blocked. Afterwards, the connection application 211 can no longer transmit data packets to the destination network.
이상의 설명은 본 문서에 개시된 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 문서에 개시된 실시 예들이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 문서에 개시된 실시 예들의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. The above description is merely an illustrative description of the technical ideas disclosed in this document, and those skilled in the art in the technical field to which the embodiments disclosed in this document belong will understand without departing from the essential characteristics of the embodiments disclosed in this document. Various modifications and variations will be possible.
따라서, 본 문서에 개시된 실시 예들은 본 문서에 개시된 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시 예에 의하여 본 문서에 개시된 기술 사상의 범위가 한정되는 것은 아니다. 본 문서에 개시된 기술 사상의 보호 범위는 아래의 청구 범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 문서의 권리범위에 포함되는 것으로 해석되어야 할 것이다.Accordingly, the embodiments disclosed in this document are not intended to limit the technical ideas disclosed in this document, but rather to explain them, and the scope of the technical ideas disclosed in this document is not limited by these embodiments. The scope of protection of the technical ideas disclosed in this document should be interpreted in accordance with the claims below, and all technical ideas within the equivalent scope should be interpreted as being included in the scope of rights of this document.

Claims (16)

  1. 게이트웨이에 있어서, In the gateway,
    통신 회로; communication circuit;
    상기 통신 회로와 작동적으로 연결되는 프로세서; 및 a processor operatively connected to the communication circuit; and
    상기 프로세서와 작동적으로 연결되고, 프록시 서버를 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 게이트웨이가, 상기 프록시 서버를 실행하여:a memory operatively coupled to the processor and storing a proxy server, wherein when executed by the processor the gateway causes the proxy server to:
    노드로부터 서비스 처리 요청을 수신하고, Receive service processing requests from nodes,
    상기 서비스 처리 요청에 포함된 정보에 대응하는 데이터 플로우 정보가 존재하는지를 확인하되, 상기 서비스 처리 요청에 포함된 상기 정보는 출발지 정보 또는 도착지 정보를 포함하고,Check whether data flow information corresponding to the information included in the service processing request exists, and the information included in the service processing request includes source information or destination information,
    상기 데이터 플로우 정보가 존재하는 경우, 상기 데이터 플로우 정보에 기초하여, 상기 서비스 처리 요청을 처리하도록 하는 명령어들을 저장하는, 게이트웨이.A gateway that stores instructions for processing the service processing request based on the data flow information when the data flow information exists.
  2. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 서비스 처리 요청에 파일 정보가 포함되어 있는지 여부를 확인하고, Check whether file information is included in the service processing request,
    상기 서비스 처리 요청에 파일 정보가 포함되지 않은 경우, 상기 서비스 처리 요청을 상기 서비스 처리 요청에 따른 도착지로 포워딩하고, If the service processing request does not include file information, forwarding the service processing request to the destination according to the service processing request,
    상기 서비스 처리 요청에 파일 정보가 포함된 경우, 상기 파일 정보가 나타내는 파일의 전송 허용 여부에 따라 상기 서비스 처리 요청을 처리하도록 하는 게이트웨이.When the service processing request includes file information, a gateway that processes the service processing request depending on whether transmission of the file indicated by the file information is permitted.
  3. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가, The method of claim 1, wherein the commands allow the gateway to:
    상기 데이터 플로우 정보에 포함된 내의 파일 IO(input output) 정보에 기초하여, 상기 서비스 처리 요청에 포함된 파일 정보가 나타내는 파일의 전송이 허용되는지를 확인하고, Based on the file IO (input output) information included in the data flow information, confirm whether transmission of the file indicated by the file information included in the service processing request is permitted,
    상기 파일의 전송이 허용되지 않는 경우, 상기 서비스 처리 요청을 상기 노드로 반환하고, If transmission of the file is not permitted, return the service processing request to the node,
    상기 파일의 전송이 허용되는 경우, 파일 정보가 나타내는 파일의 검사 성공 여부에 따라 상기 서비스 처리 요청을 처리하도록 하는, 게이트웨이.When transmission of the file is allowed, the gateway processes the service processing request depending on whether or not the inspection of the file indicated by the file information is successful.
  4. 청구항 3에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 3, wherein the commands allow the gateway to:
    상기 파일 IO 정보에 기초하여, 상기 파일의 확장자가 파일 전송을 허용하는 확장자인지를 확인하고, Based on the file IO information, check whether the extension of the file is an extension that allows file transfer,
    상기 파일 전송을 허용하는 확장자가 아닌 경우, 상기 서비스 처리 요청을 상기 노드로 반환하고,If the extension does not allow the file transfer, the service processing request is returned to the node,
    상기 파일 전송을 허용하는 확장자인 경우, 파일 정보가 나타내는 파일의 검사 성공 여부에 따라 상기 서비스 처리 요청을 처리하도록 하는, 게이트웨이.If the extension allows the file transfer, the gateway processes the service processing request depending on whether or not the inspection of the file indicated by the file information is successful.
  5. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 데이터 플로우 정보에 포함된 내의 파일 검사 정보에 기초하여, 상기 서비스 처리 요청에 포함된 파일 정보가 나타내는 파일의 파일 정보 검사가 필요한지를 확인하고, Based on the file inspection information included in the data flow information, determine whether file information inspection of the file indicated by the file information included in the service processing request is necessary,
    상기 파일 정보 검사가 필요하지 않은 경우, 상기 서비스 처리 요청을 상기 서비스 처리 요청에 따른 도착지로 포워딩하고, If the file information inspection is not necessary, forwarding the service processing request to a destination according to the service processing request,
    상기 파일 정보 검사가 필요한 경우, 상기 파일 정보가 나타내는 파일의 파일 검사 성공 여부에 따라 상기 서비스 처리 요청을 처리하도록 하는, 게이트웨이.When the file information check is necessary, the gateway processes the service processing request depending on whether the file check of the file indicated by the file information is successful.
  6. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 데이터 플로우 정보에 포함된 파일 검사 정보가 나타내는 파일 검사 방법에 기초하여, 상기 서비스 처리 요청에 포함된 파일 정보를 검사하고, Based on the file inspection method indicated by the file inspection information included in the data flow information, inspect the file information included in the service processing request,
    상기 파일 정보 검사가 성공한 경우, 상기 서비스 처리 요청을 상기 서비스 처리 요청에 따른 도착지로 포워딩하고,If the file information check is successful, forwarding the service processing request to a destination according to the service processing request,
    상기 파일 정보 검사가 실패한 경우, 상기 서비스 처리 요청을 상기 노드로 반환하도록 하는, 게이트웨이.If the file information check fails, the gateway returns the service processing request to the node.
  7. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 서비스 처리 요청을 포워딩한 후 목적지 서버로부터 서비스 처리 결과를 수신하고, After forwarding the service processing request, receive the service processing result from the destination server,
    상기 데이터 플로우 정보에 기초하여, 상기 서비스 처리 결과를 처리하도록 하는 게이트웨이. A gateway that processes the service processing results based on the data flow information.
  8. 청구항 7에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 7, wherein the commands allow the gateway to:
    상기 서비스 처리 결과에 파일 정보가 포함된 경우, 상기 데이터 플로우 정보에 포함된 내의 파일 IO(input output) 정보에 기초하여, 상기 서비스 처리 결과에 포함된 파일 정보가 나타내는 파일의 수신이 허용되는지를 확인하고,When file information is included in the service processing result, check whether reception of the file indicated by the file information included in the service processing result is allowed based on file IO (input output) information included in the data flow information. do,
    상기 파일의 수신이 허용되는 경우, 상기 데이터 플로우 정보에 포함된 내의 파일 검사 정보에 기초하여, 상기 서비스 처리 결과에 포함된 파일 정보가 나타내는 파일의 파일 정보 검사가 필요한지를 확인하고, If reception of the file is permitted, check whether file information of the file indicated by the file information included in the service processing result is necessary based on the file inspection information included in the data flow information,
    상기 파일 정보 검사가 필요한 경우, 상기 데이터 플로우 정보에 포함된 파일 검사 정보가 나타내는 파일 검사 방법에 기초하여, 상기 서비스 처리 결과에 포함된 파일 정보를 검사하고, When the file information inspection is necessary, inspect the file information included in the service processing result based on the file inspection method indicated by the file inspection information included in the data flow information,
    상기 파일 정보 검사가 성공한 경우, 상기 서비스 처리 결과를 상기 서비스 처리 결과에 따른 상기 노드로 포워딩하도록 하는, 게이트웨이.If the file information check is successful, the gateway forwards the service processing result to the node according to the service processing result.
  9. 게이트웨이의 프록시 서버를 실행하여 수행되는 동작 방법에 있어서,In the operation method performed by running the proxy server of the gateway,
    노드로부터 서비스 처리 요청을 수신하는 동작, An operation of receiving a service processing request from a node,
    상기 서비스 처리 요청에 포함된 정보에 대응하는 데이터 플로우 정보가 존재하는지를 확인하는 동작, 상기 서비스 처리 요청에 포함된 상기 정보는 출발지 정보 또는 도착지 정보를 포함하고,An operation of checking whether data flow information corresponding to the information included in the service processing request exists, the information included in the service processing request includes source information or destination information,
    상기 데이터 플로우 정보가 존재하는 경우, 상기 데이터 플로우 정보에 기초하여, 상기 서비스 처리 요청을 처리하는 동작을 포함하는 동작 방법.An operating method comprising, when the data flow information exists, processing the service processing request based on the data flow information.
  10. 청구항 9에 있어서, 상기 서비스 처리 요청을 처리하는 동작은,The method of claim 9, wherein the operation of processing the service processing request includes:
    상기 서비스 처리 요청에 파일 정보가 포함되어 있는지 여부를 확인하는 동작, An operation to check whether file information is included in the service processing request,
    상기 서비스 처리 요청에 파일 정보가 포함되지 않은 경우, 상기 서비스 처리 요청을 상기 서비스 처리 요청에 따른 도착지로 포워딩하는 동작, 및 If file information is not included in the service processing request, forwarding the service processing request to a destination according to the service processing request, and
    상기 서비스 처리 요청에 파일 정보가 포함된 경우, 상기 파일 정보가 나타내는 파일의 전송 허용 여부에 따라 상기 서비스 처리 요청을 처리하는 동작을 포함하는 동작 방법.When the service processing request includes file information, an operation method comprising processing the service processing request according to whether transmission of the file indicated by the file information is permitted.
  11. 청구항 9에 있어서, 상기 서비스 처리 요청을 처리하는 동작은,The method of claim 9, wherein the operation of processing the service processing request includes:
    상기 데이터 플로우 정보에 포함된 내의 파일 IO(input output) 정보에 기초하여, 상기 서비스 처리 요청에 포함된 파일 정보가 나타내는 파일의 전송이 허용되는지를 확인하는 동작, An operation of checking whether transmission of a file indicated by file information included in the service processing request is permitted based on file IO (input output) information included in the data flow information;
    상기 파일의 전송이 허용되지 않는 경우, 상기 서비스 처리 요청을 상기 노드로 반환하는 동작, 및 If transmission of the file is not permitted, returning the service processing request to the node, and
    상기 파일의 전송이 허용되는 경우, 파일 정보가 나타내는 파일의 검사 성공 여부에 따라 상기 서비스 처리 요청을 처리하는 동작을 포함하는, 동작 방법.An operating method comprising processing the service processing request depending on whether or not inspection of the file indicated by the file information is successful when transmission of the file is permitted.
  12. 청구항 11에 있어서, 상기 서비스 처리 요청을 처리하는 동작은,The method of claim 11, wherein the operation of processing the service processing request includes:
    상기 파일 IO 정보에 기초하여, 상기 파일의 확장자가 파일 전송을 허용하는 확장자인지를 확인하는 동작, An operation of checking whether the extension of the file is an extension that allows file transfer, based on the file IO information,
    상기 파일 전송을 허용하는 확장자가 아닌 경우, 상기 서비스 처리 요청을 상기 노드로 반환하는 동작, 및 If the extension does not allow the file transfer, returning the service processing request to the node, and
    상기 파일 전송을 허용하는 확장자인 경우, 파일 정보가 나타내는 파일의 검사 성공 여부에 따라 상기 서비스 처리 요청을 처리하는 동작을 포함하는, 동작 방법.An operation method comprising processing the service processing request depending on whether the file inspection of the file indicated by the file information is successful or not, if the extension allows the file transmission.
  13. 청구항 9에 있어서, 상기 서비스 처리 요청을 처리하는 동작은,The method of claim 9, wherein the operation of processing the service processing request includes:
    상기 데이터 플로우 정보에 포함된 내의 파일 검사 정보에 기초하여, 상기 서비스 처리 요청에 포함된 파일 정보가 나타내는 파일의 파일 정보 검사가 필요한지를 확인하는 동작, An operation of checking whether file information of a file indicated by file information included in the service processing request is required, based on file inspection information included in the data flow information;
    상기 파일 정보 검사가 필요하지 않은 경우, 상기 서비스 처리 요청을 상기 서비스 처리 요청에 따른 도착지로 포워딩하는 동작, 및 If the file information check is not necessary, forwarding the service processing request to a destination according to the service processing request, and
    상기 파일 정보 검사가 필요한 경우, 상기 파일 정보가 나타내는 파일의 파일 검사 성공 여부에 따라 상기 서비스 처리 요청을 처리하는 동작을 포함하는, 동작 방법.An operation method comprising processing the service processing request depending on whether the file inspection of the file indicated by the file information is successful when the file information inspection is necessary.
  14. 청구항 9에 있어서, 상기 서비스 처리 요청을 처리하는 동작은,The method of claim 9, wherein the operation of processing the service processing request includes:
    상기 데이터 플로우 정보에 포함된 파일 검사 정보가 나타내는 파일 검사 방법에 기초하여, 상기 서비스 처리 요청에 포함된 파일 정보를 검사하는 동작, An operation of inspecting file information included in the service processing request based on a file inspection method indicated by file inspection information included in the data flow information;
    상기 파일 정보 검사가 성공한 경우, 상기 서비스 처리 요청을 상기 서비스 처리 요청에 따른 도착지로 포워딩하는 동작, 및 If the file information check is successful, forwarding the service processing request to a destination according to the service processing request, and
    상기 파일 정보 검사가 실패한 경우, 상기 서비스 처리 요청을 상기 노드로 반환하는 동작을 포함하는, 동작 방법.An operation method comprising returning the service processing request to the node when the file information check fails.
  15. 청구항 9에 있어서, In claim 9,
    상기 서비스 처리 요청을 포워딩한 후 목적지 서버로부터 서비스 처리 결과를 수신하는 동작, 및 An operation of receiving a service processing result from a destination server after forwarding the service processing request, and
    상기 데이터 플로우 정보에 기초하여, 상기 서비스 처리 결과를 처리하는 동작을 포함하는 동작 방법. An operation method including processing the service processing result based on the data flow information.
  16. 청구항 15에 있어서, 상기 서비스 처리 결과를 처리하는 동작은,The method of claim 15, wherein the operation of processing the service processing result includes:
    상기 서비스 처리 결과에 파일 정보가 포함된 경우, 상기 데이터 플로우 정보에 포함된 내의 파일 IO(input output) 정보에 기초하여, 상기 서비스 처리 결과에 포함된 파일 정보가 나타내는 파일의 수신이 허용되는지를 확인하는 동작, When file information is included in the service processing result, check whether reception of the file indicated by the file information included in the service processing result is allowed based on file IO (input output) information included in the data flow information. action,
    상기 파일의 수신이 허용되는 경우, 상기 데이터 플로우 정보에 포함된 내의 파일 검사 정보에 기초하여, 상기 서비스 처리 결과에 포함된 파일 정보가 나타내는 파일의 파일 정보 검사가 필요한지를 확인하는 동작, If reception of the file is permitted, an operation of checking whether file information of the file indicated by the file information included in the service processing result is necessary based on file inspection information included in the data flow information;
    상기 파일 정보 검사가 필요한 경우, 상기 데이터 플로우 정보에 포함된 파일 검사 정보가 나타내는 파일 검사 방법에 기초하여, 상기 서비스 처리 결과에 포함된 파일 정보를 검사하는 동작, 및 When the file information inspection is necessary, an operation of inspecting the file information included in the service processing result based on a file inspection method indicated by the file inspection information included in the data flow information, and
    상기 파일 정보 검사가 성공한 경우, 상기 서비스 처리 결과를 상기 서비스 처리 결과에 따른 상기 노드로 포워딩하는 동작을 포함하는, 동작 방법.An operation method comprising forwarding the service processing result to the node according to the service processing result when the file information check is successful.
PCT/KR2023/005625 2022-04-27 2023-04-25 System for controlling file transmission and reception of application on basis of proxy, and method related thereto WO2023211120A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2022-0051914 2022-04-27
KR1020220051914A KR102449118B1 (en) 2022-04-27 2022-04-27 System for controlling transmission and reception of file of application based on proxy and method thereof

Publications (1)

Publication Number Publication Date
WO2023211120A1 true WO2023211120A1 (en) 2023-11-02

Family

ID=83451580

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/005625 WO2023211120A1 (en) 2022-04-27 2023-04-25 System for controlling file transmission and reception of application on basis of proxy, and method related thereto

Country Status (2)

Country Link
KR (1) KR102449118B1 (en)
WO (1) WO2023211120A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102449118B1 (en) * 2022-04-27 2022-09-30 프라이빗테크놀로지 주식회사 System for controlling transmission and reception of file of application based on proxy and method thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040038123A (en) * 2002-10-31 2004-05-08 주식회사 케이티프리텔 Multi proxy gateway interlocking method for mobile internet service
KR100645171B1 (en) * 2005-05-16 2006-11-10 주식회사 대우일렉트로닉스 A system and method for servicing home network media using a classical upnp
US20180069834A1 (en) * 2015-05-26 2018-03-08 Telefonaktiebolaget Lm Ericsson (Publ) Data Protection Control
KR102309115B1 (en) * 2021-09-07 2021-10-08 프라이빗테크놀로지 주식회사 System and method for controlling network access of data flow based application
KR102349039B1 (en) * 2021-08-31 2022-01-11 프라이빗테크놀로지 주식회사 Control data packet processing system optimized for distributed gateway environment and method therefor
KR102449118B1 (en) * 2022-04-27 2022-09-30 프라이빗테크놀로지 주식회사 System for controlling transmission and reception of file of application based on proxy and method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040038123A (en) * 2002-10-31 2004-05-08 주식회사 케이티프리텔 Multi proxy gateway interlocking method for mobile internet service
KR100645171B1 (en) * 2005-05-16 2006-11-10 주식회사 대우일렉트로닉스 A system and method for servicing home network media using a classical upnp
US20180069834A1 (en) * 2015-05-26 2018-03-08 Telefonaktiebolaget Lm Ericsson (Publ) Data Protection Control
KR102349039B1 (en) * 2021-08-31 2022-01-11 프라이빗테크놀로지 주식회사 Control data packet processing system optimized for distributed gateway environment and method therefor
KR102309115B1 (en) * 2021-09-07 2021-10-08 프라이빗테크놀로지 주식회사 System and method for controlling network access of data flow based application
KR102449118B1 (en) * 2022-04-27 2022-09-30 프라이빗테크놀로지 주식회사 System for controlling transmission and reception of file of application based on proxy and method thereof

Also Published As

Publication number Publication date
KR102449118B1 (en) 2022-09-30

Similar Documents

Publication Publication Date Title
WO2021060854A1 (en) Network access control system and method therefor
WO2023038387A1 (en) System for controlling network access of application on basis of data flow, and method relating to same
WO2023033586A1 (en) System for controlling network access of application on basis of tcp session control, and method related thereto
WO2023163509A1 (en) System for controlling controller-based network connection and method related to same
WO2022231306A1 (en) System for controlling controller-based network connection and method therefor
WO2023211124A1 (en) System for controlling controller-based network connection and method for same
WO2023211122A1 (en) System for controlling file transmission and reception of application on basis of proxy and method relating to same
WO2023146304A1 (en) System for controlling file transmission and reception of application and method for same
WO2023085793A1 (en) System for controlling network access on basis of controller, and method therefor
US11170096B2 (en) Configurable internet isolation and security for mobile devices
WO2023146308A1 (en) System for controlling network access on basis of controller, and method therefor
WO2013085281A1 (en) Method and device for security in clouding computing service
WO2023177238A1 (en) Controller-based network connection control system, and method thereof
WO2023163514A1 (en) Controller-based network access control system and method therefor
US10554475B2 (en) Sandbox based internet isolation in an untrusted network
WO2023090755A1 (en) System for controlling network access of virtualization instance, and method therefor
US10558798B2 (en) Sandbox based Internet isolation in a trusted network
WO2023211104A1 (en) System for controlling controller-based network access, and method related thereto
WO2023033588A1 (en) System for controlling data flow in virtualization terminal, and method thereof
WO2023136658A1 (en) Controller-based system and method for controlling network access
WO2023085791A1 (en) Controller-based system for controlling network access, and method therefor
WO2022231304A1 (en) System for controlling controller-based network access, and method therefor
WO2023211120A1 (en) System for controlling file transmission and reception of application on basis of proxy, and method related thereto
WO2019066295A1 (en) Web traffic logging system and method for detecting web hacking in real time
WO2023033585A1 (en) Tunneling and gateway access system optimized for distributed gateway environment, and method related thereto

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: 23796765

Country of ref document: EP

Kind code of ref document: A1