WO2023211122A1 - System for controlling file transmission and reception of application on basis of proxy and method relating to same - Google Patents

System for controlling file transmission and reception of application on basis of proxy and method relating to same Download PDF

Info

Publication number
WO2023211122A1
WO2023211122A1 PCT/KR2023/005628 KR2023005628W WO2023211122A1 WO 2023211122 A1 WO2023211122 A1 WO 2023211122A1 KR 2023005628 W KR2023005628 W KR 2023005628W WO 2023211122 A1 WO2023211122 A1 WO 2023211122A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
file
gateway
node
server
Prior art date
Application number
PCT/KR2023/005628
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 WO2023211122A1 publication Critical patent/WO2023211122A1/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/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.
  • Networks may include public networks such as the Internet as well as private networks such as intranets.
  • the terminal communicates with the server using IP (Internet Protocol)-based TCP (Transmission Control Protocol) or UDP (User Datagram Protocol), and is used to control the connection between the source IP and destination IP authorized by TCP or UDP technology.
  • IP Internet Protocol
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • Firewall technology may be used.
  • IP communication there is a problem that IP can be forged or altered, so to solve this problem, VPN (Virtual Private Network) technology and tunneling technology are used to encrypt data packets between the terminal and the server.
  • DLP Data Loss Prevention
  • a permitted application can connect to a permitted network
  • DLP Data Loss Prevention
  • DLP prevents unauthorized media (e.g. USB or removable storage devices) from being connected or sharing specific folders on the network.
  • a specific application selects a file for file transfer, it prevents the file from being transferred by blocking the file from being selected, or when file input/output of a specific application occurs or when tracking file input/output, the user If you do not have file input/output permission, you can prevent data leakage by removing the file input/output handle.
  • This DLP technology may not be able to prevent unauthorized media from being connected in a work-from-home environment using personally owned terminals in areas where physical security control is not possible and where there are limitations in applying security policies.
  • DLP technology that tracks specific actions may not be able to prevent, for example, non-user malware from directly loading and transmitting files without a file selection window if a specific action is not performed.
  • DLP technology which tracks file input and output of a specific application, tracks file input and output for a specific application and blocks it altogether, so it may be difficult to allow file transfer on the network connected to the application.
  • DLP which provides a method to lift file input/output restrictions by identifying the access address window of the Internet browser
  • network access information cannot be tracked in the case of applications without an access address window, so there are limitations in controlling file reception and transmission. There may be.
  • the terminal may be able to access files received from or transmitted to the cloud without any restrictions. For example, files containing potentially dangerous information may be imported from the Internet, or files containing important information received from the cloud may be leaked through the Internet.
  • a gateway includes a communication circuit, a processor operatively connected to the communication circuit, and a memory operatively connected to the processor and storing a proxy server,
  • the memory is such that, when executed by the processor, the gateway receives a data flow including file IO (input output) information indicating whether approval for sending and receiving files of the node is required from an external server, and configures the proxy server.
  • file IO input output
  • a server includes a communication circuit, a processor operatively connected to the communication circuit, and a memory operatively connected to the processor and storing a database, the memory comprising: When executed by the processor, the server receives a network connection request for a service server from a node's connection control application, wherein the network connection request includes identification information of a target application of the node attempting to connect to the network of the service server and the Contains network information of the service server, checks whether the target application can connect to the service server based on the database, and if connection is possible, generates a data flow corresponding to the network information of the service server Transmitted to nodes and gateways, the data flow includes file IO (input output) information indicating whether approval is required for sending and receiving files from the node, and if connection is not possible, result information indicating that connection to the node is not possible. Commands to transmit can be stored.
  • the network connection request includes identification information of a target application of the node attempting to connect to the network of the service server and the
  • a method of operating a gateway includes receiving a data flow including file IO (input output) information indicating whether approval is required for sending and receiving files of a node from an external server, and It may include an operation of processing the service processing request or the service processing request result of the node based on whether file information is included in the service processing request or the service processing request result of the node through the proxy server of the gateway.
  • file IO input output
  • a method of operating a server includes the operation of receiving a network connection request for a service server from a connection control application of a node, wherein the network connection request is transmitted from the node trying to connect to the network of the service server.
  • Containing identification information of the target application and network information of the service server an operation of checking whether the target application can connect to the service server based on the database of the server, data corresponding to the network information of the service server
  • An operation of generating a flow and transmitting it to the node and the gateway may be included, and the data flow may include file IO (input output) information indicating whether approval is required for the node to transmit and receive a file.
  • file information included in service requests and service request results between an authenticated terminal and a service server can be monitored through a proxy included in the gateway, and transmission and reception of files can be controlled. .
  • 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.
  • Figure 3 shows control flow information, data flow information, and file table information among information included in a database according to various embodiments.
  • FIG. 4 is 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.
  • FIG. 7 shows a signal flow diagram for user authentication according to various embodiments.
  • FIG. 8 illustrates a user interface screen for accessing a controller according to various embodiments.
  • Figure 9 shows a signal flow diagram for network access according to various embodiments.
  • Figure 10 shows a signal flow diagram for processing a service processing request according to various embodiments.
  • Figure 11 shows a signal flow diagram for receiving a service processing request result according to various embodiments.
  • Figure 12 shows a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
  • Figure 13 shows a signal flow diagram for control flow update according to various embodiments.
  • FIG. 14 shows a signal flow diagram for control flow removal according to various embodiments.
  • Figure 15 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 node 201-1 or 201-2 shown in FIG. 1 may be various types of devices capable of performing data communication.
  • the node 201-1 or 201-2 may be a portable device such as a smartphone or tablet, a computer device such as a desktop or laptop, a multimedia device, a medical device, a camera, a wearable device, or VR. It may include a (virtual reality) device, or a home appliance device, and is not limited to the above-described devices.
  • node 201-1 or 201-2 may include a server or gateway capable of transmitting data packets through an application.
  • the node 201-1 or 201-2 may also be referred to as an ‘electronic device’ or a ‘terminal’.
  • Node 201-1 or 201-2 may store at least one target application and at least one access control application, respectively.
  • the node 201-1 may store the target application 211-1 and the access control application 212-1.
  • the node 201-2 may store the target application 211-2 and the access control application 212-2.
  • Each of the target applications (211-1 or 211-2) transmits data packets to the service server (205-1 or 205-2) through the gateway 203 under the control of the access control application (212-1 or 212-2). Or, conversely, you can receive data packets.
  • the target applications are allowed and/or secured applications, such as web browsers or business applications, while others are non-allowed programs (e.g. malware, ransomware, and other unallowed programs). 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 or 212-2) identifies a program (or target application, process of the target application) requesting transmission of a data packet, and data packets of the unauthorized program are transmitted to the node ( It is possible to prevent transmission outside of 201-1 or 201-2).
  • the access control application (212-1 or 212-2) is connected to the connection control application (212-1 or 212-2) and the gateway 203 through a channel (220-1 or 220-2). Access to the service server (205-1 or 205-2) of unauthorized programs can be blocked and the program can be quarantined.
  • Channel 220-1 or 220-2 may also be referred to as a 'secure session'.
  • the access control application (212-1 or 212-2) is 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 or 212-2) can create the gateway 203 and the channel (220-1 or 220-2).
  • the node 201-1 or 201-2 is a connection control application for managing the network connection of the target application 211-1 or 211-2 stored in the node 201-1 or 201-2. (212-1 or 212-2) and a network driver (not shown).
  • the connection control application may determine whether the target application (211-1 or 211-2) is accessible. If the target application (211-1 or 211-2) is accessible, the access control application (212-1 or 212-2) transmits a data packet to the gateway 203 through the channel (220-1 or 220-2). You can.
  • the access control application 212-1 or 212-2 may control the transmission of data packets within the node 201-1 or 201-2 through a kernel including an operating system and a network driver.
  • the controller 202 may be, for example, a server (or cloud server).
  • the controller 202 manages data transmission between the node 201-1 or 201-2, the gateway 203, and the service server 205-1 or 205-2 to ensure reliable data transmission within the network environment. You can.
  • the controller 202 allows the authorized node 201-1 or 201-2 (or access control application 212-1 or 212-2) to access the network through policy information or blacklist information. can do.
  • the controller 202 mediates the creation of a channel (220-1 or 220-2) between the access control application (212-1 or 212-2) and the gateway 203, or connects the node (201-1 or 201-2) ), the channel 220-1 or 220-2 may be removed (or recovered) according to security events collected from the gateway 203, or other linked security systems (not shown).
  • the access control application (212-1 or 212-2) can communicate with the service server (205-1 or 205-2) only through the channel (220-1 or 220-2) authorized by the controller 202, If the authorized channel (220-1 or 220-2) does not exist, network access of the node (201-1 or 201-2) and the access control application (212-1 or 212-2) may be blocked.
  • the target application (211-1 or 211-2) communicates with the service server (205-1 or 205-2) only through the channel (220-1 or 220-2) authorized by the controller 202. This can be done, and if the authorized channel (220-1 or 220-2) does not exist, the network connection of the target application (211-1 or 211-2) is connected to the access control application (212-1 or 212-2), the controller ( 202) or may be blocked from the gateway 203.
  • the controller 202 performs various operations associated with network access of the node 201-1 or 201-2 or the access control application 212-1 or 212-2 (e.g., registration, authorization, authentication, In order to perform (update, termination), control data packets can be transmitted and received with the access control application (212-1 or 212-2).
  • the flow through which control data packets are transmitted (e.g., 230-1 or 230-2) may be referred to as a 'control flow'.
  • the gateway 203 may be located at the border of the network to which the node 201-1 or 201-2 belongs or at the border of the network to which the service server 205-1 or 205-2 belongs.
  • the gateway 203 may be located at the boundary of an intranet or cloud.
  • 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 application 212-1 or 212-2 to the service server 205-1 or 205-2.
  • the flow in which data packets are transmitted between the access control application (212-1 or 212-2) and the gateway 203 (e.g., 240-1 or 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 authenticates the access control application (212-1 or 212-2) before creating the channel (220-1 or 220-2) between the access control application (212-1 or 212-2) and the gateway 203. Perform, and among the data packets transmitted from the access control application (212-1 or 212-2), only the data packets transmitted through the channel (220-1 or 220-2) are sent to the service server (205-1 or 205-2). By forwarding to , indiscriminate network access can be blocked in advance.
  • the gateway 203 can relay service processing between the authenticated node 201-1 or 201-2 and the service server 205-1 or 205-2 through the proxy server 231 included in the gateway 203. there is.
  • the gateway 203 monitors the file information included in the service processing request and the service processing request result through the proxy server 231, and processes the file based on the file IO information included in the data flow 240-1 or 240-2. Transmission and reception can be controlled.
  • the proxy server 231 may also be referred to as a 'proxy'.
  • the proxy server 231 may be a program or application.
  • Figure 2 is a functional block diagram showing a database stored in the controller 202 according to various embodiments, and Figure 3 shows control flow information 340, data flow information 350, and file table information ( 360).
  • the controller 202 may store databases 311 to 320 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., node 201-1 or 201-2 in FIG. 1, gateway 203, or service server 205-1 or 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 can access the controller 202 and set a connection-oriented policy to control the connection between the access control application (212-1 or 212-2) and the service server (205-1 or 205-2), so the service terminal You can control network access more precisely and safely than managing sessions in .
  • 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 application 212-1 or 212-2, the controller 202 connects to the network identified based on the policy of the access policy database 311 (e.g., node 201-1 or network to which 201-2) belongs), a node (201-1 or 201-2), a user (e.g., a user of node 201-1 or 201-2), and/or an application (e.g., node 201-1 Alternatively, it may be determined whether the target application (211-1 or 211-2) included in 201-2) can access the service server (205-1 or 205-2). In one embodiment, the controller 202 may create a whitelist of target applications that can access a specific service (eg, IP and port) based on the connection policy database 311.
  • a specific service eg, IP and port
  • the channel policy database 312 connects the node 201-1 or 201-2 and the service server 205-1 or 201-2 (or destination IP and port) on the connection path according to the policy of the connection policy database 311. It may include information necessary for creating a channel with the gateway 203 (eg, authentication information, encryption algorithm, and/or tunnel end point IP). If a channel previously connected through another gateway exists between the access paths, the channel policy database 312 may include information for using it (e.g., whether IP information assigned to the node is collected and whether alternative processing is performed). there is.
  • the channel table 318 may include a channel dedicated IP assigned to the node 201-1 or 201-2 and channel creation information.
  • the service policy database 313 connects the node 201-1 or 201-2 and the service server 205-1 or 201-2 (or destination IP and port) on the connection path according to the policy of the connection policy database 311.
  • the node 201-1 or 201-2 connects the domain to relay the service processing request with the service server 205-1 or 205-2 through the proxy server 231 included in the gateway 203 existing between the domain.
  • information required to pass through the proxy server 231 e.g., domain address resolution information, certificate required to access the domain, and/or whether to return the service processing request result as failure information when the data flow check fails
  • Information on whether to redirect to another URL may be included.
  • the file IO policy database 314 is linked to the access policy and may include information for establishing a file IO policy for the target application 211-1 or 211-2.
  • the file IO policy database 314 may include information about whether approval is required for receiving and transmitting files of the target application 211-1 or 211-2.
  • the blacklist policy database 315 includes targets ( Example: It may indicate a blacklist registration policy to block access by at least one of a node ID (identifier), IP address, MAC (media access control) address, or user ID).
  • targets Example: It may indicate a blacklist registration policy to block access by at least one of a node ID (identifier), IP address, MAC (media access control) address, or user ID).
  • the blacklist database 320 may include a list of targets blocked by the blacklist policy database 315. For example, if the identification information of the node (201-1 or 201-2) requesting network access is included in the blacklist database 320, the controller 202 rejects the network access request, thereby allowing the node (201-1 or 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 application 212-1 or 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.
  • 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 access control application (212-1 or 212-2) can be connected to the service server (205-1 or 205-2) by mapping with the flow ID (342) and identification information (344) and the channel 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.
  • the node 201 since the control flow has an expiration time, the node 201 must update the expiration time of the control flow based on the time information 348, and if the expiration time is not updated within a certain period of time, the control flow ( Alternatively, control flow information 340) may be removed. In addition, immediate access is blocked according to security events collected from the node 201-1 or 201-2, the access control application 212-1 or 212-2, another security application (not shown), or the 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 server 205-1 or 205 of the access control application 212-1 or 212-2 or the target application 211-1 or 211-2. Access to -2) can be blocked.
  • the data flow table 317 shows the flow (e.g., data flow) in which detailed data packets are transmitted between the node 201-1 or 201-2, the gateway 203, and the service server 205-1 or 205-2. ) is a table for managing. Data flows can be created by TCP sessions, applications, or more granular units.
  • the data flow table 316 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 for identifying the data flow and a control flow ID 352 if the data flow is dependent on the control flow. Since the node (201-1 or 201-2) or the access control application (212-1 or 212-2) can create a channel and session with one or more gateways, the controller 202 controls the control flow ID assigned to the transmitting subject. With (352), data flows dependent on it can be managed.
  • the data flow information 350 determines whether a channel has been created between the access control application 212-1 or 212-2 and the gateway 203, and whether the service server 205-1 or 205-2), based on URL information and/or domain information to control service requests according to the source IP and destination IP of the data packet, service port information, protocol information, certificate information, and service request path (URL). It may include inspection target information 353 for determining forwarding of data packets. Certificate information may include certificate identification information. Additionally, the data flow information 350 may include status information 355 indicating whether the data flow is in a valid usable state. Additionally, the data flow information 350 may further include file IO information 354. The file IO information 354 may include whether approval is required for file transmission, whether approval is required for file reception, and exception information for file IO processing. The file IO information 354 may include target information (or policy information) (domain information, URL information, and/or file type information) to which control information for file transmission and reception is applied.
  • target information or policy information
  • the file table 319 is a database for managing approval for sending and receiving files, and may include file table information 360.
  • the file table information 360 may store inspection target information 362 for identifying the inspection target where file transmission and reception occurred in the gateway 203.
  • the inspection target information 362 may include, for example, source IP and destination IP, service port information, protocol information, certificate information, service request path (URL), and/or domain information. Certificate information may include certificate identification information.
  • the file table information 360 may include file information 364 for identifying and retrieving file information when approving file transmission and reception through an administrator or an externally connected system.
  • the file information 364 may include the binary of the file and/or unique information and identification information of the file (e.g., file name, partial contents of the file or header information, hash information, and/or signature information).
  • the file table information 360 may include status information 366 to check whether the file can be transmitted and received.
  • File table information 360 may be managed in the controller 202 and gateway 203.
  • Figure 4 shows a functional block diagram of a node 201-1 or 201-2 according to various embodiments. At least some of the configurations shown in FIG. 4 may be applied to the controller 202, gateway 203, or service server 205-1 or 205-2.
  • node 201-1 or 201-2 may include a processor 410, memory 420, and communication circuit 430. According to one embodiment, the node 201-1 or 201-2 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
  • All or part of the processor 410 is electrically connected to other components (e.g., memory 420, communication circuit 430, or display 440) within node 201-1 or 201-2. ) or may be operatively coupled with or connected to.
  • 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 target application 211-1 or 211-2 and the access control application 212-1 or 212-2 of FIG. 1.
  • the access control application (212-1 or 212-2) can perform network connection and channel (220-1 or 220-2) creation with the gateway 203, and control flow creation and update functions with the controller 202.
  • the access control application 212-1 or 212-2 may include one or more security modules.
  • the memory 420 may store the control flow information 340, data flow information 350, and file table information 360 of FIG. 3.
  • the target application 211-1 or 211-2 may include one or more security modules to create a channel 220-1 or 220-2 with the gateway 203.
  • Communication circuitry 430 establishes a wired or wireless communication connection between node 201-1 or 201-2 and an external electronic device (e.g., controller 202 or gateway 203), and performs communication over the established connection. can support.
  • 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 target 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. The access control application 212 can only transmit data packets for requesting a connection to the controller 202, and if it is not connected to the controller 202, no data packets are transmitted to the service server 205.
  • the access control application 212 connects to the controller 202 to perform identification and authentication for the target application 211, and after performing authentication, queries the controller 202 for access network information to the service server of the target application 211. It is possible to check whether access to (205) is possible, and only authorized applications can access the service server (205). Through the access control application 212, the node 201 can prevent access to malicious applications (e.g., ransomware or malware) in advance at the application layer among the 7 layers of OSI (open system interconnection). there is.
  • malicious applications e.g., ransomware or malware
  • the access control application 212 if the access control application 212 is not authenticated by the gateway 203 or a channel is not created between the access control application 212 and the gateway 203, transmission from the access control application 212 The data packet may be blocked by the gateway 203. 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 315.
  • the controller connection request e.g., the connection control application 212 and the node 201
  • 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 315
  • the controller 202 can create a control flow between the node 201 (or the connection control application 212) and the controller 202.
  • the controller 202 may create a control flow between the node 201 (or the connection control application 212) and the controller 202.
  • the controller 202 generates control flow identification information in the form of a random number and stores 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 in the control flow table ( 316).
  • 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 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 lists the channel types and gateways that the node 201 can connect to based on the confirmed channel policy, and checks the status (e.g., throughput and/or failure) of the listed gateways to list them. Among the gateways, one channel and gateway optimized for the node 201 can be identified. In another embodiment, the controller 202 may not perform operations 620 and 625. For example, if the controller for the connection request is not available, the controller 202 may not perform operations 620 and 625.
  • 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 to the node 201 in response to a controller connection request.
  • the controller 202 may transmit the white list created through operation 625 to the access control application 212.
  • the controller 202 may transmit information necessary to create a channel including the identified gateway and channel authentication information to the node 201 by performing operation 625.
  • the controller 202 when connecting through a pre-connected channel between the node 201 and the gateway 203, or when connecting through another channel technology between the node 201 and the gateway 203, the controller 202 ) may not transmit separate channel creation information to the node 201.
  • 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.
  • 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 (not shown) 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 information that controller connection is impossible is received, the node 201 may stop or end execution of the access control application 212 or display a user interface screen indicating that controller connection is impossible to the user.
  • 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).
  • the controller 202 may determine that channel creation is necessary. If channel creation is necessary, the controller 202 may transmit information for channel creation to the node 201. For example, when information for channel creation is received from the controller 202, the node 201 may perform a channel creation processing step. In operation 635, the node 201 may request the gateway 203 to create a channel. For example, the node 201 may request the gateway 203 to create a channel based on information for channel creation (eg, gateway and channel authentication information) received from the controller 202.
  • information for channel creation eg, gateway and channel authentication information
  • the controller 202 may determine that channel creation is unnecessary. For example, when information indicating that channel creation is unnecessary is received from the controller 202, or when information for creating a separate channel is not received from the controller 202, the node 201 It is determined that this is the case and the next step (application inspection step) can be performed.
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 635 to 660.
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may perform all or only part of operations 635 to 660.
  • the access control application 212 may perform a check of the application. 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 for the node 201 to allow the node 201 to access the network, and then performs operation 650. can do.
  • the controller 202 configures the source IP, destination IP, service port information, protocol information, and You can create a data flow that includes certificate information, domain information, and/or URL information.
  • 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.
  • Data flow information 350 of the data flow may include generated file IO information 354.
  • File IO information 354 may include policy information related to file IO access (e.g., sending (or uploading) and receiving (or downloading) files) of applications that use data flows.
  • the file IO information 354 may include whether approval is required for the application to transmit a file and whether approval is required for the application to receive the file.
  • the file IO information 354 may include approval by URL and approval by file type when approval is required for sending and receiving files of an application.
  • the controller 202 may transmit a response to the transmission of the application check result of the access control application 212. For example, the controller 202 may transmit data flow information 350 including file IO information 354 to the access control application 212. Additionally, in operation 660, the controller 202 may transmit data flow information 350 including file IO information 354 to the gateway 203.
  • FIG. 7 illustrates a signal flow diagram for user authentication according to various embodiments
  • FIG. 8 illustrates a user interface screen for connecting to a controller 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 810 for receiving information necessary for controller access.
  • the user interface screen 810 includes an input window 811 for entering controller access information (e.g. IP or domain), an input window 812 for entering a user ID, and/or an input window for entering a password ( 813) may be included.
  • the node 201 can detect a controller connection event by receiving an input to the button 814 or 815 for user authentication. For example, when controller access information, user ID, and password are entered, node 201 may receive an input for a button 815 to access the controller as a user.
  • the node 201 may receive an input for a button 814 for accessing the controller as a guest.
  • node 201 may request user authentication from controller 202.
  • the access control application 212 sends input information for user authentication (e.g., controller access information, user ID, and/or password entered into the input windows 811, 812, and 813 of FIG. 8) to the controller. It can be sent to (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.
  • input information for user authentication e.g., controller access information, user ID, and/or password entered into the input windows 811, 812, and 813 of FIG.
  • 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 320), it is possible to determine whether the user can access according to the access policy and whether the user is included in the blacklist.
  • the controller 202 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 if the controller 202 does not receive a user ID, password, and/or enhanced authentication information from the node 201, and only receives controller connection information, the controller 202 cannot authenticate the user; In connection with an unauthorized user's access to the controller or network access, an unidentified user (or, The access policy corresponding to the guest) may be applied.
  • 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 white list 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 lists the channel types and gateways that the node 201 can connect to based on the confirmed channel policy, and checks the status (e.g., throughput and/or failure) of the listed gateways to list them. Among the gateways, one channel and gateway optimized for the node 201 can be identified. 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.
  • 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 transmit information necessary to create a channel including the identified gateway and channel authentication information to the node 201 by performing operation 625.
  • the controller 202 when connecting through a pre-connected channel between the node 201 and the gateway 203, or when connecting through another channel technology between the node 201 and the gateway 203, the controller 202 ) may not transmit separate channel creation information to the node 201.
  • the controller 202 may notify the controller 202 of the inability to access the controller in response to the user authentication request.
  • 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 stop or end execution of the access control application 212 or perform user authentication. A user interface screen indicating this failure can be output through the display. For example, referring to FIG. 8 , the node 201 may display a user interface screen 820 through the access control application 212. The user interface screen 820 indicates that access to the node 201 is blocked and may include a user interface 825 that guides the release of isolation through an administrator (e.g., the controller 202).
  • an administrator e.g., the controller 202
  • the controller 202 may determine that channel creation is necessary. If channel creation is necessary, the controller 202 may transmit information for channel creation to the node 201. For example, when information for channel creation is received from the controller 202, the node 201 may perform a channel creation processing step. In operation 730, the node 201 may request the gateway 203 to create a channel. For example, the node 201 may request the gateway 203 to create a channel based on information for channel creation (eg, gateway and channel authentication information) received from the controller 202.
  • information for channel creation eg, gateway and channel authentication information
  • the controller 202 may determine that channel creation is unnecessary. For example, when information indicating that channel creation is unnecessary is received from the controller 202, or when information for creating a separate channel is not received from the controller 202, the node 201 It is determined that this is the case and the next step (application inspection step) can be performed.
  • the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 730 to 755.
  • 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 755.
  • access control application 212 may perform a check of the application. 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 checks the gateway 203 where the node 201 is located in the access policy for the node 201 to allow the node 201 to access the network, and then performs operation 745. can do.
  • the controller 202 configures the source IP, destination IP, service port information, protocol information, and You can create a data flow that includes certificate information, domain information, and/or URL information.
  • 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.
  • Data flow information 350 of the data flow may include generated file IO information 354.
  • File IO information 354 may include policy information related to file IO access (e.g., sending (or uploading) and receiving (or downloading) files) of applications that use data flows.
  • the file IO information 354 may include whether approval is required for the application's file transmission and whether approval is required for the application's file reception.
  • the file IO information 354 may include the application's file transmission and If approval is required for reception, it can include approval by URL and approval by file type.
  • the controller 202 may transmit a response to the application check result transmission of the access control application 212. For example, the controller 202 may transmit data flow information 350 including file IO information 354 to the access control application 212. Additionally, in operation 755, the controller 202 may transmit data flow information 350 including file IO information 354 to the gateway 203.
  • FIG. 9 shows a signal flow diagram for network access according to various embodiments, and the operations shown in FIG. 9 may be implemented, for example, after the signal flow diagram of FIG. 6 or FIG. 7.
  • node 201 may detect a network connection event. For example, the node 201 may detect that the target application attempts to connect to the service server 205 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 target 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 an integrity and safety check (e.g., application forgery, tampering, code signing check, fingerprint check) of the access control application 212 and the target application according to the validation policy. And, according to the connection policy received from the controller 202, it is possible to check whether the destination IP and port of the target application installed on the node 201 are accessible.
  • an integrity and safety check e.g., application forgery, tampering, code signing check, fingerprint check
  • the access control application 212 may skip the following operations and transmit the data packet of the target application to the gateway 203 through the channel.
  • 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 target 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 to the service server 205 from the controller 202.
  • the access control application 212 may transmit target application identification information and identification information of the service server 205 (eg, IP and service port) to the controller 202 along with identification information of the control flow.
  • the controller 202 may confirm the connection policy and channel policy associated with the target application in response to a request received from the connection control application 212.
  • the controller 202 may check whether the target 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., target application) and the identification information of the requested entity (e.g., service server 205) are included in the connection policy database 311 and network connection. You can check whether the gateway request is available.
  • the entity requesting network access e.g., target 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 920.
  • 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 for connecting to the target (eg, service server 205) for which network connection has been requested has been created in the channel table 318. For example, if a channel has not been created, the controller 202 can check whether channel creation is necessary to access the service server 205 in the channel policy of the channel policy database 312. If channel creation is necessary, the controller 202 may transmit a result indicating network connection unavailability to the node 201. As another example, if a channel has been created or it is confirmed that channel creation is unnecessary in the channel policy, the controller 202 records the information (e.g., destination IP and service) that the node 201 requested for network connection in the data flow table 317. You can check whether a valid data flow corresponding to port information exists.
  • the target e.g, service server 205
  • the controller 202 can check whether channel creation is necessary to access the service server 205 in the channel policy of the channel policy database 312. If channel creation is necessary, the controller 202 may transmit a result indicating network connection un
  • the controller 202 may transmit data flow information to the node 201. If a valid data flow does not exist, the controller 202 may create a data flow including source IP, destination IP, service port information, protocol information, certificate information, domain information, and/or URL information.
  • 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.
  • Data flow information 350 of the data flow may include generated file IO information 354.
  • File IO information 354 may include policy information related to file IO access (e.g., sending (or uploading) and receiving (or downloading) files) of applications that use data flows.
  • the file IO information 354 may include whether approval is required for the application to transmit a file and whether approval is required for the application to receive the file.
  • the file IO information 354 may include approval by URL and approval by file type when approval is required for sending and receiving files of an application.
  • 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 915 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.
  • 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 transmit the data packet of the target application when network access is available.
  • the node 201 may drop the data packet of the target application.
  • the controller 202 may transmit data flow information 350 to the gateway 203.
  • Figure 10 shows a signal flow diagram for processing a service processing request according to various embodiments.
  • the proxy server 231 may detect a service processing request event. For example, the proxy server 231 may confirm that a service processing request event has occurred when the target application (or its process) requests service processing from the service server 205.
  • the proxy server 231 can check whether a data flow corresponding to the source IP or certificate identification information, destination IP or domain and port information, and/or protocol information included in the service processing request information received from the target application exists. There is. If a data flow exists, the proxy server 231 may perform the following operations.
  • the proxy server 231 may check whether file information is included in the service processing request information. If file information is not included, the proxy server 231 may forward the service processing request to the service server 205. If file information is included, the proxy server 231 can check whether approval is required when transmitting the file from the file IO information 354 included in the data flow information 350. If approval is required when transmitting a file, the proxy server 231 can check whether approval for file transmission is performed based on the file extension in the file IO information 354. When approval is performed based on file extension, the proxy server 231 can check in the file IO information 354 whether the extension of the file information included in the service processing request information is an extension that requires approval when transmitting the file.
  • the proxy server 231 may forward the service processing request to the service server 205. If approval is required when transmitting a file, the proxy server 231 may extract unique information and identification information of the file (e.g., file name, partial contents of the file or header information, hash information, and/or signature information). The proxy server 231 may check whether approved file information corresponding to the unique information and identification information extracted from the file table 319 stored in the memory of the gateway 203 exists.
  • unique information and identification information of the file e.g., file name, partial contents of the file or header information, hash information, and/or signature information.
  • the proxy server 231 may check whether approved file information corresponding to the unique information and identification information extracted from the file table 319 stored in the memory of the gateway 203 exists.
  • the proxy server 231 forwards or redirects the service processing request to a specified path according to the service policy of the service policy database 313. may be returned, or failure information indicating that the service processing request has failed may be returned.
  • the proxy server 231 may forward a service processing request to the service server 205.
  • the proxy server 231 may perform operation 1015.
  • the proxy server 231 may request the controller 202 to check whether the file is approved. If file information does not exist in the file table 319, the proxy server 231 transmits data flow identification information and file identification information to the controller 202, or sends the inspection target identification information and file identification information to the controller 202. By sending it to , you can request a check on whether the file has been approved for transmission.
  • the controller 202 may perform a file acceptance check.
  • the controller 202 identifies the data flow based on the data flow identification information or the inspection target identification information received from the gateway 203, and selects the target in the file table 319 based on the file identification information received from the gateway 203. You can check whether a file (or a file corresponding to file identification information) exists.
  • the controller 202 sends information indicating that file transmission is allowed or fails according to the status value of the file table information 360 (e.g., status information 366) to the gateway. It can be sent to (203). If the target file does not exist in the file table 319, the controller 202 matches the user, node 201, application (e.g., target application 211), and network in the file IO policy database 314. You can check whether to allow transmission of the target file according to the file IO policy. Additionally, the controller 202 may query the external link system whether transmission of the target file is approved and check whether transmission of the target file will be permitted according to the received approval result. The controller 202 may add the result of checking whether transmission of the target file is permitted and the file information of the target file to the file table 319.
  • the controller 202 may query the external link system whether transmission of the target file is approved and check whether transmission of the target file will be permitted according to the received approval result. The controller 202 may add the result of checking whether transmission of the target file is permitted and the file information of the target file to
  • the controller 202 may update the status value (e.g., status information 366) of the file table 319 as it checks the file IO policy, and transmit information indicating permission or failure of file transmission to the gateway 203. there is. For example, according to the file IO policy, if the method requires manual approval by the administrator rather than querying the linked system, the status value of the file table 319 is updated to indicate that manual approval is required by the administrator. And, information indicating that approval for file transmission is required can be transmitted to the gateway 203.
  • the status value e.g., status information 366
  • the controller 202 may transmit the file approval check result to the gateway 203.
  • the controller 202 may transmit information indicating whether the file transmission confirmed through operation 1020 is approved or that approval for the file transmission is required as a result of the file approval check.
  • the proxy server 231 may update the file table information 360 according to the result value received from the controller 202. For example, if file transmission is not permitted, the proxy server 231 may perform operation 1032. In operation 1032, the proxy server 231 returns information for forwarding or redirecting the service processing request to a specified path according to the service policy of the service policy database 313, or returns failure information indicating that the service processing request fails. can do. As another example, when file transmission is permitted, the proxy server 231 may perform operation 1031. In operation 1031, the proxy server 231 may forward a service processing request to the service server 205. As another example, when approval for file transmission is required, the proxy server 231 may perform operations 1033 and 1034. In operation 1033, the proxy server 231 may store file information (e.g., binary) included in the service processing request information in the gateway. In operation 1034, the proxy server 231 may transmit file information to the controller 202.
  • file information e.g., binary
  • the controller 202 may store the received file information and update the file table 319.
  • the controller 202 can update the file table 319 to allow the manager or linked system to analyze the target file, and determine whether to approve file transmission based on the analysis result.
  • the controller 202 may transmit the decision on whether to approve the file transmission to the gateway 203, and the gateway 203 may perform operation 1031 or operation 1032 according to the received result value.
  • Figure 11 shows a signal flow diagram for receiving a service processing request result according to various embodiments.
  • the operations shown in FIG. 11 may be implemented, for example, after the signal flow diagram of FIG. 10.
  • the proxy server 231 may detect a reception event resulting from a service processing request. For example, when the proxy server 231 receives a result of a service processing request according to the process of FIG. 10, it may confirm that a service processing request result reception event has occurred. When receiving the result of the service processing request according to the process of FIG. 10, the proxy server 231 may perform the following operations related to checking whether the file is approved for the service processing request result information based on the pre-identified data flow. there is.
  • the proxy server 231 may check whether file information is included in the service processing request result information. If file information is not included, the proxy server 231 may forward the service processing request result to the node 201. If file information is included, the proxy server 231 can check whether approval is required when receiving the file from the file IO information 354 included in the data flow information 350. If approval is required when receiving a file, the proxy server 231 can check whether approval for file reception is performed based on the file extension in the file IO information 354. When approval is performed based on file extension, the proxy server 231 can check whether the extension of the file information included in the service processing request result information in the file IO information 354 is an extension that requires approval when receiving the file.
  • the proxy server 231 may forward the service processing request result to the node 201. If approval is required when receiving a file, the proxy server 231 may extract unique information and identification information of the file (e.g., file name, partial contents of the file or header information, hash information, and/or signature information). The proxy server 231 may check whether approved file information corresponding to the unique information and identification information extracted from the file table 319 stored in the memory of the gateway 203 exists.
  • unique information and identification information of the file e.g., file name, partial contents of the file or header information, hash information, and/or signature information.
  • the proxy server 231 may check whether approved file information corresponding to the unique information and identification information extracted from the file table 319 stored in the memory of the gateway 203 exists.
  • the proxy server 231 For example, if file information exists in the file table 319 but is not approved, the proxy server 231 generates failure information indicating that reception of the service processing request result fails according to the service policy of the service policy database 313. can be returned. As another example, if file information exists in the file table 319 and is approved, the proxy server 231 may forward the service processing request result to the node 201. As another example, when file information does not exist in the file table 319, the proxy server 231 may perform operation 1115.
  • the proxy server 231 may request the controller 202 to check whether the file is approved. If file information does not exist in the file table 319, the proxy server 231 transmits data flow identification information and file identification information to the controller 202, or sends the inspection target identification information and file identification information to the controller 202. By sending it to , you can request a check to see if receipt of the file has been approved.
  • the controller 202 may perform a file acceptance check.
  • the controller 202 identifies the data flow based on the data flow identification information or the inspection target identification information received from the gateway 203, and selects the target in the file table 319 based on the file identification information received from the gateway 203. You can check whether a file (or a file corresponding to file identification information) exists.
  • the controller 202 sends information indicating that file reception is allowed or fails according to the status value of the file table information 360 (e.g., status information 366). It can be sent to (203). If the target file does not exist in the file table 319, the controller 202 matches the user, node 201, application (e.g., target application 211), and network in the file IO policy database 314. You can check whether to allow reception of the target file according to the file IO policy. Additionally, the controller 202 may query the external link system whether reception of the target file is approved and check whether reception of the target file will be permitted according to the received approval result. The controller 202 may add the result of checking whether reception of the target file is allowed and the file information of the target file to the file table 319.
  • the controller 202 may query the external link system whether reception of the target file is approved and check whether reception of the target file will be permitted according to the received approval result. The controller 202 may add the result of checking whether reception of the target file is allowed and the file information of the target file to the file table
  • the controller 202 may update the status value (e.g., status information 366) of the file table 319 as it checks the file IO policy, and transmit information indicating permission or failure to receive the file to the gateway 203. there is. For example, according to the file IO policy, if the method requires manual approval by the administrator rather than querying the linked system, the status value of the file table 319 is updated to indicate that manual approval is required by the administrator. And, information indicating that approval for receiving the file is required may be transmitted to the gateway 203.
  • the status value e.g., status information 366
  • the controller 202 may transmit the file approval check result to the gateway 203.
  • the controller 202 may transmit information indicating whether reception of the file confirmed through operation 1120 is approved or that approval for receiving the file is required as a result of the file approval check.
  • the proxy server 231 may update the file table information 360 according to the result value received from the controller 202. For example, when receiving a file is not allowed, the proxy server 231 may perform operation 1132. In operation 1132, the proxy server 231 may return failure information indicating that reception of the service processing request result fails according to the service policy of the service policy database 313. As another example, when file reception is allowed, the proxy server 231 may perform operation 1131. In operation 1131, the proxy server 231 may forward the service processing request result to the node 201. As another example, when approval for receiving a file is required, the proxy server 231 may perform operations 1133 and 1134. In operation 1133, the proxy server 231 may store file information (e.g., binary) included in the service processing request result information in the gateway. In operation 1134, the proxy server 231 may transmit file information to the controller 202.
  • file information e.g., binary
  • the controller 202 may store the received file information and update the file table 319.
  • the controller 202 can update the file table 319 to allow the manager or linked system to analyze the target file, and determine whether to approve receipt of the file based on the analysis result.
  • the controller 202 may transmit to the gateway 203 whether the determined file reception is approved, and the gateway 203 may perform operation 1131 or operation 1132 according to the received result value.
  • Figure 12 shows a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
  • the proxy server 231 may transmit a service request processing log and a rejection log to the controller 202.
  • the proxy server 231 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 target 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 320 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 object requesting the service e.g., the node 201 or the target application 211 of the node 201
  • the controller 202 may register it in the blacklist 320 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 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, it removes the data flow of the target performing abnormal behavior from the data flow table 317 so that the target can no longer perform service access requests. You can make it so that you can't do it.
  • Figure 13 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 access control application 212 may terminate the target application or block all network connections of the target application. 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 316 in the connection control application 212.
  • Figure 14 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 requests the gateway 203 to remove the data flow, and in operation 1420, the gateway 203 may block the network connection of the access control application 212 by removing the data flow.
  • Figure 15 shows a signal flow diagram for data flow removal according to various embodiments.
  • the access control application 212 may detect termination of the target application.
  • the access control application 212 can monitor in real time whether the target application running on the node 201 is terminated.
  • the access control application 212 may request the controller 202 to terminate the data flow.
  • the access control application 212 may request termination of the data flow by transmitting data flow identification information assigned to the terminated target application or identification information of the target application 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 target application.
  • the controller 202 may identify and search a control flow based on the received data flow identification information or the identification information of the target application, and remove the data flow tied to the identified and searched control flow.
  • the controller 202 requests the gateway 203 to remove the data flow, and in operation 1525, 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. The target application will no longer be able to transmit data packets to the destination network.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Bioethics (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 an embodiment disclosed in the present document may comprise: a communication circuit; a processor operatively connected to the processor; and a memory, operatively connected to the processor, for storing a proxy server, wherein the memory can store instructions which, when executed by the processor, cause the gateway to: receive, from an external server, a dataflow including file input output (IO) information indicating whether a node requires approval for file transmission and reception; and process a service processing request or a service processing request result of the node via the proxy server on the basis of whether file information is included in the service processing request or service processing request result.

Description

프록시에 기반하여 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법System and method for controlling file transmission and reception of applications based on proxy
관련출원과의 상호인용Cross-citation with related applications
본 발명은 2022.04.28.에 출원된 한국 특허 출원 제10-2022-0053102호에 기초한 우선권의 이익을 주장하며, 해당 한국 특허 출원의 문헌에 개시된 모든 내용을 본 명세서의 일부로 포함한다.The present invention claims the benefit of priority based on Korean Patent Application No. 10-2022-0053102 filed on April 28, 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.
다수의 장치들은 네트워크를 통해서 데이터를 통신할 수 있다. 예를 들어, 단말은 인터넷을 통해 서버와 데이터를 송신하거나 수신할 수 있다. 네트워크는 인터넷과 같은 공용 네트워크(public network)뿐만 아니라 인트라넷과 같은 사설 네트워크(private network)를 포함할 수 있다.Multiple devices can communicate data over a network. For example, a terminal can transmit or receive data to and from a server via the Internet. Networks may include public networks such as the Internet as well as private networks such as intranets.
단말은 IP(Internet Protocol) 기반의 TCP(Transmission Control Protocol) 또는 UDP(User Datagram Protocol)를 활용하여 서버와 통신을 수행하며, TCP 또는 UDP 기술에서 인가된 출발지 IP와 도착지 IP 간 접속을 제어하기 위한 방화벽 기술이 이용될 수 있다. 이러한 IP 통신의 경우, IP를 위조 또는 변조 가능한 문제점이 있으므로, 이를 해결하기 위하여 단말과 서버 간 데이터 패킷을 암호화하기 위한 VPN(Virtual Private Network) 기술 및 터널링 기술이 이용된다.The terminal communicates with the server using IP (Internet Protocol)-based TCP (Transmission Control Protocol) or UDP (User Datagram Protocol), and is used to control the connection between the source IP and destination IP authorized by TCP or UDP technology. Firewall technology may be used. In the case of such IP communication, there is a problem that IP can be forged or altered, so to solve this problem, VPN (Virtual Private Network) technology and tunneling technology are used to encrypt data packets between the terminal and the server.
단말 수준으로, 또는 단말에 부여된 IP 단위로 생성되는 터널링 기술 기술 기반의 VPN 사용 시, 최초 인증 후 상시 연결된 터널링을 통해 비허용된 또는 안전하지 않은 애플리케이션이 허용되지 않은 목적지 네트워크에 접속하는 취약점이 있으므로, 각종 멀웨어(malware) 및 랜섬웨어(ransomware) 침투에 의한 보안 사고가 증가하고 있다. 이러한 문제점을 해결하기 위해 허용된 애플리케이션만 허용된 네트워크에 접속할 수 있는 애플리케이션 접속성 제어 기술을 적용하여 근본적인 통신 주체인 애플리케이션을 식별하고, 허용되지 않은 애플리케이션의 접속을 사전에 차단할 수 있다.When using a VPN based on tunneling technology, which is created at the terminal level or per IP assigned to the terminal, there is a vulnerability in which unauthorized or insecure applications can access unauthorized destination networks through tunneling that is always connected after initial authentication. Therefore, security incidents caused by various malware and ransomware infiltration are increasing. To solve this problem, by applying application connectivity control technology that allows only permitted applications to access the permitted network, the application that is the fundamental communication subject can be identified and access by unauthorized applications can be blocked in advance.
예를 들어, 허용된 애플리케이션이 허용된 네트워크에 접속 가능한 상태에서 애플리케이션이 네트워크를 통해 파일을 수신하거나 전송하는 행위를 통제할 수 없을 수 있다. 이러한 문제점을 해결하기 위한 기술로서 DLP(Data Loss Prevention)가 존재하며, DLP는 허용되지 않은 매체(예: USB, 또는 이동식 저장 장치)가 연결되는 것을 방지하거나, 네트워크 상에서 특정 폴더를 공유하는 것을 방지하거나, 특정 애플리케이션이 파일을 전송하기 위해 파일을 선택하는 경우 파일이 선택되지 않도록 차단하는 방식으로 파일이 전송되는 것을 방지하거나, 특정 애플리케이션의 파일 입출력이 발생하는 경우 또는 파일 입출력을 추적 시에 해당 사용자가 파일 입출력 권한이 없는 경우 파일 입출력의 핸들(handle)을 제거하는 방식으로 데이터 유출을 방지할 수 있다.For example, while a permitted application can connect to a permitted network, you may not be able to control the application's ability to receive or transmit files over the network. DLP (Data Loss Prevention) exists as a technology to solve these problems, and DLP prevents unauthorized media (e.g. USB or removable storage devices) from being connected or sharing specific folders on the network. Or, when a specific application selects a file for file transfer, it prevents the file from being transferred by blocking the file from being selected, or when file input/output of a specific application occurs or when tracking file input/output, the user If you do not have file input/output permission, you can prevent data leakage by removing the file input/output handle.
이러한 DLP 기술은 물리적 보안 통제가 불가능한 영역 및 보안 정책을 적용하는 것에 한계가 존재하는 개인 소유의 단말을 사용하는 재택 근무 환경에서 허용되지 않은 매체가 연결되는 것을 방지할 수 없을 수 있다. 나아가, 특정 행위를 추적하는 DLP 기술은 특정 동작을 수행하지 않는 경우 예를 들어, 사용자가 아닌 악성코드가 파일 선택 창 없이 직접적으로 파일을 적재하고 전송하는 행위를 막을 수 없을 수 있다. 또한, 특정 애플리케이션의 파일 입출력을 추적하는 방식의 DLP 기술은 특정 애플리케이션을 대상으로 파일의 입출력을 추적하여 일괄적으로 차단하기 때문에 해당 애플리케이션이 접속한 네트워크에서 파일 전송을 허용하기 어려울 수 있다. 인터넷 브라우저의 접속 주소 창을 식별하여 파일 입출력 제한을 해제하는 방식을 제공하는 DLP의 경우, 접속 주소 창이 존재하지 않는 애플리케이션의 경우 네트워크 접속 정보를 추적할 수 없기 때문에 파일 수신 및 전송을 제어하는데 한계가 있을 수 있다.This DLP technology may not be able to prevent unauthorized media from being connected in a work-from-home environment using personally owned terminals in areas where physical security control is not possible and where there are limitations in applying security policies. Furthermore, DLP technology that tracks specific actions may not be able to prevent, for example, non-user malware from directly loading and transmitting files without a file selection window if a specific action is not performed. In addition, DLP technology, which tracks file input and output of a specific application, tracks file input and output for a specific application and blocks it altogether, so it may be difficult to allow file transfer on the network connected to the application. In the case of DLP, which provides a method to lift file input/output restrictions by identifying the access address window of the Internet browser, network access information cannot be tracked in the case of applications without an access address window, so there are limitations in controlling file reception and transmission. There may be.
또한, 클라우드 환경에서는 물리적 망분리 기술을 사용할 수 없으므로, 단말이 클라우드로부터 수신하거나 클라우드로 전송하는 파일에 대해 아무런 제약 없는 접근이 가능할 수 있다. 예를 들어, 인터넷으로부터 잠재적 위험이 내재된 파일이 유입되거나, 클라우드로부터 수신된 중요 정보를 포함하는 파일이 인터넷을 통해 유출될 수 있다.Additionally, since physical network separation technology cannot be used in a cloud environment, the terminal may be able to access files received from or transmitted to the cloud without any restrictions. For example, files containing potentially dangerous information may be imported from the Internet, or files containing important information received from the cloud may be leaked through the Internet.
본 문서에 개시되는 다양한 실시예들은 네트워크 환경에서 상술한 문제점을 해결하기 위한 시스템 및 그에 관한 방법을 제공하고자 한다.Various embodiments disclosed in this document are intended to provide a system and method for solving the above-described problems in a network environment.
본 문서에서 개시되는 일 실시예에 따른 게이트웨이는, 통신 회로, 상기 통신 회로와 작동적으로 연결되는 프로세서, 및 상기 프로세서와 작동적으로 연결되고, 프록시(proxy) 서버를 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 게이트웨이가, 외부 서버로부터 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하는 데이터 플로우를 수신하고, 상기 프록시 서버를 통해, 상기 노드의 서비스 처리 요청 또는 서비스 처리 요청 결과에 파일 정보가 포함되는지 여부에 기초하여 상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과를 처리하도록 하는 명령어들을 저장할 수 있다.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 and storing a proxy server, The memory is such that, when executed by the processor, the gateway receives a data flow including file IO (input output) information indicating whether approval for sending and receiving files of the node is required from an external server, and configures the proxy server. Through this, commands for processing the service processing request or the service processing request result based on whether the node's service processing request or service processing request result includes file information can be stored.
본 문서에서 개시되는 일 실시예에 따른 서버는, 통신 회로, 상기 통신 회로와 작동적으로 연결되는 프로세서, 및 상기 프로세서와 작동적으로 연결되고, 데이터베이스를 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 서버가, 노드의 접속 제어 애플리케이션으로부터 서비스 서버에 대한 네트워크 접속 요청을 수신하되, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보와 상기 서비스 서버의 네트워크 정보를 포함하고, 상기 데이터베이스에 기반하여 상기 타겟 애플리케이션의 상기 서비스 서버에의 접속 가능 여부를 확인하고, 접속이 가능한 경우, 상기 서비스 서버의 네트워크 정보에 대응하는 데이터 플로우를 생성하여 상기 노드 및 게이트웨이로 송신하고, 상기 데이터 플로우는 상기 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하고, 접속이 불가능한 경우, 상기 노드로 접속 불가를 나타내는 결과 정보를 전송하도록 하는 명령어들을 저장할 수 있다.A server 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 and storing a database, the memory comprising: When executed by the processor, the server receives a network connection request for a service server from a node's connection control application, wherein the network connection request includes identification information of a target application of the node attempting to connect to the network of the service server and the Contains network information of the service server, checks whether the target application can connect to the service server based on the database, and if connection is possible, generates a data flow corresponding to the network information of the service server Transmitted to nodes and gateways, the data flow includes file IO (input output) information indicating whether approval is required for sending and receiving files from the node, and if connection is not possible, result information indicating that connection to the node is not possible. Commands to transmit can be stored.
본 문서에서 개시되는 일 실시예에 따른 게이트웨이의 동작 방법은, 외부 서버로부터 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하는 데이터 플로우를 수신하는 동작, 및 상기 게이트웨이의 프록시 서버를 통해, 상기 노드의 서비스 처리 요청 또는 서비스 처리 요청 결과에 파일 정보가 포함되는지 여부에 기초하여 상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과를 처리하는 동작을 포함할 수 있다.A method of operating a gateway according to an embodiment disclosed in this document includes receiving a data flow including file IO (input output) information indicating whether approval is required for sending and receiving files of a node from an external server, and It may include an operation of processing the service processing request or the service processing request result of the node based on whether file information is included in the service processing request or the service processing request result of the node through the proxy server of the gateway.
본 문서에서 개시되는 일 실시예에 따른 서버의 동작 방법은, 노드의 접속 제어 애플리케이션으로부터 서비스 서버에 대한 네트워크 접속 요청을 수신하는 동작, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보와 상기 서비스 서버의 네트워크 정보를 포함하고, 상기 서버의 데이터베이스에 기반하여 상기 타겟 애플리케이션의 상기 서비스 서버에의 접속 가능 여부를 확인하는 동작, 상기 서비스 서버의 네트워크 정보에 대응하는 데이터 플로우를 생성하여 상기 노드 및 게이트웨이로 송신하는 동작을 포함하고, 상기 데이터 플로우는 상기 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함할 수 있다.A method of operating a server according to an embodiment disclosed in this document includes the operation of receiving a network connection request for a service server from a connection control application of a node, wherein the network connection request is transmitted from the node trying to connect to the network of the service server. Containing identification information of the target application and network information of the service server, an operation of checking whether the target application can connect to the service server based on the database of the server, data corresponding to the network information of the service server An operation of generating a flow and transmitting it to the node and the gateway may be included, and the data flow may include file IO (input output) information indicating whether approval is required for the node to transmit and receive a file.
본 문서에 개시되는 실시예들에 따르면, 식별된 대상의 파일 입출력을 허용할 것인지 여부를 확인하고, 허용된 접속 대상에 한하여 파일 입출력을 허용함으로써, 애플리케이션 및 네트워크 별 파일 수신 및 전송 제어를 가능하게 한다.According to the embodiments disclosed in this document, it is possible to control file reception and transmission for each application and network by checking whether to allow file input and output of the identified target and allowing file input and output only to the permitted access target. do.
본 문서에 개시되는 실시예들에 따르면, 게이트웨이에 포함된 프록시를 통해 인증된 단말과 서비스 서버 간의 서비스 요청 및 서비스 요청 결과에 포함된 파일 정보를 감시하고, 파일의 송신 및 수신을 제어할 수 있다.According to embodiments disclosed in this document, file information included in service requests and service request results between an authenticated terminal and a service server can be monitored through a proxy included in the gateway, and transmission and reception of files can be controlled. .
이 외에, 본 문서를 통해 직접적 또는 간접적으로 파악되는 다양한 효과들이 제공될 수 있다.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, data flow information, and file table information among information included in a database according to various embodiments.
도 4는 다양한 실시예들에 따른 노드의 기능적 블록도이다.4 is 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은 다양한 실시예들에 따른 사용자 인증을 위한 신호 흐름도를 도시한다.7 shows a signal flow diagram for user authentication according to various embodiments.
도 8은 다양한 실시예들에 따른 컨트롤러 접속을 위한 사용자 인터페이스 화면을 도시한다.8 illustrates a user interface screen for accessing a controller according to various embodiments.
도 9는 다양한 실시예들에 따른 네트워크 접속을 위한 신호 흐름도를 도시한다.Figure 9 shows a signal flow diagram for network access according to various embodiments.
도 10은 다양한 실시예들에 따른 서비스 처리 요청의 처리를 위한 신호 흐름도를 도시한다.Figure 10 shows a signal flow diagram for processing a service processing request according to various embodiments.
도 11은 다양한 실시예들에 따른 서비스 처리 요청 결과의 수신을 위한 신호 흐름도를 도시한다.Figure 11 shows a signal flow diagram for receiving a service processing request result according to various embodiments.
도 12는 다양한 실시예들에 따른 서비스 요청 처리 로그 및 거절 로그 전송을 위한 신호 흐름도를 도시한다.Figure 12 shows a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
도 13은 다양한 실시예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 도시한다.Figure 13 shows a signal flow diagram for control flow update according to various embodiments.
도 14는 다양한 실시예들에 따른 제어 플로우 제거를 위한 신호 흐름도를 도시한다.14 shows a signal flow diagram for control flow removal according to various embodiments.
도 15는 다양한 실시예들에 따른 데이터 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 15 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 node 201-1 or 201-2 shown in FIG. 1 may be various types of devices capable of performing data communication. For example, the node 201-1 or 201-2 may be a portable device such as a smartphone or tablet, a computer device such as a desktop or laptop, a multimedia device, a medical device, a camera, a wearable device, or VR. It may include a (virtual reality) device, or a home appliance device, and is not limited to the above-described devices. For example, node 201-1 or 201-2 may include a server or gateway capable of transmitting data packets through an application. The node 201-1 or 201-2 may also be referred to as an ‘electronic device’ or a ‘terminal’.
노드(201-1 또는 201-2)는 각각 적어도 하나의 타겟 애플리케이션 및 접속 제어 애플리케이션을 저장할 수 있다. 예를 들어, 노드(201-1)는 타겟 애플리케이션(211-1) 및 접속 제어 애플리케이션(212-1)을 저장할 수 있다. 노드(201-2)는 타겟 애플리케이션(211-2) 및 접속 제어 애플리케이션(212-2)을 저장할 수 있다.Node 201-1 or 201-2 may store at least one target application and at least one access control application, respectively. For example, the node 201-1 may store the target application 211-1 and the access control application 212-1. The node 201-2 may store the target application 211-2 and the access control application 212-2.
타겟 애플리케이션(211-1 또는 211-2) 각각은 접속 제어 애플리케이션(212-1 또는 212-2)의 제어 하에 게이트웨이(203)를 통해 서비스 서버(205-1 또는 205-2)로 데이터 패킷을 전송하거나 반대로 데이터 패킷을 수신할 수 있다.Each of the target applications (211-1 or 211-2) transmits data packets to the service server (205-1 or 205-2) through the gateway 203 under the control of the access control application (212-1 or 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 또는 220-2)을 통해 인가되지 않은 프로그램의 서비스 서버(205-1 또는 205-2)에 대한 접속을 차단하고 해당 프로그램을 격리할 수 있다. 채널(220-1 또는 220-2)은 '보안 세션'으로 참조될 수도 있다.Some of the target applications (211-1 and 211-2) are allowed and/or secured applications, such as web browsers or business applications, while others are non-allowed programs (e.g. malware, ransomware, and other unallowed programs). 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 or 212-2) identifies a program (or target application, process of the target application) requesting transmission of a data packet, and data packets of the unauthorized program are transmitted to the node ( It is possible to prevent transmission outside of 201-1 or 201-2). Additionally, according to embodiments, the access control application (212-1 or 212-2) is connected to the connection control application (212-1 or 212-2) and the gateway 203 through a channel (220-1 or 220-2). Access to the service server (205-1 or 205-2) of unauthorized programs can be blocked and the program can be quarantined. Channel 220-1 or 220-2 may also be referred to as a 'secure session'.
예를 들어, 실시 예들에 따른 타겟 애플리케이션(211-1 또는 211-2)이 서비스 서버(205-1 또는 205-2)와 통신하기 이전에 접속 제어 애플리케이션(212-1 또는 212-2)은 컨트롤러(202)로부터 접속 가능 여부를 확인하고, 접속 가능한 경우 컨트롤러(202)에 의하여 인증된 데이터 패킷을 통해 게이트웨이(203)와 인증을 수행할 수 있다. 인증이 완료되면 접속 제어 애플리케이션(212-1 또는 212-2)은 게이트웨이(203)와 채널(220-1 또는 220-2)을 생성할 수 있다.For example, before the target application (211-1 or 211-2) according to embodiments communicates with the service server (205-1 or 205-2), the access control application (212-1 or 212-2) is 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 or 212-2) can create the gateway 203 and the channel (220-1 or 220-2).
다양한 실시 예들에 따르면, 노드(201-1 또는 201-2)는 노드(201-1 또는 201-2) 내에 저장된 타겟 애플리케이션(211-1 또는 211-2)의 네트워크 접속을 관리하기 위한 접속 제어 애플리케이션(212-1 또는 212-2) 및 네트워크 드라이버(미도시)를 포함할 수 있다. 예를 들어, 노드(201-1 또는 201-2)에 저장된 타겟 애플리케이션(211-1 또는 211-2)의 서비스 서버(205-1 또는 205-2)에 대한 접속 이벤트가 발생하면, 접속 제어 애플리케이션(212-1 또는 212-2)은 타겟 애플리케이션(211-1 또는 211-2)의 접속 가능 여부를 결정할 수 있다. 타겟 애플리케이션(211-1 또는 211-2)이 접속 가능하면, 접속 제어 애플리케이션(212-1 또는 212-2)은 채널(220-1 또는 220-2)을 통해 게이트웨이(203)로 데이터 패킷을 전송할 수 있다. 접속 제어 애플리케이션(212-1 또는 212-2)은 노드(201-1 또는 201-2) 내에서 운영체제를 포함하는 커널(kernel) 및 네트워크 드라이버를 통해 데이터 패킷의 전송을 제어할 수 있다.According to various embodiments, the node 201-1 or 201-2 is a connection control application for managing the network connection of the target application 211-1 or 211-2 stored in the node 201-1 or 201-2. (212-1 or 212-2) and a network driver (not shown). For example, when a connection event occurs for the service server (205-1 or 205-2) of the target application (211-1 or 211-2) stored in the node (201-1 or 201-2), the connection control application (212-1 or 212-2) may determine whether the target application (211-1 or 211-2) is accessible. If the target application (211-1 or 211-2) is accessible, the access control application (212-1 or 212-2) transmits a data packet to the gateway 203 through the channel (220-1 or 220-2). You can. The access control application 212-1 or 212-2 may control the transmission of data packets within the node 201-1 or 201-2 through a kernel including an operating system and a network driver.
컨트롤러(202)는 예를 들어, 서버(또는, 클라우드 서버)일 수 있다. 컨트롤러(202)는 노드(201-1 또는 201-2), 게이트웨이(203), 및 서비스 서버(205-1 또는 205-2) 간 데이터 전송을 관리함으로써 네트워크 환경 내에서 신뢰되는 데이터 전송을 보장할 수 있다. 예를 들어, 컨트롤러(202)는 정책 정보 또는 블랙리스트 정보를 통해 인가된 노드(201-1 또는 201-2)(또는, 접속 제어 애플리케이션(212-1 또는 212-2))의 네트워크 접속을 허용할 수 있다. The controller 202 may be, for example, a server (or cloud server). The controller 202 manages data transmission between the node 201-1 or 201-2, the gateway 203, and the service server 205-1 or 205-2 to ensure reliable data transmission within the network environment. You can. For example, the controller 202 allows the authorized node 201-1 or 201-2 (or access control application 212-1 or 212-2) to access the network through policy information or blacklist information. can do.
또한, 컨트롤러(202)는 접속 제어 애플리케이션(212-1 또는 212-2)과 게이트웨이(203) 간 채널(220-1 또는 220-2)의 생성을 중개하거나, 노드(201-1 또는 201-2), 게이트웨이(203), 또는 연동된 타 보안 시스템(미도시)으로부터 수집된 보안 이벤트에 따라서 채널(220-1 또는 220-2)을 제거(또는, 회수)할 수 있다. 접속 제어 애플리케이션(212-1 또는 212-2)은 컨트롤러(202)에 의하여 인가된 채널(220-1 또는 220-2)을 통해서만 서비스 서버(205-1 또는 205-2)와 통신할 수 있으며, 인가된 채널(220-1 또는 220-2)이 존재하지 않으면 노드(201-1 또는 201-2) 및 접속 제어 애플리케이션(212-1 또는 212-2)의 네트워크 접속이 차단될 수 있다. 일 실시 예에서, 타겟 애플리케이션(211-1 또는 211-2)은 컨트롤러(202)에 의하여 인가된 채널(220-1 또는 220-2)을 통해서만 서비스 서버(205-1 또는 205-2)와 통신할 수 있으며, 인가된 채널(220-1 또는 220-2)이 존재하지 않으면 타겟 애플리케이션(211-1 또는 211-2)의 네트워크 접속은 접속 제어 애플리케이션(212-1 또는 212-2), 컨트롤러(202) 또는 게이트웨이(203)로부터 차단될 수 있다. 일 실시 예에 따르면, 컨트롤러(202)는 노드(201-1 또는 201-2) 또는 접속 제어 애플리케이션(212-1 또는 212-2)의 네트워크 접속과 연관된 다양한 동작(예: 등록, 승인, 인증, 갱신, 종료)을 수행하기 위하여 접속 제어 애플리케이션(212-1 또는 212-2)과 제어 데이터 패킷을 송수신할 수 있다. 제어 데이터 패킷이 전송되는 흐름(예: 230-1 또는 230-2)은 '제어 플로우(control flow)'로 참조될 수 있다.Additionally, the controller 202 mediates the creation of a channel (220-1 or 220-2) between the access control application (212-1 or 212-2) and the gateway 203, or connects the node (201-1 or 201-2) ), the channel 220-1 or 220-2 may be removed (or recovered) according to security events collected from the gateway 203, or other linked security systems (not shown). The access control application (212-1 or 212-2) can communicate with the service server (205-1 or 205-2) only through the channel (220-1 or 220-2) authorized by the controller 202, If the authorized channel (220-1 or 220-2) does not exist, network access of the node (201-1 or 201-2) and the access control application (212-1 or 212-2) may be blocked. In one embodiment, the target application (211-1 or 211-2) communicates with the service server (205-1 or 205-2) only through the channel (220-1 or 220-2) authorized by the controller 202. This can be done, and if the authorized channel (220-1 or 220-2) does not exist, the network connection of the target application (211-1 or 211-2) is connected to the access control application (212-1 or 212-2), the controller ( 202) or may be blocked from the gateway 203. According to one embodiment, the controller 202 performs various operations associated with network access of the node 201-1 or 201-2 or the access control application 212-1 or 212-2 (e.g., registration, authorization, authentication, In order to perform (update, termination), control data packets can be transmitted and received with the access control application (212-1 or 212-2). The flow through which control data packets are transmitted (e.g., 230-1 or 230-2) may be referred to as a 'control flow'.
게이트웨이(203)는 노드(201-1 또는 201-2)가 속하는 네트워크의 경계 또는 서비스 서버(205-1 또는 205-2)가 속하는 네트워크의 경계에 위치할 수 있다. 예를 들어, 게이트웨이(203)는 인트라넷 또는 클라우드(cloud)의 경계에 위치할 수 있다. 일 실시 예에 따르면, 게이트웨이(203)는 클라우드 기반으로 컨트롤러(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 node 201-1 or 201-2 belongs or at the border of the network to which the service server 205-1 or 205-2 belongs. For example, the gateway 203 may be located at the boundary of an intranet or cloud. 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 application 212-1 or 212-2 to the service server 205-1 or 205-2. The flow in which data packets are transmitted between the access control application (212-1 or 212-2) and the gateway 203 (e.g., 240-1 or 240-2) may be referred to as 'data flow'. .
데이터 플로우는 노드 또는 IP 단위뿐만 아니라 보다 세부적인 단위(예: 애플리케이션 단위)로도 생성될 수 있다. 게이트웨이(203)는 접속 제어 애플리케이션(212-1 또는 212-2)과 게이트웨이(203) 간 채널(220-1 또는 220-2) 생성 이전에 접속 제어 애플리케이션(212-1 또는 212-2)의 인증을 수행하고, 접속 제어 애플리케이션(212-1 또는 212-2)으로부터 전송된 데이터 패킷 중 채널(220-1 또는 220-2)을 통해 전송된 데이터 패킷만을 서비스 서버(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 authenticates the access control application (212-1 or 212-2) before creating the channel (220-1 or 220-2) between the access control application (212-1 or 212-2) and the gateway 203. Perform, and among the data packets transmitted from the access control application (212-1 or 212-2), only the data packets transmitted through the channel (220-1 or 220-2) are sent to the service server (205-1 or 205-2). By forwarding to , indiscriminate network access can be blocked in advance.
게이트웨이(203)는 게이트웨이(203)에 포함된 프록시 서버(231)를 통해 인증된 노드(201-1 또는 201-2)와 서비스 서버(205-1 또는 205-2) 간의 서비스 처리를 중계할 수 있다. 게이트웨이(203)는 프록시 서버(231)를 통해 서비스 처리 요청 및 서비스 처리 요청 결과에 포함된 파일 정보를 감시하고, 데이터 플로우(240-1 또는 240-2)에 포함된 파일 IO 정보를 기반으로 파일의 송신 및 수신을 제어할 수 있다. 프록시 서버(231)는 '프록시'로도 참조될 수 있다. 프록시 서버(231)는 프로그램 또는 어플리케이션일 수 있다.The gateway 203 can relay service processing between the authenticated node 201-1 or 201-2 and the service server 205-1 or 205-2 through the proxy server 231 included in the gateway 203. there is. The gateway 203 monitors the file information included in the service processing request and the service processing request result through the proxy server 231, and processes the file based on the file IO information included in the data flow 240-1 or 240-2. Transmission and reception can be controlled. The proxy server 231 may also be referred to as a 'proxy'. The proxy server 231 may be a program or application.
도 2는 다양한 실시예들에 따라 컨트롤러(202)에 저장된 데이터베이스를 나타내는 기능적 블록도이며, 도 3은 데이터베이스에 포함된 정보 중 제어 플로우 정보(340), 데이터 플로우 정보(350) 및 파일 테이블 정보(360)를 나타낸다.Figure 2 is a functional block diagram showing a database stored in the controller 202 according to various embodiments, and Figure 3 shows control flow information 340, data flow information 350, and file table information ( 360).
도 2를 참조하면, 컨트롤러(202)는 네트워크 접속 및 데이터 전송의 제어를 위한 데이터베이스(311 내지 320)를 메모리(330)에 저장할 수 있다. 도 2는 메모리(330)만을 도시하지만, 컨트롤러(202)는 외부 전자 장치(예: 도 1의 노드(201-1 또는 201-2), 게이트웨이(203) 또는 서비스 서버(205-1 또는 205-2))와 통신을 수행하기 위한 통신 회로(예: 도 4의 통신 회로(430)) 및 컨트롤러(202)의 전반적인 동작을 제어하기 위한 프로세서(예: 도 4의 프로세서(410))를 더 포함할 수 있다. 관리자는 컨트롤러(202)에 접속하여 접속 제어 애플리케이션(212-1 또는 212-2)과 서비스 서버(205-1 또는 205-2) 간 접속을 제어하기 위한 연결 중심의 정책을 설정할 수 있으므로, 서비스 단에서 세션을 관리하는 것 보다 세밀하고 안전하게 네트워크 접속을 제어할 수 있다.Referring to FIG. 2, the controller 202 may store databases 311 to 320 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., node 201-1 or 201-2 in FIG. 1, gateway 203, or service server 205-1 or 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 can access the controller 202 and set a connection-oriented policy to control the connection between the access control application (212-1 or 212-2) and the service server (205-1 or 205-2), so the service terminal You can control network access more precisely and safely than managing sessions in .
접속 정책 데이터베이스(311)는 식별된 네트워크, 노드, 또는 애플리케이션이 접속 가능한 네트워크 및/또는 서비스에 대한 정보를 포함할 수 있다. 예를 들어, 컨트롤러(202)는 접속 제어 애플리케이션(212-1 또는 212-2)의 네트워크 접속 요청 시, 접속 정책 데이터베이스(311)의 정책에 기반하여 식별된 네트워크(예: 노드(201-1 또는 201-2)가 속하는 네트워크), 노드(201-1 또는 201-2), 사용자(예: 노드(201-1 또는 201-2)의 사용자), 및/또는 애플리케이션(예: 노드(201-1 또는 201-2)에 포함되는 타겟 애플리케이션(211-1 또는 211-2))이 서비스 서버(205-1 또는 205-2)에 접속이 가능한지 여부를 결정할 수 있다. 일 실시 예에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에 기반하여 특정 서비스(예: IP 및 포트)로 접속 가능한 타겟 애플리케이션의 화이트리스트를 생성할 수 있다.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 application 212-1 or 212-2, the controller 202 connects to the network identified based on the policy of the access policy database 311 (e.g., node 201-1 or network to which 201-2) belongs), a node (201-1 or 201-2), a user (e.g., a user of node 201-1 or 201-2), and/or an application (e.g., node 201-1 Alternatively, it may be determined whether the target application (211-1 or 211-2) included in 201-2) can access the service server (205-1 or 205-2). In one embodiment, the controller 202 may create a whitelist of target applications that can access a specific service (eg, IP and port) based on the connection policy database 311.
채널 정책 데이터베이스(312)는 접속 정책 데이터베이스(311)의 정책에 따른 접속 경로 상에서 노드(201-1 또는 201-2)와 서비스 서버(205-1 또는 201-2)(또는, 도착지 IP 및 포트)의 사이에 존재하는 게이트웨이(203)와의 채널 생성에 필요한 정보(예: 인증 정보, 암호화 알고리즘, 및/또는 터널 끝점 IP(Tunnel End Point IP))를 포함할 수 있다. 채널 정책 데이터베이스(312)는 접속 경로 사이에 타 게이트웨이를 통해 사전에 연결된 채널이 존재하는 경우, 이를 사용하기 위한 정보(예: 노드에 할당된 IP 정보의 수집 여부 및 대체 처리 여부)를 포함할 수 있다.The channel policy database 312 connects the node 201-1 or 201-2 and the service server 205-1 or 201-2 (or destination IP and port) on the connection path according to the policy of the connection policy database 311. It may include information necessary for creating a channel with the gateway 203 (eg, authentication information, encryption algorithm, and/or tunnel end point IP). If a channel previously connected through another gateway exists between the access paths, the channel policy database 312 may include information for using it (e.g., whether IP information assigned to the node is collected and whether alternative processing is performed). there is.
채널 테이블(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.
서비스 정책 데이터베이스(313)는 접속 정책 데이터베이스(311)의 정책에 따른 접속 경로 상에서 노드(201-1 또는 201-2)와 서비스 서버(205-1 또는 201-2)(또는, 도착지 IP 및 포트)의 사이에 존재하는 게이트웨이(203)에 포함된 프록시 서버(231)를 통해 서비스 서버(205-1 또는 205-2)와의 서비스 처리 요청을 중계하기 위해 노드(201-1 또는 201-2)가 도메인 주소로 접속 시도 시 해당 프록시 서버(231)를 거치기 위해 필요한 정보(예: 도메인 주소 해석 정보, 해당 도메인 접속 시 필요한 인증서, 및/또는 데이터 플로우 검사 실패 시 서비스 처리 요청 결과를 실패 정보로 반환할지 또는 타 URL로 리다이렉션(redirection) 할지에 대한 정보)를 포함할 수 있다.The service policy database 313 connects the node 201-1 or 201-2 and the service server 205-1 or 201-2 (or destination IP and port) on the connection path according to the policy of the connection policy database 311. The node 201-1 or 201-2 connects the domain to relay the service processing request with the service server 205-1 or 205-2 through the proxy server 231 included in the gateway 203 existing between the domain. When attempting to connect to an address, information required to pass through the proxy server 231 (e.g., domain address resolution information, certificate required to access the domain, and/or whether to return the service processing request result as failure information when the data flow check fails) Information on whether to redirect to another URL) may be included.
파일 IO 정책 데이터베이스(314)는 접속 정책과 연계되며, 타겟 애플리케이션(211-1 또는 211-2)에 대한 파일 IO 정책을 수립하기 위한 정보를 포함할 수 있다. 예를 들어, 파일 IO 정책 데이터베이스(314)는 타겟 애플리케이션(211-1 또는 211-2)의 파일 수신 및 전송에 대해 승인이 필요한지 여부에 대한 정보를 포함할 수 있다.The file IO policy database 314 is linked to the access policy and may include information for establishing a file IO policy for the target application 211-1 or 211-2. For example, the file IO policy database 314 may include information about whether approval is required for receiving and transmitting files of the target application 211-1 or 211-2.
블랙리스트 정책 데이터베이스(315)는 노드(201-1 또는 201-2) 또는 게이트웨이(203)에서 주기적으로 수집되는 보안 이벤트 중에서 보안 이벤트의 위험도, 발생 주기, 및/또는 행위 분석을 통해 식별된 대상(예: 노드 ID(identifier), IP 주소, MAC(media access control) 주소, 또는 사용자 ID 중 적어도 하나)의 접속을 차단하기 위한 블랙리스트 등록 정책을 나타낼 수 있다.The blacklist policy database 315 includes targets ( Example: It may indicate a blacklist registration policy to block access by at least one of a node ID (identifier), IP address, MAC (media access control) address, or user ID).
블랙리스트 데이터베이스(320)는 블랙리스트 정책 데이터베이스(315)에 의해서 차단된 대상에 대한 목록을 포함할 수 있다. 예를 들어, 컨트롤러(202)는 네트워크 접속을 요청하는 노드(201-1 또는 201-2)의 식별 정보가 블랙리스트 데이터베이스(320)에 포함되면 네트워크 접속 요청을 거부함으로써 노드(201-1 또는 201-2)를 격리시킬 수 있다.The blacklist database 320 may include a list of targets blocked by the blacklist policy database 315. For example, if the identification information of the node (201-1 or 201-2) requesting network access is included in the blacklist database 320, the controller 202 rejects the network access request, thereby allowing the node (201-1 or 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 application 212-1 or 212-2 and the controller 202.
예를 들어 도 3을 참조하면, 접속 제어 애플리케이션(212-1 또는 212-2)이 성공적으로 컨트롤러(202)에 접속하는 경우 제어 플로우 정보(340) 및 제어 플로우 ID(342)(또는 '제어 플로우 식별 정보'로도 참조될 수 있다)가 컨트롤러(202)에 의하여 생성될 수 있다. 제어 플로우 정보(340)는 컨트롤러 접속 및 인증 시 식별된 IP, 노드, 애플리케이션, 또는 서비스 서버와의 연계를 통해 추가적으로 식별된 대상 중 적어도 하나를 나타내는 식별 정보(344)를 포함할 수 있다. 예를 들어 접속 제어 애플리케이션(212-1 또는 212-2)의 네트워크 접속 요청이 수신되면, 컨트롤러(202)는 접속 요청에 포함된 제어 플로우 ID 및 식별 정보를 제어 플로우 정보(340)에 포함된 제어 플로우 ID(342) 및 식별 정보(344)와 매핑함으로써 접속 제어 애플리케이션(212-1 또는 212-2)의 서비스 서버(205-1 또는 205-2)에 대한 접속 가능 여부 및 게이트웨이(203)와의 채널 생성을 위한 데이터 플로우 생성 가능 여부를 결정할 수 있다. 상태 정보(346)는 제어 플로우의 생성, 인증, 갱신, 종료 등과 같은 다양한 상태를 나타낼 수 있다.For example, referring to Figure 3, when the access control application (212-1 or 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-1 or 212-2 is received, the controller 202 sends the control flow ID and identification information included in the connection request to the control flow information 340. Whether the access control application (212-1 or 212-2) can be connected to the service server (205-1 or 205-2) by mapping with the flow ID (342) and identification information (344) and the channel 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)는 시간 정보(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 node 201 must update the expiration time of the control flow based on the time information 348, and if the expiration time is not updated within a certain period of time, the control flow ( Alternatively, control flow information 340) may be removed. In addition, immediate access is blocked according to security events collected from the node 201-1 or 201-2, the access control application 212-1 or 212-2, another security application (not shown), or the 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 server 205-1 or 205 of the access control application 212-1 or 212-2 or the target application 211-1 or 211-2. Access to -2) can be blocked.
데이터 플로우 테이블(317)은 노드(201-1 또는 201-2)와 게이트웨이(203), 및 서비스 서버(205-1 또는 205-2) 사이에 세부적인 데이터 패킷이 전송되는 흐름(예: 데이터 플로우)을 관리하기 위한 테이블이다. 데이터 플로우는 TCP 세션, 애플리케이션, 또는 보다 세부적인 단위로 생성될 수 있다. 데이터 플로우 테이블(316)은 출발지로부터 전송된 데이터 패킷이 인가된 데이터 패킷인지를 식별하기 위한 애플리케이션 ID, 도착지 IP 주소, 및/또는 서비스 포트를 포함할 수 있다.The data flow table 317 shows the flow (e.g., data flow) in which detailed data packets are transmitted between the node 201-1 or 201-2, the gateway 203, and the service server 205-1 or 205-2. ) is a table for managing. Data flows can be created by TCP sessions, applications, or more granular units. The data flow table 316 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)를 포함할 수 있다. 노드(201-1 또는 201-2) 또는 접속 제어 애플리케이션(212-1 또는 212-2)은 하나 이상의 게이트웨이와 채널 및 세션을 생성할 수 있으므로, 컨트롤러(202)는 전송 주체에 부여된 제어 플로우 ID(352)로 그에 종속된 데이터 플로우를 관리할 수 있다. 또한, 데이터 플로우 정보(350)는 접속 제어 애플리케이션(212-1 또는 212-2)과 게이트웨이(203)의 사이에 채널이 생성되었는지 여부, 및 프록시 서버(231)를 통해 서비스 서버(205-1 또는 205-2)에 접속하는 경우 데이터 패킷의 출발지 IP 및 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 서비스 요청 경로(URL)에 따라 서비스 요청을 제어하기 위한 URL 정보 및/또는 도메인 정보를 기반으로 데이터 패킷의 포워딩을 판단하기 위한 검사 대상 정보(353)를 포함할 수 있다. 인증서 정보는 인증서 식별 정보를 포함할 수 있다. 또한, 데이터 플로우 정보(350)는 데이터 플로우가 사용 가능한 유효한 상태인지 여부를 나타내는 상태 정보(355)를 포함 할 수 있다. 또한, 데이터 플로우 정보(350)는 파일 IO 정보(354)를 더 포함할 수 있다. 파일 IO 정보(354)는 파일 송신에 대하여 승인이 필요한지 여부 및 파일 수신에 대하여 승인이 필요한지 여부, 및 파일 IO 처리에 대한 예외 정보를 포함할 수 있다. 파일 IO 정보(354)는 파일 송신 및 수신에 대한 제어 정보를 적용하는 대상 정보(또는, 정책 정보)(도메인 정보, URL 정보, 및/또는 파일 종류 정보)를 포함할 수 있다.Referring to FIG. 3, the data flow information 350 may include a data flow ID 351 for identifying the data flow and a control flow ID 352 if the data flow is dependent on the control flow. Since the node (201-1 or 201-2) or the access control application (212-1 or 212-2) can create a channel and session with one or more gateways, the controller 202 controls the control flow ID assigned to the transmitting subject. With (352), data flows dependent on it can be managed. Additionally, the data flow information 350 determines whether a channel has been created between the access control application 212-1 or 212-2 and the gateway 203, and whether the service server 205-1 or 205-2), based on URL information and/or domain information to control service requests according to the source IP and destination IP of the data packet, service port information, protocol information, certificate information, and service request path (URL). It may include inspection target information 353 for determining forwarding of data packets. Certificate information may include certificate identification information. Additionally, the data flow information 350 may include status information 355 indicating whether the data flow is in a valid usable state. Additionally, the data flow information 350 may further include file IO information 354. The file IO information 354 may include whether approval is required for file transmission, whether approval is required for file reception, and exception information for file IO processing. The file IO information 354 may include target information (or policy information) (domain information, URL information, and/or file type information) to which control information for file transmission and reception is applied.
파일 테이블(319)은 파일 송신 및 수신에 대한 승인을 관리하기 위한 데이터베이스로, 파일 테이블 정보(360)를 포함할 수 있다.The file table 319 is a database for managing approval for sending and receiving files, and may include file table information 360.
도 3을 참조하면, 파일 테이블 정보(360)는 게이트웨이(203)에서 파일 송신 및 수신이 발생한 검사 대상을 식별하기 위한 검사 대상 정보(362)를 저장할 수 있다. 검사 대상 정보(362)는, 예를 들어, 출발지 IP 및 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 서비스 요청 경로(URL) 및/또는 도메인 정보를 포함할 수 있다. 인증서 정보는 인증서 식별 정보를 포함할 수 있다. 또한, 파일 테이블 정보(360)는 관리자 또는 외부에 연결된 시스템을 통해 파일 송신 및 수신에 대해 승인하는 경우 파일 정보를 식별하고 조회하기 위한 파일 정보(364)를 포함할 수 있다. 파일 정보(364)는 파일의 바이너리 및/또는 파일의 고유 정보 및 식별 정보(예: 파일명, 파일의 일부 내용 또는 헤더 정보, 해쉬 정보, 및/또는 시그니처 정보)를 포함할 수 있다. 또한, 파일 테이블 정보(360)는 파일이 송신 및 수신이 가능한 상태인지 확인하기 위한 상태 정보(366)를 포함할 수 있다. 파일 테이블 정보(360)는 컨트롤러(202) 및 게이트웨이(203)에서 관리될 수 있다.Referring to FIG. 3, the file table information 360 may store inspection target information 362 for identifying the inspection target where file transmission and reception occurred in the gateway 203. The inspection target information 362 may include, for example, source IP and destination IP, service port information, protocol information, certificate information, service request path (URL), and/or domain information. Certificate information may include certificate identification information. Additionally, the file table information 360 may include file information 364 for identifying and retrieving file information when approving file transmission and reception through an administrator or an externally connected system. The file information 364 may include the binary of the file and/or unique information and identification information of the file (e.g., file name, partial contents of the file or header information, hash information, and/or signature information). Additionally, the file table information 360 may include status information 366 to check whether the file can be transmitted and received. File table information 360 may be managed in the controller 202 and gateway 203.
도 4는 다양한 실시 예들에 따른 노드(201-1 또는 201-2)의 기능적 블록도를 나타낸다. 도 4에 도시된 구성들 중 적어도 일부는 컨트롤러(202), 게이트웨이(203), 또는 서비스 서버(205-1 또는 205-2)에 적용될 수 있다.Figure 4 shows a functional block diagram of a node 201-1 or 201-2 according to various embodiments. At least some of the configurations shown in FIG. 4 may be applied to the controller 202, gateway 203, or service server 205-1 or 205-2.
도 4를 참조하면, 노드(201-1 또는 201-2)는 프로세서(410), 메모리(420), 및 통신 회로(430)를 포함할 수 있다. 일 실시 예에 따르면, 노드(201-1 또는 201-2)는 사용자 인터페이스를 제공하기 위하여 디스플레이(440)를 더 포함할 수 있다.Referring to FIG. 4, node 201-1 or 201-2 may include a processor 410, memory 420, and communication circuit 430. According to one embodiment, the node 201-1 or 201-2 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-1 또는 201-2) 내의 다른 구성 요소(예를 들면, 메모리(420), 통신 회로(430), 또는 디스플레이(440))와 전기적으로(electrically) 또는 작동적으로(operatively) 결합(coupled with)되거나 연결될(connected to) 수 있다. 프로세서(410)는 다른 구성 요소들의 명령을 수신할 수 있고, 수신된 명령을 해석할 수 있으며, 해석된 명령에 따라 계산을 수행하거나 데이터를 처리할 수 있다. 프로세서(410)는 메모리(420), 통신 회로(430), 또는 디스플레이(440)로부터 수신되는 메시지, 데이터, 명령어, 또는 신호를 해석할 수 있고, 가공할 수 있다. 프로세서(410)는 수신된 메시지, 데이터, 명령어, 또는 신호에 기반하여 새로운 메시지, 데이터, 명령어, 또는 신호를 생성할 수 있다. 프로세서(410)는 가공되거나 생성된 메시지, 데이터, 명령어, 또는 신호를 메모리(420), 통신 회로(430), 또는 디스플레이(440)에게 제공할 수 있다.All or part of the processor 410 is electrically connected to other components (e.g., memory 420, communication circuit 430, or display 440) within node 201-1 or 201-2. ) or may be operatively coupled with or connected to. 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 또는 220-2) 생성과, 컨트롤러(202)와의 제어 플로우 생성 및 갱신 기능을 수행할 수 있다. 이를 위하여 접속 제어 애플리케이션(212-1 또는 212-2)은 하나 이상의 보안 모듈을 포함할 수 있다. 일 실시 예에서, 메모리(420)는 도 3의 제어 플로우 정보(340) 데이터 플로우 정보(350), 및 파일 테이블 정보(360)를 저장할 수 있다.According to one embodiment, the memory 420 may store the target application 211-1 or 211-2 and the access control application 212-1 or 212-2 of FIG. 1. The access control application (212-1 or 212-2) can perform network connection and channel (220-1 or 220-2) creation with the gateway 203, and control flow creation and update functions with the controller 202. . To this end, the access control application 212-1 or 212-2 may include one or more security modules. In one embodiment, the memory 420 may store the control flow information 340, data flow information 350, and file table information 360 of FIG. 3.
일 실시 예에서, 타겟 애플리케이션(211-1 또는 211-2)은 게이트웨이(203)와의 채널(220-1 또는 220-2) 생성을 위하여 하나 이상의 보안 모듈을 포함할 수 있다.In one embodiment, the target application 211-1 or 211-2 may include one or more security modules to create a channel 220-1 or 220-2 with the gateway 203.
통신 회로(430)는 노드(201-1 또는 201-2)와 외부 전자 장치(예: 컨트롤러(202) 또는 게이트웨이(203)) 간의 유선 또는 무선 통신 연결의 수립, 및 수립된 연결을 통한 통신 수행을 지원할 수 있다. 일 실시 예에 따르면, 통신 회로(430)는 무선 통신 회로(예: 셀룰러 통신 회로, 근거리 무선 통신 회로, 또는 GNSS(global navigation satellite system) 통신 회로) 또는 유선 통신 회로(예: LAN(local area network) 통신 회로, 또는 전력선 통신 회로)를 포함하고, 그 중 해당하는 통신 회로를 이용하여 블루투스, WiFi direct 또는 IrDA(infrared data association) 같은 근거리 통신 네트워크 또는 셀룰러 네트워크, 인터넷, 또는 컴퓨터 네트워크와 같은 원거리 통신 네트워크를 통하여 외부 전자 장치와 통신할 수 있다. 상술한 여러 종류의 통신 회로(430)는 하나의 칩으로 구현되거나 또는 각각 별도의 칩으로 구현될 수 있다. Communication circuitry 430 establishes a wired or wireless communication connection between node 201-1 or 201-2 and an external electronic device (e.g., controller 202 or gateway 203), and performs communication over the established connection. can support. 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)은 컨트롤러(202)로 접속을 요청하기 위한 데이터 패킷만을 전송할 수 있을 뿐이고, 컨트롤러(202)와 접속된 상태가 아닌 경우 서비스 서버(205)로는 어떠한 데이터 패킷도 전송되지 않는다. 접속 제어 애플리케이션(212)은 컨트롤러(202)에 접속하여 타겟 애플리케이션(211)에 대한 식별 및 인증을 수행하며, 인증 수행 이후 접속 네트워크 정보를 컨트롤러(202)에 질의하여 타겟 애플리케이션(211)의 서비스 서버(205)에 대한 접속 가능 여부를 확인할 수 있고, 인가된 애플리케이션만 서비스 서버(205)에 접속 가능하다. 접속 제어 애플리케이션(212)을 통해, 노드(201)는 OSI(open system interconnection) 7 계층 중 응용 계층에서 악의적인 애플리케이션(예: 랜섬웨어(ransomware) 또는 멀웨어(malware))의 접속을 사전에 차단할 수 있다.Referring to FIG. 5, the access control application 212 detects a network connection request to the service server 205 from the target 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. The access control application 212 can only transmit data packets for requesting a connection to the controller 202, and if it is not connected to the controller 202, no data packets are transmitted to the service server 205. The access control application 212 connects to the controller 202 to perform identification and authentication for the target application 211, and after performing authentication, queries the controller 202 for access network information to the service server of the target application 211. It is possible to check whether access to (205) is possible, and only authorized applications can access the service server (205). Through the access control application 212, the node 201 can prevent access to malicious applications (e.g., ransomware or malware) in advance at the application layer among the 7 layers of OSI (open system interconnection). there is.
일 실시 예에서, 접속 제어 애플리케이션(212)이 게이트웨이(203)에 의하여 인증되지 않았거나, 접속 제어 애플리케이션(212)과 게이트웨이(203) 간 채널이 생성되지 않은 경우, 접속 제어 애플리케이션(212)으로부터 전송되는 데이터 패킷은 게이트웨이(203)에 의하여 차단될 수 있다. 실시 예에 따라서, 접속 제어 애플리케이션(212)이 게이트웨이(203)에 의하여 인증되지 않아도 접속 제어 애플리케이션(212)으로부터 전송되는 데이터 패킷은 게이트웨이(203)에 의하여 차단되지 않는 경우가 존재할 수 있다.In one embodiment, if the access control application 212 is not authenticated by the gateway 203 or a channel is not created between the access control application 212 and the gateway 203, transmission from the access control application 212 The data packet may be blocked by the gateway 203. 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)의 식별 정보가 블랙리스트 데이터베이스(315)에 포함되는지 여부 중 적어도 하나에 기반하여 컨트롤러 접속을 요청한 대상의 컨트롤러 접속 가능 여부를 확인할 수 있다.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 315.
컨트롤러 접속을 요청한 대상의 컨트롤러 접속이 가능하면, 컨트롤러(202)는 노드(201)(또는, 접속 제어 애플리케이션(212))와 컨트롤러(202) 간 제어 플로우를 생성할 수 있다. 동작 620에서, 컨트롤러(202)는 노드(201)(또는, 접속 제어 애플리케이션(212))와 컨트롤러(202) 간 제어 플로우를 생성할 수 있다. 이 경우, 컨트롤러(202)는 난수 형태로 제어 플로우 식별 정보를 생성하고, 노드(201), 노드(201)가 속한 네트워크, 또는 접속 제어 애플리케이션(212) 중 적어도 하나의 식별 정보를 제어 플로우 테이블(316)에 저장할 수 있다. 제어 플로우 테이블(316)에 저장된 정보(예: 제어 플로우 정보(340))는 노드(201)의 사용자 인증, 노드(201)의 정보 업데이트, 노드(201)의 네트워크 접속을 위한 정책 확인, 및/또는 유효성 검사에 이용될 수 있다.If the object requesting controller connection can access the controller, the controller 202 can create a control flow between the node 201 (or the connection control application 212) and the controller 202. At operation 620, the controller 202 may create a control flow between the node 201 (or the connection control application 212) and the controller 202. In this case, the controller 202 generates control flow identification information in the form of a random number and stores 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 in the control 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.
동작 625에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에서 식별된 정보(예: 노드(201), 노드(201)가 속하는 출발지 네트워크 정보)와 대응되는 접속 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 접속 정책에 기초하여 접속 가능한 애플리케이션의 화이트리스트 정보를 생성할 수 있다. 컨트롤러(202)는 채널 정책 데이터베이스(312)에서 식별된 노드(201)의 IP를 통해 채널 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 채널 정책에 기초하여 노드(201)가 연결할 수 있는 채널 종류와 게이트웨이를 목록화하고, 목록화된 게이트웨이의 상태(예: 처리량 및/또는 장애 여부)를 확인하여 목록화된 게이트웨이 중에서 노드(201)에 최적화된 채널 및 게이트웨이를 한 개 식별할 수 있다. 다른 실시 예에서, 컨트롤러(202)는 동작 620 및 동작 625를 수행하지 않을 수 있다. 예를 들어, 접속을 요청한 대상의 컨트롤러 접속이 가능하지 않으면, 컨트롤러(202)는 동작 620 및 동작 625를 수행하지 않을 수 있다.In operation 625, 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 lists the channel types and gateways that the node 201 can connect to based on the confirmed channel policy, and checks the status (e.g., throughput and/or failure) of the listed gateways to list them. Among the gateways, one channel and gateway optimized for the node 201 can be identified. In another embodiment, the controller 202 may not perform operations 620 and 625. For example, if the controller for the connection request is not available, the controller 202 may not perform operations 620 and 625.
동작 630에서, 컨트롤러(202)는 컨트롤러 접속 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 컨트롤러 접속 요청에 대한 응답으로 제어 플로우 식별 정보가 포함된 제어 플로우 정보(340)를 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는, 동작 625의 수행을 통하여 생성된 화이트 리스트를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 동작 625의 수행을 통하여 식별된 게이트웨이 및 채널 인증 정보를 포함하는 채널을 생성하기 위해 필요한 정보를 노드(201)에게 전송할 수 있다. 실시 예에 따라, 노드(201)와 게이트웨이(203) 사이에 사전에 연결된 채널을 통해 접속하는 경우, 또는 노드(201)와 게이트웨이(203) 사이에 다른 채널 기술을 통해 접속하는 경우, 컨트롤러(202)는 별도의 채널 생성 정보를 노드(201)에 전송하지 않을 수 있다. 실시 예에 따라, 컨트롤러 접속을 요청한 대상이 접속 불가능하거나 블랙리스트에 포함된 경우, 컨트롤러(202)는 제어 플로우를 생성하지 않고, 컨트롤러 접속 요청에 대한 응답으로 컨트롤러 접속 불가를 통보할 수 있다.In operation 630, the controller 202 may transmit a response to the controller connection request to the node 201. In one embodiment, the controller 202 may transmit control flow information 340 including control flow identification information 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 625 to the access control application 212. In one embodiment, the controller 202 may transmit information necessary to create a channel including the identified gateway and channel authentication information to the node 201 by performing operation 625. Depending on the embodiment, when connecting through a pre-connected channel between the node 201 and the gateway 203, or when connecting through another channel technology between the node 201 and the gateway 203, the controller 202 ) may not transmit separate channel creation information to the node 201. 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)는 수신된 응답에 따라서 결과값을 처리할 수 있다. 예를 들어, 접속 제어 애플리케이션(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 (not shown) 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)는 접속 제어 애플리케이션(212)의 실행을 중지 또는 종료하거나, 컨트롤러 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 사용자에게 출력할 수 있다. 예를 들어, 사용자 인터페이스 화면은 노드(201)의 접속이 차단됨을 나타내고, 관리자(예: 컨트롤러(202))를 통한 격리 해제를 가이드 하는 사용자 인터페이스를 포함할 수 있다.Depending on the embodiment, the controller 202 may determine that the node 201 is inaccessible. For example, when information that controller connection is impossible is received, the node 201 may stop or end execution of the access control application 212 or display a user interface screen indicating that controller connection is impossible to the user. 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).
실시 예에 따라서, 컨트롤러(202)는 채널 생성이 필요한 것으로 결정할 수 있다. 채널 생성이 필요한 경우, 컨트롤러(202)는 채널 생성을 위한 정보를 노드(201)로 전송할 수 있다. 예를 들어, 컨트롤러(202)로부터 채널 생성을 위한 정보가 수신되면, 노드(201)는 채널 생성 처리 단계를 수행할 수 있다. 동작 635에서, 노드(201)는 게이트웨이(203)에 채널 생성을 요청할 수 있다. 예를 들어, 노드(201)는 컨트롤러(202)로부터 수신된 채널 생성을 위한 정보(예: 게이트웨이 및 채널 인증 정보)를 기반으로 게이트웨이(203)에 채널 생성을 요청할 수 있다.Depending on the embodiment, the controller 202 may determine that channel creation is necessary. If channel creation is necessary, the controller 202 may transmit information for channel creation to the node 201. For example, when information for channel creation is received from the controller 202, the node 201 may perform a channel creation processing step. In operation 635, the node 201 may request the gateway 203 to create a channel. For example, the node 201 may request the gateway 203 to create a channel based on information for channel creation (eg, gateway and channel authentication information) received from the controller 202.
실시 예에 따라서, 컨트롤러(202)는 채널 생성이 불필요한 것으로 결정할 수 있다. 예를 들어, 컨트롤러(202)로부터 채널 생성이 불필요함을 나타내는 정보가 수신되는 경우, 또는 컨트롤러(202)로부터 별도의 채널 생성을 위한 정보가 수신되지 않는 경우, 노드(201)는 채널 생성이 완료된 것으로 판단하고 다음 단계(애플리케이션 검사 단계)를 수행할 수 있다.Depending on the embodiment, the controller 202 may determine that channel creation is unnecessary. For example, when information indicating that channel creation is unnecessary is received from the controller 202, or when information for creating a separate channel is not received from the controller 202, the node 201 It is determined that this is the case and the next step (application inspection step) can be performed.
일 실시 예에서, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 635 내지 동작 660을 더 수행할 수 있다. 실시 예에 따라, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 635 내지 동작 660을 전부 또는 일부만 수행할 수 있다.In one embodiment, the access control application 212, the controller 202, and the gateway 203 of the node 201 may further perform operations 635 to 660. 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 635 to 660.
동작 640에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 화이트 리스트가 수신된 경우에, 화이트 리스트에 포함되어 있는 애플리케이션이 노드(201)에 설치되어 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에 설치된 애플리케이션 중 화이트 리스트에 포함된 애플리케이션의 경우, 유효성 검사 정책에 따라 애플리케이션의 무결성 및 안정성 여부(애플리케이션 위조 및 변조 여부, 코드 사이닝 검사, 핑거 프린트 검사 중 적어도 하나)를 검사할 수 있다.At operation 640, the access control application 212 may perform a check of the application. 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.
동작 645에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사 결과를 컨트롤러(202)로 전송할 수 있다. 컨트롤러(202)는 검사 결과에 기초하여 애플리케이션이 유효(valid)한지를 확인할 수 있다. 컨트롤러(202)는 애플리케이션이 유효하면, 노드(201)의 네트워크 접속을 허용하기 위해 노드(201)에 대한 접속 정책에서 노드(201)가 위치한 게이트웨이(203)를 확인하고, 이후, 동작 650을 수행할 수 있다. In operation 645, 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 for the node 201 to allow the node 201 to access the network, and then performs operation 650. can do.
동작 650에서, 컨트롤러(202)는 노드(201)가 네트워크 접속 요청 절차 없이 데이터 패킷을 게이트웨이(203)를 통해 서비스 서버(205)로 전송할 수 있도록 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 정보 및/또는 URL 정보를 포함하는 데이터 플로우를 생성할 수 있다.In operation 650, the controller 202 configures the source IP, destination IP, service port information, protocol information, and You can create a data flow that includes certificate information, domain information, and/or URL information.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 파일 IO 정보(354)를 생성할 수 있다. 데이터 플로우의 데이터 플로우 정보(350)에는 생성된 파일 IO 정보(354)가 포함될 수 있다. 파일 IO 정보(354)는 데이터 플로우를 사용하는 애플리케이션의 파일 IO 접근(예: 파일 송신(또는 업로드) 및 수신(또는 다운로드))과 관련된 정책 정보를 포함할 수 있다. 예를 들어, 파일 IO 정보(354)는 애플리케이션의 파일 송신에 대하여 승인이 필요한지 여부 및 애플리케이션의 파일 수신에 대하여 승인이 필요한지 여부를 포함할 수 있다. 파일 IO 정보(354)는 애플리케이션의 파일 송신 및 수신에 대하여 승인이 필요한 경우 URL 별 승인 여부 및 파일 종류 별 승인 여부를 포함할 수 있다.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. Data flow information 350 of the data flow may include generated file IO information 354. File IO information 354 may include policy information related to file IO access (e.g., sending (or uploading) and receiving (or downloading) files) of applications that use data flows. For example, the file IO information 354 may include whether approval is required for the application to transmit a file and whether approval is required for the application to receive the file. The file IO information 354 may include approval by URL and approval by file type when approval is required for sending and receiving files of an application.
동작 655에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 애플리케이션 검사 결과 전송에 대한 응답을 전송할 수 있다. 예를 들어, 컨트롤러(202)는 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)으로 전송할 수 있다. 또한, 동작 660에서, 컨트롤러(202)는 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.In operation 655, the controller 202 may transmit a response to the transmission of the application check result of the access control application 212. For example, the controller 202 may transmit data flow information 350 including file IO information 354 to the access control application 212. Additionally, in operation 660, the controller 202 may transmit data flow information 350 including file IO information 354 to the gateway 203.
도 7은 다양한 실시 예들에 따른 사용자 인증을 위한 신호 흐름도를 도시하며, 도 8은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 사용자 인터페이스 화면을 도시한다. 도 7에 도시된 동작들은 예를 들어, 도 6의 신호 흐름도 이후에 구현될 수 있다.FIG. 7 illustrates a signal flow diagram for user authentication according to various embodiments, and FIG. 8 illustrates a user interface screen for connecting to a controller 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).
일 예로, 도 8을 참조하면, 접속 제어 애플리케이션(212)이 실행되면 노드(201)는 컨트롤러 접속을 위하여 필요한 정보를 수신하기 위한 사용자 인터페이스 화면(810)을 표시할 수 있다. 사용자 인터페이스 화면(810)은 컨트롤러 접속 정보(예: IP 또는 도메인)를 입력하기 위한 입력 창(811), 사용자 ID를 입력하기 위한 입력 창(812), 및/또는 비밀번호를 입력하기 위한 입력 창(813)을 포함할 수 있다. 입력 창들(811, 812, 및 813)에 정보가 입력된 후 사용자의 인증을 위한 버튼(814 또는 815)에 대한 입력을 수신함으로써 노드(201)는 컨트롤러 접속 이벤트를 감지할 수 있다. 예를 들어, 컨트롤러 접속 정보, 사용자 ID, 및 비밀번호가 입력된 경우 노드(201)는 사용자로서 컨트롤러에 접속하기 위한 버튼(815)에 대한 입력을 수신할 수 있다. 다른 예로, 컨트롤러 접속 정보만이 입력되고, 사용자 ID 및 비밀번호가 입력되지 않은 경우 노드(201)는 게스트로서 컨트롤러에 접속하기 위한 버튼(814)에 대한 입력을 수신할 수 있다.For example, referring to FIG. 8 , when the access control application 212 is executed, the node 201 may display a user interface screen 810 for receiving information necessary for controller access. The user interface screen 810 includes an input window 811 for entering controller access information (e.g. IP or domain), an input window 812 for entering a user ID, and/or an input window for entering a password ( 813) may be included. After information is entered into the input windows 811, 812, and 813, the node 201 can detect a controller connection event by receiving an input to the button 814 or 815 for user authentication. For example, when controller access information, user ID, and password are entered, node 201 may receive an input for a button 815 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 814 for accessing the controller as a guest.
동작 710에서, 노드(201)는 컨트롤러(202)에게 사용자 인증을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 사용자 인증을 위한 입력 정보(예: 도 8의 입력 창들(811, 812, 및 813)에 입력된 컨트롤러 접속 정보, 사용자 ID, 및/또는 비밀번호)를 컨트롤러(202)에게 전송할 수 있다. 노드(201)와 컨트롤러(202) 간 제어 플로우가 이미 생성된 상태이면, 접속 제어 애플리케이션(212)은 사용자 인증을 위한 입력 정보를 제어 플로우 식별 정보와 함께 전송할 수 있다.In operation 710, node 201 may request user authentication from controller 202. For example, the access control application 212 sends input information for user authentication (e.g., controller access information, user ID, and/or password entered into the input windows 811, 812, and 813 of FIG. 8) to the controller. It can be sent to (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) 또는 블랙리스트 데이터베이스(320))에 기반하여 사용자가 접속 정책에 따라 접속 가능한지 여부 및 사용자가 블랙리스트에 포함되는지 여부를 결정할 수 있다.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 320), it is possible to determine 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.
다른 예로, 컨트롤러(202)가 노드(201)로부터 사용자 ID, 비밀번호, 및/또는 강화된 인증 정보를 수신하지 못하고, 컨트롤러 접속 정보만을 수신한 경우, 컨트롤러(202)는 사용자를 인증할 수 없고, 인증되지 않은 사용자의 컨트롤러 접속 또는 네트워크 접속과 관련하여 컨트롤러(202)의 메모리에 포함된 데이터베이스(예: 도 2의 접속 정책 데이터베이스(311) 또는 블랙리스트 데이터베이스(320))에서 비식별 사용자(또는, 게스트)에 해당하는 접속 정책이 적용될 수 있다.As another example, if the controller 202 does not receive a user ID, password, and/or enhanced authentication information from the node 201, and only receives controller connection information, the controller 202 cannot authenticate the user; In connection with an unauthorized user's access to the controller or network access, an unidentified user (or, The access policy corresponding to the guest) may be applied.
동작 720에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에서 식별된 정보(예: 노드(201), 노드(201)가 속하는 출발지 네트워크 정보)와 대응되는 접속 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 접속 정책에 기초하여 접속 가능한 애플리케이션의 화이트 리스트 정보를 생성할 수 있다. 컨트롤러(202)는 채널 정책 데이터베이스(312)에서 식별된 노드(201)의 IP를 통해 채널 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 채널 정책에 기초하여 노드(201)가 연결할 수 있는 채널 종류와 게이트웨이를 목록화하고, 목록화된 게이트웨이의 상태(예: 처리량 및/또는 장애 여부)를 확인하여 목록화된 게이트웨이 중에서 노드(201)에 최적화된 채널 및 게이트웨이를 한 개 식별할 수 있다. 다른 실시 예에서, 컨트롤러(202)는 동작 720을 수행하지 않을 수 있다. 예를 들어, 접속을 요청한 대상의 컨트롤러 접속이 가능하지 않으면, 컨트롤러(202)는 동작 720을 수행하지 않을 수 있다.In operation 720, 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 white list 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 lists the channel types and gateways that the node 201 can connect to based on the confirmed channel policy, and checks the status (e.g., throughput and/or failure) of the listed gateways to list them. Among the gateways, one channel and gateway optimized for the node 201 can be identified. 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)는 동작 625의 수행을 통하여 식별된 게이트웨이 및 채널 인증 정보를 포함하는 채널을 생성하기 위해 필요한 정보를 노드(201)에게 전송할 수 있다. 실시 예에 따라, 노드(201)와 게이트웨이(203) 사이에 사전에 연결된 채널을 통해 접속하는 경우, 또는 노드(201)와 게이트웨이(203) 사이에 다른 채널 기술을 통해 접속하는 경우, 컨트롤러(202)는 별도의 채널 생성 정보를 노드(201)에 전송하지 않을 수 있다. 실시 예에 따라, 컨트롤러 접속을 요청한 대상이 접속 불가능하거나 블랙리스트에 포함된 경우, 컨트롤러(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. In one embodiment, the controller 202 may transmit information necessary to create a channel including the identified gateway and channel authentication information to the node 201 by performing operation 625. Depending on the embodiment, when connecting through a pre-connected channel between the node 201 and the gateway 203, or when connecting through another channel technology between the node 201 and the gateway 203, the controller 202 ) may not transmit separate channel creation information to the node 201. 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)는 사용자 인증에 대한 결과값을 처리할 수 있다. 예를 들어, 노드(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)는 접속 제어 애플리케이션(212)의 실행을 중지 또는 종료하거나, 사용자 인증이 실패함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다. 예를 들어, 도 8을 참조하면, 노드(201)는 접속 제어 애플리케이션(212)을 통해 사용자 인터페이스 화면(820)을 표시할 수 있다. 사용자 인터페이스 화면(820)은 노드(201)의 접속이 차단됨을 나타내고, 관리자(예: 컨트롤러(202))를 통한 격리 해제를 가이드 하는 사용자 인터페이스(825)를 포함할 수 있다.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 stop or end execution of the access control application 212 or perform user authentication. A user interface screen indicating this failure can be output through the display. For example, referring to FIG. 8 , the node 201 may display a user interface screen 820 through the access control application 212. The user interface screen 820 indicates that access to the node 201 is blocked and may include a user interface 825 that guides the release of isolation through an administrator (e.g., the controller 202).
실시 예에 따라서, 컨트롤러(202)는 채널 생성이 필요한 것으로 결정할 수 있다. 채널 생성이 필요한 경우, 컨트롤러(202)는 채널 생성을 위한 정보를 노드(201)로 전송할 수 있다. 예를 들어, 컨트롤러(202)로부터 채널 생성을 위한 정보가 수신되면, 노드(201)는 채널 생성 처리 단계를 수행할 수 있다. 동작 730에서, 노드(201)는 게이트웨이(203)에 채널 생성을 요청할 수 있다. 예를 들어, 노드(201)는 컨트롤러(202)로부터 수신된 채널 생성을 위한 정보(예: 게이트웨이 및 채널 인증 정보)를 기반으로 게이트웨이(203)에 채널 생성을 요청할 수 있다.Depending on the embodiment, the controller 202 may determine that channel creation is necessary. If channel creation is necessary, the controller 202 may transmit information for channel creation to the node 201. For example, when information for channel creation is received from the controller 202, the node 201 may perform a channel creation processing step. In operation 730, the node 201 may request the gateway 203 to create a channel. For example, the node 201 may request the gateway 203 to create a channel based on information for channel creation (eg, gateway and channel authentication information) received from the controller 202.
실시 예에 따라서, 컨트롤러(202)는 채널 생성이 불필요한 것으로 결정할 수 있다. 예를 들어, 컨트롤러(202)로부터 채널 생성이 불필요함을 나타내는 정보가 수신되는 경우, 또는 컨트롤러(202)로부터 별도의 채널 생성을 위한 정보가 수신되지 않는 경우, 노드(201)는 채널 생성이 완료된 것으로 판단하고 다음 단계(애플리케이션 검사 단계)를 수행할 수 있다.Depending on the embodiment, the controller 202 may determine that channel creation is unnecessary. For example, when information indicating that channel creation is unnecessary is received from the controller 202, or when information for creating a separate channel is not received from the controller 202, the node 201 It is determined that this is the case and the next step (application inspection step) can be performed.
일 실시 예에서, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 730 내지 동작 755를 더 수행할 수 있다. 실시 예에 따라, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 730 내지 동작 755를 전부 또는 일부 수행할 수 있다.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 755. 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 755.
동작 735에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 화이트 리스트가 수신된 경우에, 화이트 리스트에 포함되어 있는 애플리케이션이 노드(201)에 설치되어 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에 설치된 애플리케이션 중 화이트 리스트에 포함된 애플리케이션의 경우, 유효성 검사 정책에 따라 애플리케이션의 무결성 및 안정성 여부(애플리케이션 위조 및 변조 여부, 코드 사이닝 검사, 핑거 프린트 검사 중 적어도 하나)를 검사할 수 있다.At operation 735, access control application 212 may perform a check of the application. 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.
동작 740에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사 결과를 컨트롤러(202)로 전송할 수 있다.In operation 740, the access control application 212 may transmit the application's inspection result to the controller 202.
컨트롤러(202)는 검사 결과에 기초하여 애플리케이션이 유효한지를 확인(valid)할 수 있다. 컨트롤러(202)는 애플리케이션이 유효하면, 노드(201)의 네트워크 접속을 허용하기 위해 노드(201)에 대한 접속 정책에서 노드(201)가 위치한 게이트웨이(203)를 확인하고, 이후, 동작 745를 수행할 수 있다.The controller 202 may determine 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 for the node 201 to allow the node 201 to access the network, and then performs operation 745. can do.
동작 745에서, 컨트롤러(202)는 노드(201)가 네트워크 접속 요청 절차 없이 데이터 패킷을 게이트웨이(203)를 통해 서비스 서버(205)로 전송할 수 있도록 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 정보 및/또는 URL 정보를 포함하는 데이터 플로우를 생성할 수 있다.In operation 745, the controller 202 configures the source IP, destination IP, service port information, protocol information, and You can create a data flow that includes certificate information, domain information, and/or URL information.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 파일 IO 정보(354)를 생성할 수 있다. 데이터 플로우의 데이터 플로우 정보(350)에는 생성된 파일 IO 정보(354)가 포함될 수 있다. 파일 IO 정보(354)는 데이터 플로우를 사용하는 애플리케이션의 파일 IO 접근(예: 파일 송신(또는 업로드) 및 수신(또는 다운로드))과 관련된 정책 정보를 포함할 수 있다. 예를 들어, 파일 IO 정보(354)는 애플리케이션의 파일 송신에 대하여 승인이 필요한지 여부 및 애플리케이션의 파일 수신에 대하여 승인이 필요한지 여부를 포함할 수 있다, 파일 IO 정보(354)는 애플리케이션의 파일 송신 및 수신에 대하여 승인이 필요한 경우 URL 별 승인 여부 및 파일 종류 별 승인 여부를 포함할 수 있다.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. Data flow information 350 of the data flow may include generated file IO information 354. File IO information 354 may include policy information related to file IO access (e.g., sending (or uploading) and receiving (or downloading) files) of applications that use data flows. For example, the file IO information 354 may include whether approval is required for the application's file transmission and whether approval is required for the application's file reception. The file IO information 354 may include the application's file transmission and If approval is required for reception, it can include approval by URL and approval by file type.
동작 750에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 애플리케이션 검사 결과 전송에 대한 응답을 전송할 수 있다. 예를 들어, 컨트롤러(202)는 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)으로 전송할 수 있다. 또한, 동작 755에서, 컨트롤러(202)는 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.In operation 750, the controller 202 may transmit a response to the application check result transmission of the access control application 212. For example, the controller 202 may transmit data flow information 350 including file IO information 354 to the access control application 212. Additionally, in operation 755, the controller 202 may transmit data flow information 350 including file IO information 354 to the gateway 203.
도 9는 다양한 실시 예들에 따른 네트워크 접속을 위한 신호 흐름도를 도시하며, 도 9에 도시된 동작들은 예를 들어, 도 6 또는 도 7의 신호 흐름도 이후에 구현될 수 있다.FIG. 9 shows a signal flow diagram for network access according to various embodiments, and the operations shown in FIG. 9 may be implemented, for example, after the signal flow diagram of FIG. 6 or FIG. 7.
도 9를 참조하면, 동작 905에서, 노드(201)는 네트워크 접속 이벤트를 감지할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 통해 타겟 애플리케이션이 서비스 서버(205)로의 접속을 시도함을 감지할 수 있다.Referring to FIG. 9, in operation 905, node 201 may detect a network connection event. For example, the node 201 may detect that the target application attempts to connect to the service server 205 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 target 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 an integrity and safety check (e.g., application forgery, tampering, code signing check, fingerprint check) of the access control application 212 and the target application according to the validation policy. And, according to the connection policy received from the controller 202, it is possible to check whether the destination IP and port of the target application installed on the node 201 are accessible.
유효한 데이터 플로우가 존재한다면, 접속 제어 애플리케이션(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 target application to the gateway 203 through the channel.
데이터 플로우가 존재하지만 유효하지 않은 경우, 접속 제어 애플리케이션(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 target 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).
동작 910에서, 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 서비스 서버(205)로의 네트워크 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(212)은 타겟 애플리케이션 식별 정보 및 서비스 서버(205)의 식별 정보(예: IP 및 서비스 포트)를 제어 플로우의 식별 정보와 함께 컨트롤러(202)에게 전송할 수 있다.In operation 910, the access control application 212 may request network access to the service server 205 from the controller 202. In this case, the access control application 212 may transmit target application identification information and identification information of the service server 205 (eg, IP and service port) to the controller 202 along with identification information of the control flow.
동작 915에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)으로부터 수신된 요청에 응답하여 타겟 애플리케이션과 관련된 접속 정책 및 채널 정책을 확인할 수 있다.At operation 915, the controller 202 may confirm the connection policy and channel policy associated with the target 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 target 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., target application) and the identification information of the requested entity (e.g., service server 205) are included in the connection policy database 311 and network connection. You can check whether the gateway request is available.
타겟 애플리케이션의 접속이 불가능하면, 컨트롤러(202)는 동작 920에서 노드(201)에게 접속이 불가능함을 나타내는 정보를 전송할 수 있다. 이 경우, 접속 제어 애플리케이션(212)은 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다.If connection to the target application is not possible, the controller 202 may transmit information indicating that connection is not possible to the node 201 in operation 920. In this case, the access control application 212 may output a user interface screen indicating that access is impossible through the display.
타겟 애플리케이션의 접속이 가능하면, 컨트롤러(202)는 채널 테이블(318)에서 네트워크 접속이 요청된 대상(예: 서비스 서버(205))에 접속하기 위한 채널이 생성되었는지 여부를 확인할 수 있다. 예를 들어, 채널이 생성되어 있지 않은 경우, 컨트롤러(202)는 채널 정책 데이터베이스(312)의 채널 정책에서 서비스 서버(205)에 접속하기 위해 채널 생성이 필요한지 여부를 확인할 수 있다. 채널 생성이 필요한 경우 컨트롤러(202)는 노드(201)로 네트워크 접속 불가를 나타내는 결과를 전송할 수 있다. 다른 예로, 채널이 생성되어 있거나, 채널 정책에서 채널 생성이 불필요한 것으로 확인된 경우, 컨트롤러(202)는 데이터 플로우 테이블(317)에서 노드(201)가 네트워크 접속을 요청한 정보(예: 도착지 IP 및 서비스 포트 정보)에 대응하는 유효한 데이터 플로우가 존재하는지 여부를 확인할 수 있다.If the target application can be connected, the controller 202 can check whether a channel for connecting to the target (eg, service server 205) for which network connection has been requested has been created in the channel table 318. For example, if a channel has not been created, the controller 202 can check whether channel creation is necessary to access the service server 205 in the channel policy of the channel policy database 312. If channel creation is necessary, the controller 202 may transmit a result indicating network connection unavailability to the node 201. As another example, if a channel has been created or it is confirmed that channel creation is unnecessary in the channel policy, the controller 202 records the information (e.g., destination IP and service) that the node 201 requested for network connection in the data flow table 317. You can check whether a valid data flow corresponding to port information exists.
유효한 데이터 플로우가 존재하는 경우, 컨트롤러(202)는 데이터 플로우 정보를 노드(201)로 전송할 수 있다. 유효한 데이터 플로우가 존재하지 않는 경우, 컨트롤러(202)는 출발지 IP, 도착지 IP, 서비스 포트 정보, 프로토콜 정보, 인증서 정보, 도메인 정보 및/또는 URL 정보를 포함하는 데이터 플로우를 생성할 수 있다.If a valid data flow exists, the controller 202 may transmit data flow information to the node 201. If a valid data flow does not exist, the controller 202 may create a data flow including source IP, destination IP, service port information, protocol information, certificate information, domain information, and/or URL information.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 파일 IO 정보(354)를 생성할 수 있다. 데이터 플로우의 데이터 플로우 정보(350)에는 생성된 파일 IO 정보(354)가 포함될 수 있다. 파일 IO 정보(354)는 데이터 플로우를 사용하는 애플리케이션의 파일 IO 접근(예: 파일 송신(또는 업로드) 및 수신(또는 다운로드))과 관련된 정책 정보를 포함할 수 있다. 예를 들어, 파일 IO 정보(354)는 애플리케이션의 파일 송신에 대하여 승인이 필요한지 여부 및 애플리케이션의 파일 수신에 대하여 승인이 필요한지 여부를 포함할 수 있다. 파일 IO 정보(354)는 애플리케이션의 파일 송신 및 수신에 대하여 승인이 필요한 경우 URL 별 승인 여부 및 파일 종류 별 승인 여부를 포함할 수 있다.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. Data flow information 350 of the data flow may include generated file IO information 354. File IO information 354 may include policy information related to file IO access (e.g., sending (or uploading) and receiving (or downloading) files) of applications that use data flows. For example, the file IO information 354 may include whether approval is required for the application to transmit a file and whether approval is required for the application to receive the file. The file IO information 354 may include approval by URL and approval by file type when approval is required for sending and receiving files of an application.
동작 920에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 네트워크 접속 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 예를 들어, 컨트롤러(202)는, 동작 915의 수행을 통하여 생성된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 접속을 요청한 대상이 접속 불가능한 경우, 컨트롤러(202)는 네트워크 접속 요청에 대한 응답으로 네트워크 접속 불가를 통보할 수 있다.In operation 920, 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 915 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.
노드(201)는 수신된 응답에 따라서 결과값을 처리할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 수신된 데이터 플로우 정보(350)를 저장하고, 네트워크 접속이 가능한 경우 타겟 애플리케이션의 데이터 패킷을 전송할 수 있다. 다른 예를 들어, 네트워크 접속이 불가하다는 응답을 수신한 경우, 노드(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 transmit the data packet of the target application 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 target application.
또한, 동작 925에서, 컨트롤러(202)는 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.Additionally, in operation 925, the controller 202 may transmit data flow information 350 to the gateway 203.
도 10은 다양한 실시예들에 따른 서비스 처리 요청의 처리를 위한 신호 흐름도를 도시한다.Figure 10 shows a signal flow diagram for processing a service processing request according to various embodiments.
동작 1005에서, 프록시 서버(231)는 서비스 처리 요청 이벤트를 감지할 수 있다. 예를 들어, 프록시 서버(231)는 타겟 애플리케이션(또는 이의 프로세스)이 서비스 서버(205)에 서비스 처리를 요청하는 경우 서비스 처리 요청 이벤트가 발생한 것으로 확인할 수 있다.In operation 1005, the proxy server 231 may detect a service processing request event. For example, the proxy server 231 may confirm that a service processing request event has occurred when the target application (or its process) requests service processing from the service server 205.
프록시 서버(231)는 타겟 애플리케이션으로부터 수신된 서비스 처리 요청 정보에 포함된 출발지 IP 또는 인증서 식별 정보, 도착지 IP 또는 도메인 및 포트 정보, 및/또는 프로토콜 정보에 대응하는 데이터 플로우가 존재하는지 여부를 확인할 수 있다. 데이터 플로우가 존재하는 경우, 프록시 서버(231)는 이하의 동작들을 수행할 수 있다.The proxy server 231 can check whether a data flow corresponding to the source IP or certificate identification information, destination IP or domain and port information, and/or protocol information included in the service processing request information received from the target application exists. there is. If a data flow exists, the proxy server 231 may perform the following operations.
동작 1010에서, 프록시 서버(231)는 서비스 처리 요청 정보에 파일 정보가 포함되어 있는지 여부를 확인할 수 있다. 파일 정보가 포함되어 있지 않은 경우, 프록시 서버(231)는 서비스 처리 요청을 서비스 서버(205)로 포워딩할 수 있다. 파일 정보가 포함되어 있는 경우, 프록시 서버(231)는 데이터 플로우 정보(350)에 포함된 파일 IO 정보(354)에서 파일 송신 시 승인이 필요한지 여부를 확인할 수 있다. 파일 송신 시 승인이 필요한 경우, 프록시 서버(231)는 파일 IO 정보(354)에서 파일 확장자 기반으로 파일 송신의 승인을 수행하는지 여부를 확인할 수 있다. 파일 확장자 기반으로 승인을 수행하는 경우, 프록시 서버(231)는 파일 IO 정보(354)에서 서비스 처리 요청 정보에 포함된 파일 정보의 확장자가 파일 송신 시 승인이 필요한 확장자인지 여부를 확인할 수 있다.In operation 1010, the proxy server 231 may check whether file information is included in the service processing request information. If file information is not included, the proxy server 231 may forward the service processing request to the service server 205. If file information is included, the proxy server 231 can check whether approval is required when transmitting the file from the file IO information 354 included in the data flow information 350. If approval is required when transmitting a file, the proxy server 231 can check whether approval for file transmission is performed based on the file extension in the file IO information 354. When approval is performed based on file extension, the proxy server 231 can check in the file IO information 354 whether the extension of the file information included in the service processing request information is an extension that requires approval when transmitting the file.
파일 송신 시 승인이 필요하지 않은 경우, 프록시 서버(231)는 서비스 처리 요청을 서비스 서버(205)로 포워딩할 수 있다. 파일 송신 시 승인이 필요한 경우, 프록시 서버(231)는 파일의 고유 정보 및 식별 정보(예: 파일명, 파일의 일부 내용 또는 헤더 정보, 해쉬 정보 및/또는 시그니처 정보)를 추출할 수 있다. 프록시 서버(231)는 게이트웨이(203)의 메모리에 저장된 파일 테이블(319)에서 추출된 고유 정보 및 식별 정보에 대응하는 승인된 파일 정보가 존재하는지 확인할 수 있다.If approval is not required when transmitting a file, the proxy server 231 may forward the service processing request to the service server 205. If approval is required when transmitting a file, the proxy server 231 may extract unique information and identification information of the file (e.g., file name, partial contents of the file or header information, hash information, and/or signature information). The proxy server 231 may check whether approved file information corresponding to the unique information and identification information extracted from the file table 319 stored in the memory of the gateway 203 exists.
예를 들어, 파일 테이블(319)에 파일 정보가 존재하지만 승인되지 않은 경우, 프록시 서버(231)는 서비스 정책 데이터베이스(313)의 서비스 정책에 따라 지정된 경로로 서비스 처리 요청을 포워딩하거나 리다이렉션하기 위한 정보를 반환하거나, 서비스 처리 요청이 실패함을 나타내는 실패 정보를 반환할 수 있다. 다른 예로, 파일 테이블(319)에 파일 정보가 존재하고 승인된 경우, 프록시 서버(231)는 서비스 서버(205)로 서비스 처리 요청을 포워딩할 수 있다. 또 다른 예로, 파일 테이블(319)에 파일 정보가 존재하지 않는 경우, 프록시 서버(231)는 동작 1015를 수행할 수 있다.For example, if file information exists in the file table 319 but is not approved, the proxy server 231 forwards or redirects the service processing request to a specified path according to the service policy of the service policy database 313. may be returned, or failure information indicating that the service processing request has failed may be returned. As another example, if file information exists in the file table 319 and is approved, the proxy server 231 may forward a service processing request to the service server 205. As another example, when file information does not exist in the file table 319, the proxy server 231 may perform operation 1015.
동작 1015에서, 프록시 서버(231)는 컨트롤러(202)로 파일 승인 여부 검사를 요청할 수 있다. 파일 테이블(319)에 파일 정보가 존재하지 않는 경우, 프록시 서버(231)는 데이터 플로우 식별 정보 및 파일 식별 정보를 컨트롤러(202)로 전송하거나, 검사 대상 식별 정보 및 파일 식별 정보를 컨트롤러(202)로 전송함으로써, 파일의 송신 승인 여부에 대한 검사를 요청할 수 있다.In operation 1015, the proxy server 231 may request the controller 202 to check whether the file is approved. If file information does not exist in the file table 319, the proxy server 231 transmits data flow identification information and file identification information to the controller 202, or sends the inspection target identification information and file identification information to the controller 202. By sending it to , you can request a check on whether the file has been approved for transmission.
동작 1020에서, 컨트롤러(202)는 파일 승인 여부 검사를 수행할 수 있다. 컨트롤러(202)는 게이트웨이(203)로부터 수신된 데이터 플로우 식별 정보 또는 검사 대상 식별 정보에 기초하여 데이터 플로우를 식별하고, 게이트웨이(203)로부터 수신된 파일 식별 정보에 기반하여 파일 테이블(319)에서 대상 파일(또는 파일 식별 정보에 대응하는 파일)이 존재하는지 확인할 수 있다.At operation 1020, the controller 202 may perform a file acceptance check. The controller 202 identifies the data flow based on the data flow identification information or the inspection target identification information received from the gateway 203, and selects the target in the file table 319 based on the file identification information received from the gateway 203. You can check whether a file (or a file corresponding to file identification information) exists.
파일 테이블(319)에 대상 파일이 존재하는 경우, 컨트롤러(202)는 파일 테이블 정보(360)의 상태 값(예: 상태 정보(366))에 따라 파일 송신을 허용하거나 실패함을 나타내는 정보를 게이트웨이(203)로 전송할 수 있다. 파일 테이블(319)에 대상 파일이 존재하지 않는 경우, 컨트롤러(202)는 파일 IO 정책 데이터베이스(314)에서 사용자, 노드(201), 애플리케이션(예: 타겟 애플리케이션(211)), 및 네트워크에 매칭된 파일 IO 정책에 따라 대상 파일의 송신을 허용할 것인지 여부를 확인할 수 있다. 또한, 컨트롤러(202)는 외부 연계 시스템에 대상 파일의 송신 승인 여부를 질의하여 수신한 승인 결과에 따라 대상 파일의 송신을 허용할 것인지 여부를 확인할 수 있다. 컨트롤러(202)는 대상 파일의 송신 허용 여부에 대하여 확인된 결과 및 대상 파일의 파일 정보를 파일 테이블(319)에 추가할 수 있다.If a target file exists in the file table 319, the controller 202 sends information indicating that file transmission is allowed or fails according to the status value of the file table information 360 (e.g., status information 366) to the gateway. It can be sent to (203). If the target file does not exist in the file table 319, the controller 202 matches the user, node 201, application (e.g., target application 211), and network in the file IO policy database 314. You can check whether to allow transmission of the target file according to the file IO policy. Additionally, the controller 202 may query the external link system whether transmission of the target file is approved and check whether transmission of the target file will be permitted according to the received approval result. The controller 202 may add the result of checking whether transmission of the target file is permitted and the file information of the target file to the file table 319.
컨트롤러(202)는 파일 IO 정책을 확인함에 따라 파일 테이블(319)의 상태 값(예: 상태 정보(366))을 갱신하고, 파일 송신의 허용 또는 실패를 나타내는 정보를 게이트웨이(203)로 전송할 수 있다. 예를 들어, 파일 IO 정책에 따르면, 연계 시스템에 질의하는 방식이 아니고, 관리자에 의해 수동 승인이 필요한 방식인 경우, 파일 테이블(319)의 상태 값을 관리자에 의해 수동 승인이 필요함을 나타내도록 갱신하고, 파일 송신에 대한 승인이 필요함을 나타내는 정보를 게이트웨이(203)로 전송할 수 있다.The controller 202 may update the status value (e.g., status information 366) of the file table 319 as it checks the file IO policy, and transmit information indicating permission or failure of file transmission to the gateway 203. there is. For example, according to the file IO policy, if the method requires manual approval by the administrator rather than querying the linked system, the status value of the file table 319 is updated to indicate that manual approval is required by the administrator. And, information indicating that approval for file transmission is required can be transmitted to the gateway 203.
동작 1025에서, 컨트롤러(202)는 게이트웨이(203)로 파일 승인 여부 검사 결과를 전송할 수 있다. 컨트롤러(202)는 동작 1020의 수행을 통해 확인된 파일 송신의 승인 여부 또는 파일 송신에 대한 승인이 필요함을 나타내는 정보를 파일 승인 여부 검사 결과로서 전송할 수 있다.In operation 1025, the controller 202 may transmit the file approval check result to the gateway 203. The controller 202 may transmit information indicating whether the file transmission confirmed through operation 1020 is approved or that approval for the file transmission is required as a result of the file approval check.
동작 1030에서, 프록시 서버(231)는 컨트롤러(202)로부터 수신된 결과 값에 따라 파일 테이블 정보(360)를 갱신할 수 있다. 예를 들어, 파일 송신이 허용되지 않는 경우, 프록시 서버(231)는 동작 1032를 수행할 수 있다. 동작 1032에서, 프록시 서버(231)는 서비스 정책 데이터베이스(313)의 서비스 정책에 따라 지정된 경로로 서비스 처리 요청을 포워딩하거나 리다이렉션하기 위한 정보를 반환하거나, 서비스 처리 요청이 실패함을 나타내는 실패 정보를 반환할 수 있다. 다른 예로, 파일 송신이 허용되는 경우, 프록시 서버(231)는 동작 1031을 수행할 수 있다. 동작 1031에서, 프록시 서버(231)는 서비스 처리 요청을 서비스 서버(205)로 포워딩할 수 있다. 또 다른 예로, 파일 송신에 대한 승인이 필요한 경우, 프록시 서버(231)는 동작 1033 및 동작 1034를 수행할 수 있다. 동작 1033에서 프록시 서버(231)는 서비스 처리 요청 정보에 포함된 파일 정보(예: 바이너리)를 게이트웨이에 저장할 수 있다. 동작 1034에서 프록시 서버(231)는 파일 정보를 컨트롤러(202)에 전송할 수 있다.In operation 1030, the proxy server 231 may update the file table information 360 according to the result value received from the controller 202. For example, if file transmission is not permitted, the proxy server 231 may perform operation 1032. In operation 1032, the proxy server 231 returns information for forwarding or redirecting the service processing request to a specified path according to the service policy of the service policy database 313, or returns failure information indicating that the service processing request fails. can do. As another example, when file transmission is permitted, the proxy server 231 may perform operation 1031. In operation 1031, the proxy server 231 may forward a service processing request to the service server 205. As another example, when approval for file transmission is required, the proxy server 231 may perform operations 1033 and 1034. In operation 1033, the proxy server 231 may store file information (e.g., binary) included in the service processing request information in the gateway. In operation 1034, the proxy server 231 may transmit file information to the controller 202.
동작 1035에서, 컨트롤러(202)는 수신된 파일 정보를 저장하고 파일 테이블(319)을 갱신할 수 있다. 컨트롤러(202)는 파일 테이블(319)을 갱신함으로써 관리자 또는 연계 시스템이 대상 파일을 분석하도록 하고, 분석된 결과에 따라 파일 송신에 대한 승인 여부를 결정할 수 있다. 컨트롤러(202)는 결정된 파일 송신에 대한 승인 여부를 게이트웨이(203)로 전송할 수 있고, 게이트웨이(203)는 수신된 결과 값에 따라 동작 1031 또는 동작 1032를 수행할 수 있다.At operation 1035, the controller 202 may store the received file information and update the file table 319. The controller 202 can update the file table 319 to allow the manager or linked system to analyze the target file, and determine whether to approve file transmission based on the analysis result. The controller 202 may transmit the decision on whether to approve the file transmission to the gateway 203, and the gateway 203 may perform operation 1031 or operation 1032 according to the received result value.
도 11은 다양한 실시예들에 따른 서비스 처리 요청 결과의 수신을 위한 신호 흐름도를 도시한다. 도 11에 도시된 동작들은 예를 들어, 도 10의 신호 흐름도 이후에 구현될 수 있다.Figure 11 shows a signal flow diagram for receiving a service processing request result according to various embodiments. The operations shown in FIG. 11 may be implemented, for example, after the signal flow diagram of FIG. 10.
동작 1105에서, 프록시 서버(231)는 서비스 처리 요청 결과 수신 이벤트를 감지할 수 있다. 예를 들어, 프록시 서버(231)는 도 10의 프로세스에 따른 서비스 처리 요청에 대한 결과를 수신하는 경우 서비스 처리 요청 결과 수신 이벤트가 발생한 것으로 확인할 수 있다. 프록시 서버(231)는 도 10의 프로세스에 따른 서비스 처리 요청에 대한 결과를 수신하는 경우 기 식별된 데이터 플로우를 기반으로 서비스 처리 요청 결과 정보에 대한 파일 승인 여부 검사와 관련된 이하의 동작들을 수행할 수 있다.In operation 1105, the proxy server 231 may detect a reception event resulting from a service processing request. For example, when the proxy server 231 receives a result of a service processing request according to the process of FIG. 10, it may confirm that a service processing request result reception event has occurred. When receiving the result of the service processing request according to the process of FIG. 10, the proxy server 231 may perform the following operations related to checking whether the file is approved for the service processing request result information based on the pre-identified data flow. there is.
동작 1110에서, 프록시 서버(231)는 서비스 처리 요청 결과 정보에 파일 정보가 포함되어 있는지 여부를 확인할 수 있다. 파일 정보가 포함되어 있지 않은 경우, 프록시 서버(231)는 서비스 처리 요청 결과를 노드(201)로 포워딩할 수 있다. 파일 정보가 포함되어 있는 경우, 프록시 서버(231)는 데이터 플로우 정보(350)에 포함된 파일 IO 정보(354)에서 파일 수신 시 승인이 필요한지 여부를 확인할 수 있다. 파일 수신 시 승인이 필요한 경우, 프록시 서버(231)는 파일 IO 정보(354)에서 파일 확장자 기반으로 파일 수신의 승인을 수행하는지 여부를 확인할 수 있다. 파일 확장자 기반으로 승인을 수행하는 경우, 프록시 서버(231)는 파일 IO 정보(354)에서 서비스 처리 요청 결과 정보에 포함된 파일 정보의 확장자가 파일 수신 시 승인이 필요한 확장자인지 여부를 확인할 수 있다.In operation 1110, the proxy server 231 may check whether file information is included in the service processing request result information. If file information is not included, the proxy server 231 may forward the service processing request result to the node 201. If file information is included, the proxy server 231 can check whether approval is required when receiving the file from the file IO information 354 included in the data flow information 350. If approval is required when receiving a file, the proxy server 231 can check whether approval for file reception is performed based on the file extension in the file IO information 354. When approval is performed based on file extension, the proxy server 231 can check whether the extension of the file information included in the service processing request result information in the file IO information 354 is an extension that requires approval when receiving the file.
파일 수신 시 승인이 필요하지 않은 경우, 프록시 서버(231)는 서비스 처리 요청 결과를 노드(201)로 포워딩할 수 있다. 파일 수신 시 승인이 필요한 경우, 프록시 서버(231)는 파일의 고유 정보 및 식별 정보(예: 파일명, 파일의 일부 내용 또는 헤더 정보, 해쉬 정보 및/또는 시그니처 정보)를 추출할 수 있다. 프록시 서버(231)는 게이트웨이(203)의 메모리에 저장된 파일 테이블(319)에서 추출된 고유 정보 및 식별 정보에 대응하는 승인된 파일 정보가 존재하는지 확인할 수 있다.If approval is not required when receiving a file, the proxy server 231 may forward the service processing request result to the node 201. If approval is required when receiving a file, the proxy server 231 may extract unique information and identification information of the file (e.g., file name, partial contents of the file or header information, hash information, and/or signature information). The proxy server 231 may check whether approved file information corresponding to the unique information and identification information extracted from the file table 319 stored in the memory of the gateway 203 exists.
예를 들어, 파일 테이블(319)에 파일 정보가 존재하지만 승인되지 않은 경우, 프록시 서버(231)는 서비스 정책 데이터베이스(313)의 서비스 정책에 따라 서비스 처리 요청 결과의 수신이 실패함을 나타내는 실패 정보를 반환할 수 있다. 다른 예로, 파일 테이블(319)에 파일 정보가 존재하고 승인된 경우, 프록시 서버(231)는 노드(201)로 서비스 처리 요청 결과를 포워딩할 수 있다. 또 다른 예로, 파일 테이블(319)에 파일 정보가 존재하지 않는 경우, 프록시 서버(231)는 동작 1115를 수행할 수 있다.For example, if file information exists in the file table 319 but is not approved, the proxy server 231 generates failure information indicating that reception of the service processing request result fails according to the service policy of the service policy database 313. can be returned. As another example, if file information exists in the file table 319 and is approved, the proxy server 231 may forward the service processing request result to the node 201. As another example, when file information does not exist in the file table 319, the proxy server 231 may perform operation 1115.
동작 1115에서, 프록시 서버(231)는 컨트롤러(202)로 파일 승인 여부 검사를 요청할 수 있다. 파일 테이블(319)에 파일 정보가 존재하지 않는 경우, 프록시 서버(231)는 데이터 플로우 식별 정보 및 파일 식별 정보를 컨트롤러(202)로 전송하거나, 검사 대상 식별 정보 및 파일 식별 정보를 컨트롤러(202)로 전송함으로써, 파일의 수신 승인 여부에 대한 검사를 요청할 수 있다.In operation 1115, the proxy server 231 may request the controller 202 to check whether the file is approved. If file information does not exist in the file table 319, the proxy server 231 transmits data flow identification information and file identification information to the controller 202, or sends the inspection target identification information and file identification information to the controller 202. By sending it to , you can request a check to see if receipt of the file has been approved.
동작 1120에서, 컨트롤러(202)는 파일 승인 여부 검사를 수행할 수 있다. 컨트롤러(202)는 게이트웨이(203)로부터 수신된 데이터 플로우 식별 정보 또는 검사 대상 식별 정보에 기초하여 데이터 플로우를 식별하고, 게이트웨이(203)로부터 수신된 파일 식별 정보에 기반하여 파일 테이블(319)에서 대상 파일(또는 파일 식별 정보에 대응하는 파일)이 존재하는지 확인할 수 있다.At operation 1120, the controller 202 may perform a file acceptance check. The controller 202 identifies the data flow based on the data flow identification information or the inspection target identification information received from the gateway 203, and selects the target in the file table 319 based on the file identification information received from the gateway 203. You can check whether a file (or a file corresponding to file identification information) exists.
파일 테이블(319)에 대상 파일이 존재하는 경우, 컨트롤러(202)는 파일 테이블 정보(360)의 상태 값(예: 상태 정보(366))에 따라 파일 수신을 허용하거나 실패함을 나타내는 정보를 게이트웨이(203)로 전송할 수 있다. 파일 테이블(319)에 대상 파일이 존재하지 않는 경우, 컨트롤러(202)는 파일 IO 정책 데이터베이스(314)에서 사용자, 노드(201), 애플리케이션(예: 타겟 애플리케이션(211)), 및 네트워크에 매칭된 파일 IO 정책에 따라 대상 파일의 수신을 허용할 것인지 여부를 확인할 수 있다. 또한, 컨트롤러(202)는 외부 연계 시스템에 대상 파일의 수신 승인 여부를 질의하여 수신한 승인 결과에 따라 대상 파일의 수신을 허용할 것인지 여부를 확인할 수 있다. 컨트롤러(202)는 대상 파일의 수신 허용 여부에 대하여 확인된 결과 및 대상 파일의 파일 정보를 파일 테이블(319)에 추가할 수 있다.If a target file exists in the file table 319, the controller 202 sends information indicating that file reception is allowed or fails according to the status value of the file table information 360 (e.g., status information 366). It can be sent to (203). If the target file does not exist in the file table 319, the controller 202 matches the user, node 201, application (e.g., target application 211), and network in the file IO policy database 314. You can check whether to allow reception of the target file according to the file IO policy. Additionally, the controller 202 may query the external link system whether reception of the target file is approved and check whether reception of the target file will be permitted according to the received approval result. The controller 202 may add the result of checking whether reception of the target file is allowed and the file information of the target file to the file table 319.
컨트롤러(202)는 파일 IO 정책을 확인함에 따라 파일 테이블(319)의 상태 값(예: 상태 정보(366))을 갱신하고, 파일 수신의 허용 또는 실패를 나타내는 정보를 게이트웨이(203)로 전송할 수 있다. 예를 들어, 파일 IO 정책에 따르면, 연계 시스템에 질의하는 방식이 아니고, 관리자에 의해 수동 승인이 필요한 방식인 경우, 파일 테이블(319)의 상태 값을 관리자에 의해 수동 승인이 필요함을 나타내도록 갱신하고, 파일 수신에 대한 승인이 필요함을 나타내는 정보를 게이트웨이(203)로 전송할 수 있다.The controller 202 may update the status value (e.g., status information 366) of the file table 319 as it checks the file IO policy, and transmit information indicating permission or failure to receive the file to the gateway 203. there is. For example, according to the file IO policy, if the method requires manual approval by the administrator rather than querying the linked system, the status value of the file table 319 is updated to indicate that manual approval is required by the administrator. And, information indicating that approval for receiving the file is required may be transmitted to the gateway 203.
동작 1125에서, 컨트롤러(202)는 게이트웨이(203)로 파일 승인 여부 검사 결과를 전송할 수 있다. 컨트롤러(202)는 동작 1120의 수행을 통해 확인된 파일 수신의 승인 여부 또는 파일 수신에 대한 승인이 필요함을 나타내는 정보를 파일 승인 여부 검사 결과로서 전송할 수 있다.In operation 1125, the controller 202 may transmit the file approval check result to the gateway 203. The controller 202 may transmit information indicating whether reception of the file confirmed through operation 1120 is approved or that approval for receiving the file is required as a result of the file approval check.
동작 1130에서, 프록시 서버(231)는 컨트롤러(202)로부터 수신된 결과 값에 따라 파일 테이블 정보(360)를 갱신할 수 있다. 예를 들어, 파일 수신이 허용되지 않는 경우, 프록시 서버(231)는 동작 1132를 수행할 수 있다. 동작 1132에서, 프록시 서버(231)는 서비스 정책 데이터베이스(313)의 서비스 정책에 따라 서비스 처리 요청 결과의 수신이 실패함을 나타내는 실패 정보를 반환할 수 있다. 다른 예로, 파일 수신이 허용되는 경우, 프록시 서버(231)는 동작 1131을 수행할 수 있다. 동작 1131에서, 프록시 서버(231)는 서비스 처리 요청 결과를 노드(201)로 포워딩할 수 있다. 또 다른 예로, 파일 수신에 대한 승인이 필요한 경우, 프록시 서버(231)는 동작 1133 및 동작 1134를 수행할 수 있다. 동작 1133에서 프록시 서버(231)는 서비스 처리 요청 결과 정보에 포함된 파일 정보(예: 바이너리)를 게이트웨이에 저장할 수 있다. 동작 1134에서 프록시 서버(231)는 파일 정보를 컨트롤러(202)에 전송할 수 있다.In operation 1130, the proxy server 231 may update the file table information 360 according to the result value received from the controller 202. For example, when receiving a file is not allowed, the proxy server 231 may perform operation 1132. In operation 1132, the proxy server 231 may return failure information indicating that reception of the service processing request result fails according to the service policy of the service policy database 313. As another example, when file reception is allowed, the proxy server 231 may perform operation 1131. In operation 1131, the proxy server 231 may forward the service processing request result to the node 201. As another example, when approval for receiving a file is required, the proxy server 231 may perform operations 1133 and 1134. In operation 1133, the proxy server 231 may store file information (e.g., binary) included in the service processing request result information in the gateway. In operation 1134, the proxy server 231 may transmit file information to the controller 202.
동작 1135에서, 컨트롤러(202)는 수신된 파일 정보를 저장하고 파일 테이블(319)을 갱신할 수 있다. 컨트롤러(202)는 파일 테이블(319)을 갱신함으로써 관리자 또는 연계 시스템이 대상 파일을 분석하도록 하고, 분석된 결과에 따라 파일 수신에 대한 승인 여부를 결정할 수 있다. 컨트롤러(202)는 결정된 파일 수신에 대한 승인 여부를 게이트웨이(203)로 전송할 수 있고, 게이트웨이(203)는 수신된 결과 값에 따라 동작 1131 또는 동작 1132를 수행할 수 있다.At operation 1135, the controller 202 may store the received file information and update the file table 319. The controller 202 can update the file table 319 to allow the manager or linked system to analyze the target file, and determine whether to approve receipt of the file based on the analysis result. The controller 202 may transmit to the gateway 203 whether the determined file reception is approved, and the gateway 203 may perform operation 1131 or operation 1132 according to the received result value.
도 12는 다양한 실시예들에 따른 서비스 요청 처리 로그 및 거절 로그 전송을 위한 신호 흐름도를 도시한다.Figure 12 shows a signal flow diagram for transmitting a service request processing log and a rejection log according to various embodiments.
동작 1205에서, 프록시 서버(231)는 서비스 요청 처리 로그 및 거절 로그를 컨트롤러(202)에 전송할 수 있다. 프록시 서버(231)는 지정된 시간 단위로 서비스 요청 처리 로그 및 거절 로그를 컨트롤러(202)에 전송할 수 있다. 예를 들어, 서비스 요청은, 노드(201)의 서비스 서버(205)에 대한 서비스 처리 요청을 포함할 수 있다.In operation 1205, the proxy server 231 may transmit a service request processing log and a rejection log to the controller 202. The proxy server 231 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.
동작 1210에서, 컨트롤러(202)는 게이트웨이(203)로부터 수신된 로그를 분석할 수 있다. 컨트롤러(202)는 수신된 로그 정보를 기반으로 서비스 요청 및 거절에 대한 통계 정보를 갱신할 수 있다. 컨트롤러(202)는 수신된 로그를 분석하여 서비스를 요청한 대상(예: 노드(201) 또는 노드(201)의 타겟 애플리케이션(211))이 비이상적인 행위를 수행하고 있는지를 검사할 수 있다. 예를 들어, 서비스를 요청한 대상이 비이상적인 행위를 수행하고 있는 경우, 컨트롤러(202)는 블랙리스트 정책 데이터베이스(315)의 블랙리스트 정책에 따라 블랙리스트(320)에 등록할 수 있다. 또한, 컨트롤러는 비이상적인 행위를 수행하고 있는 대상의 데이터 플로우 및 제어 플로우를 제거함으로써 상기 대상의 서비스 접속을 차단할 수 있다. 컨트롤러(202)는 갱신된 데이터 플로우 정보를 게이트웨이(203)로 반환할 수 있다.At operation 1210, 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 target 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 320 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.
동작 1215에서, 컨트롤러(202)는 데이터 플로우의 갱신 결과를 게이트웨이(203)로 전송할 수 있다. 게이트웨이(203)는 수신된 데이터 플로우 정보에 따라 데이터 플로우를 제거해야 하는 경우 데이터 플로우 테이블(317)에서 비이상적인 행위를 수행하고 있는 대상의 데이터 플로우를 제거함으로써 상기 대상이 더 이상 서비스 접속 요청을 수행할 수 없도록 할 수 있다.In operation 1215, 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, it removes the data flow of the target performing abnormal behavior from the data flow table 317 so that the target can no longer perform service access requests. You can make it so that you can't do it.
도 13은 다양한 실시 예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 도시한다.Figure 13 shows a signal flow diagram for control flow update according to various embodiments.
도 13을 참조하면, 동작 1305에서, 접속 제어 애플리케이션(212)은 제어 플로우 갱신을 요청할 수 있다.Referring to FIG. 13, at operation 1305, 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.
동작 1310에서, 컨트롤러(202)는 제어 플로우를 갱신(검사)할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 식별 정보가 나타내는 제어 플로우 정보(340)가 제어 플로우 테이블(316) 내에 존재하는지, 제어 플로우 정보(340)가 존재한다면 그에 종속되는 데이터 플로우 정보(350)가 존재하는지를 확인할 수 있다. 다른 보안 시스템에 의하여 접속이 해제되거나, 갱신 시간이 경과하거나, 또는 위험 탐지에 의하여 접속이 해제되는 경우, 제어 플로우가 존재하지 않을 수 있다. 제어 플로우가 존재하지 않는 경우, 컨트롤러(202)는 노드(201)로 접속 불가 정보를 반환할 수 있다. 제어 플로우가 존재하는 경우, 컨트롤러(202)는 제어 플로우의 갱신 시각 또는 만료 시간을 업데이트하고, 해당 제어 플로우에 종속하는 데이터 플로우를 탐색할 수 있다. 예를 들어, 탐색된 데이터 플로우에서 재인증을 수행해야 하거나 더 이상 접속이 불가능한 데이터 플로우가 존재하는 경우, 컨트롤러(202)는 해당 데이터 플로우 정보를 노드(201)로 반환할 수 있다.At operation 1310, 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.
동작 1315에서, 컨트롤러(202)는 갱신(검사) 결과 정보를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 예를 들어 갱신(검사)이 실패하면, 컨트롤러(202)는 접속 불가 정보를 전송할 수 있다. 다른 예를 들어 갱신(검사)이 성공하면, 컨트롤러(202)는 갱신된 제어 플로우 정보(340) 및 그에 종속되는 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 이 경우, 노드(201)는 제어 플로우 정보(340) 및 데이터 플로우 정보(350)를 갱신할 수 있다.In operation 1315, 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)은 타겟 애플리케이션을 종료하거나, 타겟 애플리케이션의 모든 네트워크 접속을 차단할 수 있다. 제어 플로우 갱신 결과가 정상을 나타내고, 갱신된 데이터 플로우 정보(350)가 있는 경우, 접속 제어 애플리케이션(212)은 접속 제어 애플리케이션(212) 내의 데이터 플로우 테이블(316)을 갱신할 수 있다.The access control application 212 may process update (check) result information. If the control flow update result indicates that connection is not possible, the access control application 212 may terminate the target application or block all network connections of the target application. 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 316 in the connection control application 212.
도 14는 다양한 실시 예들에 따른 제어 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 14 shows a signal flow diagram for control flow removal according to various embodiments.
도 14를 참조하면, 동작 1405에서 노드(201)는 컨트롤러(202)에게 제어 플로우 종료를 요청할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 종료하거나, 네트워크 접속이 지정된 시간 동안 사용되지 않거나, 또는 다른 시스템으로부터 접속 종료 요청이 수신되는 경우, 제어 플로우 종료를 요청할 수 있다.Referring to FIG. 14, in operation 1405, 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.
동작 1410에서, 컨트롤러(202)는 노드(201)로부터 수신된 식별 정보에 대응하는 제어 플로우를 제거할 수 있다. 컨트롤러(202)는 제거된 제어 플로우에 종속되는 데이터 플로우 또한 제거할 수 있다.At operation 1410, 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.
동작 1415에서, 컨트롤러(202)는 게이트웨이(203)에게 데이터 플로우 제거를 요청하며, 동작 1420에서, 게이트웨이(203)는 데이터 플로우를 제거함으로써 접속 제어 애플리케이션(212)의 네트워크 접속을 차단할 수 있다.In operation 1415, the controller 202 requests the gateway 203 to remove the data flow, and in operation 1420, the gateway 203 may block the network connection of the access control application 212 by removing the data flow.
도 15는 다양한 실시 예들에 따른 데이터 플로우 제거를 위한 신호 흐름도를 도시한다.Figure 15 shows a signal flow diagram for data flow removal according to various embodiments.
도 15를 참조하면, 동작 1505에서 접속 제어 애플리케이션(212)은 타겟 애플리케이션의 종료를 감지할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에서 실행 중인 타겟 애플리케이션의 종료 여부를 실시간 감시할 수 있다.Referring to FIG. 15, in operation 1505, the access control application 212 may detect termination of the target application. The access control application 212 can monitor in real time whether the target application running on the node 201 is terminated.
동작 1510에서 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 데이터 플로우 종료를 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 종료된 타겟 애플리케이션에 할당되어 있는 데이터 플로우 식별 정보 또는 타겟 애플리케이션의 식별 정보를 컨트롤러(202)에 전송하여 데이터 플로우 종료를 요청할 수 있다.In operation 1510, the access control application 212 may request the controller 202 to terminate the data flow. For example, the access control application 212 may request termination of the data flow by transmitting data flow identification information assigned to the terminated target application or identification information of the target application to the controller 202.
동작 1515에서, 컨트롤러(202)는 노드(201)로부터 수신된 데이터 플로우 식별 정보 또는 타겟 애플리케이션의 식별 정보를 기반으로 데이터 플로우를 제거할 수 있다. 컨트롤러(202)는 수신된 데이터 플로우 식별 정보 또는 타겟 애플리케이션의 식별 정보를 기반으로 제어 플로우를 식별 및 검색하고, 식별 및 검색된 제어 플로우에 정속된 데이터 플로우를 제거할 수 있다.In operation 1515, 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 target application. The controller 202 may identify and search a control flow based on the received data flow identification information or the identification information of the target application, and remove the data flow tied to the identified and searched control flow.
동작 1520에서, 컨트롤러(202)는 게이트웨이(203)에게 데이터 플로우 제거를 요청하며, 동작 1525에서, 게이트웨이(203)는 데이터 플로우를 제거함으로써 접속 제어 애플리케이션(212)의 제거된 데이터 플로우에 대응되는 서비스 서버(205)에 대한 접속을 차단할 수 있다. 타겟 애플리케이션은 더 이상 목적지 네트워크로 데이터 패킷을 전송할 수 없게 된다.In operation 1520, the controller 202 requests the gateway 203 to remove the data flow, and in operation 1525, 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. The target application will no longer be able to transmit data packets to the destination network.
이상의 설명은 본 문서에 개시된 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 문서에 개시된 실시예들이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 문서에 개시된 실시예들의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다.The above description is merely an illustrative explanation of the technical idea 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 shall be interpreted in accordance with the claims below, and all technical ideas within the equivalent scope shall be interpreted as being included in the scope of rights of this document.

