The disclosed computer-implemented method for establishing restricted interfaces for database applications may include analyzing, by a computing device, query behavior of an application for query requests from the application to a remote database in a computer system and identifying, based on the analysis, an expected query behavior for the application. The method may include establishing, between the application and the remote database, a restricted interface. The method may include receiving, at the restricted interface, a query request from the application to the remote database and limiting, by the restricted interface, the query request from the application to the remote database based on the expected query behavior. The method may include determining, by checking the query request against the expected query behavior, that the query request is anomalous query behavior and performing a security action with respect to the computer system. Various other methods, systems, and computer-readable media are also disclosed.
|
1. A computer-implemented method for establishing restricted interfaces for database applications, at least a portion of the method being performed by a computing device comprising at least one processor, the method comprising: analyzing, by the computing device, query behavior of an application for query requests from the application to a remote database in a computer system; identifying, based on the analysis, an expected query behavior for the application, wherein the expected query behavior includes one or more query types; establishing, between the application and the remote database, a restricted interface, wherein the restricted interface includes a microservice, for each of the one or more query types of the expected query behavior, comprising a limited application configured to forward queries of the respective query type and drop queries of a query type that does not have a corresponding microservice, and establishing the restricted interface comprises modifying a code associated with the application to send query requests to one or more microservices of the restricted interface based on query type; receiving, at the restricted interface, a query request from the application to the remote database, wherein the query request is received by a microservice corresponding to a query type of the query request when the microservice corresponding to the query type of the query request is available; and limiting, by the restricted interface, the query request from the application to the remote database based on the expected query behavior, wherein the query request is dropped when the microservice corresponding to the query type of the query request is not available.
16. A non-transitory computer-readable medium for establishing restricted interfaces for database applications comprising one or more computer-executable instructions that, when executed by at least one processor of a computing device, cause the computing device to: analyze, by the computing device, query behavior of an application for query requests from the application to a remote database in a computer system; identify, based on the analysis, an expected query behavior for the application, wherein the expected query behavior comprises a set of queries the application is designed to use and the expected query behavior includes one or more query types; establish, between the application and the remote database, a restricted interface, wherein the restricted interface comprises a database proxy configured to intercept all communication between the application and the remote database, and one or more microservices and a microservice is a limited application configured for a specific type of database query; receive, at the restricted interface, a query request from the application to the remote database, wherein the query request is received by a microservice corresponding to a query type of the query request when the microservice corresponding to the query type of the query request is available, and the query request is dropped when the microservice corresponding to the query type of the query request is not available, the query request is dropped when the query type does not have a corresponding microservice, and establishing the restricted interface one or more microservices of the restricted interface based on query type; and limit, by the restricted interface, the query request from the application to the remote database based on the expected query behavior.
12. A system for establishing restricted interfaces for database applications, the system comprising: an analysis module, stored in memory, for analyzing query behavior of an application for query requests from the application to a remote database in a computer system; an identification module, stored in the memory, for identifying, based on the analysis of the analysis module, an expected query behavior for the application, wherein the expected query behavior includes one or more query types; an establishing module, stored in the memory, for establishing, between the application and the remote database, a restricted interface configured to limit query requests from the application to the remote database based on the expected query behavior, wherein the restricted interface comprises a database proxy configured to intercept all communication between the application and the remote database, and a microservice, for each of the one or more query types of the expected query behavior, comprising a limited application configured to forward queries of the respective query type and drop queries of a query type that does not have a corresponding microservice, and establishing the restricted interface comprises modifying a code associated with the application to send query requests to one or more microservices of the restricted interface based on query type; a receiving module, stored in the memory, for receiving, at the restricted interface, a query request from the application to the remote database, wherein the query request is received by a microservice corresponding to a query type of the query request when the microservice corresponding to the query type of the query request is available and the query request is dropped when the microservice corresponding to the query type of the query request is not available; a determination module, stored in the memory, for determining, by checking the query request against the expected query behavior, that the query request is an anomalous query behavior; a security action module, stored in the memory, for performing a security action with respect to the computer system in response to determining that the query request is an anomalous query behavior; and at least one physical processor that executes the analysis module, the identification module, the establishing module, the receiving module, the determination module, and the security action module.
2. The computer-implemented method of
3. The computer-implemented method of
4. The computer-implemented method of
5. The computer-implemented method of
6. The computer-implemented method of
7. The computer-implemented method of
8. The computer-implemented method of
9. The computer-implemented method of
10. The computer-implemented method of
11. The computer-implemented method of
13. The system of
14. The system of
15. The system of
17. The computer-readable medium of
18. The computer-readable medium of
19. The computer-implemented method of
20. The computer-implemented method of
|
Many applications and services are available over the internet. These applications may be accessed by a user's computer accessing the internet, or a user's mobile device. These applications often require storing and accessing data. For example, the user may have a user account associated with the application or service. The user's user account data may be stored remotely such that the user may access the user account data from multiple devices. Often, the user account data may be stored in a remote database that is accessed by the application. Storing the user account data in the remote database may further protect the user account data, which may include personal data, payment information, etc. The application may have limited access to the remote database as a security measure.
However, an attacker may attempt to breach the security of the remote database by compromising the application. Because the application has access to the database, an attacker may be able to bypass some of the security measures by accessing the database through the application. For example, the attacker may pretend to be the application and send queries to the database. The database, believing the queries to be valid queries from the application, may accordingly respond, which may expose protected data.
The instant disclosure, therefore, identifies and addresses a need for systems and methods for establishing restricted interfaces for database applications.
As will be described in greater detail below, the instant disclosure describes various systems and methods for establishing restricted interfaces for database applications.
In one example, a method for establishing restricted interfaces for database applications may include (1) analyzing, by the computing device, query behavior of an application for query requests from the application to a remote database in a computer system, (2) identifying, based on the analysis, an expected query behavior for the application, (3) establishing, between the application and the remote database, a restricted interface, (4) receiving, at the restricted interface, a query request from the application to the remote database, and (5) limit, by the restricted interface, the query request from the application to the remote database based on the expected query behavior.
In some examples, limiting the query request from the application to the remote database may include determining, by checking the query request against the expected query behavior, that the query request is an anomalous query behavior, and performing a security action with respect to the computer system in response to determining that the query request is an anomalous query behavior. In some examples, performing the security action may include preventing the application from accessing the remote database. In some examples, performing the security action may include dropping the query request. In some examples, performing the security action comprises logging the query request.
In some examples, the expected query behavior may include a set of queries the application is designed to use. Determining that the query request is an anomalous query behavior may include determining that the query request does not correspond to a query in the set of queries the application is designed to use. Determining that the query request is an anomalous query behavior may include determining that the query request corresponds to a query in the set of queries the application is designed to use that is being sent at an abnormal frequency.
In some examples, the restricted interface may include a database proxy configured to intercept all communication between the application and the remote database. In some examples, the restricted interface may include one or more microservices. A microservice may be a limited application configured for a specific type of database query.
In some examples, analyzing the query behavior may include analyzing one or more precompiled query templates associated with the application for the remote database. In some examples, analyzing the query behavior may include analyzing a query log associated with the application for the remote database.
In some examples, analyzing the query behavior further comprises analyzing a code associated with the application. Establishing the restricted interface may include modifying the code associated with the application to send query requests to the restricted interface. The code associated with the application may include a source code of the application. The code associated with the application may include a binary code of the application.
In one embodiment, a system for establishing restricted interfaces for database applications may include several modules stored in memory, including (1) an analysis module for analyzing query behavior of an application for query requests from the application to a remote database in a computer system, (2) an identification module for identifying, based on the analysis of the analysis module, an expected query behavior for the application, (3) an establishing module, stored in the memory, for establishing, between the application and the remote database, a restricted interface configured to limit query requests from the application to the remote database based on the expected query behavior, wherein the restricted interface comprises at least one of a database proxy configured to intercept all communication between the application and the remote database, and one or more microservices and a microservice is a limited application configured for a specific type of database query, (4) a receiving module, stored in the memory, for receiving, at the restricted interface, a query request from the application to the remote database, (5) a determination module, stored in the memory, for determining, by checking the query request against the expected query behavior, that the query request is an anomalous query behavior, (6) a security action module, stored in the memory, for performing a security action with respect to the computer system in response to determining that the query request is an anomalous query behavior, and at least one physical processor that executes the analysis module, the identification module, the establishing module, the receiving module, the determination module, and the security action module.
In some examples, performing the security action may include preventing the application from accessing the remote database. In some examples, performing the security action may include at least one of dropping the query request and logging the query request.
In some examples, the expected query behavior may include a set of queries the application is designed to use. Determining that the query request is an anomalous query behavior may include at least one of: determining that the query request does not correspond to a query in the set of queries the application is designed to use; and determining that the query request corresponds to a query in the set of queries the application is designed to use that is being sent at an abnormal frequency.
In some examples, analyzing the query behavior further may include analyzing one or more precompiled query templates associated with the application for the remote database or analyzing a query log associated with the application for the remote database.
In some examples, analyzing the query behavior further may include analyzing a code associated with the application. Establishing the restricted interface may include modifying the code associated with the application to send query requests to the restricted interface. The code associated with the application may include a source code or a binary code of the application.
In some examples, the above-described method may be encoded as computer-readable instructions on a non-transitory computer-readable medium. For example, a computer-readable medium may include one or more computer-executable instructions that, when executed by at least one processor of a computing device, may cause the computing device to (1) analyze, by the computing device, query behavior of an application for query requests from the application to a remote database in a computer system, (2) identify, based on the analysis, an expected query behavior for the application, wherein the expected query behavior comprises a set of queries the application is designed to use, (3) establish, between the application and the remote database, a restricted interface, wherein the restricted interface comprises at least one of a database proxy configured to intercept all communication between the application and the remote database, and one or more microservices and a microservice is a limited application configured for a specific type of database query, (4) receive, at the restricted interface, a query request from the application to the remote database, and (5) limit, by the restricted interface, the query request from the application to the remote database based on the expected query behavior.
In some examples, the instructions for limiting the query request may cause the computing device to determine, by checking the query request against the expected query behavior, that the query request is an anomalous query behavior, and perform a security action with respect to the computer system in response to determining that the query request is an anomalous query behavior. In some examples, performing the security action may include preventing the application from accessing the remote database.
Features from any of the above-mentioned embodiments may be used in combination with one another in accordance with the general principles described herein. These and other embodiments, features, and advantages will be more fully understood upon reading the following detailed description in conjunction with the accompanying drawings and claims.
The accompanying drawings illustrate a number of example embodiments and are a part of the specification. Together with the following description, these drawings demonstrate and explain various principles of the instant disclosure.
Throughout the drawings, identical reference characters and descriptions indicate similar, but not necessarily identical, elements. While the example embodiments described herein are susceptible to various modifications and alternative forms, specific embodiments have been shown by way of example in the drawings and will be described in detail herein. However, the example embodiments described herein are not intended to be limited to the particular forms disclosed. Rather, the instant disclosure covers all modifications, equivalents, and alternatives falling within the scope of the appended claims.
The present disclosure is generally directed to systems and methods for establishing restricted interfaces for database applications. Attackers may compromise an application in order to gain access or attack a database accessed by the application. As will be explained in greater detail below, by determining expected query behavior of the application with respect to the database, the systems and methods described herein may be able to establish a restricted interface between the application and the database. The restricted interface may filter out anomalous queries from the application to the database, based on the expected query behavior. By isolating the application from the database using the restricted interface, the systems and methods described herein may be able to improve security of the database and minimize an attack surface of the database by minimizing vectors for attack. When compared to a conventional database interface, the restricted interface may reduce attack vectors of compromised applications.
In addition, the systems and methods described herein may improve the functioning of a computing device by detecting anomalous query behavior and preventing the anomalous query behavior from affecting a database. These systems and methods may also improve the field of heuristic-based computer security and/or database security by further isolating an application from the database.
The following will provide, with reference to
In certain embodiments, one or more of modules 142 in
As illustrated in
As illustrated in
As illustrated in
Example system 100 in
Computing device 202 generally represents any type or form of computing device capable of reading computer-executable instructions. Computing device 202 may be one or more servers capable of hosting microservices. As used herein, the term “microservice” generally refers to a fine-grain software application designed to perform a single function. Additional examples of computing device 202 include, without limitation, servers, laptops, tablets, desktops, variations or combinations of one or more of the same, and/or any other suitable computing device.
Database server 206 generally represents any type or form of computing device that is capable of hosting a database 222, receive database queries, and provide responses to the queries. Additional examples of database server 206 include, without limitation, security servers, application servers, web servers, and/or storage servers configured to run certain software applications and/or provide various security, web, storage, and/or database services. Although illustrated as a single entity in
Database server 206 includes a physical processor 230. Physical processor 230 generally represents any type or form of hardware-implemented processing unit capable of interpreting and/or executing computer-readable instructions. In one example, physical processor 130 may access and/or manage database 222 stored in a storage device 220. Examples of physical processor 230 include, without limitation, microprocessors, microcontrollers, Central Processing Units (CPUs), Field-Programmable Gate Arrays (FPGAs) that implement softcore processors, Application-Specific Integrated Circuits (ASICs), portions of one or more of the same, variations or combinations of one or more of the same, and/or any other suitable physical processor. Database server 206 may also include one or more memory devices, such as memory 240. Memory 240 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or computer-readable instructions. Examples of memory 240 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, Hard Disk Drives (HDDs), Solid-State Drives (SSDs), optical disk drives, caches, variations or combinations of one or more of the same, and/or any other suitable storage memory. Database server 206 may also include storage device 220. Storage device 220 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or computer-readable instructions. In one example, storage device 220 may store, load, and/or maintain database 222. Examples of storage device 220 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, Hard Disk Drives (HDDs), Solid-State Drives (SSDs), optical disk drives, caches, variations or combinations of one or more of the same, and/or any other suitable storage device.
Application server 208 generally represents any type or form of computing device that is capable of hosting an application, such as application 242, which may access a remote database, such as database 222 hosted by database server 206. Additional examples of application server 208 include, without limitation, security servers, web servers, storage servers, and/or database servers configured to run certain software applications and/or provide various security, web, storage, and/or database services. Although illustrated as a single entity in
Application server 208 includes a physical processor 230. Physical processor 230 generally represents any type or form of hardware-implemented processing unit capable of interpreting and/or executing computer-readable instructions. In one example, physical processor 230 may execute application 242 in a memory 240. Examples of physical processor 230 include, without limitation, microprocessors, microcontrollers, Central Processing Units (CPUs), Field-Programmable Gate Arrays (FPGAs) that implement softcore processors, Application-Specific Integrated Circuits (ASICs), portions of one or more of the same, variations or combinations of one or more of the same, and/or any other suitable physical processor. Application server 208 may also include one or more memory devices, such as memory 240. Memory 240 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or computer-readable instructions. Examples of memory 240 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, Hard Disk Drives (HDDs), Solid-State Drives (SSDs), optical disk drives, caches, variations or combinations of one or more of the same, and/or any other suitable storage memory. Application server 206 may also include a storage device 220. Storage device 220 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or computer-readable instructions. Examples of storage device 220 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, Hard Disk Drives (HDDs), Solid-State Drives (SSDs), optical disk drives, caches, variations or combinations of one or more of the same, and/or any other suitable storage device.
In certain implementations, all or a portion of computing device 202 may be integrated with one or more of database server 206 and application 208. However, all or a portion of the functionality of modules 142 may be hosted on a virtual machine separate from database 222 and/or application 242. As used herein, the term “virtual machine” generally refers to any operating system environment that is abstracted from computing hardware by a virtual machine manager (e.g., a hypervisor).
Network 204 generally represents any medium or architecture capable of facilitating communication or data transfer. In one example, network 204 may facilitate communication between computing device 202 and server 206. In this example, network 204 may facilitate communication or data transfer using wireless and/or wired connections. Examples of network 204 include, without limitation, an intranet, a Wide Area Network (WAN), a Local Area Network (LAN), a Personal Area Network (PAN), the Internet, Power Line Communications (PLC), a cellular network (e.g., a Global System for Mobile Communications (GSM) network), portions of one or more of the same, variations or combinations of one or more of the same, and/or any other suitable network.
As illustrated in
The query behavior may be analyzed in one or more ways. Analyzing the query behavior may comprise analyzing one or more precompiled query templates associated with the application for the remote database. If database 222 is configured for prepared statements and computing device 202 has access to the prepared statements, computing device 202 may analyze the prepared statements associated with application 242. The prepared statements may provide template forms of permitted queries for the application 242 such that parameters for the queries may be defined.
Analyzing the query behavior may comprise analyzing a query log associated with the application for the remote database. Database 222 may not be configured for prepared statements and/or computing device 202 may not have such access to database 222. Computing device 202 may have access to query logs of database 222, such as a query log corresponding to application 242. The query log may include details of all queries made by application 242 to database 222, such as the specific query, timestamp of the query, IP address and user credentials associated with the query, etc. Computing device 202 may analyze, for example through pattern recognition, the logged queries to determine, for example, what types of queries were made by application 242, and by comparing differences between similar types of queries, parameters for each query type.
Analyzing the query behavior may comprise analyzing a code associated with the application. For example, computing device 202 may have access to a source code of application 242. As used herein, the term “source code” generally refers to computer instructions, in a human-readable form, which specify actions to be performed by the computer for an application. Source code may be compiled into binary code for execution by the computer. As used herein, the term “binary code” generally refers to instructions understood and performed by a processor of a computer, which may be a compiled form of source code for an application.
Computing device 202 may analyze the source code of application 242 to determine when application 242 attempts reading from and writing to database 222, what types of queries are made, and parameters for the query types. For example, computing device 202 may determine functions for when application 242 reads or writes data to database 222, and what queries are made using what parameters.
Alternatively, computing device 202 may analyzed the binary code of application 242 to determine when application 242 attempts connecting to database server 206, and determine what types of queries are made, and parameters for the query types.
Query types may include reading data (e.g., SELECT), writing data (e.g., UPDATE), adding new entries (e.g., INSERT), and removing entries (e.g., DELETE). Parameters may include, without limitations, ID numbers, usernames, passwords, account fields, and other data stored and/or accessed from a database.
At step 304, one or more of the systems described herein may identify, based on the analysis, an expected query behavior for the application. The expected query behavior may comprise a set of queries the application is designed to use. For example, identification module 104 may, as part of computing device 202 in
If computing device 202 analyzed prepared statements, the expected query behavior may be defined by the prepared statements. The prepared statements may provide a complete list of query types and parameters that application 242 is configured for, and further has permission for accessing the database 222.
If computing device 202 analyzed the query log associated with application 242, the expected query behavior may include query types and parameters determined by the analysis of the query log.
If computing device 202 analyzed code associated with application 242, the expected query behavior may include query types and parameters determined by the analysis of the code.
The expected query behavior may limit what queries application 242 may be permitted to and/or expected to request of database 222. Queries that are not in the expected query behavior may therefore be anomalous queries, which may indicate application 242 has been compromised.
At step 306, one or more of the systems described herein may establish, between the application and the remote database, a restricted interface configured to limit query requests from the application to the remote database based on the expected query behavior. For example, establishing module 106 may, as part of computing device 202 in
The restricted interface may be implemented in one or more ways. The restricted interface may comprise a database proxy configured to intercept all communication between the application and the remote database. For example, restricted interface 504 may be a proxy server configured to appear as database 506 to application 502. Alternatively, application 502 may be modified to access a server on which restricted interface 504 resides.
The restricted interface may comprise one or more microservices. The microservices may be limited applications each configured for a specific type of database query.
Establishing the restricted interface may comprise modifying the code associated with the application to send query requests to the restricted interface. For example, source code or binary code of application 502 may be modified to send query requests to restricted interface 504. Source code or binary code of application 602 may be modified to send query requests to microservice 606A, microservice 606B, and microservice 606C, based on query type.
In certain implementations, establishing the restricted interface may actively limit the application to only sending query requests conforming to the expected query behavior. For example, source code or binary code of application 602 may be modified to only send query requests to microservice 606A, microservice 606B, and microservice 606C, based on query type. Application 602 may not be able to send query requests of a non-expected query type because a corresponding microservice may not be known.
The restricted interface may be implemented with and/or in conjunction with one or more firewalls. As used herein, the term “firewall” generally refers to a network security system configured to monitor and control incoming and outgoing network traffic based on predetermined security rules. Establishing the restricted interface may include establishing one or more firewalls between the application and the remote database such that the application cannot communicate directly to the remote database. For example, computing device 202 may establish firewalls on database server 206 and/or network 204 to block network traffic between application server 208 and database server 206.
At step 308, one or more of the systems described herein may receive, at the restricted interface, a query request from the application to the remote database. For example, receiving module 108 may, as part of computing device 202 in
For example, in
In
At step 310, one or more of the systems described herein may limit, by the restricted interface, the query request from the application to the remote database based on the expected query behavior. For example, one or more of modules 142, such as determination module 110 and/or security action module 112 may, as part of computing device 202 in
For example, in
Because the restricted interface, rather than the remote database, receives query requests from the application, the restricted interface may provide a measure of security for the remote database. To access the remote database, an attacker may need to find a vulnerability in the application server and also find a vulnerability in the restricted interface.
The restricted interface may also take proactive steps with respect to anomalous query behavior. At step 312, which may be optional and which may be a substep of step 310, one or more of the systems described herein may determine, by checking the query request against the expected query behavior, that the query request is an anomalous query behavior. For example, determination module 110 may, as part of computing device 202 in
Determining that the query request is an anomalous query behavior may include determining that the query request does not correspond to a query in the set of queries the application is designed to use. For example, if the expected query behavior included SELECT, INSERT, UPDATE queries, and the query request was a DELETE query, the query request may be anomalous query behavior. In another example, if the query request was a SELECT*query (which selects all available columns in the table), and the expected query behavior includes selecting of specific columns only, the query request may be anomalous query behavior. An attacker may have compromised application 242, and may attempt to gain access to database 222 by requesting more data than application 242 may normally have access to, by selecting columns that application 242 may not be programmed to access. The attacker may attempt to alter database 222, such as by deleting or updating entries, in ways that application 242 is not programmed to alter.
Determining that the query request is an anomalous query behavior comprises determining that the query request corresponds to a query in the set of queries the application is designed to use that is being sent at an abnormal frequency. The query request may be a valid query request sent at an abnormal high rate. For example, the attacker may be attempting to access all entries of database 222 by repeatedly sending query requests for individual entries, and iterating through all available entries. Although each individual query request may be valid, the high frequency of sending the same query request, which one or more changed parameters, may indicate the attacker attempting to access database 222.
In
In
At step 314, which may be optional and which may be a substep of step 310, one or more of the systems described herein may perform a security action with respect to the computer system in response to determining that the query request is an anomalous query behavior. For example, security action module 112 may, as part of computing device 202 in
The security action may include preventing the application from accessing the remote database. For example, application 242 and/or application server 208 may be quarantined, isolated or blocked from network 204, or otherwise blocked or prevented from making further query requests to database 222 and/or database server 206. Database 222 and/or database server 206 may be isolated from network 204 or communication from application 242 and/or application server 208 may be blocked. Database 222 and/or database server 206 may be instructed to ignore and/or discard communication from application 242 and/or application server 208.
The security action may include dropping the query request. For example, in
In
The security action may include logging the query request. For example, computing device 202 may log the anomalous query behavior. The logged anomalous query behavior may be further analyzed, for example to better refine the expected query behavior, to determine how application 242 has been comprised, and/or to determine what types of attacks on database 222 have been encountered. Other security actions may include providing alerts or notifications to system administrators, shutting down all access to the database, quarantining the application, etc. The process 300 and/or steps therein may repeat as needed, for example any changes to the application may warrant a reanalysis of expected query behavior.
As explained above in connection with example method 300 in
Computing system 710 broadly represents any single or multi-processor computing device or system capable of executing computer-readable instructions. Examples of computing system 710 include, without limitation, workstations, laptops, client-side terminals, servers, distributed computing systems, handheld devices, or any other computing system or device. In its most basic configuration, computing system 710 may include at least one processor 714 and a system memory 716.
Processor 714 generally represents any type or form of physical processing unit (e.g., a hardware-implemented central processing unit) capable of processing data or interpreting and executing instructions. In certain embodiments, processor 714 may receive instructions from a software application or module. These instructions may cause processor 714 to perform the functions of one or more of the example embodiments described and/or illustrated herein.
System memory 716 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or other computer-readable instructions. Examples of system memory 716 include, without limitation, Random Access Memory (RAM), Read Only Memory (ROM), flash memory, or any other suitable memory device. Although not required, in certain embodiments computing system 710 may include both a volatile memory unit (such as, for example, system memory 716) and a non-volatile storage device (such as, for example, primary storage device 732, as described in detail below). In one example, one or more of modules 102 from
In some examples, system memory 716 may store and/or load an operating system 740 for execution by processor 714. In one example, operating system 740 may include and/or represent software that manages computer hardware and software resources and/or provides common services to computer programs and/or applications on computing system 710. Examples of operating system 740 include, without limitation, LINUX, JUNOS, MICROSOFT WINDOWS, WINDOWS MOBILE, MAC OS, APPLE'S IOS, UNIX, GOOGLE CHROME OS, GOOGLE'S ANDROID, SOLARIS, variations of one or more of the same, and/or any other suitable operating system.
In certain embodiments, example computing system 710 may also include one or more components or elements in addition to processor 714 and system memory 716. For example, as illustrated in
Memory controller 718 generally represents any type or form of device capable of handling memory or data or controlling communication between one or more components of computing system 710. For example, in certain embodiments memory controller 718 may control communication between processor 714, system memory 716, and I/O controller 720 via communication infrastructure 712.
I/O controller 720 generally represents any type or form of module capable of coordinating and/or controlling the input and output functions of a computing device. For example, in certain embodiments I/O controller 720 may control or facilitate transfer of data between one or more elements of computing system 710, such as processor 714, system memory 716, communication interface 722, display adapter 726, input interface 730, and storage interface 734.
As illustrated in
As illustrated in
Additionally or alternatively, example computing system 710 may include additional I/O devices. For example, example computing system 710 may include I/O device 736. In this example, I/O device 736 may include and/or represent a user interface that facilitates human interaction with computing system 710. Examples of I/O device 736 include, without limitation, a computer mouse, a keyboard, a monitor, a printer, a modem, a camera, a scanner, a microphone, a touchscreen device, variations or combinations of one or more of the same, and/or any other I/O device.
Communication interface 722 broadly represents any type or form of communication device or adapter capable of facilitating communication between example computing system 710 and one or more additional devices. For example, in certain embodiments communication interface 722 may facilitate communication between computing system 710 and a private or public network including additional computing systems. Examples of communication interface 722 include, without limitation, a wired network interface (such as a network interface card), a wireless network interface (such as a wireless network interface card), a modem, and any other suitable interface. In at least one embodiment, communication interface 722 may provide a direct connection to a remote server via a direct link to a network, such as the Internet. Communication interface 722 may also indirectly provide such a connection through, for example, a local area network (such as an Ethernet network), a personal area network, a telephone or cable network, a cellular telephone connection, a satellite data connection, or any other suitable connection.
In certain embodiments, communication interface 722 may also represent a host adapter configured to facilitate communication between computing system 710 and one or more additional network or storage devices via an external bus or communications channel. Examples of host adapters include, without limitation, Small Computer System Interface (SCSI) host adapters, Universal Serial Bus (USB) host adapters, Institute of Electrical and Electronics Engineers (IEEE) 1394 host adapters, Advanced Technology Attachment (ATA), Parallel ATA (PATA), Serial ATA (SATA), and External SATA (eSATA) host adapters, Fibre Channel interface adapters, Ethernet adapters, or the like. Communication interface 722 may also allow computing system 710 to engage in distributed or remote computing. For example, communication interface 722 may receive instructions from a remote device or send instructions to a remote device for execution.
In some examples, system memory 716 may store and/or load a network communication program 738 for execution by processor 714. In one example, network communication program 738 may include and/or represent software that enables computing system 710 to establish a network connection 742 with another computing system (not illustrated in
Although not illustrated in this way in
As illustrated in
In certain embodiments, storage devices 732 and 733 may be configured to read from and/or write to a removable storage unit configured to store computer software, data, or other computer-readable information. Examples of suitable removable storage units include, without limitation, a floppy disk, a magnetic tape, an optical disk, a flash memory device, or the like. Storage devices 732 and 733 may also include other similar structures or devices for allowing computer software, data, or other computer-readable instructions to be loaded into computing system 710. For example, storage devices 732 and 733 may be configured to read and write software, data, or other computer-readable information. Storage devices 732 and 733 may also be a part of computing system 710 or may be a separate device accessed through other interface systems.
Many other devices or subsystems may be connected to computing system 710. Conversely, all of the components and devices illustrated in
The computer-readable medium containing the computer program may be loaded into computing system 710. All or a portion of the computer program stored on the computer-readable medium may then be stored in system memory 716 and/or various portions of storage devices 732 and 733. When executed by processor 714, a computer program loaded into computing system 710 may cause processor 714 to perform and/or be a means for performing the functions of one or more of the example embodiments described and/or illustrated herein. Additionally or alternatively, one or more of the example embodiments described and/or illustrated herein may be implemented in firmware and/or hardware. For example, computing system 710 may be configured as an Application Specific Integrated Circuit (ASIC) adapted to implement one or more of the example embodiments disclosed herein.
Client systems 810, 820, and 830 generally represent any type or form of computing device or system, such as example computing system 710 in
As illustrated in
Servers 840 and 845 may also be connected to a Storage Area Network (SAN) fabric 880. SAN fabric 880 generally represents any type or form of computer network or architecture capable of facilitating communication between a plurality of storage devices. SAN fabric 880 may facilitate communication between servers 840 and 845 and a plurality of storage devices 890(1)-(N) and/or an intelligent storage array 895. SAN fabric 880 may also facilitate, via network 850 and servers 840 and 845, communication between client systems 810, 820, and 830 and storage devices 890(1)-(N) and/or intelligent storage array 895 in such a manner that devices 890(1)-(N) and array 895 appear as locally attached devices to client systems 810, 820, and 830. As with storage devices 860(1)-(N) and storage devices 870(1)-(N), storage devices 890(1)-(N) and intelligent storage array 895 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
In certain embodiments, and with reference to example computing system 710 of
In at least one embodiment, all or a portion of one or more of the example embodiments disclosed herein may be encoded as a computer program and loaded onto and executed by server 840, server 845, storage devices 860(1)-(N), storage devices 870(1)-(N), storage devices 890(1)-(N), intelligent storage array 895, or any combination thereof. All or a portion of one or more of the example embodiments disclosed herein may also be encoded as a computer program, stored in server 840, run by server 845, and distributed to client systems 810, 820, and 830 over network 850.
As detailed above, computing system 710 and/or one or more components of network architecture 800 may perform and/or be a means for performing, either alone or in combination with other elements, one or more steps of an example method for establishing restricted interfaces for database applications.
While the foregoing disclosure sets forth various embodiments using specific block diagrams, flowcharts, and examples, each block diagram component, flowchart step, operation, and/or component described and/or illustrated herein may be implemented, individually and/or collectively, using a wide range of hardware, software, or firmware (or any combination thereof) configurations. In addition, any disclosure of components contained within other components should be considered example in nature since many other architectures can be implemented to achieve the same functionality.
In some examples, all or a portion of example system 100 in
In various embodiments, all or a portion of example system 100 in
According to various embodiments, all or a portion of example system 100 in
In some examples, all or a portion of example system 100 in
In addition, all or a portion of example system 100 in
In some embodiments, all or a portion of example system 100 in
According to some examples, all or a portion of example system 100 in
The process parameters and sequence of steps described and/or illustrated herein are given by way of example only and can be varied as desired. For example, while the steps illustrated and/or described herein may be shown or discussed in a particular order, these steps do not necessarily need to be performed in the order illustrated or discussed. The various example methods described and/or illustrated herein may also omit one or more of the steps described or illustrated herein or include additional steps in addition to those disclosed.
While various embodiments have been described and/or illustrated herein in the context of fully functional computing systems, one or more of these example embodiments may be distributed as a program product in a variety of forms, regardless of the particular type of computer-readable media used to actually carry out the distribution. The embodiments disclosed herein may also be implemented using software modules that perform certain tasks. These software modules may include script, batch, or other executable files that may be stored on a computer-readable storage medium or in a computing system. In some embodiments, these software modules may configure a computing system to perform one or more of the example embodiments disclosed herein.
In addition, one or more of the modules described herein may transform data, physical devices, and/or representations of physical devices from one form to another. For example, one or more of the modules recited herein may receive query data to be transformed, transform the query data, use the result of the transformation to establish a restricted interface, and store the result of the transformation to enforce the restricted interface. Additionally or alternatively, one or more of the modules recited herein may transform a processor, volatile memory, non-volatile memory, and/or any other portion of a physical computing device from one form to another by executing on the computing device, storing data on the computing device, and/or otherwise interacting with the computing device.
The preceding description has been provided to enable others skilled in the art to best utilize various aspects of the example embodiments disclosed herein. This example description is not intended to be exhaustive or to be limited to any precise form disclosed. Many modifications and variations are possible without departing from the spirit and scope of the instant disclosure. The embodiments disclosed herein should be considered in all respects illustrative and not restrictive. Reference should be made to the appended claims and their equivalents in determining the scope of the instant disclosure.
Unless otherwise noted, the terms “connected to” and “coupled to” (and their derivatives), as used in the specification and claims, are to be construed as permitting both direct and indirect (i.e., via other elements or components) connection. In addition, the terms “a” or “an,” as used in the specification and claims, are to be construed as meaning “at least one of.” Finally, for ease of use, the terms “including” and “having” (and their derivatives), as used in the specification and claims, are interchangeable with and have the same meaning as the word “comprising.”
Patent | Priority | Assignee | Title |
11886610, | May 23 2023 | Normalyze, Inc. | Cloud environment database log analyzer with risk signature detection |
Patent | Priority | Assignee | Title |
7558796, | May 19 2005 | CA, INC | Determining origins of queries for a database intrusion detection system |
7568229, | Jul 01 2003 | CA, INC | Real-time training for a computer code intrusion detection system |
20080275843, | |||
20130159285, | |||
20150302197, | |||
20170160880, | |||
20170220798, | |||
20180063089, | |||
20180069806, | |||
20180167412, | |||
20190102437, | |||
20190114210, | |||
20190199738, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jan 04 2018 | MARINO, DANIEL | Symantec Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 044567 | /0357 | |
Jan 04 2018 | KATS, DANIEL | Symantec Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 044567 | /0357 | |
Jan 09 2018 | NORTONLIFELOCK, INC. | (assignment on the face of the patent) | / | |||
Nov 04 2019 | LIFELOCK, INC, | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | Symantec Operating Corporation | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | BLUE COAT LLC | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | Symantec Corporation | JPMORGAN, N A | SECURITY AGREEMENT | 050926 | /0560 | |
Nov 04 2019 | Symantec Corporation | NORTONLIFELOCK INC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 051935 | /0228 | |
Sep 12 2022 | JPMORGAN CHASE BANK, N A | BANK OF AMERICA, N A , AS COLLATERAL AGENT | NOTICE OF SUCCESSION OF AGENCY REEL 050926 FRAME 0560 | 061422 | /0371 | |
Sep 12 2022 | NORTONLIFELOCK INC | BANK OF AMERICA, N A , AS COLLATERAL AGENT | SECURITY AGREEMENT | 062220 | /0001 | |
Nov 07 2022 | NORTONLIFELOCK INC | GEN DIGITAL INC | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 062714 | /0605 |
Date | Maintenance Fee Events |
Jan 09 2018 | BIG: Entity status set to Undiscounted (note the period is included in the code). |
Oct 23 2024 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Date | Maintenance Schedule |
May 18 2024 | 4 years fee payment window open |
Nov 18 2024 | 6 months grace period start (w surcharge) |
May 18 2025 | patent expiry (for year 4) |
May 18 2027 | 2 years to revive unintentionally abandoned end. (for year 4) |
May 18 2028 | 8 years fee payment window open |
Nov 18 2028 | 6 months grace period start (w surcharge) |
May 18 2029 | patent expiry (for year 8) |
May 18 2031 | 2 years to revive unintentionally abandoned end. (for year 8) |
May 18 2032 | 12 years fee payment window open |
Nov 18 2032 | 6 months grace period start (w surcharge) |
May 18 2033 | patent expiry (for year 12) |
May 18 2035 | 2 years to revive unintentionally abandoned end. (for year 12) |