[go: up one dir, main page]

US20200218832A1 - Automatic Initiation of Execution Analysis - Google Patents

Automatic Initiation of Execution Analysis Download PDF

Info

Publication number
US20200218832A1
US20200218832A1 US16/575,173 US201916575173A US2020218832A1 US 20200218832 A1 US20200218832 A1 US 20200218832A1 US 201916575173 A US201916575173 A US 201916575173A US 2020218832 A1 US2020218832 A1 US 2020218832A1
Authority
US
United States
Prior art keywords
bit set
execution
bit
environment
operating system
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.)
Abandoned
Application number
US16/575,173
Inventor
Ian Pratt
Rahul Kashyap
Gaurav Banga
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.)
Hewlett Packard Development Co LP
Original Assignee
Hewlett Packard Development Co LP
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
Priority claimed from US14/170,281 external-priority patent/US9110701B1/en
Priority claimed from US14/610,282 external-priority patent/US9116733B2/en
Priority claimed from US14/798,228 external-priority patent/US10095530B1/en
Application filed by Hewlett Packard Development Co LP filed Critical Hewlett Packard Development Co LP
Priority to US16/575,173 priority Critical patent/US20200218832A1/en
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. reassignment HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BROMIUM, INC.
Assigned to BROMIUM, INC. reassignment BROMIUM, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PRATT, IAN, KASHYAP, RAHUL C., BANGA, GAURAV
Publication of US20200218832A1 publication Critical patent/US20200218832A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/71Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure computing or processing of information
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/53Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • G06F21/562Static detection
    • G06F21/564Static detection by virus signature recognition
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • G06F21/566Dynamic detection, i.e. detection performed at run-time, e.g. emulation, suspicious activities
    • 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
    • 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/1441Countermeasures against malicious traffic