Claims (20)

  1. 게이트웨이에 있어서,In the gateway,
    통신 회로;communication circuit;
    상기 통신 회로와 작동적으로 연결되는 프로세서; 및a processor operatively connected to the communication circuit; and
    상기 프로세서와 작동적으로 연결되고, 프록시(proxy) 서버를 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 게이트웨이가,a memory operatively connected to the processor and storing a proxy server, wherein the memory, when executed by the processor, causes the gateway to:
    외부 서버로부터 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하는 데이터 플로우를 수신하고,Requires approval for nodes to send and receive files from external servers Receive a data flow containing file input output (IO) information indicating whether,
    상기 프록시 서버를 통해, 상기 노드의 서비스 처리 요청 또는 서비스 처리 요청 결과에 파일 정보가 포함되는지 여부에 기초하여 상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과를 처리하도록 하는 명령어들을 저장하는, 게이트웨이. A gateway that stores instructions for processing the service processing request or the service processing request result of the node based on whether the service processing request or the service processing request result of the node includes file information through the proxy server.
  2. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과에 상기 파일 정보가 포함되지 않는 경우, 상기 서비스 처리 요청 또는 서비스 처리 요청 결과를 포워딩하고,If the file information is not included in the service processing request or the service processing request result, forwarding the service processing request or the service processing request result,
    상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과에 상기 파일 정보가 포함되는 경우, 상기 파일 IO 정보에서 파일 송신 또는 수신에 대하여 승인이 필요한지 여부를 확인하도록 하는, 게이트웨이.When the file information is included in the service processing request or the service processing request result, the gateway checks whether approval is required for file transmission or reception from the file IO information.
  3. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 파일 IO 정보에서 파일 송신 또는 수신에 대하여 승인이 필요한 경우, 상기 외부 서버로 대상 파일의 송신 또는 수신에 대한 승인 여부 검사를 요청하고,If approval is required for file transmission or reception in the file IO information, a request is made to the external server to check whether transmission or reception of the target file is approved,
    상기 외부 서버로부터 상기 승인 여부 검사에 대한 결과 정보를 수신하고,Receiving result information about the approval check from the external server,
    상기 결과 정보에 기초하여 상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과를 처리하도록 하는, 게이트웨이.A gateway that processes the service processing request or the service processing request result based on the result information.
  4. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 결과 정보에 따라 타겟 애플리케이션의 대상 파일의 송신이 허용되는 경우, 상기 서비스 처리 요청을 서비스 서버로 포워딩하고,If transmission of the target file of the target application is permitted according to the result information, forwarding the service processing request to the service server,
    상기 결과 정보에 따라 상기 타겟 애플리케이션의 상기 대상 파일의 송신이 허용되지 않는 경우, 서비스 정책에 따라 지정된 경로로 상기 서비스 처리 요청을 포워딩하거나 리다이렉션(redirection)하기 위한 정보를 반환하거나, 상기 서비스 처리 요청이 실패함을 나타내는 정보를 반환하도록 하는, 게이트웨이.If transmission of the target file of the target application is not permitted according to the result information, information for forwarding or redirecting the service processing request to a path designated according to the service policy is returned, or the service processing request is returned. A gateway that returns information indicating failure.
  5. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 결과 정보에 따라 타겟 애플리케이션의 대상 파일의 송신에 대한 승인이 필요한 경우, 상기 파일 정보를 상기 외부 서버로 송신하고,If approval is required for transmission of the target file of the target application according to the result information, transmitting the file information to the external server,
    상기 외부 서버로부터 상기 파일 정보에 기초하여 결정된 상기 승인 여부 검사에 대한 결과 정보를 수신하고,Receiving result information about the approval check determined based on the file information from the external server,
    상기 결과 정보에 따라 상기 서비스 처리 요청을 제어하도록 하는, 게이트웨이.A gateway that controls the service processing request according to the result information.
  6. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 결과 정보에 따라 타겟 애플리케이션의 대상 파일의 수신이 허용되는 경우, 상기 서비스 처리 요청 결과를 상기 노드로 포워딩하고,If reception of the target file of the target application is allowed according to the result information, forwarding the service processing request result to the node,
    상기 결과 정보에 따라 상기 타겟 애플리케이션의 상기 대상 파일의 수신이 허용되지 않는 경우, 상기 서비스 처리 요청 결과의 수신이 실패함을 나타내는 정보를 반환하도록 하는, 게이트웨이.If the target application is not allowed to receive the target file according to the result information, the gateway returns information indicating that reception of the service processing request result fails.
  7. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 결과 정보에 따라 타겟 애플리케이션의 대상 파일의 수신에 대한 승인이 필요한 경우, 상기 파일 정보를 상기 외부 서버로 송신하고,If approval for reception of the target file of the target application is required according to the result information, the file information is transmitted to the external server,
    상기 외부 서버로부터 상기 파일 정보에 기초하여 결정된 상기 승인 여부 검사에 대한 결과 정보를 수신하고,Receiving result information about the approval check determined based on the file information from the external server,
    상기 결과 정보에 따라 상기 서비스 처리 요청 결과의 수신을 제어하도록 하는, 게이트웨이.A gateway that controls reception of the service processing request result according to the result information.
  8. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    지정된 시간 단위로 서비스 요청의 처리 로그 및 거절 로그를 상기 외부 서버에 전송하고, 상기 서비스 요청은 상기 서비스 처리 요청을 포함하고,Transmitting service request processing logs and rejection logs to the external server in designated time units, wherein the service request includes the service processing request,
    상기 외부 서버로부터 상기 처리 로그 및 거절 로그의 분석 정보를 기반으로 갱신된 데이터 플로우 정보를 수신하고,Receive updated data flow information based on analysis information of the processing log and rejection log from the external server,
    수신된 데이터 플로우 정보에 기반하여 상기 데이터 플로우를 갱신하도록 하는, 게이트웨이.A gateway that updates the data flow based on received data flow information.
  9. 청구항 1에 있어서,In claim 1,
    상기 데이터 플로우는, 상기 노드를 식별하기 위한 출발지 네트워크 정보, 서비스 서버의 네트워크 정보 또는 인증서 식별 정보 중 적어도 하나를 포함하는, 게이트웨이. The data flow includes at least one of source network information for identifying the node, network information of a service server, or certificate identification information.
  10. 청구항 1에 있어서, 상기 명령어들은 상기 게이트웨이가,The method of claim 1, wherein the commands allow the gateway to:
    상기 노드로부터 수신되는 상기 노드와 상기 게이트웨이 사이에 채널을 생성하기 위한 채널 생성 정보에 기초하여 상기 채널을 생성하도록 하는, 게이트웨이.A gateway that creates the channel based on channel creation information for creating a channel between the node and the gateway received from the node.
  11. 서버에 있어서,On the server,
    통신 회로;communication circuit;
    상기 통신 회로와 작동적으로 연결되는 프로세서; 및a processor operatively connected to the communication circuit; and
    상기 프로세서와 작동적으로 연결되고, 데이터베이스를 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 서버가,a memory operatively connected to the processor and storing a database, wherein the memory, when executed by the processor, causes the server to:
    노드의 접속 제어 애플리케이션으로부터 서비스 서버에 대한 네트워크 접속 요청을 수신하되, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보와 상기 서비스 서버의 네트워크 정보를 포함하고,Receiving a network connection request for a service server from a connection control application of a node, wherein the network connection request includes identification information of a target application of the node to connect to the network of the service server and network information of the service server,
    상기 데이터베이스에 기반하여 상기 타겟 애플리케이션의 상기 서비스 서버에의 접속 가능 여부를 확인하고,Check whether the target application can connect to the service server based on the database,
    접속이 가능한 경우, 상기 서비스 서버의 네트워크 정보에 대응하는 데이터 플로우를 생성하여 상기 노드 및 게이트웨이로 송신하고, 상기 데이터 플로우는 상기 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하고,If connection is possible, a data flow corresponding to the network information of the service server is generated and transmitted to the node and gateway, and the data flow is a file IO (input output) indicating whether approval for file transmission and reception of the node is required. ) contains information,
    접속이 불가능한 경우, 상기 노드로 접속 불가를 나타내는 결과 정보를 전송하도록 하는 명령어들을 저장하는, 서버.A server that stores commands to transmit result information indicating inability to connect to the node when connection is not possible.
  12. 청구항 11에 있어서, 상기 명령어들은 상기 서버가,The method of claim 11, wherein the commands allow the server to:
    상기 접속 제어 애플리케이션에 접속 가능한 애플리케이션 화이트리스트를 전송하고,Transmitting a whitelist of applications that can be accessed to the access control application,
    상기 접속 제어 애플리케이션으로부터 수신된 애플리케이션의 검사 결과를 기반으로 상기 애플리케이션이 유효한지 여부를 확인하고,Confirm whether the application is valid based on the inspection result of the application received from the access control application,
    상기 애플리케이션이 유효한 경우, 상기 노드가 위치한 상기 게이트웨이를 확인하고,If the application is valid, check the gateway where the node is located,
    출발지 네트워크 정보, 상기 서비스 서버의 네트워크 정보 또는 인증서 식별 정보 중 적어도 하나를 포함하는 데이터 플로우를 생성하여 상기 노드 및 상기 게이트웨이로 송신하도록 하고, 상기 데이터 플로우는 상기 애플리케이션의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하는, 서버.A data flow containing at least one of source network information, network information of the service server, or certificate identification information is generated and transmitted to the node and the gateway, and the data flow requires approval for file transmission and reception of the application. Server, including file IO (input output) information indicating whether the server
  13. 청구항 11에 있어서, 상기 명령어들은 상기 서버가,The method of claim 11, wherein the commands allow the server to:
    상기 접속 제어 애플리케이션으로부터 네트워크 접속 요청을 수신하되, 상기 네트워크 접속 요청은 상기 접속 제어 애플리케이션의 식별 정보를 포함하고,Receive a network connection request from the access control application, wherein the network connection request includes identification information of the access control application,
    상기 데이터베이스에 기반하여 상기 접속 제어 애플리케이션의 컨트롤러 접속 가능 여부를 확인하고,Check whether the access control application can connect to the controller based on the database,
    접속이 가능한 경우, 상기 접속 제어 애플리케이션과 상기 서버 간의 제어 플로우를 생성하도록 하는, 서버.A server configured to generate a control flow between the connection control application and the server when a connection is available.
  14. 청구항 13에 있어서, 상기 명령어들은 상기 서버가,The method of claim 13, wherein the commands allow the server to:
    상기 제어 플로우의 생성 이후, 접속 제어 애플리케이션으로부터 사용자 인증 요청을 수신하고, 상기 사용자 인증 요청은 사용자 ID, 비밀번호 및/또는 강화된 인증 정보를 포함하고,After creation of the control flow, a user authentication request is received from an access control application, wherein the user authentication request includes a user ID, password and/or enhanced authentication information,
    상기 사용자 인증 요청에 포함된 정보에 기반하여 접속 가능한 사용자인지 확인하고,Verify whether the user can access based on the information included in the user authentication request,
    접속 가능한 사용자인 경우, 상기 제어 플로우에 사용자의 식별 정보를 추가하도록 하는, 서버.If the user is accessible, the server adds the user's identification information to the control flow.
  15. 청구항 11에 있어서, 상기 명령어들은 상기 서버가,The method of claim 11, wherein the commands allow the server to:
    제어 플로우를 생성하거나 또는 사용자 인증을 완료한 경우,When you create a control flow or complete user authentication,
    상기 데이터베이스에 기반하여 상기 접속 제어 애플리케이션에 연결 가능한 채널 및 게이트웨이를 식별하고,Identifying channels and gateways connectable to the access control application based on the database,
    상기 노드가 상기 식별된 게이트웨이와 상기 식별된 채널을 생성하기 위한 정보를 상기 노드에 송신하도록 하는, 서버.A server that causes the node to transmit information for creating the identified gateway and the identified channel to the node.
  16. 청구항 11에 있어서, 상기 명령어들은 상기 서버가,The method of claim 11, wherein the commands allow the server to:
    상기 게이트웨이로부터 대상 파일의 송신 또는 수신에 대한 승인 여부 검사 요청을 수신하고, 상기 승인 여부 검사 요청은 파일 식별 정보를 포함하고,Receiving an approval check request for transmission or reception of a target file from the gateway, the approval check request includes file identification information,
    상기 파일 식별 정보를 기반으로 상기 데이터베이스에 상기 대상 파일에 대한 파일 테이블 정보가 존재하는지 확인하고,Check whether file table information for the target file exists in the database based on the file identification information,
    상기 파일 테이블 정보에 기초하여 상기 대상 파일의 송신 또는 수신에 대한 허용 여부를 나타내는 정보를 확인하여 확인 결과를 상기 게이트웨이로 송신하도록 하는, 서버.A server that checks information indicating whether transmission or reception of the target file is permitted based on the file table information and transmits the confirmation result to the gateway.
  17. 청구항 16에 있어서, 상기 명령어들은 상기 서버가, 상기 데이터베이스에 상기 대상 파일에 대한 파일 테이블 정보가 존재하지 않는 경우, The method of claim 16, wherein the commands are executed by the server when file table information for the target file does not exist in the database.
    외부 서버를 통해 상기 대상 파일의 송신 또는 수신에 대한 허용 여부를 나타내는 정보를 확인하고, 확인 결과를 상기 게이트웨이로 송신하도록 하는, 서버.A server that verifies information indicating whether transmission or reception of the target file is permitted through an external server and transmits the confirmation result to the gateway.
  18. 청구항 16에 있어서, 상기 명령어들은 상기 서버가, 상기 데이터베이스에 상기 대상 파일에 대한 파일 테이블 정보가 존재하지 않는 경우,The method of claim 16, wherein the commands are executed by the server when file table information for the target file does not exist in the database.
    상기 데이터베이스에 포함된 파일 IO 정책을 통해 상기 대상 파일의 송신 또는 수신에 대한 허용 여부를 나타내는 정보를 확인하고,Confirm information indicating whether transmission or reception of the target file is permitted through the file IO policy included in the database,
    상기 파일 IO 정책을 통해 상기 대상 파일의 송신 또는 수신에 대해 승인이 필요하다고 확인된 경우, 상기 확인된 정보를 상기 게이트웨이로 송신하고,If it is confirmed that approval is required for transmission or reception of the target file through the file IO policy, the confirmed information is transmitted to the gateway,
    상기 게이트웨이로부터 상기 대상 파일의 파일 정보를 수신하고,Receive file information of the target file from the gateway,
    상기 수신된 파일 정보를 기반으로 상기 대상 파일의 송신 또는 수신에 대한 허용 여부를 결정하고, 결정된 허용 여부에 대한 정보를 상기 게이트웨이로 송신하도록 하는, 서버.A server that determines whether to allow transmission or reception of the target file based on the received file information, and transmits information about the determined allowability to the gateway.
  19. 게이트웨이의 동작 방법에 있어서,In the method of operating the gateway,
    외부 서버로부터 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하는 데이터 플로우를 수신하는 동작, 및An operation of receiving a data flow including file IO (input output) information indicating whether approval for sending and receiving files of a node is required from an external server, and
    상기 게이트웨이의 프록시 서버를 통해, 상기 노드의 서비스 처리 요청 또는 서비스 처리 요청 결과에 파일 정보가 포함되는지 여부에 기초하여 상기 서비스 처리 요청 또는 상기 서비스 처리 요청 결과를 처리하는 동작을 포함하는, 동작 방법.An operation method comprising processing the service processing request or the service processing request result of the node based on whether file information is included in the service processing request or the service processing request result of the node, through the proxy server of the gateway.
  20. 서버의 동작 방법에 있어서,In the operating method of the server,
    노드의 접속 제어 애플리케이션으로부터 서비스 서버에 대한 네트워크 접속 요청을 수신하는 동작, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보와 상기 서비스 서버의 네트워크 정보를 포함하고,An operation of receiving a network connection request for a service server from a connection control application of a node, wherein the network connection request includes identification information of a target application of the node to connect to the network of the service server and network information of the service server,
    상기 서버의 데이터베이스에 기반하여 상기 타겟 애플리케이션의 상기 서비스 서버에의 접속 가능 여부를 확인하는 동작, 및An operation of checking whether the target application can connect to the service server based on the database of the server, and
    상기 서비스 서버의 네트워크 정보에 대응하는 데이터 플로우를 생성하여 상기 노드 및 게이트웨이로 송신하는 동작을 포함하고, 상기 데이터 플로우는 상기 노드의 파일 송신 및 수신에 대한 승인 필요 여부를 나타내는 파일 IO(input output) 정보를 포함하는, 동작 방법.An operation of generating a data flow corresponding to the network information of the service server and transmitting it to the node and the gateway, wherein the data flow is a file input output (IO) indicating whether approval is required for the node to transmit and receive the file. A method of operation, containing information.
PCT/KR2023/005628 2022-04-28 2023-04-25 System for controlling file transmission and reception of application on basis of proxy and method relating to same WO2023211122A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020220053102A KR102446934B1 (en) 2022-04-28 2022-04-28 System for controlling transmission and reception of file of application based on proxy and method thereof
KR10-2022-0053102 2022-04-28

Publications (1)

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

Family

ID=83452527

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/005628 WO2023211122A1 (en) 2022-04-28 2023-04-25 System for controlling file transmission and reception of application on basis of proxy and method relating to same

Country Status (2)

Country Link
KR (1) KR102446934B1 (en)
WO (1) WO2023211122A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102446934B1 (en) * 2022-04-28 2022-09-26 프라이빗테크놀로지 주식회사 System for controlling transmission and reception of file of application based on proxy and method thereof
KR102578800B1 (en) * 2023-02-08 2023-09-15 프라이빗테크놀로지 주식회사 System for controlling network access and method of the same

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100645171B1 (en) * 2005-05-16 2006-11-10 주식회사 대우일렉트로닉스 A system and method for servicing home network media using a classical upnp
KR20090017931A (en) * 2007-08-16 2009-02-19 삼성전자주식회사 Method and apparatus of downloading file in mobile terminal thereof
KR20170006596A (en) * 2015-07-08 2017-01-18 주식회사 엘지유플러스 Method and apparatus for providing multi-path packet data service
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
KR102446934B1 (en) * 2022-04-28 2022-09-26 프라이빗테크놀로지 주식회사 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
KR100645171B1 (en) * 2005-05-16 2006-11-10 주식회사 대우일렉트로닉스 A system and method for servicing home network media using a classical upnp
KR20090017931A (en) * 2007-08-16 2009-02-19 삼성전자주식회사 Method and apparatus of downloading file in mobile terminal thereof
KR20170006596A (en) * 2015-07-08 2017-01-18 주식회사 엘지유플러스 Method and apparatus for providing multi-path packet data service
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
KR102446934B1 (en) * 2022-04-28 2022-09-26 프라이빗테크놀로지 주식회사 System for controlling transmission and reception of file of application based on proxy and method thereof

Also Published As

Publication number Publication date
KR102446934B1 (en) 2022-09-26

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
WO2023211122A1 (en) System for controlling file transmission and reception of application on basis of proxy and method relating to same
WO2023085793A1 (en) System for controlling network access on basis of controller, and method therefor
WO2023211124A1 (en) System for controlling controller-based network connection and method for same
WO2023146308A1 (en) System for controlling network access on basis of controller, and method therefor
WO2023211104A1 (en) System for controlling controller-based network access, and method related thereto
WO2023146304A1 (en) System for controlling file transmission and reception of application and method for same
WO2023177238A1 (en) Controller-based network connection control system, and method thereof
WO2023090755A1 (en) System for controlling network access of virtualization instance, and method therefor
WO2023163514A1 (en) Controller-based network access control system and method therefor
US10558798B2 (en) Sandbox based Internet isolation in a trusted network
WO2023085791A1 (en) Controller-based system for controlling network access, and method therefor
WO2023136658A1 (en) Controller-based system and method for controlling network access
WO2013085281A1 (en) Method and device for security in clouding computing service
WO2014069777A1 (en) Transit control for data
WO2022231304A1 (en) System for controlling controller-based network access, and method therefor
WO2023033588A1 (en) System for controlling data flow in virtualization terminal, and method thereof
WO2023211121A1 (en) System for controlling file transmission and reception of application on basis of proxy, and method therefor
WO2023211120A1 (en) System for controlling file transmission and reception of application on basis of proxy, and method related thereto
WO2020189800A1 (en) Method and system for authenticating data generated in blockchain
WO2021060859A1 (en) System for authenticating and controlling network access of terminal, and method therefor

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

Country of ref document: EP

Kind code of ref document: A1