WO2023146304A1 - 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법 - Google Patents

애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법 Download PDF

Info

Publication number
WO2023146304A1
WO2023146304A1 PCT/KR2023/001202 KR2023001202W WO2023146304A1 WO 2023146304 A1 WO2023146304 A1 WO 2023146304A1 KR 2023001202 W KR2023001202 W KR 2023001202W WO 2023146304 A1 WO2023146304 A1 WO 2023146304A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
access control
application
control application
access
Prior art date
Application number
PCT/KR2023/001202
Other languages
English (en)
French (fr)
Inventor
김영랑
Original Assignee
프라이빗테크놀로지 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 프라이빗테크놀로지 주식회사 filed Critical 프라이빗테크놀로지 주식회사
Publication of WO2023146304A1 publication Critical patent/WO2023146304A1/ko

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • 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.
  • TCP Transmission Control Protocol
  • IP Internet Protocol
  • source IP, destination IP, and port information are identified using 5-tuple information included in the data packet
  • a firewall technology that performs access control by using a firewall is commonly used.
  • Firewall technology identifies IPs assigned to terminals or network terminals (e.g., gateways, routers, etc.) and controls access of inbound or outbound data packets between network boundaries, preventing unauthorized IPs from accessing unauthorized destination networks. play a blocking role.
  • a technology such as an IP-based firewall has a problem in that it is difficult to control in IP units when a private IP band is created by configuring a sub-network by terminals or routers and gateways in the Internet band where IP allocation and control are difficult.
  • IP can be forged or modulated due to the IP communication structure. Accordingly, the firewall is used as a minimum safety device.
  • IPSec Internet Protocol Security
  • GRE Generic Routing Encapsulation
  • GTP GPRS Tunneling Protocol
  • SSL Secure Sockets Layer
  • TLS Transport Layer Security
  • VPN Virtual Private Network
  • IP unit assigned to the terminal IP unit assigned to the terminal
  • application access control technology that allows only permitted applications to access the permitted network is applied to identify applications, which are the fundamental communication subjects, and prevent access of unauthorized applications in advance to prevent various malware and ransomware. It can effectively solve various network security problems that are currently occurring while preventing access to destination networks that are not allowed.
  • DLP Data Loss Prevention
  • unauthorized media eg, USB (Universal Serial Bus), removable storage devices, etc.
  • IO file input output
  • the file IO is tracked, and if the user does not have the file IO authority, the file IO handle is removed to prevent data leakage.
  • the specific action when using the DLP technology that tracks a specific action, if the specific action is not performed because it operates according to the user's action (eg, opening a file selection window in the application), For example, it is impossible to prevent non-user malicious code from directly loading and transferring files without a file selection window.
  • DLP technology is used to track the file system IO of a specific application, but since the technology tracks the IO of a file targeting a specific application and blocks it in batches, the specific network that the application accesses
  • some DLP technologies provide a way to release the file IO limit by identifying the access address bar of the Internet browser. In this case, since network access information cannot be tracked, there is a limit in controlling file reception and transmission.
  • a node includes a communication circuit, a processor operatively connected to the communication circuit, and a memory operatively connected to the processor and storing an access control application and a target application, ,
  • the memory when executed by the processor, the node, through the access control application, requests an external server for network access to the service server, and the network access request is the target to access the network of the service server.
  • Authorized file IO including application identification information, IP (Internet Protocol) and port of the service server, and indicating whether to allow file IO (input output) of the target application when access to the network of the service server is possible
  • Receiving a data flow including information, checking whether a file IO related to the target application exists through the access control application, and managing the operation of the related file IO based on the authorized file IO information Commands can be saved.
  • a method of operating a node is an operation of requesting network access to a service server from an external server through an access control application of the node, and the network access request accesses the network of the service server. It includes identification information of the target application of the node to be performed, IP (Internet Protocol) and port of the service server, and if access to the network of the service server is possible, whether to allow file IO (input output) of the target application Receiving a data flow including authorized file IO information indicating, through the access control application, checking whether a file IO related to the target application exists, and based on the authorized file IO information, the related It may include an operation to manage the operation of file IO.
  • Various embodiments disclosed in this document may utilize application connectivity control technology to control file IO based on information identifying an application and a network accessed by the application.
  • Various embodiments disclosed in this document constantly monitor the IO of the file system of the terminal, identify the application and network information that is connected or to be accessed, and decide whether to allow the file IO of the identified target through a centralized controller. It is possible to control file reception and transmission by application and network by checking and allowing file IO only for the permitted connection target.
  • file IO when file IO is in use before network access (preparatory state for transferring a file), when file IO is used and then released before network access (file transfer When the time of identifying the network connection and connection target (application and network) and the time of file IO processing are different, such as in case of using file IO after network connection (transmitting or receiving a file)
  • By controlling the network and file IO corresponding to, fine-grained control of file reception and transmission is possible, and files are not transmitted or received bypassing the access control application.
  • network access control and file IO control are combined, and when an access control application is terminated, an act of receiving a file may be blocked in advance by blocking access to a target network.
  • FIG. 1 illustrates an architecture within a network environment according to various embodiments.
  • FIG. 2 is a functional block diagram illustrating a database stored in a controller according to various embodiments.
  • FIG. 3 illustrates information included in a control flow and a data flow according to various embodiments.
  • FIG. 4 shows a functional block diagram of a node according to various embodiments.
  • FIG. 6 shows a signal flow diagram for controller connection according to various embodiments.
  • FIG. 7 illustrates a signal flow diagram for user authentication according to various embodiments.
  • FIG. 8 illustrates a user interface screen for controller access according to various embodiments.
  • FIG 9 illustrates a signal flow diagram for network access according to various embodiments.
  • FIG. 10 is a flowchart illustrating an operation of a node for monitoring file IO access according to various embodiments.
  • FIG. 11 illustrates a user interface screen notifying a file IO access monitoring result according to various embodiments.
  • FIG. 12 is a flowchart illustrating an operation of a node for checking a file IO table according to various embodiments.
  • FIG. 13 is a flowchart illustrating an operation of a node for data packet transmission according to various embodiments.
  • FIG. 14 illustrates a signal flow diagram for updating a control flow according to various embodiments.
  • 15 illustrates a signal flow diagram for control flow cancellation according to various embodiments.
  • FIG. 16 illustrates a signal flow diagram for data flow cancellation according to various embodiments.
  • a (e.g., first) component is said to be “coupled” or “connected” to another (e.g., second) component, with or without the terms “functionally” or “communicatively.”
  • the certain component may be connected to the other component directly (eg by wire), wirelessly, or through a third component.
  • Each component (eg, module or program) of the components described in this document may include singular or plural entities. According to various embodiments, one or more components or operations among corresponding components may be omitted, or one or more other components or operations may be added. Alternatively or additionally, a plurality of components (eg modules or programs) may be integrated into a single component. In this case, the integrated component may perform one or more functions of each of the plurality of components identically or similarly to those performed by a corresponding component of the plurality of components prior to the integration. .
  • operations performed by modules, programs, or other components are executed sequentially, in parallel, iteratively, or heuristically, or one or more of the operations are executed in a different order, omitted, or , or one or more other operations may be added.
  • module used in this document may include a unit implemented in hardware, software, or firmware, and may be used interchangeably with terms such as logic, logic block, component, or circuit, for example.
  • a module may be an integrally constructed component or a minimal unit of components or a portion thereof that performs one or more functions.
  • the module may be implemented in the form of an application-specific integrated circuit (ASIC).
  • ASIC application-specific integrated circuit
  • Various embodiments of the present document may be implemented as software (eg, a program or application) including one or more instructions stored in a storage medium (eg, memory) readable by a machine.
  • the processor of the device may call at least one command among one or more commands stored from a storage medium and execute it. This enables the device to be operated to perform at least one function according to the at least one command invoked.
  • the one or more instructions may include code generated by a compiler or code executable by an interpreter.
  • the device-readable storage medium may be provided in the form of a non-transitory storage medium.
  • 'non-temporary' only means that the storage medium is a tangible device and does not contain a signal (e.g. electromagnetic wave), and this term refers to the case where data is stored semi-permanently in the storage medium. It does not discriminate when it is temporarily stored.
  • Computer program products may be traded between sellers and buyers as commodities.
  • a computer program product is distributed in the form of a device-readable storage medium (eg compact disc read only memory (CD-ROM)), or through an application store or between two user devices (eg smartphones). It can be distributed (e.g., downloaded or uploaded) directly or online.
  • a device-readable storage medium such as a manufacturer's server, an application store server, or a relay server's memory.
  • FIG. 1 illustrates an architecture within a network environment according to various embodiments.
  • the node 201 shown in FIG. 1 may be various types of devices capable of performing data communication.
  • the node 201 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, a virtual reality (VR) device, Or it may include a home appliance, but is not limited to the aforementioned devices.
  • node 201 may include a server or gateway capable of transmitting data packets through an application.
  • the node 201 may also be referred to as an 'electronic device' or a 'terminal'.
  • Node 201 may store a plurality of target applications 211-1, 211-2, 211-3 and a connection control application 212.
  • Each of the target applications 211-1, 211-2, and 211-3 is directed to the service servers 205-1 and 205-2 through the gateways 203-1 and 203-2 under the control of the access control application 212. It can transmit data packets or conversely receive data packets.
  • the access control application 212 identifies a program (or target application, process of the target application) requesting data packet transmission, and transmits the data packet of the disallowed program to the outside of the node 201. can prevent it from happening.
  • the access control application 212 is a secure session (220-1, 220-2) between the access control application 212 and the gateways (203-1, 203-2) of the unauthorized program. Access to the service servers 205-1 and 205-2 may be blocked and corresponding programs may be quarantined.
  • the access control application 212 controls the controller 202 ), whether access is possible, and if access is possible, authentication may be performed with the gateways 203-1 and 203-2 through data packets authenticated by the controller 202.
  • the access control application 212 may create a secure session with the gateways 203-1 and 203-2 and the secure sessions 220-1 and 220-2.
  • the node 201 includes an access control application 212 and a network driver (not shown) for managing network access of the target applications 211-1, 211-2, and 211-3 stored in the node 201. city) may be included.
  • the access control application 212 may determine whether the target applications 211-1, 211-2, and 211-3 are accessible. If the target applications 211-1, 211-2, and 211-3 are accessible, the access control application 212 connects to the gateways 203-1 and 203-2 through the secure sessions 220-1 and 220-2. data packets can be transmitted.
  • the access control application 212 may control transmission of data packets within the node 201 through a kernel including an operating system and network drivers.
  • the access control application 212 may monitor and control file system input output (IO) in the kernel.
  • File system IO refers to input and/or output generated by an arbitrary application (or arbitrary process) in the kernel's file system.
  • the file system IO includes an operation of writing specific information to the file system, reading specific information of the file system, or updating the file system.
  • any application or any process must acquire a handle (eg, file handle) to use the file system.
  • the access control application 212 uses a file system driver (not shown) or a file IO control module (not shown) capable of monitoring file system IO through hooking for file system IO events to monitor file system IO.
  • a file system driver not shown
  • a file IO control module not shown
  • can include File system IO can also be referred to as file IO.
  • the file IO control module may identify which of the target applications 211-1, 211-2, and 211-3 is accessing the file system (or accessing the file IO) by monitoring the file IO.
  • the file IO control module may check whether the application can access the file IO in association with a network to which the corresponding application is connected through identification information and a process identifier (PID) of the application related to the data flow.
  • PID process identifier
  • the file IO control module when the application cannot access the file IO, processes the application so that it can no longer access the file IO, allowing the node 201 to control file transmission and file reception in detail.
  • the file IO control module can remove the file IO handle so that the application can no longer access the file IO when the application cannot access the file IO. Removal of a file IO handle may also be referred to as file IO removal.
  • the controller 202 may be, for example, a server (or cloud server).
  • the controller 202 manages data transmission between the node 201, the gateways 203-1 and 203-2, and the service servers 205-1 and 205-2 to ensure reliable data transmission within the network environment.
  • the controller 202 may allow the network access of the authorized node 201 (or the access control application 212) through policy information or blacklist information.
  • the controller 202 mediates the creation of secure sessions 220-1 and 220-2 between the access control application 212 and the gateways 203-1 and 203-2, or the node 201 or the gateway 203 According to the security events collected from -1 and 203-2, the security sessions 220-1 and 220-2 may be removed.
  • the access control application 212 can communicate with the service servers 205-1 and 205-2 only through the security sessions 220-1 and 220-2 authorized by the controller 202, and the authorized security session ( If the nodes 220-1 and 220-2 do not exist, network access of the node 201 and the access control application 212 may be blocked.
  • the target applications 211-1, 211-2, and 211-3 may access the service servers 205-1 and 205 only through the secure sessions 220-1 and 220-2 authorized by the controller 202. -2), and if there is no authorized secure session (220-1, 220-2), the network access of the target applications (211-1, 211-2, 211-3) is the access control application (212 ), can be blocked from the controller 202 or gateway 203.
  • the controller 202 is an access control application (eg, registration, approval, authentication, renewal, termination) associated with network access of the node 201 or access control application 212 212) and control data packets can be transmitted and received.
  • a flow through which the control data packet is transmitted (eg, 230) may be referred to as a 'control flow'.
  • the gateways 203-1 and 203-2 may be located at the boundary of the network to which the node 201 belongs or the boundary of the network to which the service servers 205-1 and 205-2 belong. According to one embodiment, the gateways 203-1 and 203-2 may be connected to the controller 202 based on a cloud. The gateways 203-1 and 203-2 may forward only authorized data packets among data packets received from the access control application 212 to the service servers 205-1 and 205-2. A flow in which data packets are transmitted between the access control application 212 and the gateways 203-1 and 203-2 (eg, 240-1 and 240-2) may be referred to as a 'data flow'. .
  • Data flows can be created not only on a node or IP basis, but also on a more granular basis (e.g., on an application basis).
  • the gateways 203-1 and 203-2 are connected to the access control application 212 prior to the creation of secure sessions 220-1 and 220-2 between the access control application 212 and the gateways 203-1 and 203-2.
  • indiscriminate prevention Network access can be blocked in advance.
  • FIG. 2 is a functional block diagram showing a database stored in the controller 202 according to various embodiments, and FIG. 3 shows control flow information 340, data flow information 350, and file IO table information among information included in the database ( 360).
  • the controller 202 may store databases 311 to 317 for controlling network access and data transmission in a memory 330 .
  • the controller 202 may include an external electronic device (e.g., node 201 in FIG. 1, gateways 203-1 and 203-2) or service servers 205-1 and 205- 2)) further includes a communication circuit (eg, the communication circuit 430 of FIG. 4 ) and a processor (eg, the processor 410 of FIG. 4 ) for controlling the overall operation of the controller 202 for performing communication with the can do. Since the administrator can connect to the controller 202 and set a connection-oriented policy for controlling access between the access control application 212 and the service servers 205-1 and 205-2, the service side manages the session. You can control network access more precisely and securely.
  • the access policy database 311 may include information about networks and/or services to which the identified networks, nodes, or applications may access.
  • the controller 202 when requesting network access from the access control application 212, identifies a network (eg, a network to which the node 201 belongs), a node, and a user based on a policy of the access policy database 311. (eg, a user of the node 201), and/or an application (eg, a target application 211-1, 211-2, or 211-3 included in the node 201) service servers 205-1, 205 It is possible to determine whether access to -2) is possible.
  • the controller 202 sets a whitelist of target applications 211-1, 211-2, and 211-3 that can be accessed by a specific service (eg, IP and port) based on the access policy database 311. can create
  • the file IO policy database 312 is associated with an access policy and may include information for establishing a file IO policy for the target applications 211-1, 211-2, and 211-3.
  • the file IO policy database 312 may include information on whether or not to allow file reception and transmission of the target applications 211-1, 211-2, and 211-3.
  • the blacklist policy database 313 is a target identified through analysis of the risk, occurrence cycle, and/or behavior of security events among security events periodically collected by the node 201 or the gateways 203-1 and 203-2 ( Example: A blacklist registration policy for blocking access of at least one of a node identifier (ID), an IP address, a media access control (MAC) address, or a user ID) may be indicated.
  • ID node identifier
  • MAC media access control
  • the blacklist database 314 may include a list of objects blocked by the blacklist policy database 313 .
  • the controller 202 may isolate the node 201 by denying the network access request when identification information of the node 201 requesting network access is included in the blacklist database 314 .
  • the control flow table 315 is an example of a session table for managing the flow of control data packets generated between the connection control application 212 and the controller 202 (ie, control flow).
  • 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 indicating at least one of an IP identified during controller access and authentication, a node, an application, or an object additionally identified through association with a service server.
  • the controller 202 converts the control flow ID and identification information included in the access request to the control flow ID 342 and control flow ID 342 included in the control flow information 340.
  • State information 346 may indicate various states such as creation, authentication, renewal, termination, and the like of the control flow.
  • the node 201 since the control flow has an expiration time, the node 201 needs to update the expiration time of the control flow based on the time information 348, and if the expiration time is not updated for a certain period of time, the control flow ( Alternatively, the control flow information 340 may be removed. In addition, it is determined that immediate blocking of access is necessary according to the node 201, the access control application 212, other security applications (not shown), or security events collected from the gateways 203-1 and 203-2; When a connection termination request is received from them, the controller 202 may remove the control flow. When the control flow is removed, the associated data flow is also removed, and the gateways 203-1 and 203-2 connect the access control application 212 or the service server 205 of the target applications 211-1, 211-2 and 211-3. -1, 205-2) can be blocked.
  • the data flow table 316 is a flow (e.g., data flow ) is a table for managing Data flows can be created in TCP sessions, applications, or more granular units.
  • the data flow table 316 may include an application ID, destination IP address, and/or service port for identifying whether a data packet transmitted from a source is an authorized data packet.
  • data flow information 350 may include a data flow ID 351 and a control flow ID 352 when the data flow is dependent on the control flow.
  • the data flow information 350 includes authorized destination information 353 for determining forwarding of the data packet based on the source IP and destination IP and port of the data packet, a state indicating whether the data flow is in a valid state that can be used information 355 and/or time information 356 representing authentication expiration time information of the data flow.
  • the data flow information 350 may further include authorized file IO information 354 .
  • the authorized file IO information 354 may include information on whether to allow file IO access (eg, access such as read and write) of an application.
  • the authorized file IO information 354 may include information on whether writing is possible and writable path information at the time of file IO for file reception by an application.
  • the authorized file IO information 354 may include readable information and readable path information at the time of file IO for file transmission by an application.
  • the authorized file IO information 354 includes information about whether the application applying the data flow allows file IO (eg, file IO processing exception).
  • the file IO table 317 is a database for recording and managing file IOs generated by the node 201, and may include file IO table information 360.
  • the file IO table information 360 includes a PID 361 of a process in which file system IO occurs and application identification information 362 for identifying an application (eg, application name and execution path, unique information, etc.) ) may be included.
  • the file IO table information 360 may include a data flow ID 363 for association with network access control information when a file system IO occurs while the data flow is identified.
  • the file IO table information 360 includes file IO information 364 on how the file system IO occurs (eg, reading and / or writing), a path where the file system IO occurs, a file name, and / or file management File information 365 including unique information (eg, hash and signature, header information, etc.) for file IO, state information including information about whether file IO has been terminated and whether or not to release file IO due to disallowed file IO ( 366), and/or file IO time information 367 indicating the time at which file IO occurred.
  • unique information eg, hash and signature, header information, etc.
  • state information including information about whether file IO has been terminated and whether or not to release file IO due to disallowed file IO due to disallowed file IO ( 366)
  • file IO time information 367 indicating the time at which file IO occurred.
  • FIG. 4 shows a functional block diagram of node 201 according to various embodiments. At least some of the configurations shown in FIG. 4 may be applied to the controller 202, gateways 203-1 and 203-2, or service servers 205-1 and 205-2.
  • a node 201 may include a processor 410 , a memory 420 , and a communication circuit 430 . According to one embodiment, node 201 may further include a display 440 to provide a user interface.
  • the processor 410 may control the overall operation of the node.
  • the processor 410 may include a single processor core or may include a plurality of processor cores.
  • the processor 410 may include multi-cores such as dual-core, quad-core, and hexa-core.
  • the processor 410 may further include an internal or external cache memory.
  • the processor 410 may be configured with one or more processors.
  • the processor 410 may include at least one of an application processor, a communication processor, or a graphical processing unit (GPU).
  • GPU graphical processing unit
  • processor 410 is electrically or operatively (eg, memory 420, communication circuitry 430, or display 440) in node 201 (e.g., memory 420). It can be operatively coupled with or connected to.
  • the processor 410 may receive commands from other components, interpret the received commands, and perform calculations or process data according to the interpreted commands.
  • the processor 410 may interpret and process messages, data, commands, or signals received from the memory 420 , the communication circuit 430 , or the display 440 .
  • the processor 410 may generate a new message, data, command, or signal based on the received message, data, command, or signal.
  • Processor 410 may provide processed or generated messages, data, instructions, or signals to memory 420 , communication circuitry 430 , or display 440 .
  • the processor 410 may process data or signals generated or generated by a program. For example, the processor 410 may request instructions, data, or signals from the memory 420 to execute or control a program. The processor 410 may record (or store) or update instructions, data, or signals in the memory 420 to execute or control a program.
  • the memory 420 may store commands for controlling nodes, control command codes, control data, or user data.
  • the memory 420 may include at least one of an application program, an operating system (OS), middleware, or a device driver.
  • the memory 420 may include one or more of volatile memory and non-volatile memory.
  • Volatile memory includes dynamic random access memory (DRAM), static RAM (SRAM), synchronous DRAM (SDRAM), phase-change RAM (PRAM), magnetic RAM (MRAM), resistive RAM (RRAM), and ferroelectric RAM (FeRAM).
  • DRAM dynamic random access memory
  • SRAM static RAM
  • SDRAM synchronous DRAM
  • PRAM phase-change RAM
  • MRAM magnetic RAM
  • RRAM resistive RAM
  • FeRAM ferroelectric RAM
  • the nonvolatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), flash memory, and the like.
  • the memory 420 uses a
  • the memory 420 may store the target applications 211-1, 211-2, and 211-3 of FIG. 1 and the access control application 212.
  • the access control application 212 may perform network access and secure sessions 220-1 and 220-2 with the gateways 203-1 and 203-2, and control flow creation and update functions with the controller 202. there is.
  • the access control application 212 may include one or more security modules.
  • the memory 420 may store control flow information 340 , data flow information 350 , and file IO table information 360 of FIG. 3 .
  • the target applications 211-1, 211-2, and 211-3 use one or more security modules to create secure sessions 220-1 and 220-2 with the gateways 203-1 and 203-2.
  • the communication circuit 430 establishes a wired or wireless communication connection between the node 201 and an external electronic device (eg, the controller 202 or the gateways 203-1 and 203-2), and performs communication through the established connection.
  • the communication circuit 430 may be a wireless communication circuit (eg, cellular communication circuit, short-range wireless communication circuit, or global navigation satellite system (GNSS) communication circuit) or a wired communication circuit (eg, a local area network (LAN)).
  • GNSS global navigation satellite system
  • LAN local area network
  • communication circuit or power line communication circuit
  • a short-distance communication network such as Bluetooth, WiFi direct, or IrDA (infrared data association) or a cellular network
  • IrDA infrared data association
  • long-distance communication such as the Internet
  • computer network It may communicate with an external electronic device through a network.
  • the various types of communication circuits 430 described above may be implemented as a single chip or may be implemented as separate chips.
  • the display 440 may output content, data, or signals.
  • the display 440 may display image data processed by the processor 410 .
  • the display 440 may be configured as an integral touch screen by being combined with a plurality of touch sensors (not shown) capable of receiving a touch input.
  • a plurality of touch sensors may be disposed above the display 440 or below the display 440 .
  • the access control application 212 detects a network access request to the service server 205 from the target application 211 included in the node 201, and the node 201 or the access control application 212 ) can determine whether or not the controller 202 is in a connected state.
  • the access control application 212 may block transmission of data packets in a kernel or network driver included in an operating system.
  • the node 201 may block access of malicious applications in advance in an application layer among seven layers of open system interconnection (OSI).
  • OSI open system interconnection
  • the access control application 212 is not connected to the controller 202, the access control application 212 has not been authenticated by the gateway 203, or the access control application 212 is not connected. If a secure session is not created between the gateways 203, data packets transmitted from the access control application 212 are blocked by the gateway 203, and the access control application 212 may request access to the controller 202. only Depending on the embodiment, even if the access control application 212 is not authenticated by the gateway 203, a data packet transmitted from the access control application 212 may not be blocked by the gateway 203.
  • an unauthorized data packet may be transmitted from the node 201.
  • the gateway 203 present at the boundary of the network blocks data packets that are received as an unauthorized secure session and data packets that do not have a data flow, the data packets transmitted from the node 201 (e.g., TCP session data packets for generation) may not reach the service server 205 .
  • node 201 can be isolated from service server 205 .
  • FIG. 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 so that the node 201 You can try to connect to the controller of
  • node 201 may detect a controller connection event. For example, when connection control application 212 is installed and/or executed within node 201, node 201 may detect that a connection to controller 202 is being requested.
  • node 201 may request controller connection from controller 202 .
  • the connection control application 212 can transmit identification information of the connection control application 212 to the controller 202 .
  • the access control application 212 may include identification information of the node 201 (eg, terminal ID, IP address, MAC address), type, location, environment, identification information of the network to which the node 201 belongs, and/or network Arbitrary identification information generated by the system itself may be further transmitted.
  • the controller 202 may identify whether or not the controller access of the target (eg, the access control application 212 and the node 201 ) requesting the controller connection is possible.
  • the controller 202 controls whether information received from the node 201 is included in the access policy database 311, the node 201, the network to which the node 201 belongs, and/or access control. Based on at least one of whether the identification information of the application 212 is included in the blacklist database 314 , it is possible to determine whether the controller access of the object requesting the controller access is possible.
  • 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 can create a control flow.
  • the controller 202 generates control flow identification information in the form of random numbers, and converts identification information of at least one of the node 201, the network to which the node 201 belongs, or the access control application 212 into a control flow table ( 315) can be stored.
  • Information e.g., control flow information 340 stored in the control flow table 315 is used for user authentication of the node 201, information update of the node 201, policy check for network access of the node 201, and/or Or it can be used for validation.
  • the controller 202 may check an access policy corresponding to the information identified in the access policy database 311 (eg, the node 201 and source network information to which the node 201 belongs). The controller 202 may generate whitelist information of accessible applications based on the checked access policy. In other embodiments, the controller 202 may not perform operation 620. For example, if it is not possible to access the controller of the object requesting access, the controller 202 may not perform operation 620 .
  • the controller 202 may transmit a response to the controller connection request to the node 201 .
  • the controller 202 may transmit control flow information 340 including control flow identification information to the node 201 in response to the controller connection request.
  • the controller 202 may transmit the white list generated through the execution of operation 620 to the connection control application 212 .
  • the controller 202 may notify controller access failure in response to the controller access request without generating a control flow.
  • node 201 may process the resulting value 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) indicating completion of the controller connection to the user.
  • the network access request of the node 201 to the service server 205 may be controlled by the controller 202 .
  • the controller 202 may determine that the node 201 is inaccessible. For example, when controller access unavailability information is received, the node 201 may output a user interface screen indicating that controller access is unavailable to the user.
  • the user interface screen may include a user interface indicating that access to the node 201 is blocked and guiding isolation release through an administrator (eg, the controller 202).
  • the access control application 212 of the node 201, the controller 202, and the gateway 203 may further perform operations 630 to 650. According to embodiments, the access control application 212 of the node 201, the controller 202, and the gateway 203 may perform all or part of operations 630 to 650.
  • the access control application 212 may perform a check of the application. For example, when the white list is received from the controller 202 , the access control application 212 may check whether applications included in the white list are installed in the node 201 . In the case of applications included in the white list among the applications installed on the node 201, the access control application 212 checks the integrity and stability of the application (eg whether or not the application is forged or tampered with, code signing inspection, fingerprint inspection) according to the validation policy. at least one of them) can be checked.
  • the integrity and stability of the application eg whether or not the application is forged or tampered with, code signing inspection, fingerprint inspection
  • the access control application 212 may send the application's test result to the controller 202 .
  • the controller 202 may check whether the application is valid based on the check result. If the application is valid, the controller 202 checks the gateways 203-1 and 203-2 where the node 201 is located in the access policy for the node 201 to allow the node 201 to access the network, Thereafter, operation 640 may be performed.
  • the controller 202 determines the originating node 201 to transmit data packets to the service servers 205-1 and 205-2 via the gateways 203-1 and 203-2 without a network connection request procedure.
  • Data flows can be created based on IP, destination IP and port information.
  • the controller 202 may check a file IO policy when creating a data flow and generate authorized file IO information 354 based on the file IO policy.
  • the data flow information 350 of the data flow may include the generated authorized file IO information 354 .
  • the authorized file IO information 354 may include policy information related to file IO access of an application using a data flow.
  • the authorized file IO information 354 may include information about whether or not to allow an application's file IO access (eg, read or write access).
  • the authorized file IO information 354 may include information about a file path to which an application is permitted access and/or a file path to which access is not permitted.
  • the controller 202 may transmit a response to the transmission of the application check result of the connection control application 212 .
  • the controller 202 may transmit data flow information 350 including authorized file IO information 354 to the access control application 212 .
  • the controller 202 may transmit data flow information 350 including the authorized 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 controller access according to various embodiments. Operations shown in FIG. 7 may be implemented after the signal flow diagram of FIG. 6 , for example.
  • the access control application 212 of the node 201 may authenticate the user of the node 201 from the controller 202 .
  • node 201 may receive an input for user authentication.
  • An input for user authentication may be, for example, a user input for inputting a user ID and password.
  • the input for user authentication may be a user input (eg, biometric information) for stronger authentication.
  • the node 201 may display a user interface screen 810 for receiving information required for controller access.
  • the user interface screen 810 may include an input window 811 for inputting a user ID and/or an input window 812 for inputting a password.
  • the node 201 may detect a controller connection event by receiving an input to the button 813 for user authentication.
  • node 201 may request user authentication from controller 202 .
  • the access control application 212 may transmit input information for user authentication to the controller 202 . If the 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 together with control flow identification information.
  • controller 202 may authenticate the user based on the information received from node 201 .
  • the controller 202 may use the user ID, password, and/or enhanced authentication information included in the received information and a database included in the memory of the controller 202 (eg, the access policy database 311 of FIG. 2 ). ) or the blacklist database 314), it is possible to determine whether the user is accessible 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 315 based on the control flow identification information transmitted by the node 201, and in the checked control flow information 340 User identification information (e.g. user ID) can be added. The added user identification information can be used for the authenticated user's controller access or network access.
  • User identification information e.g. user ID
  • the controller 202 may check an access policy corresponding to the information identified in the access policy database 311 (eg, the node 201 and source network information to which the node 201 belongs). The controller 202 may generate white list information of accessible applications based on the checked access policy. In other embodiments, the controller 202 may not perform operation 720. For example, if access to the controller of the target requesting access is not possible, the controller 202 may not perform operation 720 .
  • controller 202 may transmit a response to the user authentication request to node 201 .
  • the controller 202 may transmit information indicating that the user is authenticated to the node 201 in response to the user authentication request.
  • the controller 202 may transmit the white list generated through the execution of operation 720 to the connection control application 212 .
  • the controller 202 may notify the controller 202 of inability to access the controller in response to the user authentication request.
  • node 201 may process the resulting value for user authentication.
  • the node 201 may output a user interface screen indicating completion of user authentication to the user through a display.
  • the controller 202 may determine that user authentication is impossible. For example, if the user's identification information is included in the blacklist database, the controller 202 may determine that user authentication is impossible. In this case, in operation 725, the controller 202 may transmit information indicating that user authentication is impossible to the node 201, and the node 201 may output a user interface screen indicating that user authentication has failed through the display.
  • node 201 may display user interface screen 820 via access control application 212 .
  • the user interface screen 820 may include a user interface 825 indicating that access to the node 201 is blocked and guiding isolation release through an administrator (eg, the controller 202).
  • the access control application 212 of the node 201, the controller 202, and the gateway 203 may further perform operations 730 to 750.
  • the access control application 212 of the node 201, the controller 202, and the gateway 203 may perform all or part of operations 730 to 750.
  • the access control application 212 may perform a check of the application. For example, when the white list is received from the controller 202 , the access control application 212 may check whether applications included in the white list are installed in the node 201 . In the case of applications included in the white list among the applications installed on the node 201, the access control application 212 checks the integrity and stability of the application (eg whether or not the application is forged or tampered with, code signing inspection, fingerprint inspection) according to the validation policy. at least one of them) can be checked.
  • the integrity and stability of the application eg whether or not the application is forged or tampered with, code signing inspection, fingerprint inspection
  • the access control application 212 may send the application's test results to the controller 202 .
  • the controller 202 may verify whether the application is valid based on the inspection result. If the application is valid, the controller 202 checks the gateways 203-1 and 203-2 where the node 201 is located in the access policy for the node 201 to allow the node 201 to access the network, Thereafter, operation 740 may be performed.
  • the controller 202 determines the originating node 201 to transmit data packets to the service servers 205-1 and 205-2 via the gateways 203-1 and 203-2 without a network connection request procedure.
  • Data flows can be created based on IP, destination IP and port information.
  • the controller 202 may check a file IO policy when creating a data flow and generate authorized file IO information 354 based on the file IO policy.
  • the data flow information 350 of the data flow may include the generated authorized file IO information 354 .
  • the authorized file IO information 354 may include policy information related to file IO access of an application using a data flow.
  • the authorized file IO information 354 may include information about whether or not to allow an application's file IO access (eg, read or write access).
  • the authorized file IO information 354 may include information about a file path to which an application is permitted access and/or a file path to which access is not permitted.
  • the controller 202 may transmit a response to the transmission of the application check result of the connection control application 212 .
  • the controller 202 may transmit data flow information 350 including authorized file IO information 354 to the access control application 212 .
  • the controller 202 may transmit data flow information 350 including the authorized file IO information 354 to the gateway 203 .
  • FIG. 9 illustrates a signal flow diagram for network access according to various embodiments, and the operations shown in FIG. 9 may be implemented after the signal flow diagram of FIG. 6 or FIG. 7 , for example.
  • node 201 may detect a network connection event. For example, node 201 can detect through access control application 212 that a target application is attempting to connect to service server 205 .
  • the connection control application 212 may inspect the data flow when a network connection event is detected. For example, the access control application 212 may check whether a data flow corresponding to identification information, destination IP and/or port information of the target application exists. In addition, the access control application 212 may check whether the corresponding data flow is valid even if the data flow exists. For example, the access control application 212 checks the integrity and safety of the access control application 212 and the target application according to the validation policy (eg, forgery or tampering of the application, code signing inspection, fingerprint inspection) And, according to the access policy received from the controller 202, whether or not access to the destination IP and port of the target application installed in the node 201 is possible may be checked.
  • the validation policy eg, forgery or tampering of the application, code signing inspection, fingerprint inspection
  • the access control application 212 can skip the following operations and transmit the target application's data packet to the gateway 203 over the secure session.
  • connection control application 212 may display a user interface screen indicating that the network connection has failed without transmitting the data packet.
  • the access control application 212 may request the controller 202 to connect to the network. there is. According to an embodiment, the access control application 212 performs integrity and safety checks 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 202 may be requested for network access.
  • the access control application 212 may request the controller 202 to connect to the network to the service server 205 .
  • the access control application 212 may transmit target application identification information and identification information (eg, IP and service port) of the service server 205 to the controller 202 together with identification information of the control flow.
  • the controller 202 may check the access policy and file IO policy associated with the target application in response to the request received from the access 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 or not identification information of a target (eg, target application) requesting network access and the requested target (eg, service server 205) are included in the access policy database 311 and network access. It is possible to check whether the requesting target can access the gateway.
  • a target eg, target application
  • the requested target eg, service server 205
  • the controller 202 may transmit information indicating that access is impossible to the node 201 in operation 920 .
  • the connection control application 212 may output a user interface screen indicating that connection is impossible through the display.
  • the controller 202 checks the authorized file IO information 354 related to the target (eg, the target application) requesting access, and establishes the access based on the authorized file IO information 354. You can check whether file IO access of the requested object (e.g. target application) is allowed. Confirmation of whether file IO access is allowed is whether to allow the application's file IO access (eg, access such as read or write), or the file path to which the application is allowed access, and/or It can include checks for file paths that are not allowed to be accessed.
  • the authorized file IO information 354 related to the target eg, the target application
  • the controller 202 checks the authorized file IO information 354 related to the target (eg, the target application) requesting access, and establishes the access based on the authorized file IO information 354. You can check whether file IO access of the requested object (e.g. target application) is allowed. Confirmation of whether file IO access is allowed is whether to allow the application's file IO access (eg, access
  • the controller 202 may check whether a data flow accessible to the destination IP and port exists in the data flow table 316 in order to allow the node 201 to access the network.
  • the controller 202 will create a data flow allowing an object (eg target application) to access the network between the node 201 and the service servers 205-1 and 205-2.
  • the controller 202 may generate data flow information 350 based on information such as source IP, destination IP and port information, and authorized file IO information 354 .
  • the authorized file IO information 354 may be generated according to a file IO policy.
  • the controller 202 may check a file IO policy when creating a data flow and generate authorized file IO information 354 based on the file IO policy.
  • the data flow information 350 of the data flow may include the generated authorized file IO information 354 .
  • the authorized file IO information 354 may include policy information related to file IO access of an application using a data flow.
  • the authorized file IO information 354 may include information about whether or not to allow an application's file IO access (eg, read or write access).
  • the authorized file IO information 354 may include information about a file path to which an application is permitted access and/or a file path to which access is not permitted.
  • the controller 202 may transmit a response to the network access request of the access control application 212 to the node 201 .
  • the controller 202 may transmit the data flow information 350 generated through the execution of operation 915 to the connection control application 212 .
  • the controller 202 may notify the network connection failure in response to the network access request.
  • Node 201 may process the resulting value according to the received response.
  • the access control application 212 may store the received data flow information 350 and perform a file IO table check if a network connection is available.
  • the node 201 may drop a data packet of the target application.
  • the node 201 may remove the file system IO of the target application (or remove the file system IO handle).
  • the controller 202 may transmit data flow information 350 to the gateway 203 .
  • FIG. 10 is a flowchart illustrating an operation of the node 201 for monitoring file IO access according to various embodiments
  • FIG. 11 illustrates a user interface screen notifying a result of monitoring file IO access according to various embodiments.
  • the following operation flow chart may be implemented by node 201 or connection control application 212 installed on node 201 .
  • the access control application 212 when there is a file IO in use by the target applications 211-1, 211-2, and 211-3, data related to the target applications 211-1, 211-2, and 211-3. Based on the authorized file IO information 354 of the flow, the operation of the file IO being used may be managed. Management of file IO operations may include permitting and/or blocking (or removal) of file IO.
  • the access control application 212 may detect a file IO access event.
  • the access control application 212 may determine that a file IO access event occurs when the target applications 211-1, 211-2, and 211-3 (or their processes) access the file IO.
  • the access control application 212 may check the PID of the process accessing the file IO, and check whether a data flow assigned to the corresponding PID exists.
  • connection control application 212 may proceed to operation 1030 . If the data flow does not exist, connection control application 212 may proceed to operation 1035 . Also, if the PID 361 of the process accessing the file IO does not exist, the access control application 212 may proceed to operation 1035 .
  • the access control application 212 may check the type of file IO accessed by the corresponding process.
  • the access control application 212 may proceed to operation 1041 .
  • the access control application 212 may proceed to operation 1051 .
  • the type of file IO accessed by the corresponding process may require simultaneous reading of one or more files and/or writing of one or more files, and when multiple file IOs exist, each step may be performed sequentially and/or in parallel.
  • operations 1041, 1043, 1045, and 1047 and operations 1051, 1053, 1055, and 1057 may be performed sequentially and/or in parallel.
  • the access control application 212 may store the file IO information in the file IO table 317 .
  • the access control application 212 identifies file IO information (eg, file location, file name, type of file IO (eg, file read or write) file IO time information) of the process identified in the file IO table ( 317) can be stored. Then, when the corresponding process accesses the network, the access control application 212 searches the details in the file IO table 317 so that the data packet can be inspected.
  • file IO information eg, file location, file name, type of file IO (eg, file read or write) file IO time information
  • the access control application 212 may check whether writing to a file is allowed for a corresponding application (or a process of the corresponding application) in the data flow information 350 .
  • access control application 212 may proceed to operation 1043 . If file writing is allowed, access control application 212 may proceed to operation 1047 .
  • the access control application 212 stops the application from accessing the file and returns the file IO status in the file IO table 317. It can be changed by stopping access.
  • the access control application 212 may change the status of the file IO in the file IO table information 360 corresponding to the PID 361 to access interruption. For example, the access control application 212 may stop a corresponding application from accessing a file by removing a file handle, colliding with a file handle, or initializing a file write buffer.
  • the access control application 212 may include an application program interface (API) provided by the operating system, hooking, forcible termination of a corresponding process, or a series of file access control stop commands.
  • API application program interface
  • the node 201 may output a user interface screen 1110 indicating that writing of a file of a corresponding application is not permitted to the user through a display.
  • the user interface screen 1110 may include a notification window 1111 including a message indicating that file download is blocked.
  • Operation 1045 may proceed if the access control application 212 fails to process the abort of writing the file.
  • the access control application 212 may block data packets flowing from the network by changing the state of the corresponding data flow and blocking network access.
  • the node 201 may output a user interface screen (not shown) indicating that network access is blocked due to a failure in file write stop processing to the user through a display.
  • the access control application 212 may check whether reading of a file is allowed for a corresponding application (or a process of the corresponding application) in the data flow information 350.
  • the access control application 212 may proceed to operation 1053. If the application is allowed to read the file, the access control application 212 may proceed to operation 1057.
  • the access control application 212 may change the status of the file IO in the file IO table information 360 corresponding to the PID 361 to access interruption. For example, the access control application 212 may stop a corresponding application from accessing a file by removing a file handle, colliding with a file handle, or initializing a file write buffer. To this end, the access control application 212 may include an API and hooking provided by the operating system, a corresponding process forcibly terminated, or a series of file access control stop commands.
  • the node 201 may output a user interface screen 1120 indicating that reading of a file of a corresponding application is not permitted to the user through a display.
  • the user interface screen 1120 may include a notification window 1121 including a message indicating that file upload is blocked.
  • Operation 1055 may proceed if the access control application 212 fails to process the abort of reading the file.
  • the access control application 212 may block data packets flowing from the network by changing the state of the corresponding data flow and blocking network access.
  • the node 201 may output a user interface screen 1130 indicating that network access is blocked due to a failure in file reading interruption processing through a display to the user.
  • the user interface screen 1130 may include a notification window 1131 including a message indicating that the network connection is terminated.
  • FIG. 12 illustrates a flowchart of operation of node 201 for file IO table checking according to various embodiments.
  • the following operation flow chart may be implemented by node 201 or connection control application 212 installed on node 201 .
  • access control application 212 may detect a file IO table check event.
  • the access control application 212 may detect a file IO table check event when a data flow resulting from a network connection is detected.
  • the access control application 212 may detect when the data flow information 350 is obtained (or updated) as a file IO table check event.
  • access control application 212 checks file IO table 317 to determine which target applications 211-1, 211-2, 211-3 (or processes thereof) are using file IO for data flows. You can check if this exists.
  • the access control application 212 may search the file IO table 317 for file IO table information 360 corresponding to PID 361, which is one of target application identification information.
  • the access control application 212 may proceed to operation 1230 . If the application is not using the file IO, the access control application 212 can proceed to operation 1235 .
  • the access control application 212 may check the type of file IO accessed by the corresponding process if there is a file IO currently in use.
  • the access control application 212 may proceed to operation 1241 .
  • the type of file IO accessed by the corresponding process is read (or all file access types related to reading)
  • the access control application 212 may proceed to operation 1251 .
  • the type of file IO accessed by the corresponding process may require simultaneous reading of one or more files and/or writing of one or more files, and when multiple file IOs exist, each step may be performed sequentially and/or in parallel.
  • operations 1241, 1243, 1245, 1247, and 1249 and operations 1251, 1253, 1255, 1257, and 1259 may be performed sequentially and/or in parallel.
  • the access control application 212 may transmit the data packet if the file IO currently in use does not exist.
  • the access control application 212 may check whether writing to a file is allowed for a corresponding application (or a process of the corresponding application) in the data flow information 350.
  • the access control application 212 may proceed to operation 1243. If the corresponding application is allowed to write the file, the access control application 212 may proceed to operation 1247 .
  • the access control application 212 stops the application from accessing the file and the file IO table 317 You can change the status of the file IO to access abort in .
  • the access control application 212 may change the status of the file IO in the file IO table information 360 corresponding to the PID 361 to access interruption.
  • the access control application 212 may stop a corresponding application from accessing a file by removing a file handle, colliding with a file handle, or initializing a file write buffer.
  • the access control application 212 may include an API and hooking provided by the operating system, a corresponding process forcibly terminated, or a series of file access control stop commands.
  • the access control application 212 may block incoming data packets from the network by changing the state of the corresponding data flow and blocking the network connection.
  • the access control application 212 may drop the data packet if there is a data packet in transit.
  • the access control application 212 may allow the corresponding application to write the file.
  • connection control application 212 may transmit the data packet to the network.
  • the access control application 212 may check whether reading of a file is allowed for a corresponding application (or a process of the corresponding application) in the data flow information 350.
  • the access control application 212 may proceed to operation 1253. If the corresponding application is allowed to read the file, the access control application 212 may proceed to operation 1257.
  • the access control application 212 stops the application from accessing the file and sets the status of the corresponding file IO in the file IO table to suspended access. can be changed
  • the access control application 212 may change the status of the file IO in the file IO table information 360 corresponding to the PID 361 to access interruption.
  • the access control application 212 may stop a corresponding application from accessing a file by removing a file handle, colliding with a file handle, or initializing a file write buffer.
  • the access control application 212 may include an API and hooking provided by the operating system, a corresponding process forcibly terminated, or a series of file access control stop commands.
  • the access control application 212 may block incoming data packets from the network by changing the state of the corresponding data flow and blocking the network connection.
  • the access control application 212 may drop the data packet if there is a data packet in transit.
  • connection control application 212 may transmit the data packet to the network.
  • FIG. 13 illustrates a flow diagram of operation of node 201 for data packet transmission according to various embodiments.
  • the following operation flow chart may be implemented by node 201 or connection control application 212 installed on node 201 .
  • connection control application 212 may detect a data packet transmission event.
  • the access control application 212 may detect a data packet transmission request requested by the target applications 211-1, 211-2, and 211-3 (or processes thereof) as a data packet transmission event.
  • the access control application 212 identifies the transmitted data packet and the target applications 211-1, 211-2, and 211-3 to determine the data flow. You can check whether it exists or not.
  • Target applications 211-1, 211-2, 211-3 (or their processes) requesting transmission of data packets are identified, and the identified target applications 211-1, 211-2, 211-3 ( Alternatively, the PID of the process) may be checked, and it may be checked whether a data flow allocated to the corresponding PID exists.
  • connection control application 212 may proceed to operation 1330 . If the data flow does not exist, connection control application 212 may proceed to operation 1335 . At operation 1335, the connection control application 212 may drop the data packet if the data flow does not exist.
  • the access control application 212 can check the file IO table if there is a data flow.
  • the access control application 212 may check whether the file IO or read of the target application (or its process) is allowed in the authorized file IO information 354 of the data flow information 350. If file IO or read is allowed, access control application 212 may proceed to operation 1355 . If file IO and read are not allowed, access control application 212 may proceed to operation 1345 . At operation 1355, connection control application 212 may transmit the data packet to the network.
  • the access control application 212 may check whether the file IO does not exist in the file IO table 317.
  • the access control application 212 uses the PID, which is one of the application identification information, to determine whether there is a read-type file IO, or whether a read-type file IO is being accessed, and whether there is a file IO that has been used after access. You can check.
  • the access control application 212 determines whether there is a file IO of a read type performed by the target application (or its process), whether a file IO of a read type is being accessed, and whether there is a file IO that has been used after access. can check whether
  • access control application 212 may proceed to operation 1355 . If file IO does not exist, access control application 212 may proceed to operation 1350 . At operation 1355, connection control application 212 may transmit the data packet to the network.
  • connection control application 212 may examine the data packet if file IO exists.
  • the access control application 212 checks the target file of the file IO, and whether some contents of the target file or unique information (eg, hash, header information, signature information, etc.) for managing the target file are included in the data packet. can be inspected.
  • the access control application 212 may check whether some contents of a file or unique information for managing a file (eg, hash, header information, signature information, etc.) are included in the transmitted data packet.
  • connection control application 212 may verify whether the inspection of the data packet was successful. The access control application 212 determines that the inspection of the data packet has failed if the data packet contains some contents of the file or unique information (eg, hash, header information, signature information, etc.) for managing the file. can If the inspection of the data packet is successful, connection control application 212 may proceed to operation 1355 . If the inspection of the data packet fails (that is, if the data packet does not contain some contents of the file or unique information for managing the file (eg hash, header information, signature information, etc.)), the access control application ( 212) may proceed to operation 1350. At operation 1370, connection control application 212 may transmit the data packet to the network.
  • connection control application 212 may transmit the data packet to the network.
  • connection control application 212 may drop the data packet and close the network connection.
  • FIG. 14 illustrates a signal flow diagram for updating a control flow 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.
  • the access control application 212 may request an update of the control flow to transmit the details of the file IO access being blocked.
  • the access control application 212 may request a control flow update including identification information of the control flow for each designated period.
  • the 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 315, and if the control flow information 340 exists, the data flow information 350 subordinate thereto You can check if exists. When the connection is released by another security system, the update time elapses, or the connection is released due to risk detection, the control flow may not exist.
  • the controller 202 node 201 may terminate the access control application 212 or block the access control application 212 from accessing the network. For another example, if the update (check) succeeds, the controller 202 may update the expiration time of the control flow and the data flow dependent thereon. In this case, the node 201 may update control flow information 340 and data flow information 350 .
  • the controller 202 updates the file IO table 317 existing in the controller 202 and sends the updated file IO table 317 to Based on this, it is used as data for inquiry and audit of actions from users and nodes 201, and when an abnormal action occurs, the control flow can be terminated.
  • the controller 202 may transmit update (check) result information to the connection control application 212 . For example, if the update (check) fails, the controller 202 may transmit unreachable 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 subordinate thereto to the access control application 212 . In this case, the node 201 may update control flow information 340 and data flow information 350 .
  • the access control application 212 may process update (check) result information.
  • the access control application 212 may terminate the target application or block all network access 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 .
  • 15 illustrates a signal flow diagram for control flow cancellation according to various embodiments.
  • the node 201 may request the controller 202 to terminate the control flow.
  • the node 201 may request control flow termination when the connection control application 212 is terminated, when the network connection is not used for a specified amount of time, or when a connection termination request is received from another system.
  • controller 202 can remove the control flow corresponding to the identification information received from node 201 .
  • the controller 202 may also remove the data flow dependent on the removed control flow.
  • the controller 202 requests the gateway 203 to remove the data flow, and in operation 1520, the gateway 203 may block the connection control application 212 from accessing the network by removing the data flow.
  • FIG. 16 illustrates a signal flow diagram for data flow cancellation according to various embodiments.
  • the access control application 212 may detect termination of the target application.
  • the access control application 212 may monitor in real time whether a target application running on the node 201 is terminated.
  • the access control application 212 may check the data flow table 316 .
  • the access control application 212 may check whether a data flow corresponding to the identification information and PID (or PID of a child) of the terminated target application exists in the data flow table 316 .
  • the access control application 212 may delete the corresponding data flow from the data flow table 316 .
  • the access control application 212 converts the data flow corresponding to the identification information of the terminated application into a data flow table (if the terminated target application does not exist in the running process list). 316) can be deleted.
  • connection control application 212 may request the controller 202 to terminate the data flow.
  • the access control application 212 may send the deleted data flow list to the controller 202 in operation 1610 to request termination of the data flow.
  • controller 202 can remove the data flow corresponding to the data flow list from node 201 .
  • the controller 202 requests the gateway 203 to remove the data flow, and in operation 1630, the gateway 203 removes the data flow, thereby providing a service corresponding to the removed data flow of the connection control application 212. Access to the server 205 may be blocked.