Definitions

  • U.S. non-provisional patent application Ser. No. 14/798,228 is a continuation-in-part of, and claims priority to, U.S. non-provisional patent application Ser. No. 14/610,282, filed Jan. 30, 2015, which has a priority date of May 28, 2010, invented by Gaurav Banga et al, entitled “Automated Provisioning of Secure Virtual Execution Environment Using Virtual Machine Templates Based on Requested Activity,” the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • U.S. non-provisional patent application Ser. No. 14/798,228 is also a continuation-in-part of, and claims priority to, U.S. non-provisional patent application Ser. No. 14/170,281, filed Jan. 31, 2014, which has a priority date of Aug. 31, 2011, invented by Gaurav Banga et al, entitled “Automated Identification of Virtual Machines to Process or Receive Untrusted Data Based on Client Policies,” the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • Embodiments of the invention relate to transferring control to a bit set in a secure manner.
  • firewalls were software applications which were positioned in the flow of network traffic between a computer and a public network, such as the Internet. The firewall prevented the exchange of certain types of network traffic to any computer behind the firewall. Initially, firewalls were configured to only allow email or SMTP network traffic to be exchanged with devices behind the firewall. Over time, it became desirable for additional types of network traffic to be allowed through the firewall; as such, it became commonplace for firewalls to permit additional types of network traffic (such as FTP and WWW traffic) through the firewall. Firewalls have evolved from consisting of a pure software implementation to being implemented, by certain vendors, as specialized hardware appliances.
  • Antivirus software is software that analyzes the files of a computer-readable medium to identify any files which have been previously identified as being malicious. Once malicious files have been identified, the antivirus software quarantines and removes the malicious files.
  • Firewalls and antivirus software currently form the foundation of modern computer security paradigms. Virtually all computer security approaches are enhancements to one or both of the firewall and antivirus software. For example, firewalls have been embellished to look deeper into network traffic to examine the contents of a data packet in determining whether to permit or deny the data packet passage through the firewall.
  • the firewall may be configured to allow certain types of network traffic deemed permissible by a policy (such as work-related HTTP network traffic) but prevent other types of network traffic deemed impermissible by a policy (such as non-work related HTTP network traffic).
  • firewalls may allow certain network traffic to pass through the firewall, but will subsequently check each network communication for malware; upon detecting that a network communication (such as an email) which has already past the firewall did contain malware, the firewall alerts the destination of that network communication that it may already have been compromised.
  • a network communication such as an email
  • Antivirus software has also been embellished to rely more on the behavior of an executable file rather than considering the file's signature in determining whether the file is malicious.
  • Unfortunately, the current paradigm for protecting the data and resources of a computer using combinations of firewalls and antivirus software has been demonstrated to be ineffectual.
  • FIG. 1 is a flowchart of the steps for transferring control to a bit set in a secure manner according to one embodiment of the invention
  • FIG. 2 is a block diagram of a point of ingress according to one embodiment of the invention.
  • FIG. 3 is a block diagram that illustrates the hardware components of a computer system upon which an embodiment of the invention may be implemented.
  • Mobility refers to the recognition that, in the modern world, computers are designed to be mobile and used in a variety of different locations. For example, a user may use their laptop at home, in a coffee shop, at work, or virtual anywhere. Most computers these days are designed to access a wireless network. This is especially true for handheld and mobile devices. However, the particular wireless network used to access the Internet will change as the computer moves to a different wireless access point. As a consequence, the presence and the effectiveness of a firewall at each wireless access point cannot be guaranteed. To illustrate, while you may use a laptop computer at work behind a corporate firewall, if you use your laptop later at a coffee shop, you won't have the benefit of your corporate firewall as you access the Internet using the coffee shop's wireless network. While moving from wireless access point to wireless access point, any firewall that is available is certainly not designed or configured with each individual user's needs and concern in mind. Thus, firewalls provide an unreliable defense against computer security exploits.
  • WWW World Wide Web
  • dynamic content and programs such as Shockwave Flash.
  • Such dynamic content and programs can execute instructions which cause a machine to become infected with malicious code.
  • dynamic content which appears harmless such as an advertisement displayed on as web site, may be used to insert malicious code onto a computer.
  • each web site is, in effect, an application which could be used to spread malicious code.
  • a Microsoft Excel spreadsheet sent via email may contain malicious code which infects a computer which opens and reads the spreadsheet. Firewalls and antivirus software were never designed to combat malicious content, but instead were designed to identify malicious executable files.
  • Embodiments of the invention advance a new computer security paradigm by securely transferring control to a bit set at a point of ingress.
  • the underpinning of this security paradigm is the realization that a stored bit set (even a bit set that is in fact malicious) poses no threat until control is transferred to the bit set.
  • transferring control to a bit set refers to either executing the bit set or interpreting the bit set.
  • executing an executable file, a dynamic-link library (DLL) file, or a plug-in is an example of executing a bit set.
  • Parsing, interpreting, and rendering a web page, a document file, a spreadsheet file, an Adobe® flash file, or an image file are examples of interpreting a bit set.
  • Embodiments of the invention ensure that control is transferring to each bit set in a manner commensurate with the risk posed by that bit set.
  • FIG. 1 is a flowchart of the steps for transferring control to a bit set in a secure manner according to one embodiment of the invention.
  • the steps of FIG. 1 shall be explained below with reference to FIG. 2 , which is a block diagram of a point of ingress (POI) 200 according to one embodiment of the invention.
  • POI point of ingress
  • POI 200 shown in FIG. 2 refers to any type of machine that (a) has a non-transitory storage medium that stores one or more bit sets and (b) is connected to a public network, such as the Internet.
  • POI 200 may correspond to a client, a personal computer, a managed (or company owned) computer, an unmanaged (or employee owned) computer, a server (either behind a firewall or a cloud-based server), a cell phone, and the like.
  • the steps of FIG. 1 may be performed by software.
  • software module 202 executing on POI 200 may perform the steps of FIG. 1 .
  • the steps of FIG. 1 may be performed by other software entities (such as hypervisor 240 ) or may be performed by a combination of two or more software entities.
  • POI 200 in addition to software module 202 , POI 200 comprises bit set 210 , a set of locally known virtuous bit sets 220 , a set of locally known malicious bit sets 230 , a hypervisor 240 , one or more isolated environments 250 , and host operating system execution environment 204 .
  • Bit set 210 refers to a discrete data set.
  • Non-limiting, illustrative examples of bit set 210 include a data file, a data stream, structured data, and unstructured data.
  • Bit set 210 may correspond to an executable file or an interpreted file (such as an image file, a document file, a web page, or a spreadsheet file, for example).
  • Set of locally known virtuous bit sets 220 is a data set that identifies one or more bit sets which have been deemed to be virtuous.
  • a virtuous bit set is a bit set which is unlikely to contain malicious code. Accordingly, control may be transferred to a virtuous bit set using a lessor standard of safeguards than would otherwise be used since they is a degree of assurance that the bit set has not been altered since being deemed safe. For example, software in a pristine format unaltered since purchase from the vendor would qualify for inclusion in the set of locally known virtuous bit sets 220 .
  • any work product (such as a document or image) produced by an application whose executable file is in the set of locally known virtuous bit sets 220 would also qualify for inclusion in the set of locally known virtuous bit sets 220 .
  • applications have a transitive nature with respect to the bit sets created thereby regarding inclusion within the set of locally known virtuous bit sets 220 .
  • the set of locally known virtuous bit sets 220 will tend to grow to include new members over time as applications deemed virtuous create new bit sets (which themselves would be deemed virtuous and thus would be included within set of locally known virtuous bit sets 220 ).
  • the use of set of locally known virtuous bit sets 220 is explained in further detail below.
  • Set of locally known malicious bit sets 230 is a data set that identifies one or more bit sets which have been deemed to be malicious. Control cannot be transferred to a bit set which has been deemed malicious according to an embodiment of the invention.
  • the set of locally known malicious bit sets 230 may also grow over time as additional malicious bit sets are identified.
  • a malicious bit set may be identified after transferring control to that bit set in isolated environment 250 and observing the bit set performing in a malicious manner; once identified, the set of locally known malicious bit sets 230 may be updated to identify a bit set deemed malicious so that the bit set cannot in the future be transferred control.
  • the use of set of locally known malicious bit sets 230 is explained in further detail below.
  • set of locally known virtuous bit sets 220 and set of locally known malicious bit sets 230 are depicted in FIG. 2 as residing on a single machine, in certain embodiments a group of POIs (such as those belonging to an organization, a company, or a local network) may share data in sets 220 and 230 or may access a common, centrally managed and maintained set of locally known virtuous bit sets 220 and set of locally known malicious bit sets 230 .
  • Hypervisor 240 broadly refers to any mechanism for managing and overseeing the instantiation and executing of one or more isolated environment 250 .
  • Hypervisor 240 may be a type 1 hypervisor, a type 2 hypervisor, or a hypervisor as discussed within U.S. patent application Ser. No. 13/526,755, entitled “Ensuring the Privacy and Integrity of a Hypervisor, invented by Ian Pratt, the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • One or more isolated environments 250 refers to any isolated environments, such as but not limited to virtual machines, instantiated to have characteristics suitable for transferring control to bit set 210 therein. For purposes of providing a specific example, embodiments of the invention shall be discussed with reference to a micro-virtual machine; however, other embodiments of the invention may employ a wide variety of isolated environments other than a virtual machine.
  • one or more isolated environments 250 may correspond to a UCVM as discussed in U.S. patent application Ser. No. 13/115,354, entitled “Automated Provisioning of Secure Virtual Execution Environment Using Virtual Machine Templates Based on Requested Activity,” invented by Gaurav Banga et al.
  • Host operating system execution environment 204 refers to a host operating system running natively on POI 200 or in an isolated environment, such as but not limited to a virtual machine or sandbox environment. While FIG. 2 depicts certain components residing outside of host operating system execution environment 204 , embodiments may be implemented such that certain components, such as software module 202 , set of locally known virtuous bit sets 220 , and/or set of locally known malicious bit sets may, but need not, reside in host operating system execution environment 204 .
  • FIG. 1 The process depicted in FIG. 1 is performed every time a bit set loaded into the memory of POI 200 and control is to be transferred to that bit set in memory.
  • software module 202 may intercept any request to transfer control to a bit set loaded into memory or otherwise be positioned in the execution path prior to transferring control to that bit set. After intercepting an attempt to transfer control to a bit set loaded into memory, and before control is transferred to that bit set, software module 202 will perform the steps of FIG. 1 .
  • software module 202 intercepts a request to transfer control to bit set 210 loaded into the memory of POI 200 .
  • step 110 a determination is made by software module 202 as to whether bit set 210 is in set of universally known bad bit sets. This determination is made to ascertain whether bit set 210 is known to be malicious by anyone party, regardless of whether the party is local or remote to POI 200 .
  • step 110 may be performed by first determining if bit set 210 is known to be malicious by a local party, and if bit set 210 is not known to be malicious by a local party, then a further determination is made as to whether bit set 210 is known to be malicious by parties remote to POI 200 .
  • Such a two-step approach is advantageous as it saves the time and effort as ascertaining if bit set 210 is known to be malicious by others in the world if local parties have already ascertained bit set 210 is malicious.
  • bit set 210 to determine if bit set 210 is known to be malicious by a local party, a cryptographic profile that identifies bit set 210 in a unique fashion may be generated or otherwise obtained. Thereafter, the set of locally known malicious bit sets 230 may be consulted to see if the cryptographic profile for bit set 210 is identified by or contained therein. If so, then this indicates that bit set 210 is known to be malicious by a local party, and thus, bit set 210 would be in a set of universally known bad bit sets.
  • bit set 210 is identified by or contained within the set of locally known malicious bit sets 230 . If the cryptographic profile for bit set 210 is identified by or contained within the set of locally known malicious bit sets 230 , then a further determination is made as to whether bit set 210 is known to be malicious by parties which are remote to POI 200 . In an embodiment, this may be performed by consulting a set of known malicious bit sets 262 maintained by central repository 260 .
  • Central repository 260 represents one or more publically accessible repositories or cloud-based services that may be used to identify whether bit set 210 is malicious.
  • central repository 260 may correspond to one or more of Google® Safe Browsing (which is a service that enables applications to check URLs against Google's constantly updated lists of suspected phishing and malware pages), Google® VirusTotal (which is a service that analyzes files and URLs enabling the identification of viruses, worms, Trojans, and other kinds of malicious content detected by antivirus engines and web site scanners), and Microsoft® Azure Trust Center.
  • POI 200 may communicate with central repository 260 over a network, such as the Internet.
  • bit set 210 is identified by or contained within the set of malicious bit sets 262 maintained by central repository 260 , then this indicates that bit set 210 is in a set of universally known bad bit sets.
  • step 210 is not intended to be a perfect assessment of whether bit set 210 will ultimately be malicious, but instead, is a decision that attempts to make a judgment call on the best available evidence at that time.
  • software module 202 determines that bit set 210 is within set of universally known bad bit sets, then, as depicted in FIG. 1 , POI 200 does not transfer control to bit set 210 (step 112 ). In this case, the user may receive an alert or message that bit set 210 is malicious content and that it will not be executed, opened, viewed, interpreted, or otherwise have control transferred to it. Additionally, software module 202 may alert or notify an IT administrator or professional that bit set 210 on POI 200 is malicious. Embodiments may perform other security actions in response to the determination that bit set 210 is malicious.
  • step 110 software module 202 determines that bit set 210 is not within set of universally known bad bit sets, then embodiments do not treat bit set 210 as conclusively being free of malicious code. Instead, as depicted in FIG. 1 , bit set 210 is considered as only potentially being free of malicious code as processing proceeds to step 120 .
  • step 120 software module 202 determines whether bit set 210 is in set of locally known virtuous bit sets 220 .
  • the set of locally known virtuous bit sets 220 may be updated based on the providence of bit sets within the enterprise or local computing environment of POI 200 .
  • embodiments may deem it reasonable to assume that installations of software from manufacture provided or controlled sources (such as installed Microsoft® Office from an official Microsoft® source) are virtuous, i.e., free of malicious code or content). Any content created by a virtuous source is itself deemed virtuous until such content is merged with unknown or malicious content or acted upon by a software process of unknown or malicious providence.
  • the set of locally known virtuous bit sets 220 may be updated as content is created within the enterprise or local computing environment of POI 200 .
  • a cryptographic profile may be calculated to uniquely identify bit sets in the enterprise or computing environment in which POI 200 operates.
  • An enterprise may implement the set of locally known virtuous bit sets 220 by maintain a table, a data structure, or other such data store that lists cryptographic profiles along with the providence assigned to the bit set associated with each cryptographic profile.
  • Other approaches for maintaining information that describes providence of bit sets in an enterprise which may be used to implemented the set of locally known virtuous bit sets 220 are described in U.S. patent application Ser. No. 14/333,278, entitled “Application Wide Buffalo,” invented by Vikram Kapoor, Ian Pratt, and Gaurav Banga, filed Jul. 16, 2014, the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • Content may be modified and created very quickly.
  • Providence information may be carried forward automatically by embodiments as content is created or modified by applications or processes by updating the set of locally known virtuous bit sets 220 .
  • bit set 210 is in set of locally known virtuous bit sets 220 . If software module 202 determines that bit set 210 is in set of locally known virtuous bit sets 220 , then in step 122 , control is transferred to bit set 210 . After transferring control to bit set 210 , the behavior of bit set 210 is monitored. This is advantageous because even though the bit set 210 is assumed to be virtuous and free of malicious code or content, bit set 210 could have an implementation or design flaw that has negative consequences for POI 200 . By monitoring the operation of bit set 210 after control is transferred to bit set 210 , if malicious activity is detected, then the malicious activity may be halted and the set of locally known malicious bit sets 230 may be updated to include bit set 210 to prevent further malicious activity.
  • bit set 210 is considered to potentially safe enough to execute, but not without taking additional safeguards.
  • control is transferred to bit set 210 in isolated environment 250 that is specifically tailored to have characteristics designed to eliminate any risk posed by bit set 210 and to possess access to only those resources of POI 200 which are deemed necessary in the execution or interpretation of bit set 210 .
  • Techniques for transferring control to bit set 210 in an isolated environment 250 are discussed in U.S. non-provisional patent application Ser. No. 13/115,354 and U.S. non-provisional patent application Ser. No. 14/170,281.
  • embodiments can protect the data and resources of a computer using the best information available about whether a bit set comprises malicious code or content, even if such information is less than complete or entirely accurate.
  • the security paradigm described herein overcomes the obstacles and limitations experienced by prior art and affords significant security to data and resources of a computer against a plethora of potential security exploits.
  • bit set 210 may perform step 130 differently than described above.
  • control is transferred to bit set 210 to allow bit set 210 to execute in host operating system execution environment 204 at POI 200 while being monitored.
  • the purpose of monitoring bit set 210 during its execution in host operating system execution environment 204 is to ascertain whether bit set 210 exhibits any suspicious characteristics during execution (step 140 ).
  • Non-limiting, illustrative examples of suspicious characteristics during execution include creating a new executable bit set in host operating system execution environment 204 (such as a EXE file, a MSI file, or a SCR file), modifying an existing executable bit set in host operating system execution environment 204 , and loading a new dynamic link library (DLL) file.
  • host operating system execution environment 204 such as a EXE file, a MSI file, or a SCR file
  • DLL dynamic link library
  • bit set 210 is determined to exhibit a suspicious characteristic during its execution, then (in step 150 ) execution of bit set 210 in host operating system execution environment 204 will be halted. Thereafter, bit set 210 will be copied into isolated environment 250 and control will be transferred to bit set 210 within isolated environment 250 . Afterward, execution analysis will be initiated and performed upon bit set 210 as it executes within isolated environment 250 . By monitoring the operation of bit set 210 after control is transferred to bit set 210 within isolated environment 250 , if malicious activity is detected, then the malicious activity may be halted and the set of locally known malicious bit sets 230 may be updated to include bit set 210 to prevent further malicious activity. In an embodiment, the results of the execution analysis may be transmitted to central repository 260 for the benefit of further analysis and study.
  • metadata locally maintained on POI 200 may be updated to prevent the execution analysis to be performed upon bit set 210 more than once.
  • Execution analysis may be performed in step 150 using an isolated environment that has the same operating attributes, such as software versions and patches, as host operation system execution environment 204 .
  • isolated environment 250 may be implemented by other types of isolated environments than a virtual machine.
  • other embodiments of the invention may employ a sandbox environment or other mechanisms for partitioning environmental workspace other than isolated environment 250 .
  • embodiments of the invention may employ a wide variety of isolated environments and are not limited to virtual machines.
  • the isolated environment or micro-virtual machine represented by isolated environment 250 may reside on a different physical machine than POI 200 .
  • the isolated environment or micro-virtual machine represented by isolated environment 250 may be accessible to software module 202 over a network.
  • software module 202 may send information, to a remote location across a network (such as remote device 170 ), which describes attributes of host operating system execution environment 204 .
  • remote device 170 such as remote device 170
  • isolated environment 172 which possess the attributes of host operating system execution environment 204 may be created.
  • bit set 210 shall execute in an isolated environment 172 on remote device 170 rather than upon POI 200 .
  • POI 200 may cause the execution analysis to be performed on a different physical machine than POI 200 .
  • FIG. 3 is a block diagram that illustrates a computer system 300 upon which an embodiment of the invention may be implemented.
  • computer system 300 includes processor 304 , main memory 306 , ROM 308 , storage device 310 , and communication interface 318 .
  • Computer system 300 includes at least one processor 304 for processing information.
  • Computer system 300 also includes a main memory 306 , such as a random access memory (RAM) or other dynamic storage device, for storing information and instructions to be executed by processor 304 .
  • Main memory 306 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 304 .
  • Computer system 300 further includes a read only memory (ROM) 308 or other static storage device for storing static information and instructions for processor 304 .
  • a storage device 310 such as a magnetic disk or optical disk, is provided for storing information and instructions.
  • Computer system 300 may be coupled to a display 312 , such as a cathode ray tube (CRT), a LCD monitor, and a television set, for displaying information to a user.
  • a display 312 such as a cathode ray tube (CRT), a LCD monitor, and a television set, for displaying information to a user.
  • An input device 314 is coupled to computer system 300 for communicating information and command selections to processor 304 .
  • Other non-limiting, illustrative examples of input device 314 include a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 304 and for controlling cursor movement on display 312 . While only one input device 314 is depicted in FIG. 3 , embodiments of the invention may include any number of input devices 314 coupled to computer system 300 .
  • Embodiments of the invention are related to the use of computer system 300 for implementing the techniques described herein. According to one embodiment of the invention, those techniques are performed by computer system 300 in response to processor 304 executing one or more sequences of one or more instructions contained in main memory 306 . Such instructions may be read into main memory 306 from another machine-readable medium, such as storage device 310 . Execution of the sequences of instructions contained in main memory 306 causes processor 304 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement embodiments of the invention. Thus, embodiments of the invention are not limited to any specific combination of hardware circuitry and software.
  • non-transitory machine-readable storage medium refers to any tangible medium that participates in storing instructions which may be provided to processor 304 for execution. Such a medium may take many forms, including but not limited to non-volatile media, such as optical or magnetic disks.
  • Storage device 310 depicts a non-transitory machine-readable storage medium.
  • Non-limiting, illustrative examples of non-transitory machine-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, or any other magnetic medium, a CD-ROM, any other optical medium, a RAM, a PROM, and EPROM, a FLASH-EPROM, any other memory chip or cartridge, or any other medium from which a computer can read.
  • Non-transitory machine readable media may be involved in carrying one or more sequences of one or more instructions to processor 304 for execution.
  • the instructions may initially be carried on a magnetic disk of a remote computer.
  • the remote computer can load the instructions into its dynamic memory and send the instructions over a network link 320 to computer system 300 .
  • Communication interface 318 provides a two-way data communication coupling to a network link 320 that is connected to a local network.
  • communication interface 318 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line.
  • ISDN integrated services digital network
  • communication interface 318 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN.
  • LAN local area network
  • Wireless links may also be implemented.
  • communication interface 318 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • Network link 320 typically provides data communication through one or more networks to other data devices.
  • network link 320 may provide a connection through a local network to a host computer or to data equipment operated by an Internet Service Provider (ISP).
  • ISP Internet Service Provider
  • Computer system 300 can send messages and receive data, including program code, through the network(s), network link 320 and communication interface 318 .
  • a server might transmit a requested code for an application program through the Internet, a local ISP, a local network, subsequently to communication interface 318 .
  • the received code may be executed by processor 304 as it is received, and/or stored in storage device 310 , or other non-volatile storage for later execution.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Virology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mathematical Physics (AREA)
  • Computer And Data Communications (AREA)

Abstract

Approaches for transferring control to a bit set. Execution of a bit set upon a host operating system is monitored. A determination is made that the execution of the bit set exhibits a suspicious characteristic. In response, the execution of the bit set on the host operating system is ceased. Then, the bit set is copied into an isolated environment and control to the bit set is transferred within the isolated environment. Thereafter, execution analysis upon the bit set is initiated in the isolated environment. The isolated environment may, but need not, reside on a different physical device than upon which executes the host operating system.

Description

    CLAIM OF PRIORITY
  • This application is a continuation of, and claims priority to, U.S. non-provisional patent application Ser. No. 15/133,077, filed Apr. 19, 2016, invented by Ian Pratt et al., entitled “Automatic Initiation of Execution Analysis,” the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • The parent patent application, U.S. non-provisional patent application Ser. No. 15/133,077, is a continuation-in-part of, and claims priority to, U.S. non-provisional patent application Ser. No. 14/798,228, filed Jul. 13, 2015, invented by Gaurav Banga et al., entitled “Securely Transferring Control to a Bit Set,” the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • U.S. non-provisional patent application Ser. No. 14/798,228 is a continuation-in-part of, and claims priority to, U.S. non-provisional patent application Ser. No. 14/610,282, filed Jan. 30, 2015, which has a priority date of May 28, 2010, invented by Gaurav Banga et al, entitled “Automated Provisioning of Secure Virtual Execution Environment Using Virtual Machine Templates Based on Requested Activity,” the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • U.S. non-provisional patent application Ser. No. 14/798,228 is also a continuation-in-part of, and claims priority to, U.S. non-provisional patent application Ser. No. 14/170,281, filed Jan. 31, 2014, which has a priority date of Aug. 31, 2011, invented by Gaurav Banga et al, entitled “Automated Identification of Virtual Machines to Process or Receive Untrusted Data Based on Client Policies,” the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • FIELD OF THE INVENTION
  • Embodiments of the invention relate to transferring control to a bit set in a secure manner.
  • BACKGROUND
  • The protection of the privacy and integrity of the data and resources of a computer is a well-recognized need. However, the best way to protect a computer's data and resources against attacks and intrusion has been the subject of much discussion, debate, and development of the years.
  • An early approach for securing a computer against the potential dangers of the Internet, which came to prominence in the public eye around 1990, involved the use of a firewall. Early firewalls were software applications which were positioned in the flow of network traffic between a computer and a public network, such as the Internet. The firewall prevented the exchange of certain types of network traffic to any computer behind the firewall. Initially, firewalls were configured to only allow email or SMTP network traffic to be exchanged with devices behind the firewall. Over time, it became desirable for additional types of network traffic to be allowed through the firewall; as such, it became commonplace for firewalls to permit additional types of network traffic (such as FTP and WWW traffic) through the firewall. Firewalls have evolved from consisting of a pure software implementation to being implemented, by certain vendors, as specialized hardware appliances.
  • As computers became more popular in the home and the workplace, malware began to spread to computers not just through a public network but also through the sharing of portable storage mediums, such as floppy disks. Malware which resides on portable storage mediums could infect a computer not connected to a public network. To combat this new attack vector, antivirus software was developed. Antivirus software is software that analyzes the files of a computer-readable medium to identify any files which have been previously identified as being malicious. Once malicious files have been identified, the antivirus software quarantines and removes the malicious files.
  • Firewalls and antivirus software currently form the foundation of modern computer security paradigms. Virtually all computer security approaches are enhancements to one or both of the firewall and antivirus software. For example, firewalls have been embellished to look deeper into network traffic to examine the contents of a data packet in determining whether to permit or deny the data packet passage through the firewall. The firewall may be configured to allow certain types of network traffic deemed permissible by a policy (such as work-related HTTP network traffic) but prevent other types of network traffic deemed impermissible by a policy (such as non-work related HTTP network traffic). Other firewalls may allow certain network traffic to pass through the firewall, but will subsequently check each network communication for malware; upon detecting that a network communication (such as an email) which has already past the firewall did contain malware, the firewall alerts the destination of that network communication that it may already have been compromised.
  • Antivirus software has also been embellished to rely more on the behavior of an executable file rather than considering the file's signature in determining whether the file is malicious. Unfortunately, the current paradigm for protecting the data and resources of a computer using combinations of firewalls and antivirus software has been demonstrated to be ineffectual.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Embodiments of the invention are illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements and in which:
  • FIG. 1 is a flowchart of the steps for transferring control to a bit set in a secure manner according to one embodiment of the invention;
  • FIG. 2 is a block diagram of a point of ingress according to one embodiment of the invention; and
  • FIG. 3 is a block diagram that illustrates the hardware components of a computer system upon which an embodiment of the invention may be implemented.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Approaches for securely transferring control to a bit set are presented herein. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the invention described herein. It will be apparent, however, that the embodiments of the invention described herein may be practiced without these specific details. In other instances, well-known structures and devices are shown in block diagram form or discussed at a high level in order to avoid unnecessarily obscuring teachings of embodiments of the invention.
  • Shortcomings of Prior Approaches
  • The current paradigm for protecting the data and resources of a computer, which relies upon firewalls and antivirus software, has been demonstrated to be ineffectual. Applicant submits that the current paradigm is ill-equipped to address many real-world issues, such as mobility, the proliferation of dynamic Internet content, and consumerization, as explained below.
  • Mobility refers to the recognition that, in the modern world, computers are designed to be mobile and used in a variety of different locations. For example, a user may use their laptop at home, in a coffee shop, at work, or virtual anywhere. Most computers these days are designed to access a wireless network. This is especially true for handheld and mobile devices. However, the particular wireless network used to access the Internet will change as the computer moves to a different wireless access point. As a consequence, the presence and the effectiveness of a firewall at each wireless access point cannot be guaranteed. To illustrate, while you may use a laptop computer at work behind a corporate firewall, if you use your laptop later at a coffee shop, you won't have the benefit of your corporate firewall as you access the Internet using the coffee shop's wireless network. While moving from wireless access point to wireless access point, any firewall that is available is certainly not designed or configured with each individual user's needs and concern in mind. Thus, firewalls provide an unreliable defense against computer security exploits.
  • Many people use their computers to access the Internet, and in particular, the World Wide Web (WWW). While originally web pages were mainly static in nature, now most web pages contain dynamic content and programs, such as Shockwave Flash. Such dynamic content and programs can execute instructions which cause a machine to become infected with malicious code. Even dynamic content which appears harmless, such as an advertisement displayed on as web site, may be used to insert malicious code onto a computer. Thus, each web site is, in effect, an application which could be used to spread malicious code. As another example, a Microsoft Excel spreadsheet sent via email may contain malicious code which infects a computer which opens and reads the spreadsheet. Firewalls and antivirus software were never designed to combat malicious content, but instead were designed to identify malicious executable files. While executable files do not change frequency, Internet content is ubiquitous and is constantly being created and changed. It is very difficult to identify malware residing in content with an ever changing and evolving nature. At the same time, people have a great need and desire to access Internet content and so it is not practicable to broadly deny access to such content.
  • Another reason why the current paradigm is ill-equipped is the advent of consumerization, which refers to the increasingly common practice of having the end user, rather than an IT professional, choose the hardware and software of the user's computer. The end user can decide what device he or she wishes to buy and may install a wide variety of different types of programs. As a result, the complexity and variety of hardware and software resources on a computer is often difficult to predict, which in effect, renders planning for all possible computing environments at best impractical and at worst impossible.
  • These and other issues prevent the current computer security paradigm from being effective in today's environment.
  • Securely Transferring Control to a Bit Set
  • Embodiments of the invention advance a new computer security paradigm by securely transferring control to a bit set at a point of ingress. The underpinning of this security paradigm is the realization that a stored bit set (even a bit set that is in fact malicious) poses no threat until control is transferred to the bit set. As used herein, transferring control to a bit set refers to either executing the bit set or interpreting the bit set. For example, executing an executable file, a dynamic-link library (DLL) file, or a plug-in, is an example of executing a bit set. Parsing, interpreting, and rendering a web page, a document file, a spreadsheet file, an Adobe® flash file, or an image file are examples of interpreting a bit set. Embodiments of the invention ensure that control is transferring to each bit set in a manner commensurate with the risk posed by that bit set.
  • FIG. 1 is a flowchart of the steps for transferring control to a bit set in a secure manner according to one embodiment of the invention. The steps of FIG. 1 shall be explained below with reference to FIG. 2, which is a block diagram of a point of ingress (POI) 200 according to one embodiment of the invention. Before explaining the operation of the flowchart of FIG. 1, it will be helpful to discuss certain components depicted in FIG. 2.
  • POI 200 shown in FIG. 2 refers to any type of machine that (a) has a non-transitory storage medium that stores one or more bit sets and (b) is connected to a public network, such as the Internet. For example, POI 200 may correspond to a client, a personal computer, a managed (or company owned) computer, an unmanaged (or employee owned) computer, a server (either behind a firewall or a cloud-based server), a cell phone, and the like.
  • In an embodiment, the steps of FIG. 1 may be performed by software. For example, software module 202 executing on POI 200 may perform the steps of FIG. 1. In other embodiments, the steps of FIG. 1 may be performed by other software entities (such as hypervisor 240) or may be performed by a combination of two or more software entities.
  • In the exemplary POI 200 shown in FIG. 2, in addition to software module 202, POI 200 comprises bit set 210, a set of locally known virtuous bit sets 220, a set of locally known malicious bit sets 230, a hypervisor 240, one or more isolated environments 250, and host operating system execution environment 204.
  • Bit set 210 refers to a discrete data set. Non-limiting, illustrative examples of bit set 210 include a data file, a data stream, structured data, and unstructured data. Bit set 210 may correspond to an executable file or an interpreted file (such as an image file, a document file, a web page, or a spreadsheet file, for example).
  • Set of locally known virtuous bit sets 220 is a data set that identifies one or more bit sets which have been deemed to be virtuous. A virtuous bit set is a bit set which is unlikely to contain malicious code. Accordingly, control may be transferred to a virtuous bit set using a lessor standard of safeguards than would otherwise be used since they is a degree of assurance that the bit set has not been altered since being deemed safe. For example, software in a pristine format unaltered since purchase from the vendor would qualify for inclusion in the set of locally known virtuous bit sets 220. As another example, any work product (such as a document or image) produced by an application whose executable file is in the set of locally known virtuous bit sets 220 would also qualify for inclusion in the set of locally known virtuous bit sets 220. Thus, applications have a transitive nature with respect to the bit sets created thereby regarding inclusion within the set of locally known virtuous bit sets 220. As such, the set of locally known virtuous bit sets 220 will tend to grow to include new members over time as applications deemed virtuous create new bit sets (which themselves would be deemed virtuous and thus would be included within set of locally known virtuous bit sets 220). The use of set of locally known virtuous bit sets 220 is explained in further detail below.
  • Set of locally known malicious bit sets 230 is a data set that identifies one or more bit sets which have been deemed to be malicious. Control cannot be transferred to a bit set which has been deemed malicious according to an embodiment of the invention. The set of locally known malicious bit sets 230 may also grow over time as additional malicious bit sets are identified. In an embodiment explained in further detail below, a malicious bit set may be identified after transferring control to that bit set in isolated environment 250 and observing the bit set performing in a malicious manner; once identified, the set of locally known malicious bit sets 230 may be updated to identify a bit set deemed malicious so that the bit set cannot in the future be transferred control. The use of set of locally known malicious bit sets 230 is explained in further detail below.
  • Note that while set of locally known virtuous bit sets 220 and set of locally known malicious bit sets 230 are depicted in FIG. 2 as residing on a single machine, in certain embodiments a group of POIs (such as those belonging to an organization, a company, or a local network) may share data in sets 220 and 230 or may access a common, centrally managed and maintained set of locally known virtuous bit sets 220 and set of locally known malicious bit sets 230.
  • Hypervisor 240 broadly refers to any mechanism for managing and overseeing the instantiation and executing of one or more isolated environment 250. Hypervisor 240 may be a type 1 hypervisor, a type 2 hypervisor, or a hypervisor as discussed within U.S. patent application Ser. No. 13/526,755, entitled “Ensuring the Privacy and Integrity of a Hypervisor, invented by Ian Pratt, the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • One or more isolated environments 250 refers to any isolated environments, such as but not limited to virtual machines, instantiated to have characteristics suitable for transferring control to bit set 210 therein. For purposes of providing a specific example, embodiments of the invention shall be discussed with reference to a micro-virtual machine; however, other embodiments of the invention may employ a wide variety of isolated environments other than a virtual machine. In an embodiment, one or more isolated environments 250 may correspond to a UCVM as discussed in U.S. patent application Ser. No. 13/115,354, entitled “Automated Provisioning of Secure Virtual Execution Environment Using Virtual Machine Templates Based on Requested Activity,” invented by Gaurav Banga et al.
  • Host operating system execution environment 204 refers to a host operating system running natively on POI 200 or in an isolated environment, such as but not limited to a virtual machine or sandbox environment. While FIG. 2 depicts certain components residing outside of host operating system execution environment 204, embodiments may be implemented such that certain components, such as software module 202, set of locally known virtuous bit sets 220, and/or set of locally known malicious bit sets may, but need not, reside in host operating system execution environment 204.
  • Having discussed the components of POI 200, attention is returned to the flowchart of FIG. 1. The process depicted in FIG. 1 is performed every time a bit set loaded into the memory of POI 200 and control is to be transferred to that bit set in memory. In an embodiment, software module 202 may intercept any request to transfer control to a bit set loaded into memory or otherwise be positioned in the execution path prior to transferring control to that bit set. After intercepting an attempt to transfer control to a bit set loaded into memory, and before control is transferred to that bit set, software module 202 will perform the steps of FIG. 1.
  • For the sake of providing a concrete example, in the explanation of FIG. 1 below, software module 202 intercepts a request to transfer control to bit set 210 loaded into the memory of POI 200.
  • In step 110, a determination is made by software module 202 as to whether bit set 210 is in set of universally known bad bit sets. This determination is made to ascertain whether bit set 210 is known to be malicious by anyone party, regardless of whether the party is local or remote to POI 200.
  • In an embodiment, step 110 may be performed by first determining if bit set 210 is known to be malicious by a local party, and if bit set 210 is not known to be malicious by a local party, then a further determination is made as to whether bit set 210 is known to be malicious by parties remote to POI 200. Such a two-step approach is advantageous as it saves the time and effort as ascertaining if bit set 210 is known to be malicious by others in the world if local parties have already ascertained bit set 210 is malicious.
  • In an embodiment, to determine if bit set 210 is known to be malicious by a local party, a cryptographic profile that identifies bit set 210 in a unique fashion may be generated or otherwise obtained. Thereafter, the set of locally known malicious bit sets 230 may be consulted to see if the cryptographic profile for bit set 210 is identified by or contained therein. If so, then this indicates that bit set 210 is known to be malicious by a local party, and thus, bit set 210 would be in a set of universally known bad bit sets.
  • If the cryptographic profile for bit set 210 is identified by or contained within the set of locally known malicious bit sets 230, then a further determination is made as to whether bit set 210 is known to be malicious by parties which are remote to POI 200. In an embodiment, this may be performed by consulting a set of known malicious bit sets 262 maintained by central repository 260.
  • Central repository 260, as broadly used herein, represents one or more publically accessible repositories or cloud-based services that may be used to identify whether bit set 210 is malicious. For example, central repository 260 may correspond to one or more of Google® Safe Browsing (which is a service that enables applications to check URLs against Google's constantly updated lists of suspected phishing and malware pages), Google® VirusTotal (which is a service that analyzes files and URLs enabling the identification of viruses, worms, Trojans, and other kinds of malicious content detected by antivirus engines and web site scanners), and Microsoft® Azure Trust Center. As depicted in FIG. 2, POI 200 may communicate with central repository 260 over a network, such as the Internet.
  • If the cryptographic profile for bit set 210 is identified by or contained within the set of malicious bit sets 262 maintained by central repository 260, then this indicates that bit set 210 is in a set of universally known bad bit sets.
  • In one embodiment, if central repository 260 is not reachable by POI 200 for any reason, then software module 202 will treat bit set 210 as not being in a universally known bad bit set. The theory behind such a decision is to act upon the known information or evidence that is available, rather than assuming the worst-case scenario. Thus, the determination of step 210 is not intended to be a perfect assessment of whether bit set 210 will ultimately be malicious, but instead, is a decision that attempts to make a judgment call on the best available evidence at that time.
  • If software module 202 determines that bit set 210 is within set of universally known bad bit sets, then, as depicted in FIG. 1, POI 200 does not transfer control to bit set 210 (step 112). In this case, the user may receive an alert or message that bit set 210 is malicious content and that it will not be executed, opened, viewed, interpreted, or otherwise have control transferred to it. Additionally, software module 202 may alert or notify an IT administrator or professional that bit set 210 on POI 200 is malicious. Embodiments may perform other security actions in response to the determination that bit set 210 is malicious.
  • On the other hand, if in step 110, software module 202 determines that bit set 210 is not within set of universally known bad bit sets, then embodiments do not treat bit set 210 as conclusively being free of malicious code. Instead, as depicted in FIG. 1, bit set 210 is considered as only potentially being free of malicious code as processing proceeds to step 120.
  • In step 120, software module 202 determines whether bit set 210 is in set of locally known virtuous bit sets 220. In an embodiment, the set of locally known virtuous bit sets 220 may be updated based on the providence of bit sets within the enterprise or local computing environment of POI 200. As context, embodiments may deem it reasonable to assume that installations of software from manufacture provided or controlled sources (such as installed Microsoft® Office from an official Microsoft® source) are virtuous, i.e., free of malicious code or content). Any content created by a virtuous source is itself deemed virtuous until such content is merged with unknown or malicious content or acted upon by a software process of unknown or malicious providence. The set of locally known virtuous bit sets 220 may be updated as content is created within the enterprise or local computing environment of POI 200.
  • In an embodiment, a cryptographic profile may be calculated to uniquely identify bit sets in the enterprise or computing environment in which POI 200 operates. An enterprise may implement the set of locally known virtuous bit sets 220 by maintain a table, a data structure, or other such data store that lists cryptographic profiles along with the providence assigned to the bit set associated with each cryptographic profile. Other approaches for maintaining information that describes providence of bit sets in an enterprise which may be used to implemented the set of locally known virtuous bit sets 220 are described in U.S. patent application Ser. No. 14/333,278, entitled “Application Wide Providence,” invented by Vikram Kapoor, Ian Pratt, and Gaurav Banga, filed Jul. 16, 2014, the contents of which are hereby incorporated by reference for all purposes as if fully set forth herein.
  • Content may be modified and created very quickly. Providence information may be carried forward automatically by embodiments as content is created or modified by applications or processes by updating the set of locally known virtuous bit sets 220.
  • If software module 202 determines that bit set 210 is in set of locally known virtuous bit sets 220, then in step 122, control is transferred to bit set 210. After transferring control to bit set 210, the behavior of bit set 210 is monitored. This is advantageous because even though the bit set 210 is assumed to be virtuous and free of malicious code or content, bit set 210 could have an implementation or design flaw that has negative consequences for POI 200. By monitoring the operation of bit set 210 after control is transferred to bit set 210, if malicious activity is detected, then the malicious activity may be halted and the set of locally known malicious bit sets 230 may be updated to include bit set 210 to prevent further malicious activity.
  • On the other hand, if software module 202 determines that bit set 210 is not in set of locally known virtuous bit sets 220, then bit set 210 is considered to potentially safe enough to execute, but not without taking additional safeguards. Thus, if bit set 210 is not in set of locally known virtuous bit sets 220, then in an embodiment, in step 130, control is transferred to bit set 210 in isolated environment 250 that is specifically tailored to have characteristics designed to eliminate any risk posed by bit set 210 and to possess access to only those resources of POI 200 which are deemed necessary in the execution or interpretation of bit set 210. Techniques for transferring control to bit set 210 in an isolated environment 250 are discussed in U.S. non-provisional patent application Ser. No. 13/115,354 and U.S. non-provisional patent application Ser. No. 14/170,281.
  • As shall be appreciated, embodiments can protect the data and resources of a computer using the best information available about whether a bit set comprises malicious code or content, even if such information is less than complete or entirely accurate. With the evolving nature of today's digital landscape, the security paradigm described herein overcomes the obstacles and limitations experienced by prior art and affords significant security to data and resources of a computer against a plethora of potential security exploits.
  • Monitoring a Bit Set Executing on a Host Operating System
  • Certain embodiments may perform step 130 differently than described above. In an embodiment, if bit set 210 is not in set of locally known virtuous bit sets 220, then in an embodiment, in step 130, control is transferred to bit set 210 to allow bit set 210 to execute in host operating system execution environment 204 at POI 200 while being monitored. The purpose of monitoring bit set 210 during its execution in host operating system execution environment 204 is to ascertain whether bit set 210 exhibits any suspicious characteristics during execution (step 140). Non-limiting, illustrative examples of suspicious characteristics during execution include creating a new executable bit set in host operating system execution environment 204 (such as a EXE file, a MSI file, or a SCR file), modifying an existing executable bit set in host operating system execution environment 204, and loading a new dynamic link library (DLL) file.
  • If, in step 140, bit set 210 is determined to exhibit a suspicious characteristic during its execution, then (in step 150) execution of bit set 210 in host operating system execution environment 204 will be halted. Thereafter, bit set 210 will be copied into isolated environment 250 and control will be transferred to bit set 210 within isolated environment 250. Afterward, execution analysis will be initiated and performed upon bit set 210 as it executes within isolated environment 250. By monitoring the operation of bit set 210 after control is transferred to bit set 210 within isolated environment 250, if malicious activity is detected, then the malicious activity may be halted and the set of locally known malicious bit sets 230 may be updated to include bit set 210 to prevent further malicious activity. In an embodiment, the results of the execution analysis may be transmitted to central repository 260 for the benefit of further analysis and study.
  • In an embodiment, in the performance of step 150, metadata locally maintained on POI 200 may be updated to prevent the execution analysis to be performed upon bit set 210 more than once.
  • Execution analysis may be performed in step 150 using an isolated environment that has the same operating attributes, such as software versions and patches, as host operation system execution environment 204.
  • In an embodiment, isolated environment 250 may be implemented by other types of isolated environments than a virtual machine. For example, other embodiments of the invention may employ a sandbox environment or other mechanisms for partitioning environmental workspace other than isolated environment 250. Thus, embodiments of the invention may employ a wide variety of isolated environments and are not limited to virtual machines.
  • In certain embodiments, the isolated environment or micro-virtual machine represented by isolated environment 250 may reside on a different physical machine than POI 200. In such an embodiment, the isolated environment or micro-virtual machine represented by isolated environment 250 may be accessible to software module 202 over a network. For example, software module 202 may send information, to a remote location across a network (such as remote device 170), which describes attributes of host operating system execution environment 204. At the remote location, using the receiving information, isolated environment 172 which possess the attributes of host operating system execution environment 204 may be created. In this way, in the performance of step 150, the potential for infection to POI 200 is reduced further as bit set 210 shall execute in an isolated environment 172 on remote device 170 rather than upon POI 200. Thus, if POI 200 does not support execution analysis using a micro-virtualized or isolated environment, then POI 200 may cause the execution analysis to be performed on a different physical machine than POI 200.
  • Hardware Mechanisms
  • In an embodiment, POI 200, central repository 260, and remote device 170 may each correspond to, be implemented on, or include a computer system. FIG. 3 is a block diagram that illustrates a computer system 300 upon which an embodiment of the invention may be implemented. In an embodiment, computer system 300 includes processor 304, main memory 306, ROM 308, storage device 310, and communication interface 318. Computer system 300 includes at least one processor 304 for processing information. Computer system 300 also includes a main memory 306, such as a random access memory (RAM) or other dynamic storage device, for storing information and instructions to be executed by processor 304. Main memory 306 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 304. Computer system 300 further includes a read only memory (ROM) 308 or other static storage device for storing static information and instructions for processor 304. A storage device 310, such as a magnetic disk or optical disk, is provided for storing information and instructions.
  • Computer system 300 may be coupled to a display 312, such as a cathode ray tube (CRT), a LCD monitor, and a television set, for displaying information to a user. An input device 314, including alphanumeric and other keys, is coupled to computer system 300 for communicating information and command selections to processor 304. Other non-limiting, illustrative examples of input device 314 include a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 304 and for controlling cursor movement on display 312. While only one input device 314 is depicted in FIG. 3, embodiments of the invention may include any number of input devices 314 coupled to computer system 300.
  • Embodiments of the invention are related to the use of computer system 300 for implementing the techniques described herein. According to one embodiment of the invention, those techniques are performed by computer system 300 in response to processor 304 executing one or more sequences of one or more instructions contained in main memory 306. Such instructions may be read into main memory 306 from another machine-readable medium, such as storage device 310. Execution of the sequences of instructions contained in main memory 306 causes processor 304 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions to implement embodiments of the invention. Thus, embodiments of the invention are not limited to any specific combination of hardware circuitry and software.
  • The term “non-transitory machine-readable storage medium” as used herein refers to any tangible medium that participates in storing instructions which may be provided to processor 304 for execution. Such a medium may take many forms, including but not limited to non-volatile media, such as optical or magnetic disks. Storage device 310 depicts a non-transitory machine-readable storage medium.
  • Non-limiting, illustrative examples of non-transitory machine-readable media include, for example, a floppy disk, a flexible disk, hard disk, magnetic tape, or any other magnetic medium, a CD-ROM, any other optical medium, a RAM, a PROM, and EPROM, a FLASH-EPROM, any other memory chip or cartridge, or any other medium from which a computer can read.
  • Various forms of non-transitory machine readable media may be involved in carrying one or more sequences of one or more instructions to processor 304 for execution. For example, the instructions may initially be carried on a magnetic disk of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a network link 320 to computer system 300.
  • Communication interface 318 provides a two-way data communication coupling to a network link 320 that is connected to a local network. For example, communication interface 318 may be an integrated services digital network (ISDN) card or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 318 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links may also be implemented. In any such implementation, communication interface 318 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • Network link 320 typically provides data communication through one or more networks to other data devices. For example, network link 320 may provide a connection through a local network to a host computer or to data equipment operated by an Internet Service Provider (ISP).
  • Computer system 300 can send messages and receive data, including program code, through the network(s), network link 320 and communication interface 318. For example, a server might transmit a requested code for an application program through the Internet, a local ISP, a local network, subsequently to communication interface 318. The received code may be executed by processor 304 as it is received, and/or stored in storage device 310, or other non-volatile storage for later execution.
  • In the foregoing specification, embodiments of the invention have been described with reference to numerous specific details that may vary from implementation to implementation. Thus, the sole and exclusive indicator of what is the invention, and is intended by the applicants to be the invention, is the set of claims that issue from this application, in the specific form in which such claims issue, including any subsequent correction. Any definitions expressly set forth herein for terms contained in such claims shall govern the meaning of such terms as used in the claims. Hence, no limitation, element, property, feature, advantage or attribute that is not expressly recited in a claim should limit the scope of such claim in any way. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (20)

What is claimed is:
1. One or more non-transitory machine-readable storage mediums storing one or more sequences of instructions for initiating execution analysis upon a bit set, which when executed by one or more processors, causes:
monitoring execution of the bit set in a host operating system execution environment; and
upon determining that the execution of the bit set exhibits a suspicious characteristic, then (a) ceasing the execution of the bit set in the host operating system execution environment, (b) copying the bit set into an isolated environment and transferring control to the bit set within the isolated environment, and (c) initiating execution analysis upon the bit set in the isolated environment.
2. The one or more non-transitory machine-readable storage mediums of claim 1, wherein said suspicious characteristic is creating a new executable bit set or modifying an existing executable bit set in the host operating system execution environment.
3. The one or more non-transitory machine-readable storage mediums of claim 1, wherein said suspicious characteristic is loading a new dynamic link library (DLL) file.
4. The one or more non-transitory machine-readable storage mediums of claim 1, wherein said monitoring execution of the bit set is only performed upon determining that said bit set is not in either (a) a set of universally known malicious bit sets or (b) a set of locally known virtuous bit sets.
5. The one or more non-transitory machine-readable storage mediums of claim 1, wherein said isolated environment resides on a different physical machine than said host operating system execution environment.
6. The one or more non-transitory machine-readable storage mediums of claim 1, wherein said host operating system execution environment executes on a device, and wherein execution of the one or more sequences of instructions further cause:
sending information, from said device to a remote location across a network, which describes attributes of said host operating system execution environment; and
at said remote location, creating said isolated environment to possess said attributes of said host operating system execution environment.
7. The one or more non-transitory machine-readable storage mediums of claim 1, after performing said execution analysis upon the bit set in the isolated environment, updating either a set of universally known malicious bit sets or a set of locally known virtuous bit sets to include said bit set.
8. The one or more non-transitory machine-readable storage mediums of claim 1, wherein execution of the one or more sequences of instructions further cause:
updating metadata to prevent the execution analysis to be performed upon the bit set more than once.
9. An apparatus for initiating execution analysis upon a bit set, comprising:
one or more processors; and
one or more non-transitory computer-readable storage mediums storing one or more sequences of instructions, which when executed, cause:
monitoring execution of the bit set in a host operating system execution environment; and
upon determining that the execution of the bit set exhibits a suspicious characteristic, then (a) ceasing the execution of the bit set in the host operating system execution environment, (b) copying the bit set into an isolated environment and transferring control to the bit set within the isolated environment, and (c) initiating execution analysis upon the bit set in the isolated environment.
10. The apparatus of claim 9, wherein said suspicious characteristic is creating a new executable bit set or modifying an existing executable bit set in the host operating system execution environment.
11. The apparatus of claim 9, wherein said suspicious characteristic is loading a new dynamic link library (DLL) file.
12. The apparatus of claim 9, wherein said monitoring execution of the bit set is only performed upon determining that said bit set is not in either (a) a set of universally known malicious bit sets or (b) a set of locally known virtuous bit sets.
13. The apparatus of claim 9, wherein said isolated environment resides on a different physical machine than said host operating system execution environment.
14. The apparatus of claim 9, wherein said host operating system execution environment executes on a device, and wherein execution of the one or more sequences of instructions further cause:
sending information, from said device to a remote location across a network, which describes attributes of said host operating system execution environment; and
at said remote location, creating said isolated environment to possess said attributes of said host operating system execution environment.
15. The apparatus of claim 9, after performing said execution analysis upon the bit set in the isolated environment, updating either a set of universally known malicious bit sets or a set of locally known virtuous bit sets to include said bit set.
16. The apparatus of claim 9, wherein execution of the one or more sequences of instructions further cause:
updating metadata to prevent the execution analysis to be performed upon the bit set more than once.
17. A method for initiating execution analysis upon a bit set, comprising:
monitoring execution of the bit set in a host operating system execution environment; and
upon determining that the execution of the bit set exhibits a suspicious characteristic, then (a) ceasing the execution of the bit set in the host operating system execution environment, (b) copying the bit set into an isolated environment and transferring control to the bit set within the isolated environment, and (c) initiating execution analysis upon the bit set in the isolated environment.
18. The method of claim 17, wherein said monitoring execution of the bit set is only performed upon determining that said bit set is not in either (a) a set of universally known malicious bit sets or (b) a set of locally known virtuous bit sets.
19. The method of claim 17, wherein said isolated environment resides on a different physical machine than said host operating system execution environment.
20. The method of claim 17, wherein execution of the one or more sequences of instructions further cause:
updating metadata to prevent the execution analysis to be performed upon the bit set more than once.
US16/575,173 2014-01-31 2019-09-18 Automatic Initiation of Execution Analysis Abandoned US20200218832A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/575,173 US20200218832A1 (en) 2014-01-31 2019-09-18 Automatic Initiation of Execution Analysis

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US14/170,281 US9110701B1 (en) 2011-05-25 2014-01-31 Automated identification of virtual machines to process or receive untrusted data based on client policies
US14/610,282 US9116733B2 (en) 2010-05-28 2015-01-30 Automated provisioning of secure virtual execution environment using virtual machine templates based on requested activity
US14/798,228 US10095530B1 (en) 2010-05-28 2015-07-13 Transferring control of potentially malicious bit sets to secure micro-virtual machine
US15/133,077 US10430614B2 (en) 2014-01-31 2016-04-19 Automatic initiation of execution analysis
US16/575,173 US20200218832A1 (en) 2014-01-31 2019-09-18 Automatic Initiation of Execution Analysis

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US15/133,077 Continuation US10430614B2 (en) 2014-01-31 2016-04-19 Automatic initiation of execution analysis

Publications (1)

Publication Number Publication Date
US20200218832A1 true US20200218832A1 (en) 2020-07-09

Family

ID=56566089

Family Applications (2)

Application Number Title Priority Date Filing Date
US15/133,077 Active 2036-04-01 US10430614B2 (en) 2014-01-31 2016-04-19 Automatic initiation of execution analysis
US16/575,173 Abandoned US20200218832A1 (en) 2014-01-31 2019-09-18 Automatic Initiation of Execution Analysis

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US15/133,077 Active 2036-04-01 US10430614B2 (en) 2014-01-31 2016-04-19 Automatic initiation of execution analysis

Country Status (1)

Country Link
US (2) US10430614B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200089881A1 (en) * 2018-09-16 2020-03-19 Fortinet, Inc. Natively mounting storage for inspection and sandboxing in the cloud

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111506357A (en) * 2020-02-27 2020-08-07 湖南大学 Automatic dynamic library loading method, system and application

Family Cites Families (168)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6018342A (en) 1995-07-03 2000-01-25 Sun Microsystems, Inc. Automatically generated content-based history mechanism
US5778173A (en) 1996-06-12 1998-07-07 At&T Corp. Mechanism for enabling secure electronic transactions on the open internet
US6122741A (en) 1997-09-19 2000-09-19 Patterson; David M. Distributed method of and system for maintaining application program security
US6108799A (en) 1997-11-21 2000-08-22 International Business Machines Corporation Automated sample creation of polymorphic and non-polymorphic marcro viruses
WO1999034555A2 (en) 1997-12-24 1999-07-08 America Online, Inc. Asynchronous data protocol
US6928547B2 (en) 1998-07-06 2005-08-09 Saflink Corporation System and method for authenticating users in a computer network
US7203962B1 (en) 1999-08-30 2007-04-10 Symantec Corporation System and method for using timestamps to detect attacks
US7139799B2 (en) 2000-02-07 2006-11-21 Net2Phone, Inc. System for enabling multiple clients to interact together over a network with a secure web page
US7921459B2 (en) 2000-04-28 2011-04-05 International Business Machines Corporation System and method for managing security events on a network
US7506265B1 (en) 2000-07-17 2009-03-17 Microsoft Corporation System and method for displaying images of virtual machine environments
US6789156B1 (en) 2001-05-22 2004-09-07 Vmware, Inc. Content-based, transparent sharing of memory units
US7069581B2 (en) 2001-10-04 2006-06-27 Mcafee, Inc. Method and apparatus to facilitate cross-domain push deployment of software in an enterprise environment
US6959420B1 (en) 2001-11-30 2005-10-25 Microsoft Corporation Method and system for protecting internet users' privacy by evaluating web site platform for privacy preferences policy
JP4241911B2 (en) 2002-03-28 2009-03-18 株式会社日立製作所 Information processing system
US20030204569A1 (en) 2002-04-29 2003-10-30 Michael R. Andrews Method and apparatus for filtering e-mail infected with a previously unidentified computer virus
US6948044B1 (en) 2002-07-30 2005-09-20 Cisco Systems, Inc. Methods and apparatus for storage virtualization
US7461404B2 (en) 2002-11-04 2008-12-02 Mazu Networks, Inc. Detection of unauthorized access in a network
US7607169B1 (en) 2002-12-02 2009-10-20 Arcsight, Inc. User interface for network security console
US7962545B2 (en) 2002-12-27 2011-06-14 Intel Corporation Dynamic service registry for virtual machines
US7496959B2 (en) 2003-06-23 2009-02-24 Architecture Technology Corporation Remote collection of computer forensic evidence
US7469346B2 (en) 2003-06-27 2008-12-23 Disney Enterprises, Inc. Dual virtual machine architecture for media devices
US7257842B2 (en) 2003-07-21 2007-08-14 Mcafee, Inc. Pre-approval of computer files during a malware detection
WO2005043360A1 (en) 2003-10-21 2005-05-12 Green Border Technologies Systems and methods for secure client applications
US7913305B2 (en) 2004-01-30 2011-03-22 Microsoft Corporation System and method for detecting malware in an executable code module according to the code module's exhibited behavior
US20050216759A1 (en) 2004-03-29 2005-09-29 Rothman Michael A Virus scanning of input/output traffic of a computer system
US8006305B2 (en) 2004-06-14 2011-08-23 Fireeye, Inc. Computer worm defense system and method
US8171553B2 (en) * 2004-04-01 2012-05-01 Fireeye, Inc. Heuristic based capture with replay to virtual machine
US8584239B2 (en) 2004-04-01 2013-11-12 Fireeye, Inc. Virtual machine with dynamic data flow analysis
US7509677B2 (en) 2004-05-04 2009-03-24 Arcsight, Inc. Pattern discovery in a network security system
US20050283340A1 (en) * 2004-06-21 2005-12-22 Akshay Mathur Method and apparatus for configuring power-up sequences
WO2006014554A2 (en) 2004-07-07 2006-02-09 University Of Maryland Method and system for monitoring system memory integrity
US7634812B2 (en) 2004-07-21 2009-12-15 Microsoft Corporation Filter generation
US7979807B2 (en) 2004-09-07 2011-07-12 Routeone Llc Method and system for communicating and exchanging data between browser frames
US7536525B2 (en) 2004-11-09 2009-05-19 Dell Products L.P. Virtual machine hot cloning including freezing and unfreezing memory in a distributed network
US7493654B2 (en) 2004-11-20 2009-02-17 International Business Machines Corporation Virtualized protective communications system
US9606821B2 (en) 2004-12-17 2017-03-28 Intel Corporation Virtual environment manager for creating and managing virtual machine environments
US7765544B2 (en) 2004-12-17 2010-07-27 Intel Corporation Method, apparatus and system for improving security in a virtual machine host
US7409719B2 (en) 2004-12-21 2008-08-05 Microsoft Corporation Computer security management, such as in a virtual machine or hardened operating system
US20060143617A1 (en) 2004-12-29 2006-06-29 Knauerhase Robert C Method, apparatus and system for dynamic allocation of virtual platform resources
US20060184937A1 (en) 2005-02-11 2006-08-17 Timothy Abels System and method for centralized software management in virtual machines
US7657939B2 (en) 2005-03-14 2010-02-02 International Business Machines Corporation Computer security intrusion detection system for remote, on-demand users
US20060256730A1 (en) * 2005-05-12 2006-11-16 Compton Richard A Intelligent quarantine device
WO2006134691A1 (en) 2005-06-17 2006-12-21 Nec Corporation Information processing device, restoration device, program and restoration method
US20060288343A1 (en) 2005-06-20 2006-12-21 Kim Pallister Methods and apparatus to enable remote-user-interface-capable managed runtime environments
US8407785B2 (en) 2005-08-18 2013-03-26 The Trustees Of Columbia University In The City Of New York Systems, methods, and media protecting a digital data processing device from attack
US8204974B1 (en) 2005-08-30 2012-06-19 Sprint Communications Company L.P. Identifying significant behaviors within network traffic
US8112748B2 (en) 2005-09-01 2012-02-07 International Business Machines Corporation Method for operating software configured for internet access on a remote computer
US9177153B1 (en) * 2005-10-07 2015-11-03 Carnegie Mellon University Verifying integrity and guaranteeing execution of code on untrusted computer platform
US7930752B2 (en) 2005-11-18 2011-04-19 Nexthink S.A. Method for the detection and visualization of anomalous behaviors in a computer network
US7836303B2 (en) 2005-12-09 2010-11-16 University Of Washington Web browser operating system
JP4680068B2 (en) 2006-01-05 2011-05-11 富士通株式会社 Communication control method, network and network device
US8606895B2 (en) 2006-01-17 2013-12-10 Kidaro (Israel) Ltd. Seamless integration of multiple computing environments
US20070174429A1 (en) 2006-01-24 2007-07-26 Citrix Systems, Inc. Methods and servers for establishing a connection between a client system and a virtual machine hosting a requested computing environment
US7941813B1 (en) * 2006-02-17 2011-05-10 Parallels Holdings, Ltd. System and method for using virtual machine for driver installation sandbox
US20070234337A1 (en) 2006-03-31 2007-10-04 Prowess Consulting, Llc System and method for sanitizing a computer program
US8151263B1 (en) 2006-03-31 2012-04-03 Vmware, Inc. Real time cloning of a virtual machine
US7996834B2 (en) 2006-04-14 2011-08-09 Microsoft Corporation Virtual machine self-service restrictions
US8015563B2 (en) 2006-04-14 2011-09-06 Microsoft Corporation Managing virtual machines with system-wide policies
US8091084B1 (en) 2006-04-28 2012-01-03 Parallels Holdings, Ltd. Portable virtual machine
US8924524B2 (en) 2009-07-27 2014-12-30 Vmware, Inc. Automated network configuration of virtual machines in a virtual lab data environment
US9213513B2 (en) * 2006-06-23 2015-12-15 Microsoft Technology Licensing, Llc Maintaining synchronization of virtual machine image differences across server and host computers
US7868897B2 (en) 2006-06-30 2011-01-11 Intel Corporation Apparatus and method for memory address re-mapping of graphics data
US7823186B2 (en) 2006-08-24 2010-10-26 Novell, Inc. System and method for applying security policies on multiple assembly caches
US20080059556A1 (en) 2006-08-31 2008-03-06 Egenera, Inc. Providing virtual machine technology as an embedded layer within a processing platform
US20080127348A1 (en) 2006-08-31 2008-05-29 Kenneth Largman Network computer system and method using thin user client and virtual machine to provide immunity to hacking, viruses and spy ware
US20080086779A1 (en) 2006-10-04 2008-04-10 Gigamedia Access Corporation System and method for digital rights management with license proxy
US8522042B2 (en) 2006-10-31 2013-08-27 Hewlett-Packard Development Company, L.P. Method and apparatus for enforcement of software licence protection
US20100306773A1 (en) 2006-11-06 2010-12-02 Lee Mark M Instant on Platform
US20080133722A1 (en) 2006-12-04 2008-06-05 Infosys Technologies Ltd. Parallel dynamic web page section processing
US8146084B1 (en) 2007-02-21 2012-03-27 Adobe Systems Incorporated Loading applications in non-designated isolation environments
US7797742B2 (en) 2007-02-26 2010-09-14 Microsoft Corporation File blocking mitigation
US8856782B2 (en) 2007-03-01 2014-10-07 George Mason Research Foundation, Inc. On-demand disposable virtual work system
US8656386B1 (en) 2007-03-13 2014-02-18 Parallels IP Holdings GmbH Method to share identical files in a common area for virtual machines having the same operating system version and using a copy on write to place a copy of the shared identical file in a private area of the corresponding virtual machine when a virtual machine attempts to modify the shared identical file
US20080320594A1 (en) 2007-03-19 2008-12-25 Xuxian Jiang Malware Detector
US8763136B2 (en) 2007-03-22 2014-06-24 Red Hat, Inc. Privacy enhanced browser
US8171485B2 (en) 2007-03-26 2012-05-01 Credit Suisse Securities (Europe) Limited Method and system for managing virtual and real machines
US7941470B2 (en) 2007-03-29 2011-05-10 Vmware, Inc. Synchronization and customization of a clone computer
US8966474B2 (en) 2007-04-30 2015-02-24 Hewlett-Packard Development Company, L.P. Managing virtual machines using shared image
US8347263B1 (en) 2007-05-09 2013-01-01 Vmware, Inc. Repository including installation metadata for executable applications
US7971047B1 (en) 2007-09-10 2011-06-28 Vmware, Inc. Operating system environment and installation
US8219987B1 (en) 2007-08-24 2012-07-10 Vmware, Inc. Optimized virtual machine specification for provisioning application specific runtime environment
WO2008151321A2 (en) 2007-06-08 2008-12-11 The Trustees Of Columbia University In The City Of New York Systems, methods, and media for enforcing a security policy in a network including a plurality of components
US8341733B2 (en) 2007-06-20 2012-12-25 International Business Machines Corporation Creating secured file views in a software partition
JP4907603B2 (en) 2007-06-27 2012-04-04 ヒューレット−パッカード デベロップメント カンパニー エル.ピー. Access control system and access control method
US9906549B2 (en) 2007-09-06 2018-02-27 Microsoft Technology Licensing, Llc Proxy engine for custom handling of web content
US8935609B2 (en) 2007-12-18 2015-01-13 International Business Machines Corporation Method and system to secure the display of advertisements on web browsers
KR101489244B1 (en) 2007-12-24 2015-02-04 삼성전자 주식회사 System and method for controlling program execution based on virtual machine monitor
US8615757B2 (en) 2007-12-26 2013-12-24 Intel Corporation Negotiated assignment of resources to a virtual machine in a multi-virtual machine environment
US8719936B2 (en) 2008-02-01 2014-05-06 Northeastern University VMM-based intrusion detection system
US8336094B2 (en) 2008-03-27 2012-12-18 Juniper Networks, Inc. Hierarchical firewalls
US8365167B2 (en) 2008-04-15 2013-01-29 International Business Machines Corporation Provisioning storage-optimized virtual machines within a virtual desktop environment
WO2009146165A1 (en) 2008-04-15 2009-12-03 Blade Network Technologies, Inc. Network virtualization for a virtualized server data center environment
US8146091B2 (en) 2008-05-01 2012-03-27 International Business Machines Corporation Expansion and contraction of logical partitions on virtualized hardware
US8291496B2 (en) 2008-05-12 2012-10-16 Enpulz, L.L.C. Server based malware screening
US8698818B2 (en) 2008-05-15 2014-04-15 Microsoft Corporation Software rasterization optimization
US20090300599A1 (en) 2008-05-30 2009-12-03 Matthew Thomas Piotrowski Systems and methods of utilizing virtual machines to protect computer systems
US8161479B2 (en) 2008-06-13 2012-04-17 Microsoft Corporation Synchronizing virtual machine and application life cycles
US8381298B2 (en) 2008-06-30 2013-02-19 Microsoft Corporation Malware detention for suspected malware
US8055893B2 (en) 2008-08-28 2011-11-08 Lenovo (Singapore) Pte. Ltd. Techniques for booting a stateless client
US9098698B2 (en) 2008-09-12 2015-08-04 George Mason Research Foundation, Inc. Methods and apparatus for application isolation
US8850571B2 (en) 2008-11-03 2014-09-30 Fireeye, Inc. Systems and methods for detecting malicious network content
US8484727B2 (en) * 2008-11-26 2013-07-09 Kaspersky Lab Zao System and method for computer malware detection
US8769684B2 (en) 2008-12-02 2014-07-01 The Trustees Of Columbia University In The City Of New York Methods, systems, and media for masquerade attack detection by monitoring computer user behavior
US20100192224A1 (en) 2009-01-26 2010-07-29 International Business Machines Corporation Sandbox web navigation
US8762883B2 (en) 2009-01-30 2014-06-24 Oracle International Corporation Manipulation of window controls in a popup window
US8391494B1 (en) 2009-02-26 2013-03-05 Symantec Corporation Systems and methods for protecting enterprise rights management keys
US8370835B2 (en) 2009-03-12 2013-02-05 Arend Erich Dittmer Method for dynamically generating a configuration for a virtual machine with a virtual hard disk in an external storage device
US8516606B2 (en) 2009-03-24 2013-08-20 Aol Inc. Systems and methods for challenge-response animation and randomization testing
US8171141B1 (en) 2009-04-02 2012-05-01 Vmware, Inc. Provisioning system including stack manager
US8191065B2 (en) 2009-04-06 2012-05-29 Red Hat Israel, Ltd. Managing virtual machine images
KR101493076B1 (en) 2009-04-07 2015-02-12 삼성전자 주식회사 Apparatus and method of preventing virus code execution through buffer overflow control
US8856783B2 (en) 2010-10-12 2014-10-07 Citrix Systems, Inc. Allocating virtual machines according to user-specific virtual machine metrics
EP2433217B1 (en) 2009-05-19 2019-10-16 VMware, Inc. Shortcut input/output in virtual machine systems
US8613085B2 (en) 2009-07-22 2013-12-17 Broadcom Corporation Method and system for traffic management via virtual machine migration
US20110023028A1 (en) 2009-07-27 2011-01-27 Alcatel-Lucent Usa Inc. Virtualization software with dynamic resource allocation for virtual machines
US8528080B2 (en) 2009-09-15 2013-09-03 Reefedge Networks, Llc Short-range mobile honeypot for sampling and tracking threats
US9015829B2 (en) 2009-10-20 2015-04-21 Mcafee, Inc. Preventing and responding to disabling of malware protection software
US9055080B2 (en) 2009-12-14 2015-06-09 Citrix Systems, Inc. Systems and methods for service isolation
US8479286B2 (en) * 2009-12-15 2013-07-02 Mcafee, Inc. Systems and methods for behavioral sandboxing
US9684785B2 (en) 2009-12-17 2017-06-20 Red Hat, Inc. Providing multiple isolated execution environments for securely accessing untrusted content
US8516576B2 (en) 2010-01-13 2013-08-20 Microsoft Corporation Network intrusion detection with distributed correlation
US8627309B2 (en) 2010-02-25 2014-01-07 Microsoft Corporation Automated deployment and servicing of distributed applications
US8346727B1 (en) 2010-03-15 2013-01-01 Symantec Corporation Optimized image archiving
JP5821034B2 (en) 2010-03-16 2015-11-24 パナソニックIpマネジメント株式会社 Information processing apparatus, virtual machine generation method, and application distribution system
US20110239291A1 (en) 2010-03-26 2011-09-29 Barracuda Networks, Inc. Detecting and Thwarting Browser-Based Network Intrusion Attacks For Intellectual Property Misappropriation System and Method
US8776169B2 (en) 2010-03-30 2014-07-08 Authentic8, Inc. Disposable browsers and authentication techniques for a secure online user environment
US8707427B2 (en) 2010-04-06 2014-04-22 Triumfant, Inc. Automated malware detection and remediation
US8572612B2 (en) 2010-04-14 2013-10-29 International Business Machines Corporation Autonomic scaling of virtual machines in a cloud computing environment
US9443078B2 (en) 2010-04-20 2016-09-13 International Business Machines Corporation Secure access to a virtual machine
US8972980B2 (en) 2010-05-28 2015-03-03 Bromium, Inc. Automated provisioning of secure virtual execution environment using virtual machine templates based on requested activity
US9239909B2 (en) 2012-01-25 2016-01-19 Bromium, Inc. Approaches for protecting sensitive data within a guest operating system
US8640187B2 (en) 2010-05-28 2014-01-28 Red Hat, Inc. Systems and methods for providing an fully functional isolated execution environment for accessing content
US8752047B2 (en) 2010-05-28 2014-06-10 Bromium, Inc. Automated management of virtual machines to process untrusted data based on client policy information
US9110702B2 (en) 2010-06-02 2015-08-18 Microsoft Technology Licensing, Llc Virtual machine migration techniques
US8392993B1 (en) 2010-06-23 2013-03-05 Symantec Corporation Systems and methods for delaying termination of a process to capture data relating to a potential threat
US8789189B2 (en) 2010-06-24 2014-07-22 NeurallQ, Inc. System and method for sampling forensic data of unauthorized activities using executability states
US9106697B2 (en) 2010-06-24 2015-08-11 NeurallQ, Inc. System and method for identifying unauthorized activities on a computer system using a data structure model
US8543641B2 (en) 2010-06-30 2013-09-24 Deskstream, Inc. Method and system of application delivery through application template to client device
US20120005672A1 (en) 2010-07-02 2012-01-05 International Business Machines Corporation Image management for virtual machine instances and associated virtual storage
US8938800B2 (en) * 2010-07-28 2015-01-20 Mcafee, Inc. System and method for network level protection against malicious software
US8707428B2 (en) 2010-08-05 2014-04-22 At&T Intellectual Property I, L.P. Apparatus and method for defending against internet-based attacks
US8407438B1 (en) 2010-08-16 2013-03-26 Symantec Corporation Systems and methods for managing virtual storage disk data
US8745577B2 (en) * 2010-09-29 2014-06-03 International Business Machines Corporation End to end automation of application deployment
US8732290B2 (en) 2010-10-05 2014-05-20 Citrix Systems, Inc. Virtual workplace software based on organization characteristics
US8938787B2 (en) 2010-11-29 2015-01-20 Biocatch Ltd. System, device, and method of detecting identity of a user of a mobile electronic device
US8732587B2 (en) 2011-03-21 2014-05-20 Symantec Corporation Systems and methods for displaying trustworthiness classifications for files as visually overlaid icons
US8549648B2 (en) 2011-03-29 2013-10-01 Mcafee, Inc. Systems and methods for identifying hidden processes
US8490091B2 (en) 2011-03-28 2013-07-16 International Business Machines Corporation Virtual machine placement to improve memory utilization
US8756693B2 (en) 2011-04-05 2014-06-17 The United States Of America As Represented By The Secretary Of The Air Force Malware target recognition
US8601583B1 (en) 2011-04-14 2013-12-03 Trend Micro Incorporated Certification of virtual machine images in cloud computing environments
US8776240B1 (en) 2011-05-11 2014-07-08 Trend Micro, Inc. Pre-scan by historical URL access
EP2523111A1 (en) 2011-05-13 2012-11-14 Research In Motion Limited Allocating media decoding resources according to priorities of media elements in received data
US8972984B2 (en) 2011-05-20 2015-03-03 Citrix Systems, Inc. Methods and systems for virtualizing audio hardware for one or more virtual machines
US8561208B2 (en) 2011-05-20 2013-10-15 Adobe Systems Incorporated Secure user interface content
WO2013001332A1 (en) 2011-06-27 2013-01-03 Nokia Corporation System, method and apparatus for facilitating resource security
US8612719B2 (en) 2011-07-21 2013-12-17 Stec, Inc. Methods for optimizing data movement in solid state devices
US9519781B2 (en) 2011-11-03 2016-12-13 Cyphort Inc. Systems and methods for virtualization and emulation assisted malware detection
US8694986B2 (en) 2011-12-15 2014-04-08 Microsoft Corporation Providing update notifications on distributed application objects
US8788617B2 (en) 2012-03-15 2014-07-22 Verizon Patent And Licensing Inc. Cookies stored in a cloud computing environment
US9916439B2 (en) 2012-03-22 2018-03-13 Microsoft Technology Licensing, Llc Securing a computing environment against malicious entities
US8839243B2 (en) 2012-04-23 2014-09-16 International Business Machines Corporation Remediating resource overload
US9342330B2 (en) 2012-05-11 2016-05-17 Sap Se Deploying a user-configured virtual appliance template including a portion of an existing computing application to enhance functionality
US9405899B2 (en) 2012-06-06 2016-08-02 Empire Technology Development Llc Software protection mechanism
US8700898B1 (en) 2012-10-02 2014-04-15 Ca, Inc. System and method for multi-layered sensitive data protection in a virtual computing environment
US9171151B2 (en) 2012-11-16 2015-10-27 Microsoft Technology Licensing, Llc Reputation-based in-network filtering of client event information
US9292328B2 (en) 2013-05-24 2016-03-22 Bromium, Inc. Management of supervisor mode execution protection (SMEP) by a hypervisor
US10089458B2 (en) 2013-09-26 2018-10-02 Citrix Systems, Inc. Separate, disposable execution environment for accessing unverified content
US9665714B1 (en) * 2016-05-31 2017-05-30 AO Kaspersky Lab System and method of detecting malicious files on virtual machines in a distributed network

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200089881A1 (en) * 2018-09-16 2020-03-19 Fortinet, Inc. Natively mounting storage for inspection and sandboxing in the cloud
US11036856B2 (en) * 2018-09-16 2021-06-15 Fortinet, Inc. Natively mounting storage for inspection and sandboxing in the cloud

Also Published As

Publication number Publication date
US10430614B2 (en) 2019-10-01
US20160232380A1 (en) 2016-08-11

Similar Documents

Publication Publication Date Title
US11489855B2 (en) System and method of adding tags for use in detecting computer attacks
US10599841B2 (en) System and method for reverse command shell detection
US12244624B2 (en) Malware detection at endpoint devices
US10164993B2 (en) Distributed split browser content inspection and analysis
EP3430556B1 (en) System and method for process hollowing detection
US9588848B2 (en) System and method of restoring modified data
US12432225B2 (en) Inline malware detection
EP2839406B1 (en) Detection and prevention of installation of malicious mobile applications
RU2723665C1 (en) Dynamic reputation indicator for optimization of computer security operations
US11636208B2 (en) Generating models for performing inline malware detection
US9147073B2 (en) System and method for automatic generation of heuristic algorithms for malicious object identification
US12495066B2 (en) Managed detection and response system and method based on endpoints
JP7662267B2 (en) Inline Malware Detection
US11003746B1 (en) Systems and methods for preventing electronic form data from being electronically transmitted to untrusted domains
US20200218832A1 (en) Automatic Initiation of Execution Analysis
US20250148074A1 (en) Multistage Quarantine of Emails
US10095530B1 (en) Transferring control of potentially malicious bit sets to secure micro-virtual machine
Deep et al. Security In Smartphone: A Comparison of Viruses and Security Breaches in Phones and Computers
Jha The Threat Landscape: An Ever-Evolving Challenge
US10846396B1 (en) Downloading data in a dedicated virtual machine

Legal Events

Date Code Title Description
AS Assignment

Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROMIUM, INC.;REEL/FRAME:051305/0894

Effective date: 20190919

AS Assignment

Owner name: BROMIUM, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PRATT, IAN;KASHYAP, RAHUL C.;BANGA, GAURAV;SIGNING DATES FROM 20160421 TO 20160425;REEL/FRAME:051351/0235

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION