The present application is related to the following commonly owned and assigned applications: application Ser. No. 11/105,978 (U.S. Pat. No. 7,349,931), entitled: System and Method for Scanning Obfuscated Files for Pestware filed herewith; application Ser. No. 11/105,977, entitled: System and Method for Scanning Memory for Pestware Offset Signatures, filed herewith. Each of which is incorporated by reference in their entirety.
The present invention relates to computer system management. In particular, but not by way of limitation, the present invention relates to systems and methods for controlling pestware or malware.
Personal computers and business computers are continually attacked by trojans, spyware, and adware, collectively referred to as “malware” or “pestware.” These types of programs generally act to gather information about a person or organization—often without the person or organization's knowledge. Some pestware is highly malicious. Other pestware is non-malicious but may cause issues with privacy or system performance. And yet other pestware is actually beneficial or wanted by the user. Wanted pestware is sometimes not characterized as “pestware” or “spyware.” But, unless specified otherwise, “pestware” as used herein refers to any program that collects and/or reports information about a person or an organization and any “watcher processes” related to the pestware.
Software is available to detect some pestware, but many variations of pestware are difficult to detect with typical techniques. For example, pestware running in memory of a computer is often difficult to detect because it is disguised in such a way that it appears to be a legitimate process that is dependent from a trusted application (e.g., a word processor application). In other cases, pestware is obfuscated with encryption techniques so that a pestware file stored on a system hard drive may not be readily recognizable as a file that has spawned a pestware process. In yet other instances, pestware is known to be polymorphic in nature so as to change its size in memory or to change its starting address in memory. Accordingly, current software is not always able to scan and remove pestware in a convenient manner and will most certainly not be satisfactory in the future.
Exemplary embodiments of the present invention that are shown in the drawings are summarized below. These and other embodiments are more fully described in the Detailed Description section. It is to be understood, however, that there is no intention to limit the invention to the forms described in this Summary of the Invention or in the Detailed Description. One skilled in the art can recognize that there are numerous modifications, equivalents and alternative constructions that fall within the spirit and scope of the invention as expressed in the claims.
Embodiments of the present invention include methods for scanning files of a protected computer for pestware. One embodiment is configured to scan executable memory of a protected computer for pestware by initially enumerating processes and any dependencies related to the processes that are running in the executable memory. A reference point is then identified in the executable memory for each of the processes and dependencies, and the processes and dependencies are then analyzed by scanning one or more portions of memory that are offset from reference points associated with the processes and dependencies so as to identify whether any of the processes or dependencies are pestware.
In another embodiment, the invention may be characterized as a system for managing pestware. In this embodiment, a pestware detection module is configured to initially enumerate any processes and any dependencies related to the processes that are running in executable memory. The pestware detection module then identifies a reference point in the executable memory for each of the processes and dependencies. The processes and dependencies are then analyzed by scanning one or more portions of memory that are offset from the reference points associated with the processes and dependencies so as to identify whether any of the processes or dependencies are pestware.
These and other embodiments are described in more detail herein.
Various objects and advantages and a more complete understanding of the present invention are apparent and more readily appreciated by reference to the following Detailed Description and to the appended claims when taken in conjunction with the accompanying Drawings where like or similar elements are designated with identical reference numerals throughout the several views and wherein:
Referring first to
As shown, the storage device 106 provides storage for a collection of N files 124, which includes a pestware file 122. The storage device 106 is described herein in several implementations as hard disk drive for convenience, but this is certainly not required, and one of ordinary skill in the art will recognize that other storage media may be utilized without departing from the scope of the present invention. In addition, one of ordinary skill in the art will recognize that the storage device 106, which is depicted for convenience as a single storage device, may be realized by multiple (e.g., distributed) storage devices.
As shown, an anti-spyware application 112 includes a detection module 114, a shield module 116 and a removal module 118, which are implemented in software and are executed from the memory 104 by the CPU 102. The software 112 can be configured to operate on personal computers (e.g., handheld, notebook or desktop), servers or any device capable of processing instructions embodied in executable code. Moreover, one of ordinary skill in the art will recognize that alternative embodiments, which implement one or more components (e.g., the anti-spyware 112) in hardware, are well within the scope of the present invention.
Also shown in the executable memory 104 are N processes, which in general, are executable programs that may be either known and trusted applications or pestware processes that are being executed by the CPU 102. Shown among the N processes for example, are a first process 126 that is a pestware process and a second process 128 that is not a pestware process, but it is associated with a pestware dependency 130, which has spawned unencrypted pestware code 140. As discussed further herein with reference to
It should be recognized that an operating system (not shown) of the protected computer 100 is not limited to any particular type of operating system and may be operating systems provided by Microsoft Corp. under the trade name WINDOWS (e.g., WINDOWS 2000, WINDOWS XP, and WINDOWS NT). Additionally, the operating system may be an open source operating system such operating systems distributed under the LINUX trade name. For convenience, however, embodiments of the present invention are generally described herein with relation to WINDOWS-based systems. Those of skill in the art can easily adapt these implementations for other types of operating systems or computer systems.
Referring next to
As shown in
Referring to
After calculating the start addresses of the processes (e.g., the N processes) and any dependencies (e.g., the dependency 130) each of the processes and any dependencies are scanned utilizing their respective start addresses (Block 214). It should be recognized that, due to various techniques (e.g., morphing techniques) the calculated starting address discussed above with reference to block 212 may not yield a viable base location from which to scan the associated process/dependency. To address this situation, some embodiments of the present invention also locate one or more API implementations, which are then utilized as a reference point to scan the associated process.
Referring next to
As shown in
Based upon the information gathered with the initial scans (Blocks 304, 306), specific offsets are selected for scanning each of the N processes and the dependency 130 (Block 308). For example, a partial scan of the pestware dependency 130 reveals that it is a loader for encrypted code, and as a consequence, a specific offset 144 from the start address 134 of the pestware dependency 130 to a memory location 146 that is outside of the memory block for the pestware dependency 130 is selected in order to scan for unencrypted pestware code known to be located at the offset 144 from its associated loader when running in memory.
As another example, a first offset 136 and a second offset 138 are selected relative to the start address 132 of the first pestware process 126. As shown, these offsets 136, 138 from the start address 132 point to portions of the executable memory 104 where two specific subroutines for the first pestware process reside. These offsets 136 and 138 are selected based upon known pestware of the type matching the first pestware process 126.
It should be recognized that other base reference locations may be utilized for the processes and dependencies in addition to (or instead of) a start address. For example, it is often the case that a relative offset between portions of code within a pestware process is static even though the start address of the process may vary. In some embodiments for example, API implementations are located and utilized as base reference points when the start address is not a viable reference point. In such a case, one or more offsets from the API implementation may be scanned for code that is known to be associated with particular pestware.
As shown in
In several embodiments, the code retrieved at the offsets is op code (e.g., X86 assembly instructions) as opposed to strings or flat Unicode text. In this way, the identification of pestware is much more accurate because the op code associated with known pestware is very specific to the pestware. As a consequence, the frequency of false positive identifications of the process as pestware is substantially reduced.
It should be recognized that the process depicted in
In conclusion, the present invention provides, among other things, a system and method for managing pestware. Those skilled in the art can readily recognize that numerous variations and substitutions may be made in the invention, its use and its configuration to achieve substantially the same results as achieved by the embodiments described herein. Accordingly, there is no intention to limit the invention to the disclosed exemplary forms. Many variations, modifications and alternative constructions fall within the scope and spirit of the disclosed invention as expressed in the claims.
Number | Name | Date | Kind |
---|---|---|---|
5442669 | Medin | Aug 1995 | A |
5485575 | Chess et al. | Jan 1996 | A |
5696822 | Nachenberg | Dec 1997 | A |
5826013 | Nachenberg | Oct 1998 | A |
6192512 | Chess | Feb 2001 | B1 |
6253258 | Cohen | Jun 2001 | B1 |
6357008 | Nachenberg | Mar 2002 | B1 |
6457174 | Kuroda et al. | Sep 2002 | B1 |
6681972 | Tapocik | Jan 2004 | B1 |
6735703 | Kilpatrick et al. | May 2004 | B1 |
6775780 | Muttik | Aug 2004 | B1 |
6851057 | Nachenberg | Feb 2005 | B1 |
6931540 | Edwards et al. | Aug 2005 | B1 |
6971019 | Nachenberg | Nov 2005 | B1 |
6973577 | Kouznetsov | Dec 2005 | B1 |
6973578 | McIchionc | Dec 2005 | B1 |
7150045 | Koelle et al. | Dec 2006 | B2 |
7155742 | Szor | Dec 2006 | B1 |
7171690 | Kouznetsov et al. | Jan 2007 | B2 |
7178166 | Taylor et al. | Feb 2007 | B1 |
7216367 | Szor | May 2007 | B2 |
20020120871 | Watkins et al. | Aug 2002 | A1 |
20030023865 | Cowie et al. | Jan 2003 | A1 |
20030046558 | Teblyashkin et al. | Mar 2003 | A1 |
20030074573 | Hursey et al. | Apr 2003 | A1 |
20030110391 | Wolff et al. | Jun 2003 | A1 |
20030115479 | Edwards et al. | Jun 2003 | A1 |
20030120952 | Tarbotton et al. | Jun 2003 | A1 |
20030212902 | van der Made | Nov 2003 | A1 |
20030217286 | Carmona et al. | Nov 2003 | A1 |
20030233566 | Kouznetsov et al. | Dec 2003 | A1 |
20040015712 | Szor | Jan 2004 | A1 |
20040030912 | Merkle et al. | Feb 2004 | A1 |
20040068664 | Nachenberg et al. | Apr 2004 | A1 |
20040199827 | Muttik et al. | Oct 2004 | A1 |
20040243829 | Jordan | Dec 2004 | A1 |
20040255165 | Szor | Dec 2004 | A1 |
20050021994 | Barton et al. | Jan 2005 | A1 |
20050039029 | Shipp | Feb 2005 | A1 |
20050055558 | Carmona | Mar 2005 | A1 |
20050071649 | Shipp | Mar 2005 | A1 |
20050154900 | Muttik | Jul 2005 | A1 |
20050172337 | Bodorin et al. | Aug 2005 | A1 |
20050172338 | Sandu et al. | Aug 2005 | A1 |
20050188272 | Bodorin et al. | Aug 2005 | A1 |
20050223238 | Schmid et al. | Oct 2005 | A1 |
20050262567 | Carmona | Nov 2005 | A1 |
20050268112 | Wang et al. | Dec 2005 | A1 |
20050268338 | Made | Dec 2005 | A1 |
20050278783 | Chien et al. | Dec 2005 | A1 |
20050278785 | Lieberman | Dec 2005 | A1 |
20050283838 | Saito | Dec 2005 | A1 |
20060112235 | Cabot et al. | May 2006 | A1 |
20060123244 | Gheorghescu et al. | Jun 2006 | A1 |
20060200863 | Ray et al. | Sep 2006 | A1 |
Number | Date | Country | |
---|---|---|---|
20060236389 A1 | Oct 2006 | US |