Abstract

본 문서에서 개시되는 일 실시 예에 따른 노드는, 통신 회로, 상기 통신 회로와 작동적으로 연결되는 프로세서, 및 상기 프로세서와 작동적으로 연결되고, 접속 제어 애플리케이션 및 타겟 애플리케이션을 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 노드가, 상기 접속 제어 애플리케이션을 통해, 외부 서버에게 서비스 서버에 대한 네트워크 접속을 요청하되, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고, 상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 수신하고, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션과 관련된 파일 IO가 존재하는지를 확인하고, 상기 인가된 파일 IO 정보에 기초하여, 상기 관련된 파일 IO의 동작을 관리하도록 하는 명령어들을 저장할 수 있다.

Description

애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
본 문서에서 개시된 실시 예들은 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법에 관한 것이다.
단말과 서버 간에는 IP(Internet Protocol) 기반의 TCP(Transmission Control Protocol)를 사용하며 통신이 수행되며, 데이터 패킷 내에 포함된 5 튜플(Tuples) 정보를 이용하여 출발지 IP, 도착지 IP, 및 포트 정보를 식별하여 접속 제어를 수행하는 방화벽 기술이 보편적으로 사용된다.
방화벽 기술은 단말 또는 네트워크 단말(예: 게이트웨이, 공유기 등)에 할당된 IP를 식별하여 네트워크 경계 사이에서 인바운드 또는 아웃바운드 데이터 패킷의 접근 제어를 수행함으로써 비인가된 IP가 비인가된 목적지 네트워크로의 접속을 차단하는 역할을 수행한다.
IP를 기반으로 하는 방화벽과 같은 기술은 IP 할당 및 제어가 어려운 인터넷 대역에 있는 단말 또는 공유기 및 게이트웨이에 의해 서브 네트워크를 구성하여 사설 IP 대역을 만드는 경우 IP 단위로의 통제가 어려운 문제점이 있다. 또한, IP 통신 구조상 IP를 위조, 변조 가능하는 문제점이 있다. 이에 따라, 방화벽은 최소한의 안전 장치로써 사용되고 있다.
이러한 문제점을 해결하기 위해 단말과 서버(또는, 게이트웨이) 사이에 전송되는 데이터 패킷을 암호화하거나 위조, 변조되지 않도록 하고 인가된 대상만 유일한 접속을 허용할 수 있도록 하는 터널링 기술(예: IPSec(Internet Protocol Security), GRE(Generic Routing Encapsulation), GTP(GPRS Tunneling Protocol)) 또는 보안 세션(SSL(Secure Sockets Layer), TLS(Transport Layer Security))과 같은 접속성 제어(Connectivity Control) 기술을 사용함으로써 방화벽이 내재하고 있는 문제점을 해결하고 있다.
하지만 단말(단말에 부여된 IP 단위) 수준으로 생성되는 터널링 기술 기반의 VPN(Virtual Private Network) 사용 시, 최초 인증 이후 상시 연결된 터널링을 통해서 비허용된 또는 안전하지 않은 애플리케이션이 허용되지 않은 목적지 네트워크에 접속하는 취약점을 내재하고 있기 때문에, 각종 멀웨어 및 랜섬웨어 침투에 의한 보안 사고가 증가하고 있다.
이러한 문제점을 해결하기 위해 허용된 애플리케이션만 허용된 네트워크에 접속할 수 있는 애플리케이션 접속성 제어 기술을 적용하여 근본적인 통신 주체인 애플리케이션을 식별하고, 허용되지 않은 애플리케이션의 접속을 사전에 차단함으로써 각종 멀웨어 및 랜섬웨어가 허용되지 않은 목적지 네트워크에 접속하는 것을 방지함과 동시에 현재 발생되고 있는 각종 네트워크 보안 문제를 효과적으로 해결할 수 있다.
최근 산업의 발전에 따라 경계를 초월한 글로벌 업무 환경 및 재택 업무 환경의 증가, 클라우드로 전환이 증가되면서 단말은 언제 어디서든 업무 시스템에 접속할 수 있게 되었으며, 이러한 환경에서의 애플리케이션 접속 제어 기술은 업무 시스템을 보호하기 위한 최적의 보안 요소를 제공한다.
하지만, 허용된 애플리케이션이 허용된 네트워크에 접속 가능한 상태에서 애플리케이션이 네트워크를 통해서 파일을 수신하거나 전송하는 행위를 통제할 수 없는 문제가 존재한다.
일례로, 인터넷에 연결된 PC를 사용하는 재택 근무 환경에서 허용된 애플리케이션으로 클라우드에 접속해서 중요 파일을 수신하여 외부로 유출하거나, 인터넷으로부터 유입된 악성 코드를 포함하는 파일을 클라우드에 전송하여 타 단말로 위험이 전파되는 것을 방지할 수 없다.
즉, 매크로 또는 프로그래밍 가능한 정보를 포함하고, 애플리케이션 자체에 포함된 런타임을 통해서 실행 가능한 파일을 로딩하는 애플리케이션(예: 문서 편집 도구, 그래픽 편집 도구 등)의 경우, 사용자가 유추하지 못하는 악성 코드를 포함할 수 있으며 이러한 악성 코드는 클라우드에 접속하여 중요 파일(예: 개인 정보, 기밀 정보)을 수신 받아 외부에 유출하거나, 악성 코드가 포함된 파일이 클라우드에 전송되어 클라우드에 접속된 모든 단말에 전파될 수 있는 문제를 내재하고 있다.
이러한 문제점을 해결하기 위한 유사 기술로써 DLP(Data Loss Prevention) 기술이 존재하며, DLP 기술은 허용되지 않은 매체(예: USB(Universal Serial Bus), 이동식 저장 장치 등)가 연결되는 것을 방지하거나, 네트워크 상에서 특정 폴더를 공유하는 것을 방지하거나, 특정 애플리케이션이 파일을 전송하기 위해, 파일을 선택하는 경우 파일이 선택되지 않게 차단하는 방식으로 파일이 전송되는 것을 방지하거나, 특정 애플리케이션의 파일 IO(input output)(또는, 파일 시스템 IO)가 발생하는 경우, 파일 IO를 추적해서 해당 사용자가 파일 IO 권한이 없는 경우, 파일 IO의 핸들(Handle)을 제거하는 방식으로의 데이터 유출을 방지한다.
이러한 DLP 기술의 문제점은 해당 애플리케이션이 설치된 단말은 일괄적인 보안 정책이 상시 강제 적용되기 때문에 물리적 보안 통제가 불가능한 영역 및 보안 정책을 적용하는 것에 한계가 존재하는 개인 소유의 단말을 사용하는 재택 근무 환경에서 허용되지 않은 매체가 연결되는 것을 방지하는 행위를 강제할 수 없다.
나아가, 특정 행위를 추적하는 DLP 기술을 사용하는 경우, 사용자에 의해서 특정 동작을 수행하는 행위(예: 애플리케이션 내의 파일 선택 창을 여는 행위)에 따라 동작하기 때문에 특정 동작을 수행하지 않는 경우, 예를 들어 사용자가 아닌 악성 코드가 파일 선택 창 없이 직접적으로 파일을 적재하고 전송하는 행위를 막을 수 없다.
이러한 문제를 해결하기 위해 특정 애플리케이션의 파일 시스템 IO를 추적하는 방식의 DLP 기술이 사용되지만, 해당 기술은 특정 애플리케이션을 대상으로 파일의 IO를 추적하고 일괄적으로 차단하기 때문에 해당 애플리케이션이 접속한 특정 네트워크에서 파일 전송을 허용하기 어려운 문제가 존재하며, 일부 DLP 기술의 경우 이러한 문제를 해결하기 위해 인터넷 브라우저의 접속 주소창을 식별하여 파일 IO 제한을 해제하는 방식을 제공하고 있지만 접속 주소창이 존재하지 않는 애플리케이션의 경우, 네트워크 접속 정보를 추적할 수 없기 때문에 파일 수신 및 전송을 제어하는 데에 한계가 존재한다.
본 문서에 개시되는 다양한 실시 예들은 네트워크 환경에서 상술한 문제점을 해결하기 위한 시스템 및 그에 관한 방법을 제공하고자 한다.
본 문서에서 개시되는 일 실시 예에 따른 노드는, 통신 회로, 상기 통신 회로와 작동적으로 연결되는 프로세서, 및 상기 프로세서와 작동적으로 연결되고, 접속 제어 애플리케이션 및 타겟 애플리케이션을 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 노드가, 상기 접속 제어 애플리케이션을 통해, 외부 서버에게 서비스 서버에 대한 네트워크 접속을 요청하되, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고, 상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 수신하고, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션과 관련된 파일 IO가 존재하는지를 확인하고, 상기 인가된 파일 IO 정보에 기초하여, 상기 관련된 파일 IO의 동작을 관리하도록 하는 명령어들을 저장할 수 있다.
본 문서에서 개시되는 일 실시 예에 따른 노드의 동작 방법은 상기 노드의 접속 제어 애플리케이션을 통해, 외부 서버에게 서비스 서버에 대한 네트워크 접속을 요청하는 동작, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고, 상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 수신하는 동작, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션과 관련된 파일 IO가 존재하는지를 확인하는 동작, 및 상기 인가된 파일 IO 정보에 기초하여, 상기 관련된 파일 IO의 동작을 관리하는 동작을 포함할 수 있다.
본 문서에 개시되는 다양한 실시 예들은, 애플리케이션 접속성 제어 기술을 활용하여 애플리케이션과 해당 애플리케이션이 접속한 네트워크를 식별한 정보를 기반으로 파일 IO를 통제할 수 있다.
본 문서에 개시되는 다양한 실시 예들은 단말의 파일 시스템의 IO를 상시 감시하고, 접속된 또는 접속하고자 하는 애플리케이션과 네트워크 정보를 식별하여 식별된 대상의 파일 IO를 허용할 것인지 여부를 중앙화된 컨트롤러를 통해서 확인하고, 허용된 접속 대상에 한해서 파일 IO를 허용함으로써 애플리케이션 및 네트워크별 파일 수신 및 전송 제어가 가능하다.
나아가, 본 문서에 개시되는 다양한 실시 예들은, 네트워크 접속 전 파일 IO를 사용하고 있는 상태인 경우(파일을 전송하기 위한 예비 상태), 네트워크 접속 전 파일 IO를 사용하였다가 해제한 경우(파일을 전송하기 위한 예비 상태), 네트워크 접속 후 파일 IO을 사용하고 있는 상태인 경우(파일을 전송하거나 수신하고 있는 상태)와 같이 네트워크 접속 및 접속 대상(애플리케이션 및 네트워크) 식별 시점과 파일 IO 처리 시점이 상이한 경우에 대응하는 네트워크 및 파일 IO를 제어함으로써 파일 수신 및 전송의 세밀한 제어가 가능하고, 파일이 접속 제어 애플리케이션을 우회하여 전송되거나 수신되지 않게 한다.
본 문서에 개시되는 다양한 실시 예들은, 네트워크 접속 제어와 파일 IO 제어가 결합되어, 접속 제어 애플리케이션이 종료되는 경우 대상 네트워크로의 접속이 차단함으로써 파일을 수신하는 행위를 사전에 차단할 수 있다.
나아가, 본 문서에 개시되는 다양한 실시 예들은, 파일 시스템의 IO를 상시 추적함으로써 특정 애플리케이션이 파일을 전송하기 위해, 파일을 선택하는 경우 파일이 선택되지 않게 차단하는 방식으로 파일이 전송되는 것을 방지하는 형태의 DLP 기술이 내재한 문제점인 파일 시스템에 직접적으로 접근하여 네트워크로 파일을 전송하는 문제점을 해결할 수 있다.
이 외에, 본 문서를 통해 직접적 또는 간접적으로 파악되는 다양한 효과들이 제공될 수 있다.
도 1은 다양한 실시 예들에 따른 네트워크 환경 내의 아키텍처를 나타낸다.
도 2는 다양한 실시 예들에 따라 컨트롤러에 저장된 데이터베이스를 나타내는 기능적 블록도이다.
도 3은 다양한 실시 예들에 따른 제어 플로우 및 데이터 플로우에 포함된 정보를 나타낸다.
도 4는 다양한 실시 예들에 따른 노드의 기능적 블록도를 나타낸다.
도 5는 다양한 실시 예들에 따라 데이터 패킷의 전송을 제어하는 동작을 설명한다.
도 6은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 신호 흐름도를 나타낸다.
도 7은 다양한 실시 예들에 따른 사용자 인증을 위한 신호 흐름도를 도시한다.
도 8은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 사용자 인터페이스 화면을 도시한다.
도 9는 다양한 실시 예들에 따른 네트워크 접속을 위한 신호 흐름도를 도시한다.
도 10은 다양한 실시 예들에 따른 파일 IO 접근 감시를 위한 노드의 동작 흐름도를 도시한다.
도 11은 다양한 실시 예들에 따른 파일 IO 접근 감시 결과를 알리는 사용자 인터페이스 화면을 도시한다.
도 12는 다양한 실시 예들에 따른 파일 IO 테이블 검사를 위한 노드의 동작 흐름도를 도시한다.
도 13은 다양한 실시 예들에 따른 데이터 패킷 전송을 위한 노드의 동작 흐름도를 도시한다.
도 14는 다양한 실시 예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 도시한다.
도 15는 다양한 실시 예들에 따른 제어 플로우 제거를 위한 신호 흐름도를 도시한다.
도 16은 다양한 실시 예들에 따른 데이터 플로우 제거를 위한 신호 흐름도를 도시한다.
이하, 본 발명의 다양한 실시 예가 첨부된 도면을 참조하여 기재된다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 실시 예의 다양한 변경(modification), 균등물(equivalent), 및/또는 대체물(alternative)을 포함하는 것으로 이해되어야 한다.
본 문서에서 아이템에 대응하는 명사의 단수 형은 관련된 문맥상 명백하게 다르게 지시하지 않는 한, 상기 아이템 한 개 또는 복수 개를 포함할 수 있다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나","A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나" 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제 1", "제 2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다. 어떤(예: 제 1) 구성요소가 다른(예: 제 2) 구성요소에, "기능적으로" 또는 "통신적으로"라는 용어와 함께 또는 이런 용어 없이, "커플드" 또는 "커넥티드"라고 언급된 경우, 그것은 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로(예: 유선으로), 무선으로, 또는 제 3 구성요소를 통하여 연결될 수 있다는 것을 의미한다.
본 문서에서 설명되는 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있다. 다양한 실시 예들에 따르면, 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시 예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.
본 문서에서 사용되는 용어 "모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. 모듈은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일 실시 예에 따르면, 모듈은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다.
본 문서의 다양한 실시 예들은 기기(machine) 의해 읽을 수 있는 저장 매체(storage medium)(예: 메모리)에 저장된 하나 이상의 명령어들을 포함하는 소프트웨어(예: 프로그램 또는 애플리케이션)로서 구현될 수 있다. 예를 들면, 기기의 프로세서는, 저장 매체로부터 저장된 하나 이상의 명령어들 중 적어도 하나의 명령을 호출하고, 그것을 실행할 수 있다. 이것은 기기가 상기 호출된 적어도 하나의 명령어에 따라 적어도 하나의 기능을 수행하도록 운영되는 것을 가능하게 한다. 상기 하나 이상의 명령어들은 컴파일러에 의해 생성된 코드 또는 인터프리터에 의해 실행될 수 있는 코드를 포함할 수 있다. 기기로 읽을 수 있는 저장 매체는, 비일시적(non-transitory) 저장 매체의 형태로 제공될 수 있다. 여기서, '비일시적'은 저장 매체가 실재(tangible)하는 장치이고, 신호(signal)(예: 전자기파)를 포함하지 않는다는 것을 의미할 뿐이며, 이 용어는 데이터가 저장 매체에 반영구적으로 저장되는 경우와 임시적으로 저장되는 경우를 구분하지 않는다.
본 문서에 개시된 다양한 실시 예들에 따른 방법은 컴퓨터 프로그램 제품(computer program product)에 포함되어 제공될 수 있다. 컴퓨터 프로그램 제품은 상품으로서 판매자 및 구매자 간에 거래될 수 있다. 컴퓨터 프로그램 제품은 기기로 읽을 수 있는 저장 매체(예: compact disc read only memory(CD-ROM))의 형태로 배포되거나, 또는 애플리케이션 스토어를 통해 또는 두 개의 사용자 장치들(예: 스마트폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 애플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.
도 1은 다양한 실시 예들에 따른 네트워크 환경 내의 아키텍처를 나타낸다.
도 1에 도시된 노드(201)는 데이터 통신을 수행할 수 있는 다양한 형태의 장치일 수 있다. 예를 들어, 노드(201)는 스마트폰 또는 태블릿과 같은 휴대용 장치, 데스크탑(desktop) 또는 랩탑(laptop)과 같은 컴퓨터 장치, 멀티미디어 장치, 의료 기기, 카메라, 웨어러블 장치, VR(virtual reality) 장치, 또는 가전 장치를 포함할 수 있으며 전술한 기기들에 한정되지 않는다. 예를 들어, 노드(201)는 애플리케이션을 통해 데이터 패킷을 전송할 수 있는 서버 또는 게이트웨이를 포함할 수 있다. 노드(201)는 '전자 장치' 또는 '단말'로도 참조될 수 있다.
노드(201)는 복수의 타겟 애플리케이션(211-1, 211-2, 211-3) 및 접속 제어 애플리케이션(212)을 저장할 수 있다.
타겟 애플리케이션(211-1, 211-2, 211-3) 각각은 접속 제어 애플리케이션(212)의 제어 하에 게이트웨이(203-1, 203-2)를 통해 서비스 서버(205-1, 205-2)로 데이터 패킷을 전송하거나 반대로 데이터 패킷을 수신할 수 있다.
타겟 애플리케이션(211-1, 211-2, 211-3) 중 일부는 웹 브라우저 또는 비즈니스 애플리케이션과 같이 허용된 및/또는 보안된 애플리케이션인 반면에 다른 일부는 허용되지 않은 프로그램(예: 멀웨어, 랜섬웨어, 기타 허용되지 않은 애플리케이션)이거나 보안되지 않은 악성 프로그램(악성 코드에 감염되거나, 위조 또는 변조된 애플리케이션)일 수 있다. 실시 예들에 따르면 접속 제어 애플리케이션(212)은 데이터 패킷의 송신을 요청하는 프로그램(또는, 타겟 애플리케이션, 타겟 애플리케이션의 프로세스)을 식별하고, 허용되지 않은 프로그램의 데이터 패킷이 노드(201)의 외부로 송신되는 것을 방지할 수 있다. 또한, 실시 예들에 따르면, 접속 제어 애플리케이션(212)은 접속 제어 애플리케이션(212)과 게이트웨이(203-1, 203-2) 간 보안 세션(220-1, 220-2)을 통해 인가되지 않은 프로그램의 서비스 서버(205-1, 205-2)에 대한 접속을 차단하고 해당 프로그램을 격리할 수 있다.
예를 들어, 실시 예들에 따른 타겟 애플리케이션(211-1, 211-2, 211-3)이 서비스 서버(205-1, 205-2)와 통신하기 이전에 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 접속 가능 여부를 확인하고, 접속 가능한 경우 컨트롤러(202)에 의하여 인증된 데이터 패킷을 통해 게이트웨이(203-1, 203-2)와 인증을 수행할 수 있다. 인증이 완료되면 접속 제어 애플리케이션(212)은 게이트웨이(203-1, 203-2)와 보안 세션(220-1, 220-2)을 생성할 수 있다.
다양한 실시 예들에 따르면, 노드(201)는 노드(201) 내에 저장된 타겟 애플리케이션(211-1, 211-2, 211-3)의 네트워크 접속을 관리하기 위한 접속 제어 애플리케이션(212) 및 네트워크 드라이버(미도시)를 포함할 수 있다. 예를 들어, 노드(201)에 저장된 타겟 애플리케이션(211-1, 211-2, 211-3)의 서비스 서버(205-1, 205-2)에 대한 접속 이벤트가 발생하면, 접속 제어 애플리케이션(212)은 타겟 애플리케이션(211-1, 211-2, 211-3)의 접속 가능 여부를 결정할 수 있다. 타겟 애플리케이션(211-1, 211-2, 211-3)이 접속 가능하면, 접속 제어 애플리케이션(212)은 보안 세션(220-1, 220-2)을 통해 게이트웨이(203-1, 203-2)로 데이터 패킷을 전송할 수 있다. 접속 제어 애플리케이션(212)은 노드(201) 내에서 운영체제를 포함하는 커널(kernel) 및 네트워크 드라이버를 통해 데이터 패킷의 전송을 제어할 수 있다.
또한 접속 제어 애플리케이션(212)은 커널에서 파일 시스템 IO(input output)를 감시 및 제어할 수 있다. 파일 시스템 IO는 임의 애플리케이션(또는, 임의 프로세스)에 의해 커널의 파일 시스템에서 발생하는 입력 및/또는 출력을 의미한다. 파일 시스템 IO는 파일 시스템에 특정 정보를 쓰거나, 파일 시스템의 특정 정보를 읽거나, 또는 갱신하는 동작 등을 포함한다. 파일 시스템 IO를 위해, 임의 애플리케이션(또는, 임의 프로세스)은 파일 시스템을 사용하기 위한 핸들(handle)(예: 파일 핸들)을 획득하여야 한다.
접속 제어 애플리케이션(212)은 파일 시스템 IO을 감시하기 위해 파일 시스템 드라이버(미도시) 또는 파일 시스템 IO 이벤트에 대한 후킹(hooking)을 통한 파일 시스템 IO의 감시가 가능한 파일 IO 제어 모듈(미도시)을 포함할 수 있다. 파일 시스템 IO는 파일 IO로도 참조될 수 있다.
파일 IO 제어 모듈은 파일 IO를 감시하여 타겟 애플리케이션(211-1, 211-2, 211-3) 중 어느 애플리케이션이 파일 시스템에 접근(또는, 파일 IO 접근)하는지를 식별할 수 있다.
파일 IO 제어 모듈은 데이터 플로우와 관련되는 애플리케이션의 식별 정보 및 프로세스 식별자(PID: process identifier)를 통해 해당 애플리케이션이 접속된 네트워크와 연계하여 해당 애플리케이션의 파일 IO 접근 가능 여부를 확인할 수 있다. 파일 IO 제어 모듈은 애플리케이션의 파일 IO 접근이 불가능한 경우 해당 애플리케이션이 더 이상 파일 IO에 접근할 수 없도록 처리하여, 노드(201)가 파일 전송 및 파일 수신에 대해 세밀하게 제어하게 한다. 파일 IO 제어 모듈은 애플리케이션의 파일 IO 접근이 불가능한 경우 해당 애플리케이션이 더 이상 파일 IO에 접근할 수 없도록 파일 IO 핸들을 제거할 수 있다. 파일 IO 핸들의 제거는 파일 IO 제거로도 참조될 수 있다.
컨트롤러(202)는 예를 들어, 서버(또는, 클라우드 서버)일 수 있다. 컨트롤러(202)는 노드(201), 게이트웨이(203-1, 203-2), 및 서비스 서버(205-1, 205-2) 간 데이터 전송을 관리함으로써 네트워크 환경 내에서 신뢰되는 데이터 전송을 보장할 수 있다. 예를 들어, 컨트롤러(202)는 정책 정보 또는 블랙리스트 정보를 통해 인가된 노드(201)(또는, 접속 제어 애플리케이션(212))의 네트워크 접속을 허용할 수 있다.
또한, 컨트롤러(202)는 접속 제어 애플리케이션(212)과 게이트웨이(203-1, 203-2) 간 보안 세션(220-1, 220-2)의 생성을 중개하거나, 노드(201) 또는 게이트웨이(203-1, 203-2)로부터 수집된 보안 이벤트에 따라서 보안 세션(220-1, 220-2)을 제거할 수 있다. 접속 제어 애플리케이션(212)은 컨트롤러(202)에 의하여 인가된 보안 세션(220-1, 220-2)을 통해서만 서비스 서버(205-1, 205-2)와 통신할 수 있으며, 인가된 보안 세션(220-1, 220-2)이 존재하지 않으면 노드(201) 및 접속 제어 애플리케이션(212)의 네트워크 접속이 차단될 수 있다. 일 실시 예에서, 타겟 애플리케이션(211-1, 211-2, 211-3)은 컨트롤러(202)에 의하여 인가된 보안 세션(220-1, 220-2)을 통해서만 서비스 서버(205-1, 205-2)와 통신할 수 있으며, 인가된 보안 세션(220-1, 220-2)이 존재하지 않으면 타겟 애플리케이션(211-1, 211-2, 211-3)의 네트워크 접속은 접속 제어 애플리케이션(212), 컨트롤러(202) 또는 게이트웨이(203)로부터 차단될 수 있다. 일 실시 예에 따르면, 컨트롤러(202)는 노드(201) 또는 접속 제어 애플리케이션(212)의 네트워크 접속과 연관된 다양한 동작(예: 등록, 승인, 인증, 갱신, 종료)을 수행하기 위하여 접속 제어 애플리케이션(212)과 제어 데이터 패킷을 송수신할 수 있다. 제어 데이터 패킷이 전송되는 흐름(예: 230)은 '제어 플로우(control flow)'로 참조될 수 있다.
게이트웨이(203-1, 203-2)는 노드(201)가 속하는 네트워크의 경계 또는 서비스 서버(205-1, 205-2)가 속하는 네트워크의 경계에 위치할 수 있다. 일 실시 예에 따르면, 게이트웨이(203-1, 203-2)는 클라우드(cloud) 기반으로 컨트롤러(202)와 연결될 수 있다. 게이트웨이(203-1, 203-2)는 접속 제어 애플리케이션(212)으로부터 수신된 데이터 패킷 중에서 인가된 데이터 패킷만을 서비스 서버(205-1, 205-2)로 포워딩할 수 있다. 접속 제어 애플리케이션(212) 및 게이트웨이(203-1, 203-2) 사이에서 데이터 패킷이 전송되는 흐름(예: 240-1, 240-2)은 '데이터 플로우(data flow)'로 참조될 수 있다.
데이터 플로우는 노드 또는 IP 단위뿐만 아니라 보다 세부적인 단위(예: 애플리케이션 단위)로도 생성될 수 있다. 게이트웨이(203-1, 203-2)는 접속 제어 애플리케이션(212)과 게이트웨이(203-1, 203-2) 간 보안 세션(220-1, 220-2) 생성 이전에 접속 제어 애플리케이션(212)의 인증을 수행하고, 접속 제어 애플리케이션(212)으로부터 전송된 데이터 패킷 중 보안 세션(220-1, 220-2)을 통해 전송된 데이터 패킷만을 서비스 서버(205-1, 205-2)로 포워딩함으로써 무분별한 네트워크 접속을 사전에 차단할 수 있다.
도 2는 다양한 실시 예들에 따라 컨트롤러(202)에 저장된 데이터베이스를 나타내는 기능적 블록도이며, 도 3은 데이터베이스에 포함된 정보 중 제어 플로우 정보(340), 데이터 플로우 정보(350) 및 파일 IO 테이블 정보(360)를 나타낸다.
도 2를 참조하면, 컨트롤러(202)는 네트워크 접속 및 데이터 전송의 제어를 위한 데이터베이스(311 내지 317)를 메모리(330)에 저장할 수 있다. 도 2는 메모리(330)만을 도시하지만, 컨트롤러(202)는 외부 전자 장치(예: 도 1의 노드(201), 게이트웨이(203-1, 203-2) 또는 서비스 서버(205-1, 205-2))와 통신을 수행하기 위한 통신 회로(예: 도 4의 통신 회로(430)) 및 컨트롤러(202)의 전반적인 동작을 제어하기 위한 프로세서(예: 도 4의 프로세서(410))를 더 포함할 수 있다. 관리자는 컨트롤러(202)에 접속하여 접속 제어 애플리케이션(212)과 서비스 서버(205-1, 205-2) 간 접속을 제어하기 위한 연결 중심의 정책을 설정할 수 있으므로, 서비스 단에서 세션을 관리하는 것 보다 세밀하고 안전하게 네트워크 접속을 제어할 수 있다.
접속 정책 데이터베이스(311)는 식별된 네트워크, 노드, 또는 애플리케이션이 접속 가능한 네트워크 및/또는 서비스에 대한 정보를 포함할 수 있다. 예를 들어, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 네트워크 접속 요청 시, 접속 정책 데이터베이스(311)의 정책에 기반하여 식별된 네트워크(예: 노드(201)가 속하는 네트워크), 노드, 사용자(예: 노드(201)의 사용자), 및/또는 애플리케이션(예: 노드(201)에 포함되는 타겟 애플리케이션(211-1, 211-2, 211-3))이 서비스 서버(205-1, 205-2)에 접속이 가능한지 여부를 결정할 수 있다. 일 실시 예에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에 기반하여 특정 서비스(예: IP 및 포트)로 접속 가능한 타겟 애플리케이션(211-1, 211-2, 211-3)의 화이트리스트를 생성할 수 있다.
파일 IO 정책 데이터베이스(312)는 접속 정책과 연계되며, 타겟 애플리케이션(211-1, 211-2, 211-3)에 대한 파일 IO 정책을 수립하기 위한 정보를 포함할 수 있다. 예를 들어, 파일 IO 정책 데이터베이스(312)는 타겟 애플리케이션(211-1, 211-2, 211-3)의 파일 수신 및 전송을 허용할 것인지 또는 허용하지 않을 것인지에 대한 정보를 포함할 수 있다.
블랙리스트 정책 데이터베이스(313)는 노드(201) 또는 게이트웨이(203-1, 203-2)에서 주기적으로 수집되는 보안 이벤트 중에서 보안 이벤트의 위험도, 발생 주기, 및/또는 행위 분석을 통해 식별된 대상(예: 노드 ID(identifier), IP 주소, MAC(media access control) 주소, 또는 사용자 ID 중 적어도 하나)의 접속을 차단하기 위한 블랙리스트 등록 정책을 나타낼 수 있다.
블랙리스트 데이터베이스(314)는 블랙리스트 정책 데이터베이스(313)에 의해서 차단된 대상에 대한 목록을 포함할 수 있다. 예를 들어, 컨트롤러(202)는 네트워크 접속을 요청하는 노드(201)의 식별 정보가 블랙리스트 데이터베이스(314)에 포함되면 네트워크 접속 요청을 거부함으로써 노드(201)를 격리시킬 수 있다.
제어 플로우 테이블(315)은 접속 제어 애플리케이션(212)과 컨트롤러(202) 사이에 생성된 제어 데이터 패킷의 흐름(즉, 제어 플로우)을 관리하기 위한 세션 테이블의 일 예이다.
예를 들어 도 3을 참조하면, 접속 제어 애플리케이션(212)이 성공적으로 컨트롤러(202)에 접속하는 경우 제어 플로우 정보(340) 및 제어 플로우 ID(342)(또는 '제어 플로우 식별 정보'로도 참조될 수 있다)가 컨트롤러(202)에 의하여 생성될 수 있다. 제어 플로우 정보(340)는 컨트롤러 접속 및 인증 시 식별된 IP, 노드, 애플리케이션, 또는 서비스 서버와의 연계를 통해 추가적으로 식별된 대상 중 적어도 하나를 나타내는 식별 정보(344)를 포함할 수 있다. 예를 들어 접속 제어 애플리케이션(212)의 네트워크 접속 요청이 수신되면, 컨트롤러(202)는 접속 요청에 포함된 제어 플로우 ID 및 식별 정보를 제어 플로우 정보(340)에 포함된 제어 플로우 ID(342) 및 식별 정보(344)와 매핑함으로써 접속 제어 애플리케이션(212)의 서비스 서버(205-1, 205-2)에 대한 접속 가능 여부 및 게이트웨이(203)와의 보안 세션(220-1, 220-2) 생성을 위한 데이터 플로우 생성 가능 여부를 결정할 수 있다. 상태 정보(346)는 제어 플로우의 생성, 인증, 갱신, 종료 등과 같은 다양한 상태를 나타낼 수 있다.
일 실시 예에 따르면, 제어 플로우는 만료 시간을 가지므로, 노드(201)는 시간 정보(348)에 기반하여 제어 플로우의 만료 시간을 갱신해야 하며, 일정 시간 동안에 만료 시간이 갱신되지 않으면 제어 플로우(또는, 제어 플로우 정보(340))는 제거될 수 있다. 또한, 노드(201), 접속 제어 애플리케이션(212), 다른 보안 애플리케이션(미도시), 또는 게이트웨이로(203-1, 203-2)부터 수집된 보안 이벤트에 따라서 즉각적인 접속 차단이 필요하다고 결정되거나, 이들로부터 접속 종료 요청이 수신되면, 컨트롤러(202)는 제어 플로우를 제거할 수 있다. 제어 플로우가 제거되면 관련된 데이터 플로우 또한 제거되며, 게이트웨이(203-1, 203-2)는 접속 제어 애플리케이션(212) 또는 타겟 애플리케이션(211-1, 211-2, 211-3)의 서비스 서버(205-1, 205-2)에 대한 접속을 차단할 수 있다.
데이터 플로우 테이블(316)은 노드(201)와 게이트웨이(203-1, 203-2), 및 서비스 서버(205-1, 205-2) 사이에 세부적인 데이터 패킷이 전송되는 흐름(예: 데이터 플로우)을 관리하기 위한 테이블이다. 데이터 플로우는 TCP 세션, 애플리케이션, 또는 보다 세부적인 단위로 생성될 수 있다. 데이터 플로우 테이블(316)은 출발지로부터 전송된 데이터 패킷이 인가된 데이터 패킷인지를 식별하기 위한 애플리케이션 ID, 도착지 IP 주소, 및/또는 서비스 포트를 포함할 수 있다.
도 3을 참조하면, 데이터 플로우 정보(350)는 데이터 플로우 ID(351)와 데이터 플로우가 제어 플로우에 종속되는 경우에는 제어 플로우 ID(352)를 포함할 수 있다. 또한, 데이터 플로우 정보(350)는 데이터 패킷의 출발지 IP와 도착지 IP 및 포트에 기반하여 데이터 패킷의 포워딩을 판단하기 위한 인가된 대상 정보(353), 데이터 플로우가 사용 가능한 유효한 상태인지 여부를 나타내는 상태 정보(355), 및/또는 데이터 플로우의 인증 만료 시각 정보를 나타내는 시간 정보(356)를 포함 할 수 있다. 또한, 데이터 플로우 정보(350)는 인가된 파일 IO 정보(354)를 더 포함할 수 있다. 인가된 파일 IO 정보(354)는 애플리케이션의 파일 IO 접근(예: 읽기(read), 쓰기(write)와 같은 접근)을 허용할 것인지에 대한 정보를 포함할 수 있다. 예를 들어, 인가된 파일 IO 정보(354)는 애플리케이션의 파일 수신을 위한 파일 IO 시 쓰기 가능 여부 및 쓰기 가능한 경로 정보를 포함할 수 있다. 예를 들어, 인가된 파일 IO 정보(354)는 애플리케이션의 파일 전송을 위한 파일 IO 시 읽기 가능 여부 및 읽기 가능한 경로 정보를 포함할 수 있다. 또한 예를 들어, 인가된 파일 IO 정보(354)는 데이터 플로우를 적용하는 애플리케이션의 파일 IO 허용 여부(예: 파일 IO 처리 예외 등)에 대한 정보를 포함한다.
파일 IO 테이블(317)은 노드(201)에서 발생한 파일 IO를 기록하고 관리하기 위한 데이터베이스로, 파일 IO 테이블 정보(360)를 포함할 수 있다.
도 3을 참조하면, 파일 IO 테이블 정보(360)는 파일 시스템 IO가 발생된 프로세스의 PID(361)와 애플리케이션을 식별하기 위한 애플리케이션 식별 정보(362)(예: 애플리케이션 명칭 및 실행 경로, 고유 정보 등)를 포함할 수 있다. 파일 IO 테이블 정보(360)는 데이터 플로우가 식별된 상태에서 파일 시스템 IO가 발생되었을 경우, 네트워크 접속 제어 정보와 연계를 위한 데이터 플로우 ID(363)를 포함할 수 있다. 파일 IO 테이블 정보(360)는 파일 시스템 IO가 어떠한 형태(예: 일기 및/또는 쓰기)로 발생하였는지에 대한 파일 IO 정보(364), 파일 시스템 IO가 발생한 경로, 파일명, 및/또는 파일을 관리하기 위한 고유 정보(예: 해쉬 및 시그니처, 헤더 정보 등)를 포함하는 파일 정보(365), 파일 IO가 종료되었는지 여부 및 허용되지 않은 파일 IO에 따른 파일 IO 해제 여부에 관한 정보를 포함하는 상태 정보(366), 및/또는 파일 IO가 발생한 시각을 나타내는 파일 IO 시간 정보(367)을 포함할 수 있다.
도 4는 다양한 실시 예들에 따른 노드(201)의 기능적 블록도를 나타낸다. 도 4에 도시된 구성들 중 적어도 일부는 컨트롤러(202), 게이트웨이(203-1, 203-2), 또는 서비스 서버(205-1, 205-2)에 적용될 수 있다.
도 4를 참조하면, 노드(201)는 프로세서(410), 메모리(420), 및 통신 회로(430)를 포함할 수 있다. 일 실시 예에 따르면, 노드(201)는 사용자 인터페이스를 제공하기 위하여 디스플레이(440)를 더 포함할 수 있다.
프로세서(410)는 노드의 전반적인 동작을 제어할 수 있다. 다양한 실시 예들에서, 프로세서(410)는 하나의 프로세서 코어(single core)를 포함하거나, 복수의 프로세서 코어들을 포함할 수 있다. 예를 들면, 프로세서(410)는 듀얼 코어(dual-core), 쿼드 코어(quad-core), 헥사 코어(hexa-core) 등의 멀티 코어(multi-core)를 포함할 수 있다. 실시 예들에 따라, 프로세서(410)는 내부 또는 외부에 위치된 캐시 메모리(cache memory)를 더 포함할 수 있다. 실시 예들에 따라, 프로세서(410)는 하나 이상의 프로세서들로 구성될(configured with) 수 있다. 예를 들면, 프로세서(410)는, 애플리케이션 프로세서(application processor), 통신 프로세서(communication processor), 또는 GPU(graphical processing unit) 중 적어도 하나를 포함할 수 있다.
프로세서(410)의 전부 또는 일부는 노드(201) 내의 다른 구성 요소(예를 들면, 메모리(420), 통신 회로(430), 또는 디스플레이(440))와 전기적으로(electrically) 또는 작동적으로(operatively) 결합(coupled with)되거나 연결될(connected to) 수 있다. 프로세서(410)는 다른 구성 요소들의 명령을 수신할 수 있고, 수신된 명령을 해석할 수 있으며, 해석된 명령에 따라 계산을 수행하거나 데이터를 처리할 수 있다. 프로세서(410)는 메모리(420), 통신 회로(430), 또는 디스플레이(440)로부터 수신되는 메시지, 데이터, 명령어, 또는 신호를 해석할 수 있고, 가공할 수 있다. 프로세서(410)는 수신된 메시지, 데이터, 명령어, 또는 신호에 기반하여 새로운 메시지, 데이터, 명령어, 또는 신호를 생성할 수 있다. 프로세서(410)는 가공되거나 생성된 메시지, 데이터, 명령어, 또는 신호를 메모리(420), 통신 회로(430), 또는 디스플레이(440)에게 제공할 수 있다.
프로세서(410)는 프로그램에서 생성되거나 발생되는 데이터 또는 신호를 처리할 수 있다. 예를 들면, 프로세서(410)는 프로그램을 실행하거나 제어하기 위해 메모리(420)에게 명령어, 데이터 또는 신호를 요청할 수 있다. 프로세서(410)는 프로그램을 실행하거나 제어하기 위해 메모리(420)에게 명령어, 데이터, 또는 신호를 기록(또는 저장)하거나 갱신할 수 있다.
메모리(420)는 노드를 제어하는 명령어, 제어 명령어 코드, 제어 데이터, 또는 사용자 데이터를 저장할 수 있다. 예를 들면, 메모리(420)는 애플리케이션 프로그램, OS(operating system), 미들웨어(middleware), 또는 디바이스 드라이버(device driver) 중 적어도 하나를 포함할 수 있다. 메모리(420)는 휘발성 메모리(volatile memory) 또는 불휘발성(non-volatile memory) 중 하나 이상을 포함할 수 있다. 휘발성 메모리는 DRAM(dynamic random access memory), SRAM(static RAM), SDRAM(synchronous DRAM), PRAM(phase-change RAM), MRAM(magnetic RAM), RRAM(resistive RAM), FeRAM(ferroelectric RAM) 등을 포함할 수 있다. 불휘발성 메모리는 ROM(read only memory), PROM(programmable ROM), EPROM(electrically programmable ROM), EEPROM(electrically erasable programmable ROM), 플래시 메모리(flash memory) 등을 포함할 수 있다. 메모리(420)는 하드 디스크 드라이브(HDD, hard disk drive), 솔리드 스테이트 디스크(SSD, solid state disk), eMMC(embedded multi media card), UFS(universal flash storage)와 같은 불휘발성 매체(medium)를 더 포함할 수 있다.
일 실시 예에 따르면, 메모리(420)는 도 1의 타겟 애플리케이션(211-1, 211-2, 211-3) 및 접속 제어 애플리케이션(212)을 저장할 수 있다. 접속 제어 애플리케이션(212)은 게이트웨이(203-1, 203-2)와의 네트워크 접속 및 보안 세션(220-1, 220-2) 생성과, 컨트롤러(202)와의 제어 플로우 생성 및 갱신 기능을 수행할 수 있다. 이를 위하여 접속 제어 애플리케이션(212)은 하나 이상의 보안 모듈을 포함할 수 있다. 일 실시 예에서, 메모리(420)는 도 3의 제어 플로우 정보(340) 데이터 플로우 정보(350), 및 파일 IO 테이블 정보(360)를 저장할 수 있다.
일 실시 예에서, 타겟 애플리케이션(211-1, 211-2, 211-3)은 게이트웨이(203-1, 203-2)와의 보안 세션(220-1, 220-2) 생성을 위하여 하나 이상의 보안 모듈을 포함할 수 있다.
통신 회로(430)는 노드(201)와 외부 전자 장치(예: 컨트롤러(202) 또는 게이트웨이(203-1, 203-2)) 간의 유선 또는 무선 통신 연결의 수립, 및 수립된 연결을 통한 통신 수행을 지원할 수 있다. 일 실시 예에 따르면, 통신 회로(430)는 무선 통신 회로(예: 셀룰러 통신 회로, 근거리 무선 통신 회로, 또는 GNSS(global navigation satellite system) 통신 회로) 또는 유선 통신 회로(예: LAN(local area network) 통신 회로, 또는 전력선 통신 회로)를 포함하고, 그 중 해당하는 통신 회로를 이용하여 블루투스, WiFi direct 또는 IrDA(infrared data association) 같은 근거리 통신 네트워크 또는 셀룰러 네트워크, 인터넷, 또는 컴퓨터 네트워크와 같은 원거리 통신 네트워크를 통하여 외부 전자 장치와 통신할 수 있다. 상술한 여러 종류의 통신 회로(430)는 하나의 칩으로 구현되거나 또는 각각 별도의 칩으로 구현될 수 있다.
디스플레이(440)는, 컨텐츠, 데이터, 또는 신호를 출력할 수 있다. 다양한 실시 예들에서, 디스플레이(440)는 프로세서(410)에 의해 가공된 이미지 데이터를 표시할 수 있다. 실시 예들에 따라, 디스플레이(440)는 터치 입력 등을 수신할 수 있는 복수의 터치 센서들(미도시)과 결합됨으로써, 일체형의 터치 스크린(touch screen)으로 구성될(configured with) 수도 있다. 디스플레이(440)가 터치 스크린으로 구성되는 경우, 복수의 터치 센서들은, 디스플레이(440) 위에 배치되거나, 디스플레이(440) 아래에 배치될 수 있다.
도 5는 다양한 실시 예들에 따라 데이터 패킷의 전송을 제어하는 동작을 설명한다.
도 5를 참조하면, 접속 제어 애플리케이션(212)은 노드(201)에 포함된 타겟 애플리케이션(211)으로부터 서비스 서버(205)에 대한 네트워크 접속 요청을 감지하고, 노드(201) 또는 접속 제어 애플리케이션(212)이 컨트롤러(202)와 접속된 상태인지 여부를 결정할 수 있다. 노드(201) 또는 접속 제어 애플리케이션(212)이 컨트롤러(202)와 접속된 상태가 아닌 경우, 접속 제어 애플리케이션(212)은 운영체제가 포함되는 커널이나 네트워크 드라이버에서 데이터 패킷의 전송을 차단할 수 있다. 접속 제어 애플리케이션(212)을 통해, 노드(201)는 OSI(open system interconnection) 7 계층 중 응용 계층에서 악의적인 애플리케이션의 접속을 사전에 차단할 수 있다.
일 실시 예에서, 접속 제어 애플리케이션(212)이 컨트롤러(202)와 접속된 상태가 아니거나, 접속 제어 애플리케이션(212)이 게이트웨이(203)에 의하여 인증되지 않았거나, 또는 접속 제어 애플리케이션(212)과 게이트웨이(203) 간 보안 세션이 생성되지 않은 경우, 접속 제어 애플리케이션(212)으로부터 전송되는 데이터 패킷은 게이트웨이(203)에 의하여 차단되며 접속 제어 애플리케이션(212)은 컨트롤러(202)로 접속을 요청할 수 있을 뿐이다. 실시 예에 따라서, 접속 제어 애플리케이션(212)이 게이트웨이(203)에 의하여 인증되지 않아도 접속 제어 애플리케이션(212)으로부터 전송되는 데이터 패킷은 게이트웨이(203)에 의하여 차단되지 않는 경우가 존재할 수 있다.
다른 실시 예에 따르면, 노드(201)에 접속 제어 애플리케이션(212)이 설치되지 않거나 악성 애플리케이션이 접속 제어 애플리케이션(212)의 제어를 우회하는 경우, 비인가된 데이터 패킷이 노드(201)로부터 전송될 수 있다. 이 경우, 네트워크의 경계에 존재하는 게이트웨이(203)는 인가되지 않은 보안 세션으로 수신되는 데이터 패킷 및 데이터 플로우가 존재하지 않는 데이터 패킷을 차단하므로 노드(201)로부터 송신된 데이터 패킷(예: TCP 세션 생성을 위한 데이터 패킷)은 서비스 서버(205)에 도달하지 않을 수 있다. 다시 말해, 노드(201)는 서비스 서버(205)로부터 격리될 수 있다.
도 6은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 신호 흐름도를 나타낸다.
노드(201)가 네트워크에 접속하기 위해서는 컨트롤러(202)에 의하여 인가될 필요가 있으므로, 노드(201)의 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 제어 플로우의 생성을 요청함으로써 노드(201)의 컨트롤러 접속을 시도할 수 있다.
도 6을 참조하면, 동작 605에서, 노드(201)는 컨트롤러 접속 이벤트를 감지할 수 있다. 예를 들어, 노드(201) 내에서 접속 제어 애플리케이션(212)이 설치 및/또는 실행되면, 노드(201)는 컨트롤러(202)에 대한 접속이 요청됨을 감지할 수 있다.
동작 610에서, 노드(201)는 컨트롤러(202)에게 컨트롤러 접속을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 접속 제어 애플리케이션(212)의 식별 정보를 컨트롤러(202)에게 전송할 수 있다. 추가적으로, 접속 제어 애플리케이션(212)은 노드(201)의 식별 정보(예: 단말 ID, IP 주소, MAC 주소), 종류, 위치, 환경, 노드(201)가 속하는 네트워크의 식별 정보, 및/또는 네트워크 시스템에 의하여 자체적으로 생성된 임의의 식별 정보를 더 전송할 수 있다.
동작 615에서, 컨트롤러(202)는 컨트롤러 접속을 요청한 대상(예: 접속 제어 애플리케이션(212) 및 노드(201))의 컨트롤러 접속 가능 여부를 확인(identify)할 수 있다. 일 실시 예에 따르면, 컨트롤러(202)는 노드(201)로부터 수신된 정보가 접속 정책 데이터베이스(311)에 포함되는지 여부 또는, 노드(201), 노드(201)가 속한 네트워크, 및/또는 접속 제어 애플리케이션(212)의 식별 정보가 블랙리스트 데이터베이스(314)에 포함되는지 여부 중 적어도 하나에 기반하여 컨트롤러 접속을 요청한 대상의 컨트롤러 접속 가능 여부를 확인할 수 있다.
컨트롤러 접속을 요청한 대상의 컨트롤러 접속이 가능하면, 컨트롤러(202)는 노드(201)(또는, 접속 제어 애플리케이션(212))와 컨트롤러(202) 간 제어 플로우를 생성할 수 있다. 이 경우, 컨트롤러(202)는 난수 형태로 제어 플로우 식별 정보를 생성하고, 노드(201), 노드(201)가 속한 네트워크, 또는 접속 제어 애플리케이션(212) 중 적어도 하나의 식별 정보를 제어 플로우 테이블(315)에 저장할 수 있다. 제어 플로우 테이블(315)에 저장된 정보(예: 제어 플로우 정보(340))는 노드(201)의 사용자 인증, 노드(201)의 정보 업데이트, 노드(201)의 네트워크 접속을 위한 정책 확인, 및/또는 유효성 검사에 이용될 수 있다.
동작 620에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에서 식별된 정보(예: 노드(201), 노드(201)가 속하는 출발지 네트워크 정보)와 대응되는 접속 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 접속 정책에 기초하여 접속 가능한 애플리케이션의 화이트리스트 정보를 생성할 수 있다. 다른 실시 예에서, 컨트롤러(202)는 동작 620을 수행하지 않을 수 있다. 예를 들어, 접속을 요청한 대상의 컨트롤러 접속이 가능하지 않으면, 컨트롤러(202)는 동작 620을 수행하지 않을 수 있다.
동작 625에서, 컨트롤러(202)는 컨트롤러 접속 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 컨트롤러 접속 요청에 대한 응답으로 제어 플로우 식별 정보가 포함된 제어 플로우 정보(340)를 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는, 동작 620의 수행을 통하여 생성된 화이트 리스트를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 컨트롤러 접속을 요청한 대상이 접속 불가능하거나 블랙리스트에 포함된 경우, 컨트롤러(202)는 제어 플로우를 생성하지 않고, 컨트롤러 접속 요청에 대한 응답으로 컨트롤러 접속 불가를 통보할 수 있다.
일 실시 예에서, 노드(201)는 수신된 응답에 따라서 결과값을 처리할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 수신된 제어 플로우 식별 정보를 저장하고, 컨트롤러 접속이 완료됨을 나타내는 사용자 인터페이스 화면(미도시)을 사용자에게 표시할 수 있다. 컨트롤러 접속이 완료되면, 노드(201)의 서비스 서버(205)에 대한 네트워크 접속 요청은 컨트롤러(202)에 의하여 통제될 수 있다.
실시 예에 따라서, 컨트롤러(202)는 노드(201)가 접속이 불가능한 것으로 결정할 수 있다. 예를 들어, 컨트롤러 접속 불가 정보가 수신되면 노드(201)는 컨트롤러 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 사용자에게 출력할 수 있다. 예를 들어, 사용자 인터페이스 화면은 노드(201)의 접속이 차단됨을 나타내고, 관리자(예: 컨트롤러(202))를 통한 격리 해제를 가이드 하는 사용자 인터페이스를 포함할 수 있다.
일 실시 예에서, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 630 내지 동작 650을 더 수행할 수 있다. 실시 예에 따라, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 630 내지 동작 650을 전부 또는 일부만 수행할 수 있다.
동작 630에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 화이트 리스트가 수신된 경우에, 화이트 리스트에 포함되어 있는 애플리케이션이 노드(201)에 설치되어 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에 설치된 애플리케이션 중 화이트 리스트에 포함된 애플리케이션의 경우, 유효성 검사 정책에 따라 애플리케이션의 무결성 및 안정성 여부(애플리케이션 위조 및 변조 여부, 코드 사이닝 검사, 핑거 프린트 검사 중 적어도 하나)를 검사할 수 있다.
동작 635에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사 결과를 컨트롤러(202)로 전송할 수 있다.
컨트롤러(202)는 검사 결과에 기초하여 애플리케이션이 유효(valid)한지를 확인할 수 있다. 컨트롤러(202)는 애플리케이션이 유효하면, 노드(201)의 네트워크 접속을 허용하기 위해 노드(201)에 대한 접속 정책에서 노드(201)가 위치한 게이트웨이(203-1, 203-2)를 확인하고, 이후, 동작 640을 수행할 수 있다.
동작 640에서, 컨트롤러(202)는 노드(201)가 네트워크 접속 요청 절차 없이 데이터 패킷을 게이트웨이(203-1, 203-2)를 통해 서비스 서버(205-1, 205-2)로 전송할 수 있도록 출발지 IP, 도착지 IP 및 포트 정보에 기반하여 데이터 플로우를 생성할 수 있다.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 인가된 파일 IO 정보(354)를 생성할 수 있다. 데이터 플로우의 데이터 플로우 정보(350)에는 생성된 인가된 파일 IO 정보(354)가 포함될 수 있다. 인가된 파일 IO 정보(354)는 데이터 플로우를 사용하는 애플리케이션의 파일 IO 접근과 관련된 정책 정보를 포함할 수 있다. 예를 들어, 인가된 파일 IO 정보(354)는 애플리케이션의 파일 IO 접근(예: 읽기(read), 쓰기(write)와 같은 접근)을 허용할 것인지에 대한 정보를 포함할 수 있다. 그리고, 인가된 파일 IO 정보(354)는 애플리케이션이 접근이 허용된 파일 경로, 및/또는 접근이 허용되지 않은 파일 경로에 대한 정보를 포함할 수 있다.
동작 645에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 애플리케이션 검사 결과 전송에 대한 응답을 전송할 수 있다. 예를 들어, 컨트롤러(202)는 인가된 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)으로 전송할 수 있다. 또한, 동작 650에서, 컨트롤러(202)는 인가된 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.
도 7은 다양한 실시 예들에 따른 사용자 인증을 위한 신호 흐름도를 도시하며, 도 8은 다양한 실시 예들에 따른 컨트롤러 접속을 위한 사용자 인터페이스 화면을 도시한다. 도 7에 도시된 동작들은 예를 들어, 도 6의 신호 흐름도 이후에 구현될 수 있다.
노드(201)가 목적지 네트워크에 대한 상세한 접속 권한을 부여 받기 위해서, 노드(201)의 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 노드(201)의 사용자에 대한 인증을 받을 수 있다.
도 7을 참조하면, 동작 705에서, 노드(201)는 사용자 인증을 위한 입력을 수신할 수 있다. 사용자 인증을 위한 입력은 예를 들어, 사용자 ID 및 비밀번호를 입력하는 사용자 입력일 수 있다. 다른 예를 들어, 사용자 인증을 위한 입력은 보다 강화된 인증을 위한 사용자 입력(예: 생체 정보)일 수 있다.
일 예로, 도 8을 참조하면, 접속 제어 애플리케이션(212)이 실행되면 노드(201)는 컨트롤러 접속을 위하여 필요한 정보를 수신하기 위한 사용자 인터페이스 화면(810)을 표시할 수 있다. 사용자 인터페이스 화면(810)은 사용자 ID를 입력하기 위한 입력 창(811), 및/또는 비밀번호를 입력하기 위한 입력 창(812)을 포함할 수 있다. 입력 창들(811 및 812)에 정보가 입력된 후 사용자의 인증을 위한 버튼(813)에 대한 입력을 수신함으로써 노드(201)는 컨트롤러 접속 이벤트를 감지할 수 있다.
동작 710에서, 노드(201)는 컨트롤러(202)에게 사용자 인증을 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 사용자 인증을 위한 입력 정보를 컨트롤러(202)에게 전송할 수 있다. 노드(201)와 컨트롤러(202) 간 제어 플로우가 이미 생성된 상태이면, 접속 제어 애플리케이션(212)은 사용자 인증을 위한 입력 정보를 제어 플로우 식별 정보와 함께 전송할 수 있다.
동작 715에서, 컨트롤러(202)는 노드(201)로부터 수신된 정보에 기반하여 사용자를 인증할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 정보에 포함된 사용자 ID, 비밀번호, 및/또는 강화된 인증 정보와, 컨트롤러(202)의 메모리에 포함된 데이터베이스(예: 도 2의 접속 정책 데이터베이스(311) 또는 블랙리스트 데이터베이스(314))에 기반하여 사용자가 접속 정책에 따라 접속 가능한지 여부 및 사용자가 블랙리스트에 포함되는지 여부를 결정할 수 있다.
사용자가 인증되면, 컨트롤러(202)는 노드(201)가 송신한 제어 플로우 식별 정보에 기초하여 제어 플로우 테이블(315)에서 제어 플로우 정보(340)를 확인하고, 확인된 제어 플로우 정보(340)에 사용자의 식별 정보(예: 사용자 ID)를 추가할 수 있다. 추가된 사용자 식별 정보는 인증된 사용자의 컨트롤러 접속 또는 네트워크 접속에 이용될 수 있다.
동작 720에서, 컨트롤러(202)는 접속 정책 데이터베이스(311)에서 식별된 정보(예: 노드(201), 노드(201)가 속하는 출발지 네트워크 정보)와 대응되는 접속 정책을 확인할 수 있다. 컨트롤러(202)는 확인된 접속 정책에 기초하여 접속 가능한 애플리케이션의 화이트 리스트 정보를 생성할 수 있다. 다른 실시 예에서, 컨트롤러(202)는 동작 720을 수행하지 않을 수 있다. 예를 들어, 접속을 요청한 대상의 컨트롤러 접속이 가능하지 않으면, 컨트롤러(202)는 동작 720을 수행하지 않을 수 있다.
동작 725에서, 컨트롤러(202)는 사용자 인증 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 사용자 인증 요청에 대한 응답으로 사용자가 인증됨을 나타내는 정보를 노드(201)에게 전송할 수 있다. 일 실시 예에서, 컨트롤러(202)는 동작 720의 수행을 통하여 생성된 화이트 리스트를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 컨트롤러 접속을 요청한 대상이 접속 불가능하거나 블랙리스트에 포함된 경우, 컨트롤러(202)는 사용자 인증 요청에 대한 응답으로 컨트롤러 접속 불가를 통보할 수 있다.
일 실시 예에서, 노드(201)는 사용자 인증에 대한 결과값을 처리할 수 있다. 예를 들어, 노드(201)는 사용자 인증이 완료됨을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 사용자에게 출력할 수 있다.
다른 실시 예에 따라 컨트롤러(202)는 사용자 인증이 불가능한 것으로 결정할 수 있다. 예를 들어, 사용자의 식별 정보가 블랙리스트 데이터베이스에 포함되면 컨트롤러(202)는 사용자 인증이 불가능한 것으로 결정할 수 있다. 이 경우, 동작 725에서 컨트롤러(202)는 사용자 인증이 불가능함을 나타내는 정보를 노드(201)에게 전송할 수 있고, 노드(201)는 사용자 인증이 실패함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다. 예를 들어, 도 8을 참조하면, 노드(201)는 접속 제어 애플리케이션(212)을 통해 사용자 인터페이스 화면(820)을 표시할 수 있다. 사용자 인터페이스 화면(820)은 노드(201)의 접속이 차단됨을 나타내고, 관리자(예: 컨트롤러(202))를 통한 격리 해제를 가이드 하는 사용자 인터페이스(825)를 포함할 수 있다.
일 실시 예에서, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 730 내지 동작 750을 더 수행할 수 있다. 실시 예에 따라, 노드(201)의 접속 제어 애플리케이션(212), 컨트롤러(202) 및 게이트웨이(203)는 동작 730 내지 동작 750을 전부 또는 일부 수행할 수 있다.
동작 730에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사를 수행할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 컨트롤러(202)로부터 화이트 리스트가 수신된 경우에, 화이트 리스트에 포함되어 있는 애플리케이션이 노드(201)에 설치되어 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에 설치된 애플리케이션 중 화이트 리스트에 포함된 애플리케이션의 경우, 유효성 검사 정책에 따라 애플리케이션의 무결성 및 안정성 여부(애플리케이션 위조 및 변조 여부, 코드 사이닝 검사, 핑거 프린트 검사 중 적어도 하나)를 검사할 수 있다.
동작 735에서, 접속 제어 애플리케이션(212)은 애플리케이션의 검사 결과를 컨트롤러(202)로 전송할 수 있다.
컨트롤러(202)는 검사 결과에 기초하여 애플리케이션이 유효한지를 확인(valid)할 수 있다. 컨트롤러(202)는 애플리케이션이 유효하면, 노드(201)의 네트워크 접속을 허용하기 위해 노드(201)에 대한 접속 정책에서 노드(201)가 위치한 게이트웨이(203-1, 203-2)를 확인하고, 이후, 동작 740을 수행할 수 있다.
동작 740에서, 컨트롤러(202)는 노드(201)가 네트워크 접속 요청 절차 없이 데이터 패킷을 게이트웨이(203-1, 203-2)를 통해 서비스 서버(205-1, 205-2)로 전송할 수 있도록 출발지 IP, 도착지 IP 및 포트 정보에 기반하여 데이터 플로우를 생성할 수 있다.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 인가된 파일 IO 정보(354)를 생성할 수 있다. 데이터 플로우의 데이터 플로우 정보(350)에는 생성된 인가된 파일 IO 정보(354)가 포함될 수 있다. 인가된 파일 IO 정보(354)는 데이터 플로우를 사용하는 애플리케이션의 파일 IO 접근과 관련된 정책 정보를 포함할 수 있다. 예를 들어, 인가된 파일 IO 정보(354)는 애플리케이션의 파일 IO 접근(예: 읽기(read), 쓰기(write)와 같은 접근)을 허용할 것인지에 대한 정보를 포함할 수 있다. 그리고, 인가된 파일 IO 정보(354)는 애플리케이션이 접근이 허용된 파일 경로, 및/또는 접근이 허용되지 않은 파일 경로에 대한 정보를 포함할 수 있다.
동작 745에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 애플리케이션 검사 결과 전송에 대한 응답을 전송할 수 있다. 예를 들어, 컨트롤러(202)는 인가된 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)으로 전송할 수 있다. 또한, 동작 750에서, 컨트롤러(202)는 인가된 파일 IO 정보(354)가 포함된 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.
도 9는 다양한 실시 예들에 따른 네트워크 접속을 위한 신호 흐름도를 도시하며, 도 9에 도시된 동작들은 예를 들어, 도 6 또는 도 7의 신호 흐름도 이후에 구현될 수 있다.
도 9를 참조하면, 동작 905에서, 노드(201)는 네트워크 접속 이벤트를 감지할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 통해 타겟 애플리케이션이 서비스 서버(205)로의 접속을 시도함을 감지할 수 있다.
일 실시 예에서, 접속 제어 애플리케이션(212)은 네트워크 접속 이벤트가 감지되면, 데이터 플로우를 검사할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 타겟 애플리케이션의 식별 정보, 도착지 IP 및/또는 포트 정보에 대응하는 데이터 플로우가 존재하는지 여부를 확인할 수 있다. 또한, 접속 제어 애플리케이션(212)은 데이터 플로우가 존재하더라도 해당 데이터 플로우가 유효한지 여부를 확인할 수 있다. 일 예로, 접속 제어 애플리케이션(212)은 유효성 검사 정책에 따라서 접속 제어 애플리케이션(212) 및 타겟 애플리케이션의 무결성 및 안전성 검사(예: 애플리케이션의 위조, 변조 여부, 코드 사이닝 검사, 핑거프린트 검사)를 수행하고 및 컨트롤러(202)로부터 수신된 접속 정책에 따라 노드(201)에 설치된 타겟 애플리케이션의 도착지 IP 및 포트에 대한 접속 가능 여부를 확인할 수 있다.
유효한 데이터 플로우가 존재한다면, 접속 제어 애플리케이션(212)은 이하의 동작들을 생략하고 보안 세션을 통해 게이트웨이(203)로 타겟 애플리케이션의 데이터 패킷을 전송할 수 있다.
데이터 플로우가 존재하지만 유효하지 않은 경우, 접속 제어 애플리케이션(212)은 데이터 패킷을 전송하지 않고 네트워크 접속이 실패함을 나타내는 사용자 인터페이스 화면을 출력할 수 있다.
데이터 플로우가 존재하지 않거나, 데이터 플로우의 인증 시간이 만료되어 갱신이 필요한 경우, 또는 다른 사유에 의하여 데이터 플로우의 갱신이 필요한 경우, 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 네트워크 접속을 요청할 수 있다. 실시 예에 따라, 접속 제어 애플리케이션(212)은 네트워크 접속을 요청하기 전 유효성 검사 정책에 따라서 접속 제어 애플리케이션(212) 및 타겟 애플리케이션의 무결성 및 안전성 검사를 수행하고, 애플리케이션의 무결성 및 안정성이 확인되면 컨트롤러(202)에게 네트워크 접속을 요청할 수 있다.
동작 910에서, 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 서비스 서버(205)로의 네트워크 접속을 요청할 수 있다. 이 경우, 접속 제어 애플리케이션(212)은 타겟 애플리케이션 식별 정보 및 서비스 서버(205)의 식별 정보(예: IP 및 서비스 포트)를 제어 플로우의 식별 정보와 함께 컨트롤러(202)에게 전송할 수 있다.
동작 915에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)으로부터 수신된 요청에 응답하여 타겟 애플리케이션과 관련된 접속 정책 및 파일 IO 정책을 확인할 수 있다.
컨트롤러(202)는 타겟 애플리케이션이 접속 정책 데이터베이스(311)의 접속 정책을 만족하는지를 확인할 수 있다. 예를 들어, 컨트롤러(202)는 네트워크 접속을 요청한 대상(예: 타겟 애플리케이션)과 요청된 대상(예: 서비스 서버(205))의 식별 정보가 접속 정책 데이터베이스(311)에 포함되는지 여부 및 네트워크 접속을 요청한 대상의 게이트웨이 접속 가능 여부를 확인할 수 있다.
타겟 애플리케이션의 접속이 불가능 하면, 컨트롤러(202)는 동작 920에서 노드(201)에게 접속이 불가능함을 나타내는 정보를 전송할 수 있다. 이 경우, 접속 제어 애플리케이션(212)은 접속이 불가능함을 나타내는 사용자 인터페이스 화면을 디스플레이를 통해 출력할 수 있다.
타겟 애플리케이션의 접속이 가능하면, 컨트롤러(202)는 접속을 요청한 대상(예: 타겟 애플리케이션)과 관련된 인가된 파일 IO 정보(354)를 확인하고, 인가된 파일 IO 정보(354)에 기반하여 접속을 요청한 대상(예: 타겟 애플리케이션)의 파일 IO 접근의 허용 여부를 확인할 수 있다. 파일 IO 접근의 허용 여부의 확인은 애플리케이션의 파일 IO 접근(예: 읽기(read), 쓰기(write)와 같은 접근)을 허용할 것인지에 대한 확인, 또는 애플리케이션이 접근이 허용된 파일 경로, 및/또는 접근이 허용되지 않은 파일 경로에 대한 확인을 포함할 수 있다.
컨트롤러(202)는 노드(201)의 네트워크 접속을 허용하기 위해 데이터 플로우 테이블(316)에서 해당 도착지 IP와 포트로 접속 가능한 데이터 플로우가 존재하는지 확인할 수 있다.
유효한 데이터 플로우가 없는 경우, 컨트롤러(202)는 대상(예: 타겟 애플리케이션)이 노드(201)와 서비스 서버(205-1, 205-2) 사이의 네트워크에 대한 접속을 허용하는 데이터 플로우를 생성할 수 있다. 컨트롤러(202)는 출발지 IP, 도착지 IP 및 포트 정보, 인가된 파일 IO 정보(354)와 같은 정보에 기반하여 데이터 플로우 정보(350)를 생성할 수 있다. 여기에서, 인가된 파일 IO 정보(354)는 파일 IO 정책에 따라 생성된 것일 수 있다.
컨트롤러(202)는 데이터 플로우 생성 시 파일 IO 정책을 확인하고, 파일 IO 정책에 기초하여 인가된 파일 IO 정보(354)를 생성할 수 있다. 데이터 플로우의 데이터 플로우정보(350)에는 생성된 인가된 파일 IO 정보(354)가 포함될 수 있다. 인가된 파일 IO 정보(354)는 데이터 플로우를 사용하는 애플리케이션의 파일 IO 접근과 관련된 정책 정보를 포함할 수 있다. 예를 들어, 인가된 파일 IO 정보(354)는 애플리케이션의 파일 IO 접근(예: 읽기(read), 쓰기(write)와 같은 접근)을 허용할 것인지에 대한 정보를 포함할 수 있다. 그리고, 인가된 파일 IO 정보(354)는 애플리케이션이 접근이 허용된 파일 경로, 및/또는 접근이 허용되지 않은 파일 경로에 대한 정보를 포함할 수 있다.
동작 920에서, 컨트롤러(202)는 접속 제어 애플리케이션(212)의 네트워크 접속 요청에 대한 응답을 노드(201)에게 전송할 수 있다. 예를 들어, 컨트롤러(202)는, 동작 915의 수행을 통하여 생성된 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 실시 예에 따라, 접속을 요청한 대상이 접속 불가능한 경우, 컨트롤러(202)는 네트워크 접속 요청에 대한 응답으로 네트워크 접속 불가를 통보할 수 있다.
노드(201)는 수신된 응답에 따라서 결과값을 처리할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 수신된 데이터 플로우 정보(350)를 저장하고, 네트워크 접속이 가능한 경우 파일 IO 테이블 검사를 수행할 수 있다. 다른 예를 들어, 네트워크 접속이 불가하다는 응답을 수신한 경우, 노드(201)는 타겟 애플리케이션의 데이터 패킷을 드롭(drop)할 수 있다. 또 다른 예를 들어, 네트워크 접속이 불가하다는 응답을 수신한 경우, 노드(201)는 타겟 애플리케이션의 파일 시스템 IO를 제거(또는, 파일 시스템 IO 핸들을 제거)할 수 있다.
또한, 동작 925에서, 컨트롤러(202)는 데이터 플로우 정보(350)를 게이트웨이(203)로 전송할 수 있다.
도 10은 다양한 실시 예들에 따른 파일 IO 접근 감시를 위한 노드(201)의 동작 흐름도를 도시하고, 도 11은 다양한 실시 예들에 따른 파일 IO 접근 감시 결과를 알리는 사용자 인터페이스 화면을 도시한다. 이하의 동작 흐름도는 노드(201) 또는 노드(201)에 설치된 접속 제어 애플리케이션(212)에 의하여 구현될 수 있다.
접속 제어 애플리케이션(212)은 타겟 애플리케이션(211-1, 211-2, 211-3)이 사용 중인 파일 IO가 존재하는 경우, 타겟 애플리케이션(211-1, 211-2, 211-3)과 관련된 데이터 플로우의 인가된 파일 IO 정보(354)에 기초하여, 사용 중인 파일 IO의 동작을 관리할 수 있다. 파일 IO의 동작을 관리에는 파일 IO의 허용 및/또는 차단(또는, 제거)을 포함할 수 있다.
도 10을 참조하면, 동작 1010에서, 접속 제어 애플리케이션(212)은 파일 IO 접근 이벤트를 감지할 수 있다. 접속 제어 애플리케이션(212)은 타겟 애플리케이션(211-1, 211-2, 211-3)(또는 이의 프로세스)이 파일 IO에 접근하면 파일 IO 접근 이벤트가 발생한 것으로 확인할 수 있다.
동작 1020에서, 접속 제어 애플리케이션(212)은 파일 IO에 접근하는 프로세스의 PID를 확인하고, 해당 PID에 할당된 데이터 플로우가 존재하는지 확인할 수 있다.
데이터 플로우가 존재하는 경우, 접속 제어 애플리케이션(212)은 동작 1030으로 진행할 수 있다. 데이터 플로우가 존재하지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1035로 진행할 수 있다. 또한, 파일 IO에 접근하는 프로세스의 PID(361)가 존재하지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1035로 진행할 수 있다.
동작 1030에서, 데이터 플로우가 존재하는 경우, 접속 제어 애플리케이션(212)은 해당 프로세스가 접근하는 파일 IO의 종류를 확인할 수 있다.
해당 프로세스가 접근하는 파일 IO의 종류가 쓰기(또는, 쓰기와 관련된 모든 파일 접근 종류)인 경우, 접속 제어 애플리케이션(212)은 동작 1041으로 진행할 수 있다. 해당 프로세스가 접근하는 파일 IO의 종류가 읽기(또는, 읽기와 관련된 모든 파일 접근 종류)인 경우, 접속 제어 애플리케이션(212)은 동작 1051으로 진행할 수 있다.
해당 프로세스가 접근하는 파일 IO의 종류는 파일 하나 이상의 읽기 및/또는 하나 이상의 쓰기를 동시에 요구할 수 있으며, 다중의 파일 IO가 존재하는 경우 각각의 단계를 순차적으로 및/또는 병렬적으로 진행할 수 있다. 예를 들어, 동작 1041, 1043, 1045, 및 1047과 동작 1051, 1053, 1055, 및 1057은 순차적으로 및/또는 병렬적으로 수행될 수 있다.
동작 1035에서, 데이터 플로우가 존재하지 않는 경우, 접속 제어 애플리케이션(212)은 파일 IO 정보를 파일 IO 테이블(317)에 저장할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 해당 프로세스의 식별된 파일 IO 정보(예: 파일 위치, 파일명, 파일 IO의 종류(예: 파일 읽기, 또는 쓰기) 파일 IO 시간 정보)를 파일 IO 테이블(317)에 저장할 수 있다. 이후 해당 프로세스가 네트워크에 접속할 경우, 접속 제어 애플리케이션(212)은 파일 IO 테이블(317)에서 내역을 조회하여 데이터 패킷 검사를 할 수 있도록 한다.
동작 1041에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션(또는, 해당 애플리케이션의 프로세스)에게 파일 쓰기가 허용되는지를 확인할 수 있다.
파일 쓰기가 허용되지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1043으로 진행할 수 있다. 파일 쓰기가 허용되는 경우, 접속 제어 애플리케이션(212)은 동작 1047으로 진행할 수 있다.
동작 1043에서, 데이터 플로우 정보(350)에서 해당 애플리케이션의 파일 쓰기를 허용하지 않는 경우, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 접근을 중단하고 파일 IO 테이블(317)에서 해당 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 접속 제어 애플리케이션(212)은 PID(361)에 대응하는 파일 IO 테이블 정보(360)에서 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 파일 핸들 제거 또는 파일 핸들 충돌, 파일 쓰기 버퍼 초기화 등을 통해 해당 애플리케이션의 파일 접근을 중단시킬 수 있다. 이를 위해, 접속 제어 애플리케이션(212)은 운영체제에서 제공하는 API(application program interface) 및 후킹, 해당 프로세스 강제 종료 또는 일련의 파일 접근 제어 중단 명령어 등을 포함할 수 있다.
도 11을 참조하면, 노드(201)는 해당 애플리케이션의 파일 쓰기가 허용되지 않음을 나타내는 사용자 인터페이스 화면(1110)을 디스플레이를 통해 사용자에게 출력할 수 있다. 사용자 인터페이스 화면(1110)은 파일 다운로드가 차단됨을 나타내는 메시지를 포함하는 알림 창(1111)을 포함할 수 있다.
동작 1045는 접속 제어 애플리케이션(212)이 파일 쓰기 중단 처리에 실패한 경우 진행될 수 있다. 동작 1045에서 접속 제어 애플리케이션(212)은 해당 데이터 플로우의 상태를 변경하고 네트워크 접속을 차단하여 네트워크로부터 유입되는 데이터 패킷을 차단할 수 있다.
노드(201)는 파일 쓰기 중단 처리에 실패하여 네트워크 접속이 차단됨을 나타내는 사용자 인터페이스 화면(미도시)을 디스플레이를 통해 사용자에게 출력할 수 있다.
동작 1047에서, 데이터 플로우 정보(350)에서 해당 애플리케이션의 파일 쓰기를 허용하는 경우, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 쓰기를 허용하고, 해당 애플리케이션은 파일 쓰기를 수행할 수 있다.
동작 1051에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션(또는, 해당 애플리케이션의 프로세스)에게 파일 읽기가 허용되는지를 확인할 수 있다.
해당 애플리케이션에게 파일 읽기가 허용되지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1053으로 진행할 수 있다. 해당 애플리케이션에게 파일 읽기가 허용되는 경우, 접속 제어 애플리케이션(212)은 동작 1057으로 진행할 수 있다.
동작 1053에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션의 파일 읽기를 허용하지 않는 경우, 해당 애플리케이션의 파일 접근을 중단하고 파일 IO 테이블에서 해당 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 접속 제어 애플리케이션(212)은 PID(361)에 대응하는 파일 IO 테이블 정보(360)에서 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 파일 핸들 제거 또는 파일 핸들 충돌, 파일 쓰기 버퍼 초기화 등을 통해 해당 애플리케이션의 파일 접근을 중단시킬 수 있다. 이를 위해, 접속 제어 애플리케이션(212)은 운영체제에서 제공하는 API 및 후킹, 해당 프로세스 강제 종료 또는 일련의 파일 접근 제어 중단 명령어 등을 포함할 수 있다.
도 11을 참조하면, 노드(201)는 해당 애플리케이션의 파일 읽기가 허용되지 않음을 나타내는 사용자 인터페이스 화면(1120)을 디스플레이를 통해 사용자에게 출력할 수 있다. 사용자 인터페이스 화면(1120)은 파일 업로드가 차단됨을 나타내는 메시지를 포함하는 알림 창(1121)을 포함할 수 있다.
동작 1055는 접속 제어 애플리케이션(212)이 파일 읽기 중단 처리에 실패한 경우 진행될 수 있다. 동작 1055에서 접속 제어 애플리케이션(212)은 해당 데이터 플로우의 상태를 변경하고 네트워크 접속을 차단하여 네트워크로부터 유입되는 데이터 패킷을 차단할 수 있다.
도 11을 참조하면, 노드(201)는 파일 읽기 중단 처리에 실패하여 네트워크 접속이 차단됨을 나타내는 사용자 인터페이스 화면(1130)을 디스플레이를 통해 사용자에게 출력할 수 있다. 사용자 인터페이스 화면(1130)은 네트워크 접속이 종료됨을 나타내는 메시지를 포함하는 알림 창(1131)을 포함할 수 있다.
동작 1057에서, 데이터 플로우 정보(350)에서 해당 애플리케이션의 파일 읽기를 허용하는 경우, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 읽기를 허용하고, 해당 애플리케이션은 파일 읽기를 수행할 수 있다.
도 12는 다양한 실시 예들에 따른 파일 IO 테이블 검사를 위한 노드(201)의 동작 흐름도를 도시한다. 이하의 동작 흐름도는 노드(201) 또는 노드(201)에 설치된 접속 제어 애플리케이션(212)에 의하여 구현될 수 있다.
도 12를 참조하면, 동작 1210에서, 접속 제어 애플리케이션(212)은 파일 IO 테이블 검사 이벤트를 감지할 수 있다. 접속 제어 애플리케이션(212)은 네트워크 접속이 발생된 데이터 플로우가 감지되는 경우, 파일 IO 테이블 검사 이벤트를 감지할 수 있다. 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)가 획득(또는, 갱신)되는 경우를 파일 IO 테이블 검사 이벤트로서 감지할 수 있다.
동작 1220에서, 접속 제어 애플리케이션(212)은 파일 IO 테이블(317)을 검사하여, 데이터 플로우에 대해서 파일 IO를 사용 중인 타겟 애플리케이션(211-1, 211-2, 211-3)(또는 이의 프로세스)이 존재하는지를 확인할 수 있다. 접속 제어 애플리케이션(212)은 파일 IO 테이블(317)에서 타겟 애플리케이션 식별 정보 중 하나인 PID(361)에 해당하는 파일 IO 테이블 정보(360)를 검색할 수 있다.
파일 IO를 사용 중인 애플리케이션이 존재하는 경우, 접속 제어 애플리케이션(212)은 동작 1230으로 진행할 수 있다. 애플리케이션이 파일 IO를 사용 중이 아닌 경우, 접속 제어 애플리케이션(212)은 동작 1235로 진행할 수 있다.
동작 1230에서, 접속 제어 애플리케이션(212)은 현재 사용 중인 파일 IO가 존재하는 경우, 해당 프로세스가 접근하는 파일 IO의 종류를 확인할 수 있다.
해당 프로세스가 접근하는 파일 IO의 종류가 쓰기(또는, 쓰기와 관련된 모든 파일 접근 종류)인 경우, 접속 제어 애플리케이션(212)은 동작 1241으로 진행할 수 있다. 해당 프로세스가 접근하는 파일 IO의 종류가 읽기(또는, 읽기와 관련된 모든 파일 접근 종류)인 경우, 접속 제어 애플리케이션(212)은 동작 1251으로 진행할 수 있다.
해당 프로세스가 접근하는 파일 IO의 종류는 파일 하나 이상의 읽기 및/또는 하나 이상의 쓰기를 동시에 요구할 수 있으며, 다중의 파일 IO가 존재하는 경우 각각의 단계를 순차적으로 및/또는 병렬적으로 진행할 수 있다. 예를 들어, 동작 1241, 1243, 1245, 1247 및 1249와 동작 1251, 1253, 1255, 1257, 및 1259는 순차적으로 및/또는 병렬적으로 수행될 수 있다.
동작 1235에서, 접속 제어 애플리케이션(212)은 현재 사용 중인 파일 IO가 존재하지 않는 경우, 데이터 패킷을 전송할 수 있다.
동작 1241에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션(또는, 해당 애플리케이션의 프로세스)에게 파일 쓰기가 허용되는지를 확인할 수 있다.
해당 애플리케이션에게 파일 쓰기가 허용되지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1243으로 진행할 수 있다. 해당 애플리케이션에게 파일 쓰기가 허용되는 경우, 접속 제어 애플리케이션(212)은 동작 1247으로 진행할 수 있다.
동작 1243에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션의 파일 쓰기를 허용하지 않는 경우, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 접근을 중단하고 파일 IO 테이블(317)에서 해당 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 접속 제어 애플리케이션(212)은 PID(361)에 대응하는 파일 IO 테이블 정보(360)에서 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 파일 핸들 제거 또는 파일 핸들 충돌, 파일 쓰기 버퍼 초기화 등을 통해 해당 애플리케이션의 파일 접근을 중단시킬 수 있다. 이를 위해, 접속 제어 애플리케이션(212)은 운영체제에서 제공하는 API 및 후킹, 해당 프로세스 강제 종료 또는 일련의 파일 접근 제어 중단 명령어 등을 포함할 수 있다.
동작 1245에서, 접속 제어 애플리케이션(212)은 해당 데이터 플로우의 상태를 변경하고 네트워크 접속을 차단하여 네트워크로부터 유입되는 데이터 패킷을 차단할 수 있다. 접속 제어 애플리케이션(212)은 전송 중인 데이터 패킷이 존재하는 경우, 해당 데이터 패킷을 드롭할 수 있다.
동작 1247에서, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 쓰기를 허용하는 경우, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 쓰기를 허용할 수 있다.
동작 1249에서, 접속 제어 애플리케이션(212)은 데이터 패킷을 네트워크로 전송할 수 있다.
동작 1251에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션(또는, 해당 애플리케이션의 프로세스)에게 파일 읽기가 허용되는지를 확인할 수 있다.
해당 애플리케이션에게 파일 읽기가 허용되지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1253으로 진행할 수 있다. 해당 애플리케이션에게 파일 읽기가 허용되는 경우, 접속 제어 애플리케이션(212)은 동작 1257으로 진행할 수 있다.
동작 1253에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)에서 해당 애플리케이션의 파일 읽기를 허용하지 않는 경우, 해당 애플리케이션의 파일 접근을 중단하고 파일 IO 테이블에서 해당 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 접속 제어 애플리케이션(212)은 PID(361)에 대응하는 파일 IO 테이블 정보(360)에서 파일 IO의 상태를 접근 중단으로 변경할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 파일 핸들 제거 또는 파일 핸들 충돌, 파일 쓰기 버퍼 초기화 등을 통해 해당 애플리케이션의 파일 접근을 중단시킬 수 있다. 이를 위해, 접속 제어 애플리케이션(212)은 운영체제에서 제공하는 API 및 후킹, 해당 프로세스 강제 종료 또는 일련의 파일 접근 제어 중단 명령어 등을 포함할 수 있다.
동작 1255에서, 접속 제어 애플리케이션(212)은 해당 데이터 플로우의 상태를 변경하고 네트워크 접속을 차단하여 네트워크로부터 유입되는 데이터 패킷을 차단할 수 있다. 접속 제어 애플리케이션(212)은 전송 중인 데이터 패킷이 존재하는 경우, 해당 데이터 패킷을 드롭할 수 있다.
동작 1257에서, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 읽기를 허용하는 경우, 접속 제어 애플리케이션(212)은 해당 애플리케이션의 파일 읽기를 허용하고, 해당 애플리케이션은 파일 읽기를 수행할 수 있다.
동작 1259에서, 접속 제어 애플리케이션(212)은 데이터 패킷을 네트워크로 전송할 수 있다.
도 13은 다양한 실시 예들에 따른 데이터 패킷 전송을 위한 노드(201)의 동작 흐름도를 도시한다. 이하의 동작 흐름도는 노드(201) 또는 노드(201)에 설치된 접속 제어 애플리케이션(212)에 의하여 구현될 수 있다.
도 13을 참조하면, 동작 1310에서, 접속 제어 애플리케이션(212)은 데이터 패킷 전송 이벤트를 감지할 수 있다. 접속 제어 애플리케이션(212)은 타겟 애플리케이션(211-1, 211-2, 211-3)(또는 이의 프로세스)이 요청하는 데이터 패킷 전송 요청을, 데이터 패킷 전송 이벤트로서 감지할 수 있다.
동작 1320에서, 접속 제어 애플리케이션(212)은 네트워크 접속이 허용된 후 데이터 패킷 전송 이벤트가 감지되면, 전송되는 데이터 패킷 및 타겟 애플리케이션(211-1, 211-2, 211-3)을 식별하여 데이터 플로우가 존재하는지 여부를 검사할 수 있다. 데이터 패킷의 전송을 요청하는 타겟 애플리케이션(211-1, 211-2, 211-3)(또는, 이의 프로세스)를 식별하고, 식별된 타겟 애플리케이션(211-1, 211-2, 211-3)(또는, 이의 프로세스)의 PID를 확인하고, 해당 PID에 할당된 데이터 플로우가 존재하는지 확인할 수 있다.
데이터 플로우가 존재하는 경우, 접속 제어 애플리케이션(212)은 동작 1330으로 진행할 수 있다. 데이터 플로우가 존재하지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1335로 진행할 수 있다. 동작 1335에서, 접속 제어 애플리케이션(212)은 데이터 플로우가 존재하지 않는 경우 데이터 패킷을 드롭할 수 있다.
동작 1330에서, 접속 제어 애플리케이션(212)은 데이터 플로우가 존재하는 경우, 파일 IO 테이블을 확인할 수 있다.
동작 1340에서, 접속 제어 애플리케이션(212)은 데이터 플로우 정보(350)의 인가된 파일 IO 정보(354)에서 타겟 애플리케이션(또는, 이의 프로세스)의 파일 IO, 또는 읽기가 허용되는지를 확인할 수 있다. 파일 IO, 또는 읽기가 허용된 경우, 접속 제어 애플리케이션(212)은 동작 1355으로 진행할 수 있다. 파일 IO, 및 읽기가 허용되지 않은 경우, 접속 제어 애플리케이션(212)은 동작 1345로 진행할 수 있다. 동작 1355에서, 접속 제어 애플리케이션(212)은 데이터 패킷을 네트워크로 전송할 수 있다.
동작 1345에서, 접속 제어 애플리케이션(212)은 파일 IO 테이블(317)에서 파일 IO가 존재하지 않는지를 확인할 수 있다. 접속 제어 애플리케이션(212)은 애플리케이션 식별 정보 중 하나인 PID를 이용하여 읽기 종류의 파일 IO가 존재하는지 여부, 또는 읽기 종류의 파일 IO로 접근 중인지 여부, 접근 후 사용을 종료한 파일 IO가 있는지 여부를 확인할 수 있다. 접속 제어 애플리케이션(212)은 타겟 애플리케이션(또는, 이의 프로세스)에 의해 수행되는 읽기 종류의 파일 IO가 존재하는지 여부, 또는 읽기 종류의 파일 IO로 접근 중인지 여부, 접근 후 사용을 종료한 파일 IO가 있는지 여부를 확인할 수 있다.
파일 IO가 존재하지 않는 경우, 접속 제어 애플리케이션(212)은 동작 1355으로 진행할 수 있다. 파일 IO가 존재하는 경우, 접속 제어 애플리케이션(212)은 동작 1350로 진행할 수 있다. 동작 1355에서, 접속 제어 애플리케이션(212)은 데이터 패킷을 네트워크로 전송할 수 있다.
동작 1350에서, 접속 제어 애플리케이션(212)은 파일 IO가 존재하는 경우, 데이터 패킷을 검사할 수 있다. 접속 제어 애플리케이션(212)은 파일 IO의 대상 파일을 확인하고, 대상 파일의 일부 내용 또는, 대상 파일을 관리하기 위한 고유 정보(예: 해쉬, 헤더 정보, 시그니처 정보 등)가 데이터 패킷에 포함되어 있는지를 검사할 수 있다. 접속 제어 애플리케이션(212)은 전송되는 데이터 패킷에서 파일의 일부 내용 또는, 파일을 관리하기 위한 고유 정보(예: 해쉬, 헤더 정보, 시그니처 정보 등)가 포함되어 있는지를 검사할 수 있다.
동작 1360에서, 접속 제어 애플리케이션(212)은 데이터 패킷의 검사가 성공인지를 확인할 수 있다. 접속 제어 애플리케이션(212)은 데이터 패킷에 파일의 일부 내용 또는, 파일을 관리하기 위한 고유 정보(예: 해쉬, 헤더 정보, 시그니처 정보 등)가 포함되어 있는 경우, 데이터 패킷의 검사가 실패인 것으로 확인할 수 있다. 데이터 패킷의 검사가 성공인 경우, 접속 제어 애플리케이션(212)은 동작 1355으로 진행할 수 있다. 데이터 패킷의 검사가 실패인 경우(즉, 데이터 패킷에 파일의 일부 내용 또는, 파일을 관리하기 위한 고유 정보(예: 해쉬, 헤더 정보, 시그니처 정보 등)가 포함되지 않은 경우), 접속 제어 애플리케이션(212)은 동작 1350로 진행할 수 있다. 동작 1370에서, 접속 제어 애플리케이션(212)은 데이터 패킷을 네트워크로 전송할 수 있다.
동작 1370에서, 접속 제어 애플리케이션(212)은 데이터 패킷을 드롭하고, 네트워크 접속을 차단할 수 있다.
도 14는 다양한 실시 예들에 따른 제어 플로우 갱신을 위한 신호 흐름도를 도시한다.
도 14는 참조하면, 동작 1405에서, 접속 제어 애플리케이션(212)은 제어 플로우 갱신을 요청할 수 있다.
일 실시 예에서, 접속 제어 애플리케이션(212)은 제어 플로우 및 데이터 플로우를 유지하기 위하여 컨트롤러(202)에게 제어 플로우 갱신을 요청할 수 있다. 일 실시 예에서, 접속 제어 애플리케이션(212)은 파일 IO 테이블(317)에서 네트워크 접속을 통해 파일을 저장하였거나 읽은 경우, 파일 IO 접근이 차단된 내역을 전송하기 위해 제어 플로우를 갱신 요청할 수 있다. 또한, 접속 제어 애플리케이션(212)은 지정된 주기 마다 제어 플로우의 식별 정보를 포함하여 제어 플로우 갱신을 요청할 수 있다.
동작 1410에서, 컨트롤러(202)는 제어 플로우를 갱신(검사)할 수 있다. 예를 들어, 컨트롤러(202)는 수신된 식별 정보가 나타내는 제어 플로우 정보(340)가 제어 플로우 테이블(315) 내에 존재하는지, 제어 플로우 정보(340)가 존재한다면 그에 종속되는 데이터 플로우 정보(350)가 존재하는지를 확인할 수 있다. 다른 보안 시스템에 의하여 접속이 해제되거나, 갱신 시간이 경과하거나, 또는 위험 탐지에 의하여 접속이 해제되는 경우, 제어 플로우가 존재하지 않을 수 있다.
예를 들어 갱신(검사)이 실패하면, 컨트롤러(202)는 노드(201)는 접속 제어 애플리케이션(212)을 종료하거나 접속 제어 애플리케이션(212)의 네트워크 접속을 차단할 수 있다. 다른 예를 들어 갱신(검사)이 성공하면, 컨트롤러(202)는 제어 플로우 및 그에 종속되는 데이터 플로우의 만료 시간을 갱신할 수 있다. 이 경우, 노드(201)는 제어 플로우 정보(340) 및 데이터 플로우 정보(350)를 갱신할 수 있다.
노드(201)로부터 수신된 파일 IO 테이블 정보(360)가 있는 경우, 컨트롤러(202)는 컨트롤러(202)에 존재하는 파일 IO 테이블(317)을 갱신하고, 갱신된 파일 IO 테이블(317)을 에 기반하여 사용자 및 노드(201)로부터의 행위 조회 및 감사 자료로 사용하며, 이상 행위가 발생한 경우 제어 플로우를 종료할 수 있다.
동작 1415에서, 컨트롤러(202)는 갱신(검사) 결과 정보를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 예를 들어 갱신(검사)이 실패하면, 컨트롤러(202)는 접속 불가 정보를 전송할 수 있다. 다른 예를 들어 갱신(검사)이 성공하면, 컨트롤러(202)는 갱신된 제어 플로우 정보(340) 및 그에 종속되는 데이터 플로우 정보(350)를 접속 제어 애플리케이션(212)에게 전송할 수 있다. 이 경우, 노드(201)는 제어 플로우 정보(340) 및 데이터 플로우 정보(350)를 갱신할 수 있다.
접속 제어 애플리케이션(212)은 갱신(검사) 결과 정보를 처리할 수 있다.
제어 플로우 갱신 결과가 접속 불가를 나타내면, 접속 제어 애플리케이션(212)은 타겟 애플리케이션을 종료하거나, 타겟 애플리케이션의 모든 네트워크 접속을 차단할 수 있다. 제어 플로우 갱신 결과가 정상을 나타내고, 갱신된 데이터 플로우 정보(350)가 있는 경우, 접속 제어 애플리케이션(212)은 접속 제어 애플리케이션(212) 내의 데이터 플로우 테이블(316)을 갱신할 수 있다.
도 15는 다양한 실시 예들에 따른 제어 플로우 제거를 위한 신호 흐름도를 도시한다.
도 15를 참조하면, 동작 1505에서 노드(201)는 컨트롤러(202)에게 제어 플로우 종료를 요청할 수 있다. 예를 들어, 노드(201)는 접속 제어 애플리케이션(212)을 종료하거나, 네트워크 접속이 지정된 시간 동안 사용되지 않거나, 또는 다른 시스템으로부터 접속 종료 요청이 수신되는 경우, 제어 플로우 종료를 요청할 수 있다.
동작 1510에서, 컨트롤러(202)는 노드(201)로부터 수신된 식별 정보에 대응하는 제어 플로우를 제거할 수 있다. 컨트롤러(202)는 제거된 제어 플로우에 종속되는 데이터 플로우 또한 제거할 수 있다.
동작 1515에서, 컨트롤러(202)는 게이트웨이(203)에게 데이터 플로우 제거를 요청하며, 동작 1520에서, 게이트웨이(203)는 데이터 플로우를 제거함으로써 접속 제어 애플리케이션(212)의 네트워크 접속을 차단할 수 있다.
도 16은 다양한 실시 예들에 따른 데이터 플로우 제거를 위한 신호 흐름도를 도시한다.
도 16을 참조하면, 동작 1605에서 접속 제어 애플리케이션(212)은 타겟 애플리케이션의 종료를 감지할 수 있다. 접속 제어 애플리케이션(212)은 노드(201)에서 실행 중인 타겟 애플리케이션의 종료 여부를 실시간 감시할 수 있다.
동작 1610에서 접속 제어 애플리케이션(212)은 데이터 플로우 테이블(316)을 검사할 수 있다. 접속 제어 애플리케이션(212)은 데이터 플로우 테이블(316)에서 종료된 타겟 애플리케이션의 식별 정보 및 PID(또는, 자식(child)의 PID)에 대응하는 데이터 플로우가 존재하는지를 확인할 수 있다. 타겟 애플리케이션의 데이터 플로우가 확인되면, 접속 제어 애플리케이션(212)은 데이터 플로우 테이블(316)에서 해당 데이터 플로우를 삭제할 수 있다.
다중 실행 가능한 타겟 애플리케이션의 종료를 추적하기 위해, 접속 제어 애플리케이션(212)은 종료된 타겟 애플리케이션이 실행 중인 프로세스 목록에서 존재하지 않는 경우, 종료된 애플리케이션의 식별 정보에 대응하는 데이터 플로우를 데이터 플로우 테이블(316)에서 삭제할 수 있다.
동작 1615에서 접속 제어 애플리케이션(212)은 컨트롤러(202)에게 데이터 플로우 종료를 요청할 수 있다. 예를 들어, 접속 제어 애플리케이션(212)은 동작 1610에서 삭제된 데이터 플로우 목록을 컨트롤러(202)로 전송하여 데이터 플로우 종료를 요청할 수 있다.
동작 1620에서, 컨트롤러(202)는 노드(201)로부터 데이터 플로우 목록에 대응하는 데이터 플로우를 제거할 수 있다. 동작 1625에서, 컨트롤러(202)는 게이트웨이(203)에게 데이터 플로우 제거를 요청하며, 동작 1630에서, 게이트웨이(203)는 데이터 플로우를 제거함으로써 접속 제어 애플리케이션(212)의 제거된 데이터 플로우에 대응되는 서비스 서버(205)에 대한 접속을 차단할 수 있다.
이상의 설명은 본 문서에 개시된 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 문서에 개시된 실시 예들이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 문서에 개시된 실시 예들의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다.
따라서, 본 문서에 개시된 실시 예들은 본 문서에 개시된 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시 예에 의하여 본 문서에 개시된 기술 사상의 범위가 한정되는 것은 아니다. 본 문서에 개시된 기술 사상의 보호 범위는 아래의 청구 범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 문서의 권리범위에 포함되는 것으로 해석되어야 할 것이다.

Claims (18)

  1. 노드에 있어서,
    통신 회로;
    상기 통신 회로와 작동적으로 연결되는 프로세서; 및
    상기 프로세서와 작동적으로 연결되고, 접속 제어 애플리케이션 및 타겟 애플리케이션을 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 외부 서버에게 서비스 서버에 대한 네트워크 접속을 요청하되, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고,
    상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 수신하고,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션과 관련된 파일 IO가 존재하는지를 확인하고, 상기 인가된 파일 IO 정보에 기초하여, 상기 관련된 파일 IO의 동작을 관리하도록 하는 명령어들을 저장하는, 노드.
  2. 청구항 1에 있어서, 상기 파일 IO의 동작을 관리하는 경우, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 인가된 파일 IO 정보에 기초하여 상기 관련된 파일 IO의 허용 여부를 확인하고,
    상기 관련된 파일 IO가 허용되지 않는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 관련된 파일 IO를 차단하도록 하는, 노드.
  3. 청구항 1에 있어서, 상기 관련된 파일 IO의 동작을 관리하는 경우, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 관련된 파일 IO의 종류를 식별하고,
    상기 관련된 파일 IO의 상기 식별된 종류가 쓰기와 관련된 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 파일 쓰기를 제어하고,
    상기 관련된 파일 IO의 상기 식별된 종류가 읽기와 관련된 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 파일 읽기를 제어하도록 하는, 노드.
  4. 청구항 1에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 파일 IO에 대한 접근이 확인되면, 상기 타겟 애플리케이션에 할당된 데이터 플로우가 존재하는지를 확인하고,
    상기 타겟 애플리케이션에 할당된 데이터 플로우가 존재하는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션에 대한 상기 인가된 파일 IO 정보를 확인하고,
    상기 타겟 애플리케이션이 접근하는 상기 파일 IO가 허용되지 않는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션이 접근하는 상기 파일 IO를 차단하도록 하는, 노드.
  5. 청구항 4에 있어서, 상기 명령어들은 상기 노드가,
    상기 타겟 애플리케이션에 할당된 데이터 플로우가 존재하지 않는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션이 접근하는 상기 파일 IO와 관련된 파일 정보를 파일 IO 테이블에 저장하도록 하는, 노드.
  6. 청구항 1에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 데이터 패킷 전송 요청을 확인하고,
    상기 접속 제어 애플리케이션을 통해, 파일 IO 테이블에서 상기 타겟 애플리케이션이 접근하는 파일 IO의 대상 파일을 확인하고,
    상기 접속 제어 애플리케이션을 통해, 상기 대상 파일의 파일 정보를 확인하고,
    상기 접속 제어 애플리케이션을 통해, 상기 전송 요청된 데이터 패킷이 상기 파일 정보에 포함된 식별 정보를 포함하는지를 확인하고,
    상기 데이터 패킷이 상기 식별 정보를 포함하는 경우, 상기 데이터 패킷을 드롭하고,
    상기 데이터 패킷이 상기 식별 정보를 포함하지 않는 경우, 상기 데이터 패킷을 상기 서비스 서버로 전송하도록 하는, 노드.
  7. 청구항 1에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버에게 외부 서버 접속 요청을 송신하고,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버로부터 화이트 리스트를 수신하고,
    상기 타겟 애플리케이션이 상기 화이트 리스트에 포함된 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 무결성 및 안정성 여부를 검사하고,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버에게 상기 타겟 애플리케이션의 검사 결과를 송신하고,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버로부터 상기 데이터 플로우를 수신하도록 하는, 노드.
  8. 청구항 1에 있어서, 상기 명령어들은 상기 노드가,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 종료를 확인하고,
    상기 접속 제어 애플리케이션을 통해, 데이터 플로우 테이블에서 상기 타겟 애플리케이션의 식별 정보에 대응하는 데이터 플로우를 확인하고,
    상기 접속 제어 애플리케이션을 통해, 상기 확인된 데이터 플로우의 데이터 플로우 정보를 삭제하고,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버에게 상기 확인된 데이터 플로우의 종료를 요청하도록 하는, 노드.
  9. 노드의 동작 방법에 있어서,
    상기 노드의 접속 제어 애플리케이션을 통해, 외부 서버에게 서비스 서버에 대한 네트워크 접속을 요청하는 동작, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고,
    상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 수신하는 동작,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션과 관련된 파일 IO가 존재하는지를 확인하는 동작, 및
    상기 인가된 파일 IO 정보에 기초하여, 상기 관련된 파일 IO의 동작을 관리하는 동작을 포함하는, 동작 방법.
  10. 청구항 9에 있어서, 상기 관련된 파일 IO의 동작을 관리하는 동작은,
    상기 접속 제어 애플리케이션을 통해, 상기 인가된 파일 IO 정보에 기초하여 상기 관련된 파일 IO의 허용 여부를 확인하는 동작, 및
    상기 관련된 파일 IO가 허용되지 않는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 관련된 파일 IO를 차단하는 동작을 포함하는, 동작 방법.
  11. 청구항 9에 있어서, 상기 관련된 파일 IO의 동작을 관리하는 동작은,
    상기 접속 제어 애플리케이션을 통해, 상기 관련된 파일 IO의 종류를 식별하는 동작,
    상기 관련된 파일 IO의 상기 식별된 종류가 쓰기와 관련된 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 파일 쓰기를 제어하는 동작, 및
    상기 관련된 파일 IO의 상기 식별된 종류가 읽기와 관련된 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 파일 읽기를 제어하는 동작을 포함하는, 동작 방법.
  12. 청구항 9에 있어서,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 파일 IO에 대한 접근이 확인되면, 상기 타겟 애플리케이션에 할당된 데이터 플로우가 존재하는지를 확인하는 동작,
    상기 타겟 애플리케이션에 할당된 데이터 플로우가 존재하는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션에 대한 상기 인가된 파일 IO 정보를 확인하는 동작, 및
    상기 타겟 애플리케이션이 접근하는 상기 파일 IO가 허용되지 않는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션이 접근하는 상기 파일 IO를 차단하는 동작을 포함하는 동작 방법.
  13. 청구항 12에 있어서,
    상기 타겟 애플리케이션에 할당된 데이터 플로우가 존재하지 않는 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션이 접근하는 상기 파일 IO와 관련된 파일 정보를 파일 IO 테이블에 저장하는 동작을 포함하는, 동작 방법.
  14. 청구항 9에 있어서,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 데이터 패킷 전송 요청을 확인하는 동작,
    상기 접속 제어 애플리케이션을 통해, 파일 IO 테이블에서 상기 타겟 애플리케이션이 접근하는 파일 IO의 대상 파일을 확인하는 동작,
    상기 접속 제어 애플리케이션을 통해, 상기 대상 파일의 파일 정보를 확인하는 동작,
    상기 접속 제어 애플리케이션을 통해, 상기 전송 요청된 데이터 패킷이 상기 파일 정보에 포함된 식별 정보를 포함하는지를 확인하는 동작,
    상기 데이터 패킷이 상기 식별 정보를 포함하는 경우, 상기 데이터 패킷을 드롭하는 동작, 및
    상기 데이터 패킷이 상기 식별 정보를 포함하지 않는 경우, 상기 데이터 패킷을 상기 서비스 서버로 전송하는 동작을 포함하는, 동작 방법.
  15. 청구항 9에 있어서,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버에게 외부 서버 접속 요청을 송신하는 동작,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버로부터 화이트 리스트를 수신하는 동작,
    상기 타겟 애플리케이션이 상기 화이트 리스트에 포함된 경우, 상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 무결성 및 안정성 여부를 검사하는 동작,
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버로부터 상기 타겟 애플리케이션의 검사 결과를 송신하는 동작, 및
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버로부터 상기 데이터 플로우를 수신하는 동작을 포함하는, 동작 방법.
  16. 청구항 9에 있어서,
    상기 접속 제어 애플리케이션을 통해, 상기 타겟 애플리케이션의 종료를 확인하는 동작,
    상기 접속 제어 애플리케이션을 통해, 데이터 플로우 테이블에서 상기 타겟 애플리케이션의 식별 정보에 대응하는 데이터 플로우를 확인하는 동작,
    상기 접속 제어 애플리케이션을 통해, 상기 확인된 데이터 플로우의 데이터 플로우 정보를 삭제하는 동작, 및
    상기 접속 제어 애플리케이션을 통해, 상기 외부 서버에게 상기 확인된 데이터 플로우의 종료를 요청하는 동작을 포함하는, 동작 방법.
  17. 서버에 있어서,
    통신 회로;
    상기 통신 회로와 작동적으로 연결되는 프로세서; 및
    상기 프로세서와 작동적으로 연결되고, 데이터베이스를 저장하는 메모리를 포함하고, 상기 메모리는, 상기 프로세서에 의해서 실행될 때 상기 서버가,
    노드의 접속 제어 애플리케이션으로부터 서비스 서버에 대한 네트워크 접속 요청을 수신하되, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고,
    상기 타겟 애플리케이션이 상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 생성하고,
    상기 노드의 상기 접속 제어 애플리케이션에게 상기 데이터 플로우를 송신하도록 하는 명령어들을 저장하는 서버.
  18. 서버의 동작 방법에 있어서,
    노드의 접속 제어 애플리케이션으로부터 서비스 서버에 대한 네트워크 접속 요청을 수신하는 동작, 상기 네트워크 접속 요청은 상기 서비스 서버의 네트워크에 접속하려는 상기 노드의 타겟 애플리케이션의 식별 정보, 상기 서비스 서버의 IP(Internet Protocol) 및 포트를 포함하고,
    상기 타겟 애플리케이션이 상기 서비스 서버의 네트워크에 접속이 가능한 경우, 상기 타겟 애플리케이션의 파일 IO(input output)의 허용 여부를 나타내는 인가된 파일 IO 정보를 포함하는 데이터 플로우를 생성하는 동작, 및
    상기 노드의 상기 접속 제어 애플리케이션에게 상기 데이터 플로우를 송신하는 동작을 포함하는 동작 방법.
PCT/KR2023/001202 2022-01-26 2023-01-26 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법 WO2023146304A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2022-0011596 2022-01-26
KR1020220011596A KR102410552B1 (ko) 2022-01-26 2022-01-26 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법

Publications (1)

Publication Number Publication Date
WO2023146304A1 true WO2023146304A1 (ko) 2023-08-03

Family

ID=82216760

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2023/001202 WO2023146304A1 (ko) 2022-01-26 2023-01-26 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법

Country Status (2)

Country Link
KR (1) KR102410552B1 (ko)
WO (1) WO2023146304A1 (ko)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102410552B1 (ko) * 2022-01-26 2022-06-22 프라이빗테크놀로지 주식회사 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
CN116489086B (zh) * 2023-03-28 2023-12-26 网根科技(青岛)有限公司 一种基于Handle系统的节点可信验证方法和系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070014139A (ko) * 2004-04-23 2007-01-31 인터내셔널 비지네스 머신즈 코포레이션 데이터 스트림 포워딩 방법, 데이터 전송 재개 방법,데이터 포워딩 시스템, 컴퓨터 판독 가능 매체 및 콘텐츠전달 최적화 제공 방법
KR20140006050A (ko) * 2011-04-01 2014-01-15 퀄컴 인코포레이티드 데이터 접속성을 관리하는 방법들 및 장치
KR20160123069A (ko) * 2015-04-15 2016-10-25 한국전자통신연구원 단말의 통합 인증 방법 및 그 장치
KR102250505B1 (ko) * 2019-09-24 2021-05-12 프라이빗테크놀로지 주식회사 터널 및 데이터 플로우에 기반하여 노드의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102309115B1 (ko) * 2021-09-07 2021-10-08 프라이빗테크놀로지 주식회사 데이터 플로우 기반 애플리케이션의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102410552B1 (ko) * 2022-01-26 2022-06-22 프라이빗테크놀로지 주식회사 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20070014139A (ko) * 2004-04-23 2007-01-31 인터내셔널 비지네스 머신즈 코포레이션 데이터 스트림 포워딩 방법, 데이터 전송 재개 방법,데이터 포워딩 시스템, 컴퓨터 판독 가능 매체 및 콘텐츠전달 최적화 제공 방법
KR20140006050A (ko) * 2011-04-01 2014-01-15 퀄컴 인코포레이티드 데이터 접속성을 관리하는 방법들 및 장치
KR20160123069A (ko) * 2015-04-15 2016-10-25 한국전자통신연구원 단말의 통합 인증 방법 및 그 장치
KR102250505B1 (ko) * 2019-09-24 2021-05-12 프라이빗테크놀로지 주식회사 터널 및 데이터 플로우에 기반하여 노드의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102309115B1 (ko) * 2021-09-07 2021-10-08 프라이빗테크놀로지 주식회사 데이터 플로우 기반 애플리케이션의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
KR102410552B1 (ko) * 2022-01-26 2022-06-22 프라이빗테크놀로지 주식회사 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법

Also Published As

Publication number Publication date
KR102410552B1 (ko) 2022-06-22

Similar Documents

Publication Publication Date Title
WO2023038387A1 (ko) 데이터 플로우 기반 애플리케이션의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2021060854A1 (ko) 네트워크 접속 제어 시스템 및 그 방법
WO2023033586A1 (ko) Tcp 세션 제어에 기초하여 애플리케이션의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2022231306A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023163509A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023146304A1 (ko) 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
US11170096B2 (en) Configurable internet isolation and security for mobile devices
WO2023085793A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023211122A1 (ko) 프록시에 기반하여 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
WO2023211124A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023090755A1 (ko) 가상화 인스턴스의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023146308A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023085791A1 (ko) 컨트롤러 기반 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
US10558798B2 (en) Sandbox based Internet isolation in a trusted network
WO2023163514A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023211104A1 (ko) 컨트롤러 기반 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023177238A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2022231304A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2013085281A1 (ko) 클라우딩 컴퓨팅 서비스에서의 보안을 위한 방법 및 장치
WO2014069777A1 (en) Transit control for data
WO2023136658A1 (ko) 컨트롤러 기반의 네트워크 접속을 제어하기 위한 시스템 및 그에 관한 방법
WO2023033588A1 (ko) 가상화 단말에서 데이터 플로우를 제어하기 위한 시스템 및 그에 관한 방법
WO2017034072A1 (ko) 네트워크 보안 시스템 및 보안 방법
WO2023146305A1 (ko) 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법
WO2023163504A1 (ko) 애플리케이션의 파일 송신 및 수신을 제어하기 위한 시스템 및 그에 관한 방법

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

Country of ref document: EP

Kind code of ref document: A1