WO1997039399A2 - Apparatus and method for electronic mail virus detection and elimination - Google Patents

Apparatus and method for electronic mail virus detection and elimination Download PDF

Info

Publication number
WO1997039399A2
WO1997039399A2 PCT/US1997/005313 US9705313W WO9739399A2 WO 1997039399 A2 WO1997039399 A2 WO 1997039399A2 US 9705313 W US9705313 W US 9705313W WO 9739399 A2 WO9739399 A2 WO 9739399A2
Authority
WO
WIPO (PCT)
Prior art keywords
message
node
virus
mail
messages
Prior art date
Application number
PCT/US1997/005313
Other languages
French (fr)
Inventor
Eva Chen
Shuang Ji
Yung-Chang Liang
Warren Tsai
Original Assignee
Trend Micro, Incorporated
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=24507652&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO1997039399(A2) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Trend Micro, Incorporated filed Critical Trend Micro, Incorporated
Priority to AU25566/97A priority Critical patent/AU2556697A/en
Priority to EP97917140A priority patent/EP0954794A2/en
Priority to JP53657397A priority patent/JP4104658B2/en
Publication of WO1997039399A2 publication Critical patent/WO1997039399A2/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/212Monitoring or handling of messages using filtering or selective blocking
    • 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
    • H04L63/145Countermeasures against malicious traffic the attack involving the propagation of malware through the network, e.g. viruses, trojans or worms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/06Message adaptation to terminal or network requirements
    • H04L51/063Content adaptation, e.g. replacement of unsuitable content

Definitions

  • the present invention relates generally to computer systems and computer networks.
  • the present invention relates to a system and method for detecting and removing computer viruses.
  • the present invention relates to a system and method for detecting and removing computer viruses from file and message transfers between computer networks and to an apparatus and method for detecting and removing computer viruses from files and messages accessed by electronic mail through a network postal node.
  • FIG. 1 a block diagram of a portion of a prior art information system 20 is shown.
  • the portion of the information system 20 shown comprises a first network 22, a second network 24 and third network 26.
  • This information system 20 is provided only by way of example, and those skilled in the art will realize that the information system 20 may include any number of networks, each of the networks being its own protected domain and having any number of nodes.
  • each of the networks 22, 24, 26 is formed from a plurality of nodes 30, 32.
  • Each of the nodes 30, 32 is preferably a microcomputer.
  • the nodes 30, 32 are coupled together to form a network by a plurality of network connections 36.
  • the nodes 30, 32 may be connected together using a token ring format, ethernet format or any of the various other formats known in the art.
  • Each of the networks 22, 24, 26 includes a node 32 that acts as a gateway to link the respective network 22, 24, 26 to other networks 22, 24, 26.
  • Each of the gateway nodes 32 is preferably coupled by a standard telephone line connection 34 such as POTS (Plain Old Telephone Service) or a T-l link to the other gateway nodes 32 through a telephone switching network 28. All communication between the networks 22, 24, 26 is preferably performed through one of the gateway nodes 32. Also of increasing prevalence is the use of electronic mail to access information.
  • an electronic mail system 200 is shown to include a plurality of client nodes 230, which preferably are microcomputers, connected to a postal node 232 arranged to facilitate electronic mail accesses such as those between the client nodes 230.
  • the postal node may also include a communications link 234 to another network or may communicate with additional postal nodes (not shown).
  • Electronic mail may be accessed from the postal node 232 to single or multiple users, and may include simple messages or complex information including files with viruses.
  • a computer virus is a section of code that is buried or hidden in another program. Once the program is executed, the code is activated and attaches itself to other programs in the system.
  • Infected programs in turn copy the code to other programs.
  • the effect of such viruses can be simple pranks that cause a message to be displayed on the screen or more serious effects such as the destruction of programs and data.
  • Another problem in the prior art is worms. Worms are destructive programs that replicate themselves throughout disk and memory using up all available computer resources eventually causing the computer system to crash. Obviously, because of the destructive nature of worms and viruses, there is a need for eliminating them from computers and networks.
  • virus detection method commonly referred to as behavior interception
  • behavior interception monitors the computer or system for important operating system functions such as write, erase, format disk, etc.
  • the program prompts the user for input as to whether such an operation is expected. If such an operation is not expected (e.g., the user was not operating any program that employed such a function), the user can abort the operation knowing it was being prompted by a virus program.
  • signature scanning scans program code that is being copied onto the system. The system searches for known patterns of program code used for viruses. Currently, signature scanning onlv operates on the floppv disk drives, hard drives or optical drives.
  • Yet another prior art approach to virus detection performs a checksum on all host programs stored on a system and known to be free from viruses. Thus, if a virus later attaches itself to a host program, the checksum value will be different and the presence of a virus can be detected.
  • Another problem of increasing significance is the spread of computer viruses through electronic mail communications, including intra-network electronic mail accesses which do not need to pass through a network gateway node 33.
  • the referenced prior art shortcomings are also present in the detection and prevention of the spread of viruses through electronic mail. Additionally problematic are electronic mail access by multiple users which may exponentially increase the potential for the spread of viruses, the detection of viruses on encoded or encrypted files, the tendency of computer users not to undertake virus detection and user impatience during virus detection intervals.
  • the present invention overcomes the limitations and shortcomings of the prior art with systems, apparatuses and methods for detecting and eliminating viruses on a computer network.
  • a system including the present invention is a network formed of a plurality of nodes and a gateway node for connection to other networks.
  • the nodes are preferably microcomputers, and the gateway node comprises: a display device, a central processing unit, a memory forming the apparatus of the present invention, an input device, a network link and a communications unit.
  • the memory further comprises an operating system including a kernel, a File Transfer Protocol (FTP) proxy server, and a Simple Mail Transfer Protocol (SMTP) proxy server.
  • the central processing unit, display device, input device, and memory are coupled and operate to execute the application programs stored in the memory.
  • the central processing unit of the gateway node also executes the FTP proxy server for transmitting and receiving files over the communications unit, and executes the SMTP proxy server for transmitting and receiving messages over the communications unit.
  • SMTP proxy server are preferably executed concurrently with the normal operation of the gateway node.
  • the servers advantageously operate in a manner such that viruses transmitted to or from the network in messages and files are detected before the files are transferred into or from the network.
  • the gateway node of the present invention is particularly advantageous because the impact of using the FTP proxy server and SMTP proxy server for the detection of viruses is minimized because only the files leaving or entering the network are evaluated for the presence of viruses and all other "intra" -network traffic is unaffected.
  • the present invention also comprises a method for processing a file before transmission into the network and a method for processing a file before transmission from the network.
  • the preferred method for processing a file comprises the steps of: receiving the data transfer command and file name; transferring the file to the proxy server; performing virus detection on the file; determining whether the file contains any viruses; transferring the file from the proxy server to a recipient node if the file does not contain a virus; and performing a preset action with the file if it does contain a virus.
  • the present invention also includes methods for processing messages before transmission to or from the network that operate in a similar manner.
  • the present invention also comprises an apparatus for detecting and eliminating viruses which may spread throughout a network in messages accessed with an electronic mail system.
  • messages directed to a user at a client node are typically stored a postal node prior to their access by the client node.
  • Viruses are detected and corrective action taken by a mail scanning apparatus which preferably resides at the client node.
  • the mail scanning apparatus preferably includes: a polling module for determining the presence of unread messages at the postal node, a retrieval module for downloading unread messages to the memory of a client node and a virus analysis and treatment module for determining whether the message contains a virus and for facilitating corrective action to prevent its spread.
  • these modules are arranged to operate without requiring action by any electronic mail program files local to the client node to accommodate unobtrusive virus detection in the background and operation without user initiation or triggering. Additionally, the preferable location of the mail scanning apparatus at the client node accommodates virus detection without consuming postal node resources.
  • the present invention also comprises a method for detecting and eliminating viruses which may spread throughout a network in messages accessed by an electronic mail system.
  • the postal node is polled from the client node for unread messages, unread messages are downloaded into the memory of a client node, the messages are scanned for the presence of viruses, and corrective action taken.
  • Figure 1 is a block diagram of a prior art information system with a plurality of networks and a plurality of nodes upon which the present invention operates;
  • Figure 2 is a block diagram of a preferred embodiment for a gateway node including the apparatus of the present invention;
  • Figure 3 is a block diagram of a preferred embodiment for a memorv of the gateway node including the apparatus of the present invention;
  • Figure 4 is a block diagram of a preferred embodiment for a protocol laver hierarchy constructed according to the present invention compared to the OSI layer model of the prior art;
  • Figure 5A is a functional block diagram showing a preferred system for sending data files according to a preferred embodiment of the present invention
  • Figure 5B is a functional block diagram showing a preferred system for receiving data files according to a preferred embodiment of the present invention
  • Figures 6 A, 6B and 6C are a flowchart of the preferred method for performing file transfer according to the present invention
  • Figure 7 is a functional block diagram showing a preferred system for tiansnutting mail messages according to a preferred embodiment of the present invention
  • Figures 8A and 8B are a flow chart of a preferred method for sending messages to/ from a network
  • Figure 9 is a block diagram of a prior art network electronic mail system.
  • Figure 10a is a block diagram of a postal node constructed according to the present invention
  • Figure 10b is a block diagram of a memory of the postal node constructed according to the present invention
  • Figure 10c is a block diagram of a data storage device of the postal node constructed according to the present invention.
  • Figure Ila is a block diagram of a preferred embodiment for a client node including the present invention.
  • Figure lib is a block diagram of a preferred embodiment for the memory of *he client node according to the present invention.
  • Figure lie is a block diagram of a preferred embodiment for the mail scanning module of the present invention
  • Figurelld is a graphical representation of a preferred format for storing data in the data buffer
  • Figure 12 is a flow chart of a first and preferred embodiment of the method for scanning electronic mail messages according to the present invention
  • Figure 13 is a flow chart of a second embodiment of the method for scanning electronic mail messages according to the present invention.
  • Figure 14 is a flow chart of a preferred method for scanning an attachment file of an electronic mail message according to the present invention.
  • Figure 15 is a flow chart of a preferred method for treating an infected attachment file according to the present invention to remove viruses.
  • the virus detection system and method of the present invention preferably operates on an information system 20 as has been described above with reference to Figure 1.
  • the present invention like the prior art, preferably includes a plurality of node systems 30 and at least one gateway node 33 for each network 22, 24, 26.
  • the present invention is different from the prior art because it provides novel gateway node 33 that also performs virus detection for all files being transmitted into or out of a network.
  • the novel gateway node 33 also performs virus detection on all messages being transmitted into or out of an associated network.
  • a preferred embodiment of the gateway node 33 comprises a display device 40, a central processing unit (CPU) 42, a memory 44, a data storage device 46, an input device 50, a network link 52, and a communications unit 54.
  • the CPU 42 is connected by a bus 56 to the display device 40, the memory 44, the data storage device 46, the input device 50, the network link 52, and the communications unit 54 in a von
  • the CPU 42, display device 40, input device 50, and memory 44 may be coupled in a conventional manner such as a personal computer.
  • the CPU 42 is preferably a microprocessor such as an Motorola 68040 or Intel Pentium or X86 type processor; the display device 40 is preferably a video monitor; and the input device 50 is preferably a keyboard and mouse type controller.
  • the CPU 42 is also coupled to the data storage device 44 such as a hard disk drive in a conventional manner.
  • the gateway node 33 mav also be a mini-computer or a mainframe computer.
  • the bus 56 is also coupled to the network link 52 to facilitate communication between the gateway node 33 and the other nodes 30 of the network.
  • the network link 52 is preferably a network adapter card including a transceiver that is coupled to a cable or line 36.
  • the network link 52 may be an ethernet card connected to a coaxial line, a twisted pair line or a fiber optic line.
  • the network link 52 is responsible for sending, receiving, and storing the signals sent over the network or within the protected domain of a given network.
  • the network link 52 is coupled to the bus 56 to provide these signals to the CPU 34 and vice versa.
  • the bus 56 is also coupled to the communications unit 54 to facilitate communication between the gateway node 33 and the other networks.
  • the communications unit 54 is coupled to the CPU 42 for sending data and message to other networks.
  • the communications unit 54 may be a modem, a bridge or a router coupled to the other networks in a conventional manner.
  • the communications unit 54 is preferably a router.
  • the communications unit 54 is in turn coupled to other networks via a media 34 such as a dedicated T-l phone line, fiber optics, or any one of a number of conventional connecting methods.
  • the CPU 42 under the guidance and control of instructions received from the memory 44 and from the user through the input device 50, provides signals for sending and receiving data using the communications unit 54.
  • the transfer of data between networks is broken down into the sending and receiving files and messages which in turn are broken down into packets.
  • the methods of the present invention employ a virus detection scheme that is applied to all transfers of messages and files into or out of a network via its gateway node 33.
  • the memory 44 is preferably a random access memory (RAM), but may also include read-only memory (ROM).
  • the memory 44 preferably comprises a File Transfer Protocol (FTP) proxy server 60, a Simple Mail Transfer Protocol (SMTP) proxy server 62, and an operating system 64 including a kernel 66.
  • the routines of the present invention for detecting viruses in file transfers and messages primarily include the FTP proxy server 60 and the SMTP proxv server 62.
  • the FTP proxy server 60 is a routine for controlling file transfers to and from the gateway node 33 via the communications unit 54, and thus controlling file transfers to and from a given network of which the gateway node is a part. The operation of the FTP proxy server 60 is described below in more detail with reference to Figures 5A, 5B, 6A, 6B and 6C.
  • the SMTP proxy server 62 is a routine for controlling the transfer of messages to and from the gateway node 33, and thus to and from the respective network associated with the gateway node 33.
  • the operation of the SMTP proxy server 62 is described below in more detail with reference to Figure 78A and 8B.
  • the present invention preferably uses a conventional operating system 28 such as Berkeley Software Distribution UNIX. Those skilled in the art will realize how the present invention may be readily adapted for use with other operating systems such as Macintosh System Software version 7.1, DOS , Windows or Windows NT.
  • the memory 44 may also include a variety of different application programs 68 including but not limited to computer drawing programs, word processing programs, and spreadsheet programs.
  • the present invention is particularly advantageous over the prior because it minimizes the impact of virus detection and elimination since the FTP proxy server 60 and SMTP proxy server 62 are preferably only included or installed in the memory 44 of the gateway nodes 33. Thus, all data being transferred inside the protected domain of a given network will not be checked because the data packets might not be routed via the gateway node 33. While the apparatus of the present invention, in particular the FTP proxy server
  • the apparatus of the present invention could also be included on a FTP server or a world wide web server for scanning files and messages as they are downloaded from the web.
  • the apparatus of the present invention may be included in each node of a network for performing virus detection on all messages received or transmitted from that node.
  • the CPU 42 also utilizes a protocol layer hierarchy to communicate over the network.
  • the protocol layers of the hierarchy of the present invention are shown in Figure 4 in comparison to the ISO-OSI reference model, for example.
  • the protocol layers 410-426 of the hierarchy of the present invention are similar to the prior art protocol layers for the lower four layers 400-403 including: (1) a physical layer 400 formed of the transmission media 410; (2) a data link laver 401 formed of the network interface cards 411; (3) a network layer 402 formed of address resolution 412, Internet protocol 413 and Internet control message protocol 414; and (4) a transport layer 403 formed of the transmission control protocol 415 and a user datagram protocol 416.
  • the protocol hierarchy of the present invention provides four methods of communication: a file transfer protocol 417, a simple mail transfer protocol 419, a TELNET protocol 419 and a simple network management protocol 420.
  • the present invention advantageously detects, controls and eliminates viruses by providing an additional layer between the application layer 406 and the presentation layer 405 for the gateway nodes 33.
  • a FTP proxy server layer 421 and a SMTP proxy server layer 422 are provided. These layers 421, 422 operate in conjunction with the file transfer layer 423 and file transfer protocol 417, and the electronic mail layer 424 and the SMTP protocol layer 418, to process file transfers and messages, respectively.
  • any file transfer requests are generated by the file transfer application 423, first processed by the FTP proxy server layer 421, then processed by the file transfer protocol 417 and other lower layers 415, 413, 411 until the data transfer is actually applied to the transmission media 410.
  • any messaging requests are first processed by the SMTP proxy server layer 418, and thereafter processed by the SMTP protocol and other lower layers 415, 413, 411 until the physical layer is reached.
  • the present invention is particularly advantageous because all virus screening is performed below the application level. Therefore, the applications are unaware that such virus detection and elimination is being performed, and these operations are completely transparent to the operation of the application level layers 406.
  • FTP proxy server layer 421 and the SMTP proxy server layer 422 have been shown in Figure 4 as being their own layer to demonstrate the coupling effects they provide between the file transfer layer 423 and file transfer protocol 417, and the electronic mail layer 424 and the SMTP protocol layer 418, those skilled in the art will realize that the FTP proxy server layer 421 and the SMTP proxy server layer 422 can also be correctly viewed as being part of the file transfer protocol layer 417 and the SMTP protocol layer 418, respectively, because they are invisible or transparent to the application layer 406.
  • FIG. 5A and 5B graphically show the functions performed by an Internet daemon 70, the FTP proxy server 60, and an FTP daemon 78, each of which resides on the gateway note 33.
  • FIGs 5A and 5B like reference numbers have been used for like parts and the figures are different only in the direction in which the file is being transferred (either from client task 72 to server task 82 or from server task 82 to client task 72).
  • FIG. 5 A and 5B For the sake of clarity and ease of understanding only the data ports are shown in Figures 5 A and 5B, and the bi-directional lines represent command or control pathways and are assumed to include a command port although it is not explicitly shown.
  • the operation FTP proxy server 60 will now be described with reference to a file transfer between a client task 72 (requesting machine) and a server task 82 (supplying machine). While it is assumed that the client task 72 (requesting machine) is inside a protected domain and the server task 82 (supplying machine) is outside the protected domain, the invention described below is also used by the gateway node 33 when client task 72 (requesting machine) is outside the protected domain and the server task 82 (supplying machine) is inside the protected domain.
  • FIGS 6A-6C are a flowchart of a preferred method for performing file transfers from a controlled domain of a network across a medium 34 to another network (e.g., a file transfer from a node 32 of the second network 24 across the media 34 to a second node 32 of the third network 26).
  • the method begins with step 600 with the client node sending a connection request over the network to the gatewav node 33.
  • the gateway node 33 preferably has an operating system 64 as described above, and part of the operating system 64 includes a fire wall, or program including routines for authenticating users.
  • the gateway node 33 first tries to authenticate the user and decide whether to allow the connections requested, once the request is received.
  • the Internet daemon 70 creates an instance of the FTP proxy server 60 and passes the connection to the FTP proxy server 60 for servicing in step 602.
  • the Internet daemon 70 is program that is part of the operating system 64, and it runs in the background. When being run, one of the functions of the Internet daemon 70 is to bind socket ports for many well-known services, such as TELNET, login, and FTP.
  • TELNET Transport Layer Security
  • the Internet daemon 70 constructed in accordance with the present invention, spawns the FTP proxy server 60, which is the server that will actually handle the data transfer. Thereafter, the FTP proxy server 60 controls the network traffic passing between the client task 72 and the server task 82.
  • step 604 the client node sends a data transfer request and file name, and established a first data port 76 through which the data will be transferred between the FTP proxy server 60 and the client task 72.
  • step 606 the data transfer request and file name are received by the FTP proxy server 60.
  • step 608 the FTP proxy server 60 determines whether the data is being transferred in an outbound direction (e.g., the file is being transferred from the client task 72 to the server task 82). This can be determined by the FTP proxy server 60 by comparing the data transfer request. For example, if the data transfer request is the STOR command then the data is being transferred in an outbound direction; and if the data transfer request is the RETR command then the data is not being transferred in an outbound direction.
  • step 610 the FTP proxy server 60 determines whether the file to be transferred is of a type that can contain viruses. This step is prefera ⁇ ly performed by checking the extension of the file name. For example, .txt, .bmd, .pcx and .gif extension files indicate that the file is not likely to contain viruses while .exe, .zip, and .com extension files are of the type that often contain viruses. If the file to be transferred is not of a type that can contain viruses, then the method continues in step 612.
  • a second data port 80 is established and the data transfer request & the file are sent from the FTP proxy server 60 to the FTP daemon 78 so that the file can be sent to the server task 82.
  • the FTP daemon 78 is a program executed by the gateway node 33 that communicates the transfer commands to the server task 82, establishes a third port 84 for sending the file including binding the server task 82 and FTP daemon 78 to the third port 84, and transmits the file to the server task 82. Once transmitted, the method is complete and ends. However, if it is determined in step 610 that the file to be transferred is of a type that can contain viruses, the method proceeds to step 614.
  • the FTP proxy server 60 transfers the file from the client to the FTP proxy server 60 through the first port 76, and in step 616, the file is temporarily stored at the gateway node 33. Then in step 618, the temporarily stored file is analyzed to determine if it contains viruses. This is preferably done by invoking a virus- checking program on the temporarily stored file. For example, a program the performs a version of signature scanning virus detection such as PC-Cillin manufactured and sold by Trend Micro Devices Incorporated of Cupertino, California may be used. However, those skilled in the art will realize that various other virus detection methods may also be used in step 618.
  • step 620 output of the virus checking program is preferably echoed to the user/ client task 72 by the FTP proxy server 60 as part of a reply message.
  • step 622 the method determines whether any viruses were detected. If no viruses are detected, the method continues in step 612 and transmits the file as has been described above. However, if a virus is detected, the present invention advantageously allows the FTP proxy server 60 to respond in any number of a variety of ways. The response of the FTP proxy server 60 is determined according to user's needs and wants as specified in a configuration file. This configuration file is preferably fully modifiable according to input from the user and stored in memory 44.
  • step 624 the configuration file is retrieved to determine the handling of the temporary file.
  • step 626 the FTP proxy server 60 determines if it is to ignore the existence of a virus and a continue the transfer.
  • step 612 the file is passed to the FTP daemon 78 and the temporary file is deleted. If not the method continues to step 628 where either the file is deleted and not sent to the server task 82, and the temporary file is erased from the gateway node 33; or the file is renamed and stored in a specified directory on the gateway node 33 and the user is notified of the new file name and directory path which can used to manually request the file from the system administrator, and the temporary file is erased the gateway node 33.
  • the action taken in step 628 depends on the configuration settings as determined in step 624. After step 628, the method ends.
  • the path for the file is from client task 72 through the first data port 76 to the FTP proxy server 60, then to the FTP daemon 78 through the second data port 80 and finally to the server task 82 through the third data port 84.
  • the method transitions from step 608 to step 640.
  • the FTP proxy server 60 next sends the data transfer request and file name first to the FTP daemon 78 and then on to the server task 82.
  • a second port 80 is established between the FTP proxy server 60 and the FTP daemon 78.
  • a third data port 84 is established between the FTP daemon 78 and the server task 82. Both ports 80, 84 are established similar to the establishment of the first port 76.
  • the FTP daemon 78 will request and obtain the third port 84 from the Internet daemon 70, and send a port command to the server task 82 including an address for the third port 84.
  • the server task 82 will then connect to the third port 84 and begin the data transfer in step 644.
  • the FTP daemon 78 in turn sends the file to the FTP proxy server 60.
  • step 646 the FTP proxy server 60 determines whether the file to be transferred is of a type that can contain viruses. This is done the same was as described above with reference to step 610. If the file to be transferred is not of a type that can contain viruses, then the method continues in step 648 where the file is transferred from the FTP proxy server 60 through the first port 76 to the client task 72, then the method is complete and ends. On the other hand, if the file to be transferred is a type that can contain viruses, the method in step 650 temporarily stores the file at the gateway node. Then in step 652, the temporarily stored file is analyzed to determine if it contains viruses. The analysis here is the same as step 618.
  • step 652 the output of the virus checking program is preferably echoed to the client task 72 by the FTP proxv server 60 as part of a reply message.
  • step 656 the method determines whether any viruses were detected. If no viruses are detected, the method continues in step 648 as has been described above. However, if a virus is detected, the present invention retrieves the configuration file to determine the handling of the temporary file. In step 660, the FTP proxy server 60 determines if it is to ignore the existence of a virus and a continue the file transfer. If so the method continues in step 648 where the file is passed to the client task 72 and the temporary file is erased.
  • step 662 the temporary file is erased, and the file is either deleted and not sent to the client task 72 or the file is renamed, stored on the gateway node 33, and the client task 72 is notified of new name and path so that the file may be manually retrieved by the system administrator.
  • the method then ends.
  • the data transfer request is passed from the client task 72, to the FTP proxy server 60, then to the FTP daemon 78, and to the server task 82 which in response sends the file through the third port to the FTP daemon 78, and through the second port 80 on to the FTP proxy server 60, and finally through the first port 76 to the client task 72.
  • the SMTP proxy server 62 controls the only other entry channel through which data, and therefore viruses, can enter the protected domain of a given network.
  • the SMTP proxy server 62 is preferably a program that resides on the gateway node 33, and controls and handles all transfers of electronic messages or mail in and out of the network through the communications unit 54 and media 34.
  • SMTP proxy server 62 will now be described with reference to the transfer of a mail message from a client task 92 within the protected domain of the network to a server task 102 at a node on a different network outside the protected domain, those skilled in the art will understand how the SMTP proxy server 62 handles incoming mail messages in the same way. All mail messages are handled by the SMTP proxy server 62 in the same way and only the designation ot which node 32 is the server and which is the client change depending on the direction the message is being sent from the perspective of the gateway node 33. Since mail messages are passed using the command pathways between nodes, only these pathways are shown in Figure 7. For ease of understanding, the command ports have not been shown in Figure 7, but will be discussed below in the relevant steps of the preferred method.
  • the preferred method of the present invention for sending electronic mail begins in step 802 with the spawning or running the SMTP proxy server 62.
  • step 804 a first command port 96 for communication between the client task(s) 92 and the SMTP proxy server 62 is created. The address of the first port 96 along with a port command is provided to the SMTP proxy server 62.
  • step 806 the SMTP proxy server 62 is bound to the first port 96 to establish a channel for sending a mail message between any client tasks and the SMTP proxy server 62.
  • the SMTP proxy server 62 spawns a SMTP daemon 98 or SMTP server.
  • the SMTP daemon 98 is preferably the existing program "sendmail" that is part of the BSD UNIX operating system. This is particularly advantageous because it reduces the amount of code that needs to be written and assures compatibility with the lower layers of the OSI reference model.
  • a second command port is created for communication between the SMTP proxy server 62 and the SMTP daemon 98.
  • the SMTP daemon 98 is bound to the second command port for communication with the SMTP proxy server 62.
  • the present invention binds the SMTP daemon 98 to the appropriate port, namely the second port by redefining the bind function in a shared library that is part of the operating system 64.
  • the present invention advantageously exploits the fact that the SMTP daemon 98 (sendmail programs on most UNIX systems) are dynamically linked.
  • the present invention utilizes a shared library which redefines the system call bind() and forces sendmail to link with the redefined version of the bind() call when executed. If the redefined version of the bind() call determines the SMTP daemon 98 (sendmail program) is trying to bind to the first command port (the smtp port), it will return to it a socket whose other end is the SMTP proxy server 62 (a socket to the second command port).
  • the client task 92 request a connection from the SMTP proxy server and is directed to used the first command port for communication.
  • the message is transmitted from the client task 92 through the first command port to the SMTP proxy server 62.
  • the method continues in step 820 with the SMTP proxy server 62 scanning the message body and checking for any portions that are encoded.
  • the present invention preferably scans the message for portions that have been encoded with an "uuencoded" encoding scheme that encodes binary data to ASCII data.
  • "Uuencoded" portions of messages usually start with a line like "begin 644 filename,” and end with a line like "end.” The existence of such encoded portions suggests the possibility that a file may contain viruses.
  • This scanning for "uuencoded” portions is just one of many scanning techniques that may be used, and those skilled in the art will realize that the present invention could be modified to scan for other encoded portions such as those encoded according to other schemes such as mime.
  • the SMTP proxy server 62 determines whether the message includes any encoded portions. If the message does not include any encoded portions, the SMTP proxy server 62 transmits the message through the second command port to the SMTP daemon 98 in step 824.
  • the SMTP daemon 98 creates a third command port for communication between the SMTP daemon 98 and the server task 102. Then in step 816 the server task 102 is bound to the third command port to establish communication between the server task 102 and the SMTP daemon 98.
  • step 822 it is determined the message does include encoded portions, the SMTP proxy server 62 stores each of the encoded portions of the message in its own temporary file at the gateway node 33 in step 828. For example, if a message included three encoded portions, each encoded portion will be stored in a separate file.
  • step 830 each of the encoded portions stored in its own fiie is individually decoded using uudecode program, as will be understood by those skilled in the art.
  • decoding programs known in the art convert the ASCII files back to their original binary code.
  • step 832 the SMTP proxy server 62 calls and executes a virus-checking program on each message portion stored in its temporary file(s).
  • step 834 the SMTP proxy server 62 determines whether anv viruses were detected. If no viruses are detected, the method continues to steps 824, 814, 816 and 826 as has been described above.
  • the present invention advantageously allows the SMTP proxy server 62 to respond in any number of a variety of ways, just as the FTP proxy server 60.
  • the response of the SMTP proxy server 62 is also determined by the according to user's needs and wants as specified in a configuration file.
  • This configuration file is preferably fully modifiable according to input from the user.
  • the configuration for virus handling is determined in step 836. This could be done by retrieving and reading the configuration file or simply retrieving the configuration data already stored in memory 44. Then in step 838, the action to be taken is determined from the configuration settings.
  • some options the user might specify are: 1) to do nothing and transfer the mail message unchanged; 2) to transfer the mail message with the encoded portions that have been determined to have viruses deleted from the mail message; 3) rename the encode portions of the message containing viruses, store the renamed portions as files in a specified directory on the SMTP proxy server 62 and notify the user of the renamed files and directory path which can used to manually request the file from the system administrator; or 4) writing the output of step 832 into the mail message in place of the respective encoded portions and sending that mail message in steps 824 and 826.
  • the method of the present invention would send a transformed message that was the same as the original message, but with the two encoded portions containing viruses deleted, to the server task 102.
  • the present invention also includes an apparatus and method for virus detection in conventional electronic mail systems 200 such as the one shown in Figure 9.
  • this apparatus and method In contrast to the detection of viruses on data passing through a network gateway node 33, this apparatus and method generally performs virus detection on data transmitted to client nodes 230 by electronic mail sent through a postal node 232, and thus, can prevent the spread of viruses not exclusively introduced through the gatewav node 33.
  • viruses may be introduced into the network 200 at the client node 230 by floppy disk or by modem access to the Internet and such viruses may be subsequently spread from a particular client node 230 throughout the network 200 by electronic mail which passes through the postal node 232.
  • Electronic mail systems generally implement the asynchronous access of messages among and between parties using a storage and forward/ retrieve model.
  • a postal node 232 may store messages for ultimate forwarding to or retrieval by a client node 230.
  • Each message generally has an associated status (read or unread) with regard to whether the message has been read by the client.
  • the messages may contain simple text , graphic files or complex executable files which, as indicated, may carry viruses.
  • the postal node 232 comprises a display device 258, CPU 260, a memory 262, a data storage device 264, an input device 266, a network link 268, and a communications unit 269.
  • the CPU 260 is connected by a bus 270 to the display device 258, the memory 262, the data storage device 264, the input device 266, the network link 268, and the communications unit 269 in a von Neumann architecture.
  • the CPU 260, display device 258, input device 266, and memory 262 may be coupled in a conventional manner such as provided in a personal computer.
  • the preferences and alternatives regarding the arrangement of the postal node 232, the CPU 260, display device 258, input device 266 and data storage device 264 are similar to those described in connection with the gateway node 33.
  • the bus 270 is coupled to the network link 268 to facilitate communication between the postal node 232 and other network nodes 230, such as the client nodes, through a cable or line 236. Additionally, the bus 270 is coupled to the communications unit 269 for communications such as data and messages sent between the postal node 232 and other networks (not shown). Again, the network link 268 and communications unit 269 preferences and alternatives are similar to those set forth in the description of the gateway node 33. The skilled artisan will realize the varietv of network configurations and operating systems and that this embodiment is independent of their use.
  • the CPU 260 of the postal node 232 under the guidance and control of instructions received from the memory 262 and from input through the input device 266, provides for the access of data in the form of electronic mail to or from the client nodes 230 and, in certain systems, to other nodes outside the local network (not shown).
  • the memory 262 for the postal node 232 is shown.
  • the memory 262 is in communication with the bus 270 and preferably comprises an operating system 290 including a kernel 291, a mail management program 292 and any desired applications programs 296.
  • the memory 262 is preferably a random access memory, but may also include read only memory.
  • Fig. 10c details the data storage device 264 for the postal node 232 and is shown to include a directory 297, a header 298, an attachment 300, and a corrupted file 302 storage areas.
  • the data storage device 264 preferably comprises a hard disk but the skilled artisan will recognize the various alternatives for the data storage device 264.
  • the mail management program 292 is Lotus cc:Mail as provided by the Lotus Development Corporation.
  • the mail management program 292 may alternatively be GroupWise as provided by Novell, BeyondMail as provided by Banyan Systems, Inc., MS-Mail as provided by Microsoft, or any other conventional type of electronic mail program.
  • the mail management program 292 generally manages the access, storage and transfer of messages at the postal node 232 and may also include user assistance routines such as those associated with help and dictionary files.
  • the directory 297, header 298 and attachment 300 storage areas will be located and arranged as required for operation with the mail management program 292 or as set up by the network installer or administrator.
  • the directory 297 generally includes a list of network users who may send or receive messages.
  • the directory 297 also includes a separate mailbox file for each user listed in the directory 297.
  • the mailbox files include information about the user and, typically, pointers to information and the user's messages.
  • a message is the basic unit of communication in electronic mail systems.
  • the message includes: 1) a unique message identifier, 2) a header which includes information about the message such as the sender, the recipient, logging and receipt information, the date and time of the message, its subject matter and other such data, and 3) attachments.
  • the message may include one or more message attachments, which mav be of various types such as files generated by the electronic mail program 292 text editor, files generated by network application programs 296 such as word processing or spread sheet files, executable files, or any other object or item which mav be conventionally attached to an electronic mail message or transferred to the client node 230 in an electroruc mail system 200.
  • a typical message includes at least one attachment in the form of a message body generated by the electronic mail program text editor.
  • the information in the header may be stored in the header storage area 298, which may also include one or more pointers to the location of the message attachments.
  • the attachment files may be stored in an attachment storage area 300.
  • Messages may be sent to numerous recipients.
  • certain mail management programs 292 provide message headers for each recipient with a pointer to a single attachment file. These arrangements conserve data storage space at the postal node 232 as the attachments may be stored in one location for multiple recipients.
  • the message attachments described above are the primary media for the spread of viruses through the operation of the electronic mail system 200.
  • the apparatus and method of the present invention will prevent the transfer of viruses to the client node 230, and by treating the viruses contained in attachments, particularly those addressed to multiple parties, may prevent their spread throughout the network 200.
  • the data storage device 264 may be configured in any conventional fashion according to the requirements of the electronic mail system 200 and program 292 used. It is also understood that the client node 230 may service more than one mail user and that a single mail scanning module 276 of the present invention may be arranged to scan messages for all such users or, alternatively, mav be provided separately for each user.
  • the corrupted file storage 302 area is shown at the postal node 232 data storage device 264 in accordance with an embodiment of the present invention, but it is understood that files which are found to be corrupt may be stored where desired. Referring now to Fig.
  • the client node 230 comprises a displav device 244, a CPU 246, a memory 248, a data storage device 250, an input device 252, and a network link 254.
  • the CPU 246 is connected by a bus 256 to the display device 244, the memory 248, the data storage device 250, the input device 252, the network link 254 in a von Neumann architecture.
  • the CPU 246, display device 244, input device 252, and memory 248 are coupled in a conventional manner such as provided in a personal computer.
  • the preferences and alternatives regarding the arrangement of the client node 233, the CPU 246, the display device 244, the input device 252 and the data storage device 250 are similar to those described in connection with the gateway node 33 and the postal node 232.
  • the bus 256 is coupled to the network link 254 to facilitate communication between the client node 230 and other network nodes such as the postal node 232 through a cable or line 236.
  • the network link 254 preferences and alternatives are similar to those set forth in the description of the gateway 33 and postal 232 nodes.
  • the skilled artisan will realize the a variety of network configurations and operating systems could alternatively be used and that this embodiment is independent of their use.
  • the CPU 246 of the client node 230 under the guidance and control of instructions received from the memory 262 and from input through the input device 266, facilitates, in conjunction with the postal node 232, the transfer of electronic mail to and from the client node 230, during normal operation.
  • the apparatus and method of the present invention employ a virus detection scheme applicable to messages that operates outside of normal operation of a mail messaging system to permit access by the client node 230 to the messages residing at the postal node 232.
  • the memory 248 is in communication with the bus 256 and preferably comprises an operating system 272 including a kernel 273, a local electronic mail program 274, a mail scanning module 276 and anv desired applications programs 278.
  • the memory 248 is preferably a random access memory, but may also include read only memory.
  • the preferences and alternatives for the operating system 272 are similar to those set forth regarding the gateway node's operating system 64.
  • the local electronic mail program 274 is typically arranged to correspond with the postal node 232 mail management program 292, and generally includes initialization and configuration files which allow the client node 230 to send and receive messages to and from the postal node 232 according to the settings.
  • the application programs 278 may be spreadsheet, word-processing or other conventional types, and may work in conjunction with network application programs 296 or may be purely local.
  • the mail scanning module 276 includes routines for checking messages for viruses.
  • the mail scanning module 276 provides routines for polling the postal node 232 to determine whether any messages for the client node 230 are present at the postal node 232 and have an unscanned status, downloading unscanned messages into the memory 248 of the client node 230 without affecting the "unread" status of the messages, analyzing the messages to determine whether they contain viruses, and taking corrective action.
  • a preferred embodiment for the mail scanning module 276 at a client node 230 is shown in more detail to include a mail scanning manager 280, a mail sending module 281, a polling module 282, a retrieval module 283, a data buffer 284, a scanned message FIFO buffer 285, a virus analyzing and treatment module 286 and decoder 288.
  • certain modules which are included in the mail scanning module 276 are arranged to communicate with the mail management program 292 and other portions of the postal node 232.
  • a module connected to the data bus 256 of the client node 230 may communicate with the postal node memory 262 or data storage device 264 through the network link 254, line 236, network link 268 and bus 270.
  • virus analysis and treatment may be conducted unobtrusively and without reliance upon user triggering
  • the mail scanning manager 280 includes routines for coordinating and integrating the operations of the mail sending module 281, the polling module 282, the retrieval module 283, the data buffer 284, the scanned message FIFO buffer 285, the virus analysis and treatment module 286, the decoder 288 and the postal node 232.
  • the mail scannmg manager 280 includes configuration routines for selecting the operational settings of the mail scanning module 276.
  • the mail polling module 282 includes routines for polling or accessing the postal node 232 to determine whether any new messages have arrived for the client and remained unscanned.
  • routines are arranged to communicate with the mail management 292 and storage areas 264 of the postal node 232 and preferably emulate the polling routines of the electronic mail program 274, 292 used by the network 200.
  • the polling routines include conventional ones, and may, for example, implement the Vendor Independent Messaging (VIM) interface of the electromc mail system or the Dynamic Data Exchange (DDE) interface.
  • VIP Vendor Independent Messaging
  • DDE Dynamic Data Exchange
  • the polling routines may literally emulate the routines used by the electronic mail program 274, 292 and may be set according to the configuration settings of the mail scanning manager 280.
  • the polling routines are preferably executed on a fixed time interval such as every 30 seconds to poll the postal node 232 and determine whether any unscanned message addressed to the client node 230 has been received.
  • the polling module 282 uses and maintains the date in the scanned message FIFO buffer 285.
  • the scanned message FIFO buffer 285 is a table that list the messages at the post office which are addressed to the client node, are unread and have already been scanned for viruses. As illustrated in Figure lid, the scanned message FIFO buffer 285 is preferably a portion of memory 248 fixed in sized to hold a plurality of entries, each entry having a message identification number, header information and one or more status bits.
  • the buffer 285 is preferably a circular buffer or FIFO buffer, in that, once the buffer is filled with information on scanned messages, the oldest entry in the FIFO will be deleted to make room for the next entry.
  • the process of polling for unscanned messages is performed by using conventional routines to determine if there is an unread message addressed to the client node 230 at the postal node 232 If there is, the polling retrieves the unique identification number (and other header information if necessary) and compares the unique identification number to the unique identification numbers stored in the scanned message FIFO buffer 285. If the unique identification number for the unread message is in the scanned message FIFO buffer 285, then the message is not download to the data buffer, the polling continues with the next unread message at the postal node.
  • the retrieval module 283 preferably includes routines for acquiring data from messages that are found to be unscanned by the polling module 282. Where an unscanned message is found, the retrieval module 283 preferably downloads the message from the postal node 282 into the data buffer 284 portion of memory 248 of the client node 230. As indicated, each message is uniquely identified by and ID number and includes a header which points to or references any attachment items or files, and such information enables the retrieval module 283 to download the attachment items to the data buffer 284 of the client node for further analysis. Once the retrieval module 283 has stored the message including attachment items in the data buffer 284, the retrieval module 283 signals the virus analysis and treatment module 286 that the information in the data buffer can be analyzed for viruses.
  • the virus analysis and treatment module 286 includes routines for determining whether items or files contain viruses and for cleaning corrupted files, objects or data.
  • the mail scanning manager 280 directs the virus analyzing and treatment module 286 to act upon the items or files that have been downloaded into memory 256 and stored in the data buffer 284 by the retrieval module 283, which may then be scanned and treated using signature scanning, checksum, emulation or any conventional techniques for the detection and treatment of viruses such as those described in connection with the gateway node 33.
  • the data buffer 284 is a temporary storage location in the memory 248 dedicated for holding information before it has been scanned. Since this data buffer is temporary and segregated, it ensures that potentially infected data will not be copied to the data storage device 250 until it has been scanned for viruses.
  • the virus analysis and treatment module 286 is shown in integrated fashion, it is understood that separate modules may be provided for each function.
  • the decoder 288 preferably includes routines for decoding, decompressing, or otherwise preparing messages for scanning.
  • routines for decoding, decompressing, or otherwise preparing messages for scanning For example, the conventional encryption and compression algorithms used by the electronic mail management program 274, 292 may be conveniently implemented. Inclusion of the decoder 288 at the client node 230 also permits access to any decoding algorithms which are used by the client node 230.
  • the decoder 288 works in conjunction with the virus analysis and treatment module 286 at the direction of the mail scanning manager 280 to enable virus detection of encoded items or files.
  • Mail sending module 281 is provided to send messages using the network electronic mail system and preferably includes conventional routines which are used to mail-enable program applications. Dependent upon the mail scanning manager 280 configuration settings, the mail sending module 281 may be used to forward messages or attachments to parties such as the sender and recipient of the treated message or the network administrator.
  • the scanned message FIFO buffer 285 includes message identification 310 fields with a status flag 312 associated therewith to indicate whether the identified message has been checked for viruses by the mail scanning module 276.
  • the message identification fields 310 include data uniquely identifying each unscanned message whose information is copied from the postal node 232 and, thus, allows the mail scanning manager 280 to prevent redundant message data downloading and analyzing.
  • the message identification field 310 contains the same message identity data used by the postal node 232 to organize messages.
  • the status flags 312 associated with each mess ge allow the mail scanning manager 280 to prevent redundant treatment of unread isages.
  • the mail scanning manager 280 identifies messages which have been read by the user by monitoring activation and use of the mail program by the user, and removes message once they are read from the scanned message FIFO buffer 285 to conserve memory and/ or prevent the scanning of messages that have already been retrieved bv the user.
  • the scanned message FIFO buffer 285 may be a FIFO buffer sized to hold a desired amount of messages and wherem message data flows through the buffer so that identification and removal from the data buffer 284 of messages which are read by the user is not necessary.
  • the postal node 232 is polled 1205 by emulating the polling routines of the electronic mail system to determine whether any unscanned messages that are addressed to a predetermined recipient are present.
  • the mail scanning apparatus downloads 1210 the message, including any attachments, to memory 248 of the client node 230 assigned to the predetermined recipient.
  • the preferred method then scans 1215 the message and attachment stored in memory 246 to determine 1220 whether the message or attachment contains a virus. Then in step 1220, the method determines whether the message includes a virus.
  • the mail scanning apparatus may then take corrective action 1225 regarding the infected message, by either removing the virus, sending a warning as part of the message, deleting the message or forwarding the message to a system administrator.
  • the polling routines 1205 operate without user input and without activation of the local electronic mail program 274 at the client node 230 to allow for unobtrusive detection and operation in the background.
  • the method begin in step 1302 with the client node 320 polling the postal node 232 for unread messages.
  • the postal node 232 is polled 1305 for unread messages by executing routines that emulate the instructions of a conventional e-mail system.
  • the method determines whether there are any message addressed to the client node. If there are not, the method continues in step 1314 by delaying a predetermined amount of time before returning to step 1302 to again poll the postal node 232.
  • step 1306 the postal node 232 is accessed, and the message identification number and message header are retrieved from the postal node.
  • step 1308 the client node 230, in particular, the polling module 282 determines whether the message has been scanned. This is preferably done by comparing the retrieved message identification number and header to the message identification numbers and headers stored in the scanned message buffer 285. If match is found the message has been scanned.
  • step 1310 the method tests whether the message has been scanned. If the message has been scanned, the method moves to step 1312, where it determines if there are additional unread messages.
  • step 1314 the method determines whether the unscanned message includes any attachments. If the message does not include attachments, the message identification number and header are stored in the scanned message FIFO buffer 285, and the message is flagged as checked. After step 285, the method returns to step 1302 to poll for new incoming messages addressed to the client node 230.
  • the method downloads any necessary information pertaining to such messages, including the message header and any attachments into memory 248, specifically into the data buffer 284. Then in step 1400, the data in the data buffer 284 is analyzed or subjected to an attachment scanning protocol as will be described in more detail below with reference to Figure 14. After data buffer 284 is analyzed, the method tests whether a virus was detected. If no virus was detected, then the method continues in step 1320 as has been described above. On the other hand, if a virus was detected, the method performs step 1500, as will be described below with reference to Figure 15, and takes corrective action to handle the virus according to preset preferences of the user.
  • FIG. 14 a preferred method of attachment scanning 1400 is shown.
  • the next attachment in the data buffer 284 is accessed 1405 and it is determined 1410 whether the attachment is of the type that can contain viruses.
  • This screening step may be controlled by the configuration settings of the mail scanning module 276 and the preferences and alternatives regarding such screening are similar to those described regarding virus detection at the gateway node 33. For example, .txt, .bmd, .pcx and .gif extension files may be omitted from scanning while each .exe, .zip and .com extension files may be scanned.
  • step 1410 If the attachment is determined in step 1410 not to be of the type that may contain a virus, the method continues in step 1435 where it determines whether additional attachments are present and need scanning. If there are additional attachments needing scanning the method returns to step 1405, otherwise the method for scanning attachments is complete. However, if the file is found to be the type that may contain a virus in step 1410, then method continues in step 1415 where the attachment is decoded 1415 by the decoder module 288 so that the virus analyzing and treatment module 286 may scan it for viruses.
  • the method of decoding may implement the conventional encryption and compression algorithms used by the electronic mail system or those available at the client node 230 and the scanning methods may include any conventional type such as signature, checksum or emulation.
  • the method performs virus detection on the information in the data buffer 284.
  • the method tests whether a virus has been detected. If the attachment is determined to contain viruses, the attachment is identified in step 1430 as infected so that it may be treated in step 1500 of Figure 13. If additional attachments are presented 1435, they are then accessed 1405 and scanned the above method steps are repeated.
  • the configuration settings which govern the virus analysis and treatment module 286 are determined 1505 from the mail scanning manager 280.
  • the configurations settings are preferably set by the user to indicate what action if any the present invention is to perform upon detection of a virus.
  • the next infected attachment file is accessed and stored in the temporary file or data buffer 284 for treatment.
  • a copy of the infected attachment may be stored 1515 in the corrupted file storage location 302 for future reference.
  • the attachment is then treated according to the configuration settings. Preferably, it is first determined 1520 whether the attachment can be completely cleaned.
  • the attachment is cleaned 1525, and dependent upon the configuration settings, the infected attachment in the attachment storage location 300 mav be replaced with the treated version and/ or the treated version may be forwarded or resent to the recipient 1530 using, for example, the mail sending module 281.
  • the attachment is partially treated 1550 in accordance with the configuration settings.
  • Such treatment may include any of cleaning those portions of the attachment which can be cleaned, deleting the attachment altogether, stripping infected portions from the message, leaving the infected attachment file intact and providing a warning to the recipient.
  • the partially treated attachment may be used to replace the infected one in the attachment storage location 300 or may be forwarded or resent to the recipient 1530.
  • party warning settings are enabled by the configuration settings wherein parties such as the mail sender and the network administrator may be alerted to or forwarded /sent 1555 the infected and/ or treated file.
  • the temporary file may be erased 1540 and it may be determined 1545 whether additional attachments need to be analyzed.
  • corrective actions to handle viruses could include: 1) doing nothing; 2) removing the virus from the message; 3) notifying the recipient of the message of the presence of a virus; 4) notifying the system administrator that a message contains a virus; 5) notifying all addressees (i.e., all persons identified in the header to whom the message is addressed, carbon copied, blind carbon copied, or etc.) that the message contains a virus; 6) making the message unreadable by the recipient and others; 7) forwarding the message to the system administrator; 8) other combinations of the above actions; and that one or more of these corrective actions could be combined in a variety of ways in addition to that disclosed in Figure 15.
  • FTP proxy server 60 determine whether the file type is one that can contain a virus (Steps 610 and 646). However, alternate embodiments can omit these steps and simply temporarily store and scan all files being transferred for viruses. Likewise the SMTP proxy server 60 may, in alternate embodiments, omit the step 822 of determining whether the message is encoded and temporarily store and scan all message being transmitted for viruses. Furthermore, while the invention has been described above as temporarily storing the file or message at the gateway node in a temporary file, this step could be omitted in the determination of whether a file includes a virus were done as the file was being transferred from the client node to the gateway node.
  • the postal node 232 may act as the gateway node 33 for a given system and that a postal node 232 for a local area network (LAN) may exclude elements such as the communications unit 269 if no link to other networks is sought.
  • LAN local area network
  • alternative embodiments may be provided for the mail scanning apparatus and method as recognized by the skilled artisan.

Abstract

The detection and elimination of viruses on a computer network (56) is disclosed. An apparatus for detecting and eliminating viruses which may be introduced by messages sent through a postal node (44) of a network electronic system (56) includes polling and retrieval modules (60/62) in communications with the postal node (44) to determine the presence of unscanned messages and to download data associated with them to a node for treatment by a virus analysis and treatment module. A method for detecting and eliminating viruses introduced by an electronic mail system includes polling the postal node for unscanned messages, downloading the messages into a memory of a node, and performing virus detection and analysis at the node.

Description

Apparatus and Method for Electronic Mail Virus Detection and Elimination
Background of the Invention
1. Field of the Invention The present invention relates generally to computer systems and computer networks. In particular, the present invention relates to a system and method for detecting and removing computer viruses. Still more particularly, the present invention relates to a system and method for detecting and removing computer viruses from file and message transfers between computer networks and to an apparatus and method for detecting and removing computer viruses from files and messages accessed by electronic mail through a network postal node.
2. Description of the Related Art
During the recent past, the use of computers has become widespread. Moreover, the interconnection of computers into networks has also become prevalent. Referring now to Figure 1, a block diagram of a portion of a prior art information system 20 is shown. The portion of the information system 20 shown comprises a first network 22, a second network 24 and third network 26. This information system 20 is provided only by way of example, and those skilled in the art will realize that the information system 20 may include any number of networks, each of the networks being its own protected domain and having any number of nodes. As shown in Figure 1, each of the networks 22, 24, 26 is formed from a plurality of nodes 30, 32. Each of the nodes 30, 32 is preferably a microcomputer. The nodes 30, 32 are coupled together to form a network by a plurality of network connections 36. For example, the nodes 30, 32 may be connected together using a token ring format, ethernet format or any of the various other formats known in the art. Each of the networks 22, 24, 26 includes a node 32 that acts as a gateway to link the respective network 22, 24, 26 to other networks 22, 24, 26. Each of the gateway nodes 32 is preferably coupled by a standard telephone line connection 34 such as POTS (Plain Old Telephone Service) or a T-l link to the other gateway nodes 32 through a telephone switching network 28. All communication between the networks 22, 24, 26 is preferably performed through one of the gateway nodes 32. Also of increasing prevalence is the use of electronic mail to access information. Referring now to Figure 9, an electronic mail system 200 is shown to include a plurality of client nodes 230, which preferably are microcomputers, connected to a postal node 232 arranged to facilitate electronic mail accesses such as those between the client nodes 230. The postal node may also include a communications link 234 to another network or may communicate with additional postal nodes (not shown). Electronic mail may be accessed from the postal node 232 to single or multiple users, and may include simple messages or complex information including files with viruses. One particular problem that has plagued computers, in particular microcomputers, have been computer viruses and worms. A computer virus is a section of code that is buried or hidden in another program. Once the program is executed, the code is activated and attaches itself to other programs in the system. Infected programs in turn copy the code to other programs. The effect of such viruses can be simple pranks that cause a message to be displayed on the screen or more serious effects such as the destruction of programs and data. Another problem in the prior art is worms. Worms are destructive programs that replicate themselves throughout disk and memory using up all available computer resources eventually causing the computer system to crash. Obviously, because of the destructive nature of worms and viruses, there is a need for eliminating them from computers and networks.
The prior art has attempted to reduce the effects of viruses and prevent their proliferation by using various virus detection programs. One such virus detection method, commonly referred to as behavior interception, monitors the computer or system for important operating system functions such as write, erase, format disk, etc. When such operations occur, the program prompts the user for input as to whether such an operation is expected. If such an operation is not expected (e.g., the user was not operating any program that employed such a function), the user can abort the operation knowing it was being prompted by a virus program. Another virus detection method, known as signature scanning, scans program code that is being copied onto the system. The system searches for known patterns of program code used for viruses. Currently, signature scanning onlv operates on the floppv disk drives, hard drives or optical drives. Yet another prior art approach to virus detection performs a checksum on all host programs stored on a system and known to be free from viruses. Thus, if a virus later attaches itself to a host program, the checksum value will be different and the presence of a virus can be detected.
Nonetheless, these approaches of the prior art suffer from a number of shortcomings. First, behavior interception is not successful at detecting all viruses because critical operations that may be part of the code for a virus can be placed at locations where such critical operations are likely to occur for the normal operation of programs. Second, most signature scanning is only performed on new inputs from disk drives. With the advent of the Internet and its increased popularity, there are no prior art methods that have been able to successfully scan connections 36 such as those utilized by a gateway node in communicating with other networks. Third, many of the above methods require a significant amount of computing resources, which in turn degrades the overall performance of system. Thus, operating the virus detection programs on every computer becomes impractical. Therefore, the operation of many such virus detection programs is disabled for improved performance of individual machines.
Therefore, there is a need for a system and method for effectively detecting and eliminating viruses without significantly effecting the performance of the computer. Moreover, there is a need for a system and method that can detect and eliminate viruses in networks attached to other information systems by wav of gateways or the Internet.
Another problem of increasing significance is the spread of computer viruses through electronic mail communications, including intra-network electronic mail accesses which do not need to pass through a network gateway node 33. The referenced prior art shortcomings are also present in the detection and prevention of the spread of viruses through electronic mail. Additionally problematic are electronic mail access by multiple users which may exponentially increase the potential for the spread of viruses, the detection of viruses on encoded or encrypted files, the tendency of computer users not to undertake virus detection and user impatience during virus detection intervals.
Therefore, there is also a need for an apparatus and method for detecting viruses which may be spread through electronic mail communications. Moreover, there is a need for such an apparatus and method which can prevent multiplied virus spreading, facilitate encoded file virus detection, trigger without requiring user intervention and operate in the background.
Summary of the Invention
The present invention overcomes the limitations and shortcomings of the prior art with systems, apparatuses and methods for detecting and eliminating viruses on a computer network.
A system including the present invention is a network formed of a plurality of nodes and a gateway node for connection to other networks. The nodes are preferably microcomputers, and the gateway node comprises: a display device, a central processing unit, a memory forming the apparatus of the present invention, an input device, a network link and a communications unit. The memory further comprises an operating system including a kernel, a File Transfer Protocol (FTP) proxy server, and a Simple Mail Transfer Protocol (SMTP) proxy server. The central processing unit, display device, input device, and memory are coupled and operate to execute the application programs stored in the memory. The central processing unit of the gateway node also executes the FTP proxy server for transmitting and receiving files over the communications unit, and executes the SMTP proxy server for transmitting and receiving messages over the communications unit. The FTP proxy server and
SMTP proxy server are preferably executed concurrently with the normal operation of the gateway node. The servers advantageously operate in a manner such that viruses transmitted to or from the network in messages and files are detected before the files are transferred into or from the network. The gateway node of the present invention is particularly advantageous because the impact of using the FTP proxy server and SMTP proxy server for the detection of viruses is minimized because only the files leaving or entering the network are evaluated for the presence of viruses and all other "intra" -network traffic is unaffected.
The present invention also comprises a method for processing a file before transmission into the network and a method for processing a file before transmission from the network. The preferred method for processing a file comprises the steps of: receiving the data transfer command and file name; transferring the file to the proxy server; performing virus detection on the file; determining whether the file contains any viruses; transferring the file from the proxy server to a recipient node if the file does not contain a virus; and performing a preset action with the file if it does contain a virus. The present invention also includes methods for processing messages before transmission to or from the network that operate in a similar manner.
The present invention also comprises an apparatus for detecting and eliminating viruses which may spread throughout a network in messages accessed with an electronic mail system. In such mail systems, messages directed to a user at a client node are typically stored a postal node prior to their access by the client node. Viruses are detected and corrective action taken by a mail scanning apparatus which preferably resides at the client node. The mail scanning apparatus preferably includes: a polling module for determining the presence of unread messages at the postal node, a retrieval module for downloading unread messages to the memory of a client node and a virus analysis and treatment module for determining whether the message contains a virus and for facilitating corrective action to prevent its spread. Preferably, these modules are arranged to operate without requiring action by any electronic mail program files local to the client node to accommodate unobtrusive virus detection in the background and operation without user initiation or triggering. Additionally, the preferable location of the mail scanning apparatus at the client node accommodates virus detection without consuming postal node resources.
The present invention also comprises a method for detecting and eliminating viruses which may spread throughout a network in messages accessed by an electronic mail system. Preferably, the postal node is polled from the client node for unread messages, unread messages are downloaded into the memory of a client node, the messages are scanned for the presence of viruses, and corrective action taken.
Brief Description of the Drawings Figure 1 is a block diagram of a prior art information system with a plurality of networks and a plurality of nodes upon which the present invention operates; Figure 2 is a block diagram of a preferred embodiment for a gateway node including the apparatus of the present invention; Figure 3 is a block diagram of a preferred embodiment for a memorv of the gateway node including the apparatus of the present invention;
Figure 4 is a block diagram of a preferred embodiment for a protocol laver hierarchy constructed according to the present invention compared to the OSI layer model of the prior art;
Figure 5A is a functional block diagram showing a preferred system for sending data files according to a preferred embodiment of the present invention;
Figure 5B is a functional block diagram showing a preferred system for receiving data files according to a preferred embodiment of the present invention; Figures 6 A, 6B and 6C are a flowchart of the preferred method for performing file transfer according to the present invention;
Figure 7 is a functional block diagram showing a preferred system for tiansnutting mail messages according to a preferred embodiment of the present invention; Figures 8A and 8B are a flow chart of a preferred method for sending messages to/ from a network;
Figure 9 is a block diagram of a prior art network electronic mail system.
Figure 10a is a block diagram of a postal node constructed according to the present invention; Figure 10b is a block diagram of a memory of the postal node constructed according to the present invention;
Figure 10c is a block diagram of a data storage device of the postal node constructed according to the present invention;
Figure Ila is a block diagram of a preferred embodiment for a client node including the present invention;
Figure lib is a block diagram of a preferred embodiment for the memory of *he client node according to the present invention;
Figure lie is a block diagram of a preferred embodiment for the mail scanning module of the present invention; Figurelld is a graphical representation of a preferred format for storing data in the data buffer; Figure 12 is a flow chart of a first and preferred embodiment of the method for scanning electronic mail messages according to the present invention;
Figure 13 is a flow chart of a second embodiment of the method for scanning electronic mail messages according to the present invention; Figure 14 is a flow chart of a preferred method for scanning an attachment file of an electronic mail message according to the present invention; and
Figure 15 is a flow chart of a preferred method for treating an infected attachment file according to the present invention to remove viruses.
Detailed Description Of The Preferred Embodiment
The virus detection system and method of the present invention preferably operates on an information system 20 as has been described above with reference to Figure 1. The present invention, like the prior art, preferably includes a plurality of node systems 30 and at least one gateway node 33 for each network 22, 24, 26. However, the present invention is different from the prior art because it provides novel gateway node 33 that also performs virus detection for all files being transmitted into or out of a network. Furthermore, the novel gateway node 33 also performs virus detection on all messages being transmitted into or out of an associated network.
Referring now to Figure 2, a block diagram of a preferred embodiment of the novel gateway node 33 constructed in accordance with the present invention is shown. A preferred embodiment of the gateway node 33 comprises a display device 40, a central processing unit (CPU) 42, a memory 44, a data storage device 46, an input device 50, a network link 52, and a communications unit 54. The CPU 42 is connected by a bus 56 to the display device 40, the memory 44, the data storage device 46, the input device 50, the network link 52, and the communications unit 54 in a von
Neumann architecture. The CPU 42, display device 40, input device 50, and memory 44 may be coupled in a conventional manner such as a personal computer. The CPU 42 is preferably a microprocessor such as an Motorola 68040 or Intel Pentium or X86 type processor; the display device 40 is preferably a video monitor; and the input device 50 is preferably a keyboard and mouse type controller. The CPU 42 is also coupled to the data storage device 44 such as a hard disk drive in a conventional manner. Those skilled in the art will realize that the gateway node 33 mav also be a mini-computer or a mainframe computer.
The bus 56 is also coupled to the network link 52 to facilitate communication between the gateway node 33 and the other nodes 30 of the network. In the preferred embodiment of the present invention, the network link 52 is preferably a network adapter card including a transceiver that is coupled to a cable or line 36. For example, the network link 52 may be an ethernet card connected to a coaxial line, a twisted pair line or a fiber optic line. Those skilled in the art will realize that a variety of different networking configurations and operating systems including token ring, ethernet, or arcnet may be used and that the present invention is independent of such use. The network link 52 is responsible for sending, receiving, and storing the signals sent over the network or within the protected domain of a given network. The network link 52 is coupled to the bus 56 to provide these signals to the CPU 34 and vice versa. The bus 56 is also coupled to the communications unit 54 to facilitate communication between the gateway node 33 and the other networks. Specifically, the communications unit 54 is coupled to the CPU 42 for sending data and message to other networks. For example, the communications unit 54 may be a modem, a bridge or a router coupled to the other networks in a conventional manner. In the preferred embodiment of the present invention, the communications unit 54 is preferably a router. The communications unit 54 is in turn coupled to other networks via a media 34 such as a dedicated T-l phone line, fiber optics, or any one of a number of conventional connecting methods.
The CPU 42, under the guidance and control of instructions received from the memory 44 and from the user through the input device 50, provides signals for sending and receiving data using the communications unit 54. The transfer of data between networks is broken down into the sending and receiving files and messages which in turn are broken down into packets. The methods of the present invention employ a virus detection scheme that is applied to all transfers of messages and files into or out of a network via its gateway node 33. Referring now to Figure 3, the preferred embodiment of the memory 44 for the gateway node 33 is shown in more detail. The memory 44 is preferably a random access memory (RAM), but may also include read-only memory (ROM). The memory 44 preferably comprises a File Transfer Protocol (FTP) proxy server 60, a Simple Mail Transfer Protocol (SMTP) proxy server 62, and an operating system 64 including a kernel 66. The routines of the present invention for detecting viruses in file transfers and messages primarily include the FTP proxy server 60 and the SMTP proxv server 62. The FTP proxy server 60 is a routine for controlling file transfers to and from the gateway node 33 via the communications unit 54, and thus controlling file transfers to and from a given network of which the gateway node is a part. The operation of the FTP proxy server 60 is described below in more detail with reference to Figures 5A, 5B, 6A, 6B and 6C. Similarly, the SMTP proxy server 62 is a routine for controlling the transfer of messages to and from the gateway node 33, and thus to and from the respective network associated with the gateway node 33. The operation of the SMTP proxy server 62 is described below in more detail with reference to Figure 78A and 8B. The present invention preferably uses a conventional operating system 28 such as Berkeley Software Distribution UNIX. Those skilled in the art will realize how the present invention may be readily adapted for use with other operating systems such as Macintosh System Software version 7.1, DOS , Windows or Windows NT. The memory 44 may also include a variety of different application programs 68 including but not limited to computer drawing programs, word processing programs, and spreadsheet programs. The present invention is particularly advantageous over the prior because it minimizes the impact of virus detection and elimination since the FTP proxy server 60 and SMTP proxy server 62 are preferably only included or installed in the memory 44 of the gateway nodes 33. Thus, all data being transferred inside the protected domain of a given network will not be checked because the data packets might not be routed via the gateway node 33. While the apparatus of the present invention, in particular the FTP proxy server
60 and SMTP proxy server 62, has been described above as being located and preferably is located on the gateway node 33, those skilled in the art will realize that the apparatus of the present invention could also be included on a FTP server or a world wide web server for scanning files and messages as they are downloaded from the web. Furthermore, in an alternate embodiment, the apparatus of the present invention may be included in each node of a network for performing virus detection on all messages received or transmitted from that node. As best shown in Figure 4, the CPU 42 also utilizes a protocol layer hierarchy to communicate over the network. The protocol layers of the hierarchy of the present invention are shown in Figure 4 in comparison to the ISO-OSI reference model, for example. The protocol layers 410-426 of the hierarchy of the present invention are similar to the prior art protocol layers for the lower four layers 400-403 including: (1) a physical layer 400 formed of the transmission media 410; (2) a data link laver 401 formed of the network interface cards 411; (3) a network layer 402 formed of address resolution 412, Internet protocol 413 and Internet control message protocol 414; and (4) a transport layer 403 formed of the transmission control protocol 415 and a user datagram protocol 416. Corresponding to the presentation 405 and session 404 layers, the protocol hierarchy of the present invention provides four methods of communication: a file transfer protocol 417, a simple mail transfer protocol 419, a TELNET protocol 419 and a simple network management protocol 420. There are corresponding components on the application layer 406 to handle file transfer 423, electronic mail 424, terminal emulation 425, and network management 426. The present invention advantageously detects, controls and eliminates viruses by providing an additional layer between the application layer 406 and the presentation layer 405 for the gateway nodes 33. In particular, according to the hierarchy of the present invention, a FTP proxy server layer 421 and a SMTP proxy server layer 422 are provided. These layers 421, 422 operate in conjunction with the file transfer layer 423 and file transfer protocol 417, and the electronic mail layer 424 and the SMTP protocol layer 418, to process file transfers and messages, respectively. For example, any file transfer requests are generated by the file transfer application 423, first processed by the FTP proxy server layer 421, then processed by the file transfer protocol 417 and other lower layers 415, 413, 411 until the data transfer is actually applied to the transmission media 410. Similarly, any messaging requests are first processed by the SMTP proxy server layer 418, and thereafter processed by the SMTP protocol and other lower layers 415, 413, 411 until the physical layer is reached. The present invention is particularly advantageous because all virus screening is performed below the application level. Therefore, the applications are unaware that such virus detection and elimination is being performed, and these operations are completely transparent to the operation of the application level layers 406. While the FTP proxy server layer 421 and the SMTP proxy server layer 422 have been shown in Figure 4 as being their own layer to demonstrate the coupling effects they provide between the file transfer layer 423 and file transfer protocol 417, and the electronic mail layer 424 and the SMTP protocol layer 418, those skilled in the art will realize that the FTP proxy server layer 421 and the SMTP proxy server layer 422 can also be correctly viewed as being part of the file transfer protocol layer 417 and the SMTP protocol layer 418, respectively, because they are invisible or transparent to the application layer 406.
A preferred method of operation and an embodiment for the FTP proxy server 60 will be described focusing on its relationship to and its control of the gateway node 33, and thus, control over access to the medium, line 34, for connections to other networks. The method can best be understood with reference to Figures 5A and 5B, that graphically show the functions performed by an Internet daemon 70, the FTP proxy server 60, and an FTP daemon 78, each of which resides on the gateway note 33. In Figures 5A and 5B, like reference numbers have been used for like parts and the figures are different only in the direction in which the file is being transferred (either from client task 72 to server task 82 or from server task 82 to client task 72). For the sake of clarity and ease of understanding only the data ports are shown in Figures 5 A and 5B, and the bi-directional lines represent command or control pathways and are assumed to include a command port although it is not explicitly shown. The operation FTP proxy server 60 will now be described with reference to a file transfer between a client task 72 (requesting machine) and a server task 82 (supplying machine). While it is assumed that the client task 72 (requesting machine) is inside a protected domain and the server task 82 (supplying machine) is outside the protected domain, the invention described below is also used by the gateway node 33 when client task 72 (requesting machine) is outside the protected domain and the server task 82 (supplying machine) is inside the protected domain.
Figures 6A-6C are a flowchart of a preferred method for performing file transfers from a controlled domain of a network across a medium 34 to another network (e.g., a file transfer from a node 32 of the second network 24 across the media 34 to a second node 32 of the third network 26). The method begins with step 600 with the client node sending a connection request over the network to the gatewav node 33. In step 602, The gateway node 33 preferably has an operating system 64 as described above, and part of the operating system 64 includes a fire wall, or program including routines for authenticating users. The gateway node 33 first tries to authenticate the user and decide whether to allow the connections requested, once the request is received. This is done in a conventional manner typically available as part of UNIX. The Internet daemon 70 creates an instance of the FTP proxy server 60 and passes the connection to the FTP proxy server 60 for servicing in step 602. The Internet daemon 70 is program that is part of the operating system 64, and it runs in the background. When being run, one of the functions of the Internet daemon 70 is to bind socket ports for many well-known services, such as TELNET, login, and FTP. When a connect request is detected, the Internet daemon 70 constructed in accordance with the present invention, spawns the FTP proxy server 60, which is the server that will actually handle the data transfer. Thereafter, the FTP proxy server 60 controls the network traffic passing between the client task 72 and the server task 82. Then in step 604, the client node sends a data transfer request and file name, and established a first data port 76 through which the data will be transferred between the FTP proxy server 60 and the client task 72. In step 606 the data transfer request and file name are received by the FTP proxy server 60. In step 608, the FTP proxy server 60 determines whether the data is being transferred in an outbound direction (e.g., the file is being transferred from the client task 72 to the server task 82). This can be determined by the FTP proxy server 60 by comparing the data transfer request. For example, if the data transfer request is the STOR command then the data is being transferred in an outbound direction; and if the data transfer request is the RETR command then the data is not being transferred in an outbound direction.
If the data is being transferred in an outbound direction, then the method transitions from step 608 to step 610. Referring now to Figure 6B in conjunction with Figure 5A, the process for transferring data out of the protected domain of the network is described in more detail. In step 610, the FTP proxy server 60 determines whether the file to be transferred is of a type that can contain viruses. This step is preferaϋly performed by checking the extension of the file name. For example, .txt, .bmd, .pcx and .gif extension files indicate that the file is not likely to contain viruses while .exe, .zip, and .com extension files are of the type that often contain viruses. If the file to be transferred is not of a type that can contain viruses, then the method continues in step 612. In step 612, a second data port 80 is established and the data transfer request & the file are sent from the FTP proxy server 60 to the FTP daemon 78 so that the file can be sent to the server task 82. The FTP daemon 78 is a program executed by the gateway node 33 that communicates the transfer commands to the server task 82, establishes a third port 84 for sending the file including binding the server task 82 and FTP daemon 78 to the third port 84, and transmits the file to the server task 82. Once transmitted, the method is complete and ends. However, if it is determined in step 610 that the file to be transferred is of a type that can contain viruses, the method proceeds to step 614. In step 614, the FTP proxy server 60 transfers the file from the client to the FTP proxy server 60 through the first port 76, and in step 616, the file is temporarily stored at the gateway node 33. Then in step 618, the temporarily stored file is analyzed to determine if it contains viruses. This is preferably done by invoking a virus- checking program on the temporarily stored file. For example, a program the performs a version of signature scanning virus detection such as PC-Cillin manufactured and sold by Trend Micro Devices Incorporated of Cupertino, California may be used. However, those skilled in the art will realize that various other virus detection methods may also be used in step 618. In step 620, output of the virus checking program is preferably echoed to the user/ client task 72 by the FTP proxy server 60 as part of a reply message. Next in step 622, the method determines whether any viruses were detected. If no viruses are detected, the method continues in step 612 and transmits the file as has been described above. However, if a virus is detected, the present invention advantageously allows the FTP proxy server 60 to respond in any number of a variety of ways. The response of the FTP proxy server 60 is determined according to user's needs and wants as specified in a configuration file. This configuration file is preferably fully modifiable according to input from the user and stored in memory 44. For example, some options the user might specify are: 1) to do nothing and transfer the file; 2) to delete or erase the temporary file and do not transfer the file; or 3) to rename the file and store it in a specified directory on the gateway node 33 and notify the user of the new file name and directory path which can used to manually request the file from the system administrator. Those skilled in the art will realize that there are variety of other alternatives that users might specify, and steps 624, 626, and 628 are provided only by way of example. Next in step 624, the configuration file is retrieved to determine the handling of the temporary file. In step 626, the FTP proxy server 60 determines if it is to ignore the existence of a virus and a continue the transfer. If so, the method continues in step 612 where the file is passed to the FTP daemon 78 and the temporary file is deleted. If not the method continues to step 628 where either the file is deleted and not sent to the server task 82, and the temporary file is erased from the gateway node 33; or the file is renamed and stored in a specified directory on the gateway node 33 and the user is notified of the new file name and directory path which can used to manually request the file from the system administrator, and the temporary file is erased the gateway node 33. The action taken in step 628 depends on the configuration settings as determined in step 624. After step 628, the method ends. As can be seen from Figure 5A, the path for the file is from client task 72 through the first data port 76 to the FTP proxy server 60, then to the FTP daemon 78 through the second data port 80 and finally to the server task 82 through the third data port 84. Referring back to step 608 of Figure 6A, if the data is not being transferred in an outbound direction, then the method transitions from step 608 to step 640. Referring now to Figure 6C in conjunction with Figure 5B, the process for transferring data into the protected domain of the network is described in more detail. In step 640, the FTP proxy server 60 next sends the data transfer request and file name first to the FTP daemon 78 and then on to the server task 82. In step 642, a second port 80 is established between the FTP proxy server 60 and the FTP daemon 78. Then a third data port 84 is established between the FTP daemon 78 and the server task 82. Both ports 80, 84 are established similar to the establishment of the first port 76. The FTP daemon 78 will request and obtain the third port 84 from the Internet daemon 70, and send a port command to the server task 82 including an address for the third port 84. The server task 82 will then connect to the third port 84 and begin the data transfer in step 644. The FTP daemon 78 in turn sends the file to the FTP proxy server 60. Next in step 646, the FTP proxy server 60 determines whether the file to be transferred is of a type that can contain viruses. This is done the same was as described above with reference to step 610. If the file to be transferred is not of a type that can contain viruses, then the method continues in step 648 where the file is transferred from the FTP proxy server 60 through the first port 76 to the client task 72, then the method is complete and ends. On the other hand, if the file to be transferred is a type that can contain viruses, the method in step 650 temporarily stores the file at the gateway node. Then in step 652, the temporarily stored file is analyzed to determine if it contains viruses. The analysis here is the same as step 618. In step 652, the output of the virus checking program is preferably echoed to the client task 72 by the FTP proxv server 60 as part of a reply message. Next in step 656, the method determines whether any viruses were detected. If no viruses are detected, the method continues in step 648 as has been described above. However, if a virus is detected, the present invention retrieves the configuration file to determine the handling of the temporary file. In step 660, the FTP proxy server 60 determines if it is to ignore the existence of a virus and a continue the file transfer. If so the method continues in step 648 where the file is passed to the client task 72 and the temporary file is erased. If not the method continues to step 662 where the temporary file is erased, and the file is either deleted and not sent to the client task 72 or the file is renamed, stored on the gateway node 33, and the client task 72 is notified of new name and path so that the file may be manually retrieved by the system administrator. The method then ends. As can be seen from Figure 5B, the data transfer request is passed from the client task 72, to the FTP proxy server 60, then to the FTP daemon 78, and to the server task 82 which in response sends the file through the third port to the FTP daemon 78, and through the second port 80 on to the FTP proxy server 60, and finally through the first port 76 to the client task 72.
Referring now to Figures 7, 8A and 8B, the operation of the SMTP proxy server 62 will now be described. The SMTP proxy server 62 controls the only other entry channel through which data, and therefore viruses, can enter the protected domain of a given network. The SMTP proxy server 62 is preferably a program that resides on the gateway node 33, and controls and handles all transfers of electronic messages or mail in and out of the network through the communications unit 54 and media 34. While the SMTP proxy server 62 will now be described with reference to the transfer of a mail message from a client task 92 within the protected domain of the network to a server task 102 at a node on a different network outside the protected domain, those skilled in the art will understand how the SMTP proxy server 62 handles incoming mail messages in the same way. All mail messages are handled by the SMTP proxy server 62 in the same way and only the designation ot which node 32 is the server and which is the client change depending on the direction the message is being sent from the perspective of the gateway node 33. Since mail messages are passed using the command pathways between nodes, only these pathways are shown in Figure 7. For ease of understanding, the command ports have not been shown in Figure 7, but will be discussed below in the relevant steps of the preferred method.
Referring now to Figure 8A, the preferred method of the present invention for sending electronic mail begins in step 802 with the spawning or running the SMTP proxy server 62. Next in step 804, a first command port 96 for communication between the client task(s) 92 and the SMTP proxy server 62 is created. The address of the first port 96 along with a port command is provided to the SMTP proxy server 62. Then in step 806, the SMTP proxy server 62 is bound to the first port 96 to establish a channel for sending a mail message between any client tasks and the SMTP proxy server 62. Next in step 808, the SMTP proxy server 62 spawns a SMTP daemon 98 or SMTP server. The SMTP daemon 98 is preferably the existing program "sendmail" that is part of the BSD UNIX operating system. This is particularly advantageous because it reduces the amount of code that needs to be written and assures compatibility with the lower layers of the OSI reference model. Then in step 810 a second command port is created for communication between the SMTP proxy server 62 and the SMTP daemon 98. In step 812, the SMTP daemon 98 is bound to the second command port for communication with the SMTP proxy server 62. Actually, the present invention binds the SMTP daemon 98 to the appropriate port, namely the second port by redefining the bind function in a shared library that is part of the operating system 64. The present invention advantageously exploits the fact that the SMTP daemon 98 (sendmail programs on most UNIX systems) are dynamically linked. The present invention utilizes a shared library which redefines the system call bind() and forces sendmail to link with the redefined version of the bind() call when executed. If the redefined version of the bind() call determines the SMTP daemon 98 (sendmail program) is trying to bind to the first command port (the smtp port), it will return to it a socket whose other end is the SMTP proxy server 62 (a socket to the second command port). Next in step 800, the client task 92 request a connection from the SMTP proxy server and is directed to used the first command port for communication. Then in step 818, the message is transmitted from the client task 92 through the first command port to the SMTP proxy server 62.
Referring now to Figure 8B, the method continues in step 820 with the SMTP proxy server 62 scanning the message body and checking for any portions that are encoded. The present invention preferably scans the message for portions that have been encoded with an "uuencoded" encoding scheme that encodes binary data to ASCII data. "Uuencoded" portions of messages usually start with a line like "begin 644 filename," and end with a line like "end." The existence of such encoded portions suggests the possibility that a file may contain viruses. This scanning for "uuencoded" portions is just one of many scanning techniques that may be used, and those skilled in the art will realize that the present invention could be modified to scan for other encoded portions such as those encoded according to other schemes such as mime. Next in step 822, the SMTP proxy server 62 determines whether the message includes any encoded portions. If the message does not include any encoded portions, the SMTP proxy server 62 transmits the message through the second command port to the SMTP daemon 98 in step 824. Next in step 814, the SMTP daemon 98 creates a third command port for communication between the SMTP daemon 98 and the server task 102. Then in step 816 the server task 102 is bound to the third command port to establish communication between the server task 102 and the SMTP daemon 98. Those skilled in the art will realize that if the server task 102 resides on the gateway node 33, then steps 814 and 816 are not needed and may be omitted since no further transfer of data across the network is needed. Then the SMTP daemon 98 transmits the message through the third command port to the server task 102 in step 826 thereby completing the method. On the other hand if in step 822 it is determined the message does include encoded portions, the SMTP proxy server 62 stores each of the encoded portions of the message in its own temporary file at the gateway node 33 in step 828. For example, if a message included three encoded portions, each encoded portion will be stored in a separate file. Then in step 830, each of the encoded portions stored in its own fiie is individually decoded using uudecode program, as will be understood by those skilled in the art. Such decoding programs known in the art convert the ASCII files back to their original binary code. Next in step 832, the SMTP proxy server 62 calls and executes a virus-checking program on each message portion stored in its temporary file(s). Then in step 834, the SMTP proxy server 62 determines whether anv viruses were detected. If no viruses are detected, the method continues to steps 824, 814, 816 and 826 as has been described above. However, if a virus is detected, the present invention advantageously allows the SMTP proxy server 62 to respond in any number of a variety of ways, just as the FTP proxy server 60. The response of the SMTP proxy server 62 is also determined by the according to user's needs and wants as specified in a configuration file. This configuration file is preferably fully modifiable according to input from the user. The configuration for virus handling is determined in step 836. This could be done by retrieving and reading the configuration file or simply retrieving the configuration data already stored in memory 44. Then in step 838, the action to be taken is determined from the configuration settings. For example, some options the user might specify are: 1) to do nothing and transfer the mail message unchanged; 2) to transfer the mail message with the encoded portions that have been determined to have viruses deleted from the mail message; 3) rename the encode portions of the message containing viruses, store the renamed portions as files in a specified directory on the SMTP proxy server 62 and notify the user of the renamed files and directory path which can used to manually request the file from the system administrator; or 4) writing the output of step 832 into the mail message in place of the respective encoded portions and sending that mail message in steps 824 and 826. Once the action to be performed has been determined from examination of the configuration file, the specified action is taken in step 840, the transformed message is transmitted, the temporary file is erased, and the method ends. For example, if a message has three encoded portions, two encoded portions contain viruses, and the configuration file indicates that virus containing portions are to be deleted, then the method of the present invention would send a transformed message that was the same as the original message, but with the two encoded portions containing viruses deleted, to the server task 102.
The present invention also includes an apparatus and method for virus detection in conventional electronic mail systems 200 such as the one shown in Figure 9. In contrast to the detection of viruses on data passing through a network gateway node 33, this apparatus and method generally performs virus detection on data transmitted to client nodes 230 by electronic mail sent through a postal node 232, and thus, can prevent the spread of viruses not exclusively introduced through the gatewav node 33. For example, viruses may be introduced into the network 200 at the client node 230 by floppy disk or by modem access to the Internet and such viruses may be subsequently spread from a particular client node 230 throughout the network 200 by electronic mail which passes through the postal node 232.
Electronic mail systems generally implement the asynchronous access of messages among and between parties using a storage and forward/ retrieve model. For example, a postal node 232 may store messages for ultimate forwarding to or retrieval by a client node 230. Each message generally has an associated status (read or unread) with regard to whether the message has been read by the client. The messages may contain simple text , graphic files or complex executable files which, as indicated, may carry viruses.
Referring now to Figure 10a, a block diagram of a postal node 232 is shown. Similar to the gateway node 33, the postal node 232 comprises a display device 258, CPU 260, a memory 262, a data storage device 264, an input device 266, a network link 268, and a communications unit 269. The CPU 260 is connected by a bus 270 to the display device 258, the memory 262, the data storage device 264, the input device 266, the network link 268, and the communications unit 269 in a von Neumann architecture. The CPU 260, display device 258, input device 266, and memory 262 may be coupled in a conventional manner such as provided in a personal computer. The preferences and alternatives regarding the arrangement of the postal node 232, the CPU 260, display device 258, input device 266 and data storage device 264 are similar to those described in connection with the gateway node 33. The bus 270 is coupled to the network link 268 to facilitate communication between the postal node 232 and other network nodes 230, such as the client nodes, through a cable or line 236. Additionally, the bus 270 is coupled to the communications unit 269 for communications such as data and messages sent between the postal node 232 and other networks (not shown). Again, the network link 268 and communications unit 269 preferences and alternatives are similar to those set forth in the description of the gateway node 33. The skilled artisan will realize the varietv of network configurations and operating systems and that this embodiment is independent of their use.
Generally, the CPU 260 of the postal node 232, under the guidance and control of instructions received from the memory 262 and from input through the input device 266, provides for the access of data in the form of electronic mail to or from the client nodes 230 and, in certain systems, to other nodes outside the local network (not shown).
Now referring to Figure 10b, the memory 262 for the postal node 232 is shown. The memory 262 is in communication with the bus 270 and preferably comprises an operating system 290 including a kernel 291, a mail management program 292 and any desired applications programs 296. The memory 262 is preferably a random access memory, but may also include read only memory.
Fig. 10c details the data storage device 264 for the postal node 232 and is shown to include a directory 297, a header 298, an attachment 300, and a corrupted file 302 storage areas. The data storage device 264 preferably comprises a hard disk but the skilled artisan will recognize the various alternatives for the data storage device 264.
In an exemplary embodiment, the mail management program 292 is Lotus cc:Mail as provided by the Lotus Development Corporation. The mail management program 292 may alternatively be GroupWise as provided by Novell, BeyondMail as provided by Banyan Systems, Inc., MS-Mail as provided by Microsoft, or any other conventional type of electronic mail program. The mail management program 292 generally manages the access, storage and transfer of messages at the postal node 232 and may also include user assistance routines such as those associated with help and dictionary files. The directory 297, header 298 and attachment 300 storage areas will be located and arranged as required for operation with the mail management program 292 or as set up by the network installer or administrator. The directory 297 generally includes a list of network users who may send or receive messages. Typically, the directory 297 also includes a separate mailbox file for each user listed in the directory 297. The mailbox files include information about the user and, typically, pointers to information and the user's messages.
A message is the basic unit of communication in electronic mail systems. The message includes: 1) a unique message identifier, 2) a header which includes information about the message such as the sender, the recipient, logging and receipt information, the date and time of the message, its subject matter and other such data, and 3) attachments. The message may include one or more message attachments, which mav be of various types such as files generated by the electronic mail program 292 text editor, files generated by network application programs 296 such as word processing or spread sheet files, executable files, or any other object or item which mav be conventionally attached to an electronic mail message or transferred to the client node 230 in an electroruc mail system 200. A typical message includes at least one attachment in the form of a message body generated by the electronic mail program text editor. The information in the header may be stored in the header storage area 298, which may also include one or more pointers to the location of the message attachments. The attachment files may be stored in an attachment storage area 300.
Messages, including those with attachments, may be sent to numerous recipients. In such cases, certain mail management programs 292 provide message headers for each recipient with a pointer to a single attachment file. These arrangements conserve data storage space at the postal node 232 as the attachments may be stored in one location for multiple recipients.
The message attachments described above are the primary media for the spread of viruses through the operation of the electronic mail system 200. The apparatus and method of the present invention will prevent the transfer of viruses to the client node 230, and by treating the viruses contained in attachments, particularly those addressed to multiple parties, may prevent their spread throughout the network 200.
Although an arrangement for the postal node 232 and particularly its data storage device 264 configuration for use with an electronic mail system has been described, it is understood that the data storage device 264 may be configured in any conventional fashion according to the requirements of the electronic mail system 200 and program 292 used. It is also understood that the client node 230 may service more than one mail user and that a single mail scanning module 276 of the present invention may be arranged to scan messages for all such users or, alternatively, mav be provided separately for each user. The corrupted file storage 302 area is shown at the postal node 232 data storage device 264 in accordance with an embodiment of the present invention, but it is understood that files which are found to be corrupt may be stored where desired. Referring now to Fig. Ila, a block diagram of a client node 230 in accordance with the present invention is shown. The client node 230 comprises a displav device 244, a CPU 246, a memory 248, a data storage device 250, an input device 252, and a network link 254. The CPU 246 is connected by a bus 256 to the display device 244, the memory 248, the data storage device 250, the input device 252, the network link 254 in a von Neumann architecture. The CPU 246, display device 244, input device 252, and memory 248 are coupled in a conventional manner such as provided in a personal computer. The preferences and alternatives regarding the arrangement of the client node 233, the CPU 246, the display device 244, the input device 252 and the data storage device 250 are similar to those described in connection with the gateway node 33 and the postal node 232. The bus 256 is coupled to the network link 254 to facilitate communication between the client node 230 and other network nodes such as the postal node 232 through a cable or line 236. Again, the network link 254 preferences and alternatives are similar to those set forth in the description of the gateway 33 and postal 232 nodes. The skilled artisan will realize the a variety of network configurations and operating systems could alternatively be used and that this embodiment is independent of their use.
Generally, the CPU 246 of the client node 230, under the guidance and control of instructions received from the memory 262 and from input through the input device 266, facilitates, in conjunction with the postal node 232, the transfer of electronic mail to and from the client node 230, during normal operation. The apparatus and method of the present invention employ a virus detection scheme applicable to messages that operates outside of normal operation of a mail messaging system to permit access by the client node 230 to the messages residing at the postal node 232.
Referring now to Figure lib, a preferred embodiment of the memory 248 for a client node 230 in accordance with the present invention is shown in more detail. The memory 248 is in communication with the bus 256 and preferably comprises an operating system 272 including a kernel 273, a local electronic mail program 274, a mail scanning module 276 and anv desired applications programs 278. The memory 248 is preferably a random access memory, but may also include read only memory.
The preferences and alternatives for the operating system 272 are similar to those set forth regarding the gateway node's operating system 64. The local electronic mail program 274 is typically arranged to correspond with the postal node 232 mail management program 292, and generally includes initialization and configuration files which allow the client node 230 to send and receive messages to and from the postal node 232 according to the settings. The application programs 278 may be spreadsheet, word-processing or other conventional types, and may work in conjunction with network application programs 296 or may be purely local.
In accordance with the present invention, the mail scanning module 276 includes routines for checking messages for viruses. Preferably, the mail scanning module 276 provides routines for polling the postal node 232 to determine whether any messages for the client node 230 are present at the postal node 232 and have an unscanned status, downloading unscanned messages into the memory 248 of the client node 230 without affecting the "unread" status of the messages, analyzing the messages to determine whether they contain viruses, and taking corrective action. Referring now to Figure lie, a preferred embodiment for the mail scanning module 276 at a client node 230 is shown in more detail to include a mail scanning manager 280, a mail sending module 281, a polling module 282, a retrieval module 283, a data buffer 284, a scanned message FIFO buffer 285, a virus analyzing and treatment module 286 and decoder 288. As will be described, certain modules which are included in the mail scanning module 276 are arranged to communicate with the mail management program 292 and other portions of the postal node 232. For example, a module connected to the data bus 256 of the client node 230 may communicate with the postal node memory 262 or data storage device 264 through the network link 254, line 236, network link 268 and bus 270. Conventional techniques for the transfer of information through network channels may be implemented. The network link 254 between the postal node 232 and the mail scanning module 276, in conjunction with its independent functional capabilities described below, accommodates operation without requiring operation of the electronic mail program files 274 local to the client node 230. Thus, virus analysis and treatment may be conducted unobtrusively and without reliance upon user triggering
The mail scanning manager 280 includes routines for coordinating and integrating the operations of the mail sending module 281, the polling module 282, the retrieval module 283, the data buffer 284, the scanned message FIFO buffer 285, the virus analysis and treatment module 286, the decoder 288 and the postal node 232. The mail scannmg manager 280 includes configuration routines for selecting the operational settings of the mail scanning module 276.
Preferably, the mail polling module 282 includes routines for polling or accessing the postal node 232 to determine whether any new messages have arrived for the client and remained unscanned. Such routines are arranged to communicate with the mail management 292 and storage areas 264 of the postal node 232 and preferably emulate the polling routines of the electronic mail program 274, 292 used by the network 200. The polling routines include conventional ones, and may, for example, implement the Vendor Independent Messaging (VIM) interface of the electromc mail system or the Dynamic Data Exchange (DDE) interface. The polling routines may literally emulate the routines used by the electronic mail program 274, 292 and may be set according to the configuration settings of the mail scanning manager 280. The polling routines are preferably executed on a fixed time interval such as every 30 seconds to poll the postal node 232 and determine whether any unscanned message addressed to the client node 230 has been received. The polling module 282 uses and maintains the date in the scanned message FIFO buffer 285. The scanned message FIFO buffer 285 is a table that list the messages at the post office which are addressed to the client node, are unread and have already been scanned for viruses. As illustrated in Figure lid, the scanned message FIFO buffer 285 is preferably a portion of memory 248 fixed in sized to hold a plurality of entries, each entry having a message identification number, header information and one or more status bits. The buffer 285 is preferably a circular buffer or FIFO buffer, in that, once the buffer is filled with information on scanned messages, the oldest entry in the FIFO will be deleted to make room for the next entry. The process of polling for unscanned messages is performed by using conventional routines to determine if there is an unread message addressed to the client node 230 at the postal node 232 If there is, the polling retrieves the unique identification number (and other header information if necessary) and compares the unique identification number to the unique identification numbers stored in the scanned message FIFO buffer 285. If the unique identification number for the unread message is in the scanned message FIFO buffer 285, then the message is not download to the data buffer, the polling continues with the next unread message at the postal node. However, if the unique identification number for the unread message is not in the scanned message FIFO buffer 285, then the unique identification number is passed to the retrieval module 283 so that the message and its contents can be download to the data buffer 284. The retrieval module 283 preferably includes routines for acquiring data from messages that are found to be unscanned by the polling module 282. Where an unscanned message is found, the retrieval module 283 preferably downloads the message from the postal node 282 into the data buffer 284 portion of memory 248 of the client node 230. As indicated, each message is uniquely identified by and ID number and includes a header which points to or references any attachment items or files, and such information enables the retrieval module 283 to download the attachment items to the data buffer 284 of the client node for further analysis. Once the retrieval module 283 has stored the message including attachment items in the data buffer 284, the retrieval module 283 signals the virus analysis and treatment module 286 that the information in the data buffer can be analyzed for viruses.
The virus analysis and treatment module 286 includes routines for determining whether items or files contain viruses and for cleaning corrupted files, objects or data. The mail scanning manager 280 directs the virus analyzing and treatment module 286 to act upon the items or files that have been downloaded into memory 256 and stored in the data buffer 284 by the retrieval module 283, which may then be scanned and treated using signature scanning, checksum, emulation or any conventional techniques for the detection and treatment of viruses such as those described in connection with the gateway node 33. The data buffer 284 is a temporary storage location in the memory 248 dedicated for holding information before it has been scanned. Since this data buffer is temporary and segregated, it ensures that potentially infected data will not be copied to the data storage device 250 until it has been scanned for viruses. Although the virus analysis and treatment module 286 is shown in integrated fashion, it is understood that separate modules may be provided for each function.
The decoder 288 preferably includes routines for decoding, decompressing, or otherwise preparing messages for scanning. For example, the conventional encryption and compression algorithms used by the electronic mail management program 274, 292 may be conveniently implemented. Inclusion of the decoder 288 at the client node 230 also permits access to any decoding algorithms which are used by the client node 230. The decoder 288 works in conjunction with the virus analysis and treatment module 286 at the direction of the mail scanning manager 280 to enable virus detection of encoded items or files.
Mail sending module 281 is provided to send messages using the network electronic mail system and preferably includes conventional routines which are used to mail-enable program applications. Dependent upon the mail scanning manager 280 configuration settings, the mail sending module 281 may be used to forward messages or attachments to parties such as the sender and recipient of the treated message or the network administrator.
Referring now to Figure lid, a block diagram of a preferred embodiment of the scanned message FIFO buffer 285 is shown. The scanned message FIFO buffer 285 includes message identification 310 fields with a status flag 312 associated therewith to indicate whether the identified message has been checked for viruses by the mail scanning module 276. The message identification fields 310 include data uniquely identifying each unscanned message whose information is copied from the postal node 232 and, thus, allows the mail scanning manager 280 to prevent redundant message data downloading and analyzing. Preferably, the message identification field 310 contains the same message identity data used by the postal node 232 to organize messages. The status flags 312 associated with each mess ge allow the mail scanning manager 280 to prevent redundant treatment of unread isages. In another embodiment, the mail scanning manager 280 identifies messages which have been read by the user by monitoring activation and use of the mail program by the user, and removes message once they are read from the scanned message FIFO buffer 285 to conserve memory and/ or prevent the scanning of messages that have already been retrieved bv the user. In another embodiment, the scanned message FIFO buffer 285 may be a FIFO buffer sized to hold a desired amount of messages and wherem message data flows through the buffer so that identification and removal from the data buffer 284 of messages which are read by the user is not necessary.
Now referring to Figure 12, a preferred method of operation 1200 for the electronic mail scanning apparatus is shown. Preferably, the postal node 232 is polled 1205 by emulating the polling routines of the electronic mail system to determine whether any unscanned messages that are addressed to a predetermined recipient are present. When unscanned messages for the predetermined recipient are detected at the postal node 232, the mail scanning apparatus downloads 1210 the message, including any attachments, to memory 248 of the client node 230 assigned to the predetermined recipient. The preferred method then scans 1215 the message and attachment stored in memory 246 to determine 1220 whether the message or attachment contains a virus. Then in step 1220, the method determines whether the message includes a virus. If the message is found to have a virus, the mail scanning apparatus may then take corrective action 1225 regarding the infected message, by either removing the virus, sending a warning as part of the message, deleting the message or forwarding the message to a system administrator. Preferably, the polling routines 1205 operate without user input and without activation of the local electronic mail program 274 at the client node 230 to allow for unobtrusive detection and operation in the background.
Referring now to Figure 13, the preferred method for scanning electronic messages for viruses in the background is shown in more detail. The method begin in step 1302 with the client node 320 polling the postal node 232 for unread messages. Preferably the postal node 232 is polled 1305 for unread messages by executing routines that emulate the instructions of a conventional e-mail system. Then in step 1304, the method determines whether there are any message addressed to the client node. If there are not, the method continues in step 1314 by delaying a predetermined amount of time before returning to step 1302 to again poll the postal node 232. However, if there are unread message addressed to the client node 230 at the postal node 232, then the method proceeds to step 1306 where the postal node 232 is accessed, and the message identification number and message header are retrieved from the postal node. Next, in step 1308, the client node 230, in particular, the polling module 282 determines whether the message has been scanned. This is preferably done by comparing the retrieved message identification number and header to the message identification numbers and headers stored in the scanned message buffer 285. If match is found the message has been scanned. In step 1310, the method tests whether the message has been scanned. If the message has been scanned, the method moves to step 1312, where it determines if there are additional unread messages. If there are no more unread messages, the method proceeds to step 1314 and then back to polling. However, if there are more unread messages, the method continues processing the next message in through step 1306, 1308, 1310. If a message has been found as unscanned, the method moves from step 1310 to step 1314. In step 1314, the method determines whether the unscanned message includes any attachments. If the message does not include attachments, the message identification number and header are stored in the scanned message FIFO buffer 285, and the message is flagged as checked. After step 285, the method returns to step 1302 to poll for new incoming messages addressed to the client node 230. However, if the message does include attachments, then the method downloads any necessary information pertaining to such messages, including the message header and any attachments into memory 248, specifically into the data buffer 284. Then in step 1400, the data in the data buffer 284 is analyzed or subjected to an attachment scanning protocol as will be described in more detail below with reference to Figure 14. After data buffer 284 is analyzed, the method tests whether a virus was detected. If no virus was detected, then the method continues in step 1320 as has been described above. On the other hand, if a virus was detected, the method performs step 1500, as will be described below with reference to Figure 15, and takes corrective action to handle the virus according to preset preferences of the user.
Now referring to Figure 14, a preferred method of attachment scanning 1400 is shown. The next attachment in the data buffer 284 is accessed 1405 and it is determined 1410 whether the attachment is of the type that can contain viruses. This screening step may be controlled by the configuration settings of the mail scanning module 276 and the preferences and alternatives regarding such screening are similar to those described regarding virus detection at the gateway node 33. For example, .txt, .bmd, .pcx and .gif extension files may be omitted from scanning while each .exe, .zip and .com extension files may be scanned.
If the attachment is determined in step 1410 not to be of the type that may contain a virus, the method continues in step 1435 where it determines whether additional attachments are present and need scanning. If there are additional attachments needing scanning the method returns to step 1405, otherwise the method for scanning attachments is complete. However, if the file is found to be the type that may contain a virus in step 1410, then method continues in step 1415 where the attachment is decoded 1415 by the decoder module 288 so that the virus analyzing and treatment module 286 may scan it for viruses. As indicated in the descriptions of the decoder 288 and virus analysis and treatment module 286, the method of decoding may implement the conventional encryption and compression algorithms used by the electronic mail system or those available at the client node 230 and the scanning methods may include any conventional type such as signature, checksum or emulation. Next in step 1420, the method performs virus detection on the information in the data buffer 284. Next in step 1425, the method tests whether a virus has been detected. If the attachment is determined to contain viruses, the attachment is identified in step 1430 as infected so that it may be treated in step 1500 of Figure 13. If additional attachments are presented 1435, they are then accessed 1405 and scanned the above method steps are repeated.
Now referring to Figure 15, a preferred method of attachment treatment 1500 is shown. The configuration settings which govern the virus analysis and treatment module 286 are determined 1505 from the mail scanning manager 280. The configurations settings are preferably set by the user to indicate what action if any the present invention is to perform upon detection of a virus. Then in step 1510 the next infected attachment file is accessed and stored in the temporary file or data buffer 284 for treatment. In an alternate embodiment, a copy of the infected attachment may be stored 1515 in the corrupted file storage location 302 for future reference. The attachment is then treated according to the configuration settings. Preferably, it is first determined 1520 whether the attachment can be completely cleaned. If it can, the attachment is cleaned 1525, and dependent upon the configuration settings, the infected attachment in the attachment storage location 300 mav be replaced with the treated version and/ or the treated version may be forwarded or resent to the recipient 1530 using, for example, the mail sending module 281.
If it is determined 1520 that the attachment cannot be completely cleaned, then it is partially treated 1550 in accordance with the configuration settings. Such treatment may include any of cleaning those portions of the attachment which can be cleaned, deleting the attachment altogether, stripping infected portions from the message, leaving the infected attachment file intact and providing a warning to the recipient. As with the completely treated attachment, the partially treated attachment may be used to replace the infected one in the attachment storage location 300 or may be forwarded or resent to the recipient 1530.
It is then determined 1535 whether party warning settings are enabled by the configuration settings wherein parties such as the mail sender and the network administrator may be alerted to or forwarded /sent 1555 the infected and/ or treated file. After that, the temporary file may be erased 1540 and it may be determined 1545 whether additional attachments need to be analyzed.
The possible organization and processing of corrective action just described with reference to figure 15 is provided only by way of example. Those skilled in the art will realize that the corrective actions to handle viruses could include: 1) doing nothing; 2) removing the virus from the message; 3) notifying the recipient of the message of the presence of a virus; 4) notifying the system administrator that a message contains a virus; 5) notifying all addressees (i.e., all persons identified in the header to whom the message is addressed, carbon copied, blind carbon copied, or etc.) that the message contains a virus; 6) making the message unreadable by the recipient and others; 7) forwarding the message to the system administrator; 8) other combinations of the above actions; and that one or more of these corrective actions could be combined in a variety of ways in addition to that disclosed in Figure 15.
While the present invention has been described with reference to certain preferred embodiments, those skilled in the art will recognize that various modifications may be provided. For example, a preferred operation of the present invention specifies that the
FTP proxy server 60 determine whether the file type is one that can contain a virus (Steps 610 and 646). However, alternate embodiments can omit these steps and simply temporarily store and scan all files being transferred for viruses. Likewise the SMTP proxy server 60 may, in alternate embodiments, omit the step 822 of determining whether the message is encoded and temporarily store and scan all message being transmitted for viruses. Furthermore, while the invention has been described above as temporarily storing the file or message at the gateway node in a temporary file, this step could be omitted in the determination of whether a file includes a virus were done as the file was being transferred from the client node to the gateway node.
It is also realized, with regard to the apparatus and method of detection of viruses in electronic mail systems 200, that the postal node 232 may act as the gateway node 33 for a given system and that a postal node 232 for a local area network (LAN) may exclude elements such as the communications unit 269 if no link to other networks is sought. Additionally, alternative embodiments may be provided for the mail scanning apparatus and method as recognized by the skilled artisan. These and other variations upon and modifications to the described embodiments are provided for by the present invention which is limited only by the following claims.

Claims

WHAT IS CLAIMED IS:
1. An apparatus for detecting and selectively removing viruses in electronic mail systems where data is accessed from a postal node to a second node, the second node including a bus, the postal node in communication with the second node, the apparatus comprising: a polling module, coupled to the bus, in communication with the postal node, for detecting the presence of a message at the postal node; a retrieval module, coupled to the bus, in communication with the postal node, for obtaining a copy of data associated with the message; a virus analyzing module, coupled to the bus, in communication with the retrieval module, for determining whether the data associated with the message contains a virus; and a mail scanning manager, coupled to the bus, in communication with the polling module, the retrieval module and the virus analyzing module, for controlling the polling module, the retrieval module and the virus analyzing module.
2. The apparatus of claim 1, further comprising: a virus treatment module, coupled to the bus, in communication with the virus analyzing module and the mail scanning manager, for correcting messages found to contain a virus.
3. The apparatus of claim 1, further comprising: a data buffer, coupled to the bus, in communication with the retrieval module and the mail scanning manager, for keeping a record of the data associated with the message.
4. The apparatus of claim 3, wherein the data buffer includes a first field uniquely identifying the message and a second field indicating whether the message has been analyzed.
5. The apparatus of claim 2, further comprising: a decoder, coupled to the bus, in communication with the virus analyzing module, the virus treatment module and the mail scanning manager, for decoding messages for analysis and treatment.
6. The apparatus of claim 1, further comprising a mail sending module, coupled to the bus, in communication with the mail scanning manager, for sending mail messages using the electronic mail system.
7. The apparatus of claim 1, wherein the message comprises a unique identification number and a header.
8. The apparatus of claim 7, wherein the message further comprises at least one attachment.
9. A method for detecting and selectively removing viruses in messages accessed from a first node in an electronic mail system by a second node, the method comprising the steps of: polling the first node from the second node to determine a presence of a message for the second node at the first node; retrieving to the second node from the first node data associated with the message; analyzing the message to determine whether the message contains a virus.
10. The method of claim 9, wherein the message comprises a unique identification number and a header.
11. The method of claim 10, wherein the message further comprises at least one attachment.
12. The method of claim 9, further comprising the step of treating the message when the message is determined to contain a virus.
13. The method of claim 9, further comprising the step of recording data associated with the message to log whether the message has been analyzed.
14. The method of claim 13, wherein the step of treating the message includes removing the virus from the message.
15. The method of claim 13, wherein the step of analyzing the message further comprises the steps of: storing the message in a temporary file; scanning the temporary file for viruses; and testing whether the scanning step detected a virus.
16. The method of claim 9, wherein the step of retrieving to the second node includes accessing the message and downloading the message into a memory at the second node.
17. The method of claim 9, further comprising sending a mail message to a party to indicate the detection of a virus.
18. The method of claim 12, wherein the step of treating the message includes replacing the attachment at the first node.
19. An apparatus for detecting and selectively removing viruses in messages accessed from a first node in an electronic mail system to a second node, the apparatus comprising: means for polling the first node from the second node to determine the presence of a message for the second node at the first node; means for retrieving to the second node from the first node data associated with the message; and means for analyzing the message to determine whether the message contains a virus.
20. The apparatus of claim 19, further comprising means for treating the message when the message is determined to contain a virus.
21. The apparatus of claim 19, further comprising means for recording the data associated with the message to log whether the message has been analyzed.
22. The apparatus of claim 21, wherein the means for treating the message includes means for removing the virus from the message.
23. The apparatus of claim 21, wherein the means for analyzing the message further comprises: means for storing the message in a temporary file; means for scanning the temporary file for viruses; and means for testing whether the scanning step detected a virus.
24. The apparatus of claim 19, further comprising means for sending a mail message to a party to indicate the detection of a virus.
25. The method of claim 20, wherein the step of treating the message includes replacing the attachment at the first node.
26. The apparatus of claim 19, wherein the means for retrieving accesses the message and downloads the message into a memory at the second node.
27. The apparatus of claim 19, wherein the message comprises a unique identification number and a header.
28. The apparatus of claim 27, wherein the message further comprises at least one attachment.
PCT/US1997/005313 1996-03-29 1997-03-28 Apparatus and method for electronic mail virus detection and elimination WO1997039399A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
AU25566/97A AU2556697A (en) 1996-03-29 1997-03-28 Apparatus and method for electronic mail virus detection and elimination
EP97917140A EP0954794A2 (en) 1996-03-29 1997-03-28 Apparatus and method for electronic mail virus detection and elimination
JP53657397A JP4104658B2 (en) 1996-03-29 1997-03-28 Apparatus and method for detection and removal of email viruses

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/625,800 US5889943A (en) 1995-09-26 1996-03-29 Apparatus and method for electronic mail virus detection and elimination
US08/625,800 1996-03-29

Publications (1)

Publication Number Publication Date
WO1997039399A2 true WO1997039399A2 (en) 1997-10-23

Family

ID=24507652

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1997/005313 WO1997039399A2 (en) 1996-03-29 1997-03-28 Apparatus and method for electronic mail virus detection and elimination

Country Status (5)

Country Link
US (1) US5889943A (en)
EP (1) EP0954794A2 (en)
JP (1) JP4104658B2 (en)
AU (1) AU2556697A (en)
WO (1) WO1997039399A2 (en)

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0940953A2 (en) * 1998-03-05 1999-09-08 Siemens Aktiengesellschaft Automatic e-mail polling
EP1010059A4 (en) * 1996-09-05 2000-06-21 Cheyenne Software Int Sales Anti-virus agent for use with databases and mail servers
EP1122932A2 (en) * 2000-02-04 2001-08-08 Aladdin Knowledge Systems Ltd. Protection of computer networks against malicious content
WO2001086895A1 (en) * 2000-05-05 2001-11-15 Thomson Licensing S.A. Method for reducing the spread of computer viruses in an electronic mail network
EP1348162A2 (en) * 2000-12-01 2003-10-01 Network Appliance, Inc. Decentralized virus scanning for stored data
EP1385303A2 (en) * 2002-07-22 2004-01-28 Symantec Corporation Method and device for preventing malicious computer code from propagating
EP1528743A2 (en) * 2003-10-29 2005-05-04 Sonicwall, Inc. Method and apparatus for datastream analysis and blocking
US7089591B1 (en) 1999-07-30 2006-08-08 Symantec Corporation Generic detection and elimination of marco viruses
US7155742B1 (en) 2002-05-16 2006-12-26 Symantec Corporation Countering infections to communications modules
US7159149B2 (en) 2002-10-24 2007-01-02 Symantec Corporation Heuristic detection and termination of fast spreading network worm attacks
US7296293B2 (en) 2002-12-31 2007-11-13 Symantec Corporation Using a benevolent worm to assess and correct computer security vulnerabilities
US7370233B1 (en) 2004-05-21 2008-05-06 Symantec Corporation Verification of desired end-state using a virtual machine environment
US7418729B2 (en) 2002-07-19 2008-08-26 Symantec Corporation Heuristic detection of malicious computer code by page tracking
US7441042B1 (en) 2004-08-25 2008-10-21 Symanetc Corporation System and method for correlating network traffic and corresponding file input/output traffic
US7478431B1 (en) 2002-08-02 2009-01-13 Symantec Corporation Heuristic detection of computer viruses
US7631353B2 (en) 2002-12-17 2009-12-08 Symantec Corporation Blocking replication of e-mail worms
US7778981B2 (en) 2000-12-01 2010-08-17 Netapp, Inc. Policy engine to control the servicing of requests received by a storage server
EP2109269A3 (en) * 2002-01-25 2010-08-18 F-Secure OYJ Anti-Virus Protection at a Network Gateway
US7835361B1 (en) 2004-10-13 2010-11-16 Sonicwall, Inc. Method and apparatus for identifying data patterns in a file
US7991723B1 (en) 2007-07-16 2011-08-02 Sonicwall, Inc. Data pattern analysis using optimized deterministic finite automaton
US8099785B1 (en) 2007-05-03 2012-01-17 Kaspersky Lab, Zao Method and system for treatment of cure-resistant computer malware
US8104086B1 (en) 2005-03-03 2012-01-24 Symantec Corporation Heuristically detecting spyware/adware registry activity
US8271774B1 (en) 2003-08-11 2012-09-18 Symantec Corporation Circumstantial blocking of incoming network traffic containing code
US8321939B1 (en) 2004-10-13 2012-11-27 Sonicwall, Inc. Method and an apparatus to perform multiple packet payloads analysis
US8763076B1 (en) 2006-06-30 2014-06-24 Symantec Corporation Endpoint management using trust rating data
US8813221B1 (en) 2008-09-25 2014-08-19 Sonicwall, Inc. Reassembly-free deep packet inspection on multi-core hardware
US8863286B1 (en) 2007-06-05 2014-10-14 Sonicwall, Inc. Notification for reassembly-free file scanning
US9003534B2 (en) 2010-11-01 2015-04-07 Kaspersky Lab Zao System and method for server-based antivirus scan of data downloaded from a network
US9769149B1 (en) 2009-07-02 2017-09-19 Sonicwall Inc. Proxy-less secure sockets layer (SSL) data inspection

Families Citing this family (217)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5826014A (en) * 1996-02-06 1998-10-20 Network Engineering Software Firewall system for protecting network elements connected to a public network
US5898830A (en) * 1996-10-17 1999-04-27 Network Engineering Software Firewall providing enhanced network security and user transparency
JP3893647B2 (en) * 1996-09-30 2007-03-14 マツダ株式会社 Navigation device
US8079086B1 (en) 1997-11-06 2011-12-13 Finjan, Inc. Malicious mobile code runtime monitoring system and methods
US7058822B2 (en) * 2000-03-30 2006-06-06 Finjan Software, Ltd. Malicious mobile code runtime monitoring system and methods
US9219755B2 (en) 1996-11-08 2015-12-22 Finjan, Inc. Malicious mobile code runtime monitoring system and methods
US6802028B1 (en) * 1996-11-11 2004-10-05 Powerquest Corporation Computer virus detection and removal
JP3381055B2 (en) * 1997-01-27 2003-02-24 裕典 若山 Virus intrusion prevention method and virus intrusion prevention mechanism
US6421733B1 (en) * 1997-03-25 2002-07-16 Intel Corporation System for dynamically transcoding data transmitted between computers
CA2263171A1 (en) * 1997-06-17 1998-12-23 Purdue Pharma Lp Self-destructing document and e-mail messaging system
DE69841210D1 (en) * 1997-07-24 2009-11-12 Axway Inc Email Firewall
US7117358B2 (en) * 1997-07-24 2006-10-03 Tumbleweed Communications Corp. Method and system for filtering communication
US7162738B2 (en) * 1998-11-03 2007-01-09 Tumbleweed Communications Corp. E-mail firewall with stored key encryption/decryption
US20050081059A1 (en) * 1997-07-24 2005-04-14 Bandini Jean-Christophe Denis Method and system for e-mail filtering
US7127741B2 (en) 1998-11-03 2006-10-24 Tumbleweed Communications Corp. Method and system for e-mail message transmission
US6101320A (en) * 1997-08-01 2000-08-08 Aurora Communications Exchange Ltd. Electronic mail communication system and method
US6393568B1 (en) * 1997-10-23 2002-05-21 Entrust Technologies Limited Encryption and decryption system and method with content analysis provision
US6088803A (en) * 1997-12-30 2000-07-11 Intel Corporation System for virus-checking network data during download to a client device
US6782510B1 (en) 1998-01-27 2004-08-24 John N. Gross Word checking tool for controlling the language content in documents using dictionaries with modifyable status fields
US6205551B1 (en) * 1998-01-29 2001-03-20 Lucent Technologies Inc. Computer security using virus probing
US5987610A (en) 1998-02-12 1999-11-16 Ameritech Corporation Computer virus screening methods and systems
US7398286B1 (en) * 1998-03-31 2008-07-08 Emc Corporation Method and system for assisting in backups and restore operation over different channels
US7209949B2 (en) * 1998-05-29 2007-04-24 Research In Motion Limited System and method for synchronizing information between a host system and a mobile data communication device
US6779019B1 (en) * 1998-05-29 2004-08-17 Research In Motion Limited System and method for pushing information from a host system to a mobile data communication device
WO1999066383A2 (en) * 1998-06-15 1999-12-23 Dmw Worldwide, Inc. Method and apparatus for assessing the security of a computer system
US7389413B2 (en) 1998-07-23 2008-06-17 Tumbleweed Communications Corp. Method and system for filtering communication
WO2003012614A1 (en) * 1998-11-24 2003-02-13 Cyberdfnz, Inc. A multi-system architecture using general purpose active-backplane and expansion-bus compatible single board computers and their peripherals for secure exchange of information and advanced computing
US20020040439A1 (en) * 1998-11-24 2002-04-04 Kellum Charles W. Processes systems and networks for secure exchange of information and quality of service maintenance using computer hardware
US6751670B1 (en) * 1998-11-24 2004-06-15 Drm Technologies, L.L.C. Tracking electronic component
US6654787B1 (en) * 1998-12-31 2003-11-25 Brightmail, Incorporated Method and apparatus for filtering e-mail
US7127515B2 (en) * 1999-01-15 2006-10-24 Drm Technologies, Llc Delivering electronic content
US6763467B1 (en) * 1999-02-03 2004-07-13 Cybersoft, Inc. Network traffic intercepting method and system
US7389540B2 (en) 1999-02-03 2008-06-17 Cybersoft, Inc. Apparatus and methods for intercepting, examining and controlling code, data and files and their transfer
US7917744B2 (en) * 1999-02-03 2011-03-29 Cybersoft, Inc. Apparatus and methods for intercepting, examining and controlling code, data and files and their transfer in instant messaging and peer-to-peer applications
US7936787B2 (en) * 1999-03-01 2011-05-03 The Directv Group, Inc. Technique for data compression by decoding binary encoded data
US6636965B1 (en) * 1999-03-31 2003-10-21 Siemens Information & Communication Networks, Inc. Embedding recipient specific comments in electronic messages using encryption
US6922781B1 (en) 1999-04-30 2005-07-26 Ideaflood, Inc. Method and apparatus for identifying and characterizing errant electronic files
US20060195400A1 (en) * 2000-10-13 2006-08-31 Patrick Patterson Controlling access to electronic content
US7249175B1 (en) 1999-11-23 2007-07-24 Escom Corporation Method and system for blocking e-mail having a nonexistent sender address
US6728886B1 (en) 1999-12-01 2004-04-27 Trend Micro Incorporated Distributed virus scanning arrangements and methods therefor
US6836792B1 (en) 1999-12-03 2004-12-28 Trend Micro Incorporated Techniques for providing add-on services for an email system
US7076650B1 (en) * 1999-12-24 2006-07-11 Mcafee, Inc. System and method for selective communication scanning at a firewall and a network node
US7310816B1 (en) * 2000-01-27 2007-12-18 Dale Burns System and method for email screening
US6671728B1 (en) * 2000-02-18 2003-12-30 G.E. Information Services, Inc. Abstract initiator
US6842861B1 (en) * 2000-03-24 2005-01-11 Networks Associates Technology, Inc. Method and system for detecting viruses on handheld computers
US7054905B1 (en) * 2000-03-30 2006-05-30 Sun Microsystems, Inc. Replacing an email attachment with an address specifying where the attachment is stored
US6986037B1 (en) * 2000-04-07 2006-01-10 Sendmail, Inc. Electronic mail system with authentication/encryption methodology for allowing connections to/from a message transfer agent
EP1273135B1 (en) * 2000-04-10 2010-07-14 Research In Motion Limited System and method for bundling information
WO2001078422A1 (en) * 2000-04-11 2001-10-18 Telecommunication Systems, Inc. Intelligent delivery agent for short message distribution center
US20030154255A1 (en) * 2000-05-05 2003-08-14 Hans-Joachim Platte Method for reducing the spread of computer viruses in an electronic mail network
NL1015389C2 (en) * 2000-06-07 2001-12-10 Koninkl Kpn Nv Method and system for securing a data system.
US20040073617A1 (en) 2000-06-19 2004-04-15 Milliken Walter Clark Hash-based systems and methods for detecting and preventing transmission of unwanted e-mail
US7017187B1 (en) 2000-06-20 2006-03-21 Citigroup Global Markets, Inc. Method and system for file blocking in an electronic messaging system
US7913078B1 (en) 2000-06-22 2011-03-22 Walter Mason Stewart Computer network virus protection system and method
US6901519B1 (en) 2000-06-22 2005-05-31 Infobahn, Inc. E-mail virus protection system and method
GB2357939B (en) * 2000-07-05 2002-05-15 Gfi Fax & Voice Ltd Electronic mail message anti-virus system and method
GB0016835D0 (en) * 2000-07-07 2000-08-30 Messagelabs Limited Method of, and system for, processing email
US7216233B1 (en) * 2000-08-14 2007-05-08 Sun Microsystems, Inc. Apparatus, methods, and computer program products for filtering information
US6826546B1 (en) * 2000-08-17 2004-11-30 Ideaflood, Inc. Method and system for licensing a copy of a copyright protected work
US6910134B1 (en) * 2000-08-29 2005-06-21 Netrake Corporation Method and device for innoculating email infected with a virus
US6895438B1 (en) 2000-09-06 2005-05-17 Paul C. Ulrich Telecommunication-based time-management system and method
JP3251000B2 (en) * 2000-09-07 2002-01-28 松本建工株式会社 Insulation structure of house and heat shield used
US6785732B1 (en) * 2000-09-11 2004-08-31 International Business Machines Corporation Web server apparatus and method for virus checking
US6898715B1 (en) * 2000-09-12 2005-05-24 Networks Associates Technology, Inc. Response to a computer virus outbreak
US6650890B1 (en) * 2000-09-29 2003-11-18 Postini, Inc. Value-added electronic messaging services and transparent implementation thereof using intermediate server
US6757830B1 (en) * 2000-10-03 2004-06-29 Networks Associates Technology, Inc. Detecting unwanted properties in received email messages
WO2002035313A2 (en) * 2000-10-23 2002-05-02 Digital Software Corporation Method and apparatus for providing optical internetworking to wide area networks, metropolitan area networks, and local area networks using modular components
US7249170B2 (en) * 2000-12-06 2007-07-24 Intelliden System and method for configuration, management and monitoring of network resources
US8219662B2 (en) * 2000-12-06 2012-07-10 International Business Machines Corporation Redirecting data generated by network devices
US7054946B2 (en) * 2000-12-06 2006-05-30 Intelliden Dynamic configuration of network devices to enable data transfers
US20020069367A1 (en) * 2000-12-06 2002-06-06 Glen Tindal Network operating system data directory
US6978301B2 (en) * 2000-12-06 2005-12-20 Intelliden System and method for configuring a network device
US7039830B2 (en) * 2000-12-14 2006-05-02 Far Stone Technology Corporation Backup/recovery system and methods for protecting a computer system
JP2002223256A (en) * 2001-01-29 2002-08-09 Fujitsu Ltd Computer program for e-mail virus detection
US7404212B2 (en) * 2001-03-06 2008-07-22 Cybersoft, Inc. Apparatus and methods for intercepting, examining and controlling code, data and files and their transfer
US6965928B1 (en) * 2001-03-09 2005-11-15 Networks Associates Technology, Inc. System and method for remote maintenance of handheld computers
US7150037B2 (en) * 2001-03-21 2006-12-12 Intelliden, Inc. Network configuration manager
CA2342578A1 (en) * 2001-03-29 2002-09-29 Ibm Canada Limited-Ibm Canada Limitee Method and apparatus for security of a network server
WO2002093334A2 (en) * 2001-04-06 2002-11-21 Symantec Corporation Temporal access control for computer virus outbreaks
US20020147780A1 (en) * 2001-04-09 2002-10-10 Liu James Y. Method and system for scanning electronic mail to detect and eliminate computer viruses using a group of email-scanning servers and a recipient's email gateway
US7392541B2 (en) * 2001-05-17 2008-06-24 Vir2Us, Inc. Computer system architecture and method providing operating-system independent virus-, hacker-, and cyber-terror-immune processing environments
US7640434B2 (en) * 2001-05-31 2009-12-29 Trend Micro, Inc. Identification of undesirable content in responses sent in reply to a user request for content
US7917585B2 (en) * 2001-06-21 2011-03-29 Cybersoft, Inc. Apparatus, methods and articles of manufacture for intercepting, examining and controlling code, data and files and their transfer
US7054851B2 (en) * 2001-06-25 2006-05-30 Siemens Medical Solutions Health Services Corporation Communication data format for use in data storage and retrieval
US6981280B2 (en) * 2001-06-29 2005-12-27 Mcafee, Inc. Intelligent network scanning system and method
WO2003010922A1 (en) * 2001-07-24 2003-02-06 Worldcom, Inc. Network security architecture
US7023861B2 (en) * 2001-07-26 2006-04-04 Mcafee, Inc. Malware scanning using a network bridge
US7117533B1 (en) * 2001-08-03 2006-10-03 Mcafee, Inc. System and method for providing dynamic screening of transient messages in a distributed computing environment
US7461403B1 (en) * 2001-08-03 2008-12-02 Mcafee, Inc. System and method for providing passive screening of transient messages in a distributed computing environment
US8438241B2 (en) * 2001-08-14 2013-05-07 Cisco Technology, Inc. Detecting and protecting against worm traffic on a network
US7640361B1 (en) * 2001-08-24 2009-12-29 Mcafee, Inc. Systems and methods for converting infected electronic files to a safe format
US7263561B1 (en) * 2001-08-24 2007-08-28 Mcafee, Inc. Systems and methods for making electronic files that have been converted to a safe format available for viewing by an intended recipient
US8296400B2 (en) * 2001-08-29 2012-10-23 International Business Machines Corporation System and method for generating a configuration schema
DE10147889A1 (en) * 2001-09-28 2003-04-30 Siemens Ag Proxy unit, method for computer-aided protection of an application server program and arrangement with a proxy unit and a unit for executing an application server program
KR100461984B1 (en) * 2001-10-06 2004-12-17 주식회사 테라스테크놀로지 Method for detecting Email virus and inducing clients to cure the detected virus
US20030097378A1 (en) * 2001-11-20 2003-05-22 Khai Pham Method and system for removing text-based viruses
US7065562B2 (en) * 2001-11-26 2006-06-20 Intelliden, Inc. System and method for generating a representation of a configuration schema
US7150042B2 (en) * 2001-12-06 2006-12-12 Mcafee, Inc. Techniques for performing malware scanning of files stored within a file storage device of a computer network
US7093002B2 (en) * 2001-12-06 2006-08-15 Mcafee, Inc. Handling of malware scanning of files stored within a file storage device of a computer network
FR2834404B1 (en) * 2001-12-31 2004-12-10 Cegetel Groupe REMOTE SECURITY METHOD FOR DATA EXCHANGE
US7607171B1 (en) 2002-01-17 2009-10-20 Avinti, Inc. Virus detection by executing e-mail code in a virtual machine
US9652613B1 (en) 2002-01-17 2017-05-16 Trustwave Holdings, Inc. Virus detection by executing electronic message code in a virtual machine
US6772345B1 (en) 2002-02-08 2004-08-03 Networks Associates Technology, Inc. Protocol-level malware scanner
US20030154394A1 (en) * 2002-02-13 2003-08-14 Levin Lawrence R. Computer virus control
US7069316B1 (en) * 2002-02-19 2006-06-27 Mcafee, Inc. Automated Internet Relay Chat malware monitoring and interception
AU2003215276B2 (en) * 2002-02-19 2007-09-06 Google Llc E-mail management services
JP4567275B2 (en) * 2002-02-28 2010-10-20 株式会社エヌ・ティ・ティ・ドコモ Mobile communication terminal, information processing apparatus, relay server apparatus, information processing system, and information processing method
US7281269B1 (en) * 2002-03-06 2007-10-09 Novell, Inc. Methods, data structures, and systems to remotely validate a message
US7137145B2 (en) * 2002-04-09 2006-11-14 Cisco Technology, Inc. System and method for detecting an infective element in a network environment
DE10217952A1 (en) * 2002-04-22 2003-11-13 Nutzwerk Informationsgmbh Proxy server type device for use in a mobile phone network for protection of terminal units against harmful content, whereby the proxy serves an interface between a data server and a data terminal
GB2383444B (en) * 2002-05-08 2003-12-03 Gfi Software Ltd System and method for detecting a potentially malicious executable file
US7194537B2 (en) * 2002-05-13 2007-03-20 Ricoh Co. Ltd. Method for scrambling information about network devices that is placed in email message
US7367056B1 (en) 2002-06-04 2008-04-29 Symantec Corporation Countering malicious code infections to computer files that have been infected more than once
US7464145B2 (en) * 2002-07-11 2008-12-09 Intelliden, Inc. Repository-independent system and method for asset management and reconciliation
US8140660B1 (en) 2002-07-19 2012-03-20 Fortinet, Inc. Content pattern recognition language processor and methods of using the same
US7487543B2 (en) * 2002-07-23 2009-02-03 International Business Machines Corporation Method and apparatus for the automatic determination of potentially worm-like behavior of a program
US7366893B2 (en) 2002-08-07 2008-04-29 Intelliden, Inc. Method and apparatus for protecting a network from attack
US20040030771A1 (en) * 2002-08-07 2004-02-12 John Strassner System and method for enabling directory-enabled networking
US7461158B2 (en) * 2002-08-07 2008-12-02 Intelliden, Inc. System and method for controlling access rights to network resources
US7383579B1 (en) * 2002-08-21 2008-06-03 At&T Delaware Intellectual Property, Inc. Systems and methods for determining anti-virus protection status
US7558847B2 (en) 2002-09-13 2009-07-07 Intelliden, Inc. System and method for mapping between and controlling different device abstractions
US7469419B2 (en) * 2002-10-07 2008-12-23 Symantec Corporation Detection of malicious computer code
US20040078457A1 (en) * 2002-10-21 2004-04-22 Tindal Glen D. System and method for managing network-device configurations
US20040093514A1 (en) * 2002-11-08 2004-05-13 International Business Machines Corporation Method for automatically isolating worm and hacker attacks within a local area network
US7249187B2 (en) * 2002-11-27 2007-07-24 Symantec Corporation Enforcement of compliance with network security policies
US20040230681A1 (en) * 2002-12-06 2004-11-18 John Strassner Apparatus and method for implementing network resources to provision a service using an information model
AU2003293501A1 (en) * 2002-12-13 2004-07-09 Wholesecurity, Inc. Method, system, and computer program product for security within a global computer network
JP3979285B2 (en) * 2002-12-17 2007-09-19 株式会社日立製作所 Information processing system
KR100551421B1 (en) 2002-12-28 2006-02-09 주식회사 팬택앤큐리텔 Mobile communication system of inactivating virus
US7219131B2 (en) * 2003-01-16 2007-05-15 Ironport Systems, Inc. Electronic message delivery using an alternate source approach
US7603472B2 (en) * 2003-02-19 2009-10-13 Google Inc. Zero-minute virus and spam detection
US20060265459A1 (en) * 2003-02-19 2006-11-23 Postini, Inc. Systems and methods for managing the transmission of synchronous electronic messages
US7958187B2 (en) * 2003-02-19 2011-06-07 Google Inc. Systems and methods for managing directory harvest attacks via electronic messages
WO2004084020A2 (en) * 2003-03-13 2004-09-30 Drm Technologies, Llc Secure streaming container
US7203959B2 (en) 2003-03-14 2007-04-10 Symantec Corporation Stream scanning through network proxy servers
US20050108340A1 (en) * 2003-05-15 2005-05-19 Matt Gleeson Method and apparatus for filtering email spam based on similarity measures
US20050015482A1 (en) * 2003-05-24 2005-01-20 Blankenship Mark H. Attachment manager for tracking customer attributes
US8145710B2 (en) * 2003-06-18 2012-03-27 Symantec Corporation System and method for filtering spam messages utilizing URL filtering module
US7325185B1 (en) * 2003-08-04 2008-01-29 Symantec Corporation Host-based detection and prevention of malicious code propagation
US8032593B2 (en) * 2003-08-07 2011-10-04 Teamon Systems, Inc. Communications system providing reduced access latency and related methods
GB2405293B (en) * 2003-08-18 2007-04-25 Clearswift Ltd Email policy manager
US7523493B2 (en) * 2003-08-29 2009-04-21 Trend Micro Incorporated Virus monitor and methods of use thereof
US9338026B2 (en) 2003-09-22 2016-05-10 Axway Inc. Delay technique in e-mail filtering system
US7203964B1 (en) 2003-10-07 2007-04-10 Elmer V. Pass Method of stopping internet viruses
WO2005043802A1 (en) 2003-10-20 2005-05-12 Drm Technologies, Llc Securing digital content system and method
EP1528452A1 (en) * 2003-10-27 2005-05-04 Alcatel Recursive virus detection, protection and disinfecting of nodes in a data network
US20050138426A1 (en) * 2003-11-07 2005-06-23 Brian Styslinger Method, system, and apparatus for managing, monitoring, auditing, cataloging, scoring, and improving vulnerability assessment tests, as well as automating retesting efforts and elements of tests
US7426574B2 (en) * 2003-12-16 2008-09-16 Trend Micro Incorporated Technique for intercepting data in a peer-to-peer network
US20050149720A1 (en) * 2004-01-07 2005-07-07 Shimon Gruper Method for speeding up the pass time of an executable through a checkpoint
US7334262B2 (en) * 2004-01-22 2008-02-19 Symantec Corporation Proactive prevention of polymorphic SMTP worms
EP1716676B1 (en) 2004-02-17 2012-06-13 Cisco Technology, Inc. Collecting, aggregating, and managing information relating to electronic messages
US7539871B1 (en) * 2004-02-23 2009-05-26 Sun Microsystems, Inc. System and method for identifying message propagation
US7669059B2 (en) * 2004-03-23 2010-02-23 Network Equipment Technologies, Inc. Method and apparatus for detection of hostile software
US7337327B1 (en) 2004-03-30 2008-02-26 Symantec Corporation Using mobility tokens to observe malicious mobile code
US7533415B2 (en) * 2004-04-21 2009-05-12 Trend Micro Incorporated Method and apparatus for controlling traffic in a computer network
US7647321B2 (en) * 2004-04-26 2010-01-12 Google Inc. System and method for filtering electronic messages using business heuristics
US7941490B1 (en) 2004-05-11 2011-05-10 Symantec Corporation Method and apparatus for detecting spam in email messages and email attachments
US7484094B1 (en) 2004-05-14 2009-01-27 Symantec Corporation Opening computer files quickly and safely over a network
US7373667B1 (en) 2004-05-14 2008-05-13 Symantec Corporation Protecting a computer coupled to a network from malicious code infections
CA2564533A1 (en) * 2004-05-25 2005-12-08 Postini, Inc. Electronic message source information reputation system
US7756930B2 (en) * 2004-05-28 2010-07-13 Ironport Systems, Inc. Techniques for determining the reputation of a message sender
US7849142B2 (en) 2004-05-29 2010-12-07 Ironport Systems, Inc. Managing connections, messages, and directory harvest attacks at a server
US7870200B2 (en) * 2004-05-29 2011-01-11 Ironport Systems, Inc. Monitoring the flow of messages received at a server
US8166310B2 (en) 2004-05-29 2012-04-24 Ironport Systems, Inc. Method and apparatus for providing temporary access to a network device
US7873695B2 (en) * 2004-05-29 2011-01-18 Ironport Systems, Inc. Managing connections and messages at a server by associating different actions for both different senders and different recipients
US7917588B2 (en) * 2004-05-29 2011-03-29 Ironport Systems, Inc. Managing delivery of electronic messages using bounce profiles
US8707251B2 (en) * 2004-06-07 2014-04-22 International Business Machines Corporation Buffered viewing of electronic documents
US7748038B2 (en) * 2004-06-16 2010-06-29 Ironport Systems, Inc. Method and apparatus for managing computer virus outbreaks
US7415727B1 (en) 2004-06-24 2008-08-19 Mcafee, Inc. System, method, and computer program product for tailoring security responses for local and remote file open requests
US7765593B1 (en) * 2004-06-24 2010-07-27 Mcafee, Inc. Rule set-based system and method for advanced virus protection
US9154511B1 (en) 2004-07-13 2015-10-06 Dell Software Inc. Time zero detection of infectious messages
US7343624B1 (en) 2004-07-13 2008-03-11 Sonicwall, Inc. Managing infectious messages as identified by an attachment
US20060047826A1 (en) * 2004-08-25 2006-03-02 International Business Machines Corp. Client computer self health check
US20060053308A1 (en) * 2004-09-08 2006-03-09 Raidy 2 Go Ltd. Secured redundant memory subsystem
US7690034B1 (en) 2004-09-10 2010-03-30 Symantec Corporation Using behavior blocking mobility tokens to facilitate distributed worm detection
US8103723B1 (en) * 2004-10-07 2012-01-24 Google Inc. Message server that retains messages deleted by one client application for access by another client application
US7565686B1 (en) 2004-11-08 2009-07-21 Symantec Corporation Preventing unauthorized loading of late binding code into a process
US20060101277A1 (en) * 2004-11-10 2006-05-11 Meenan Patrick A Detecting and remedying unauthorized computer programs
US20060112430A1 (en) * 2004-11-19 2006-05-25 Deisenroth Jerrold M Method and apparatus for immunizing data in computer systems from corruption
US7917955B1 (en) * 2005-01-14 2011-03-29 Mcafee, Inc. System, method and computer program product for context-driven behavioral heuristics
US8135778B1 (en) 2005-04-27 2012-03-13 Symantec Corporation Method and apparatus for certifying mass emailings
US8001205B2 (en) 2005-04-29 2011-08-16 Microsoft Corporation State management in a distributed computing system
US20060253597A1 (en) * 2005-05-05 2006-11-09 Mujica Technologies Inc. E-mail system
US7739337B1 (en) 2005-06-20 2010-06-15 Symantec Corporation Method and apparatus for grouping spam email messages
US8010609B2 (en) 2005-06-20 2011-08-30 Symantec Corporation Method and apparatus for maintaining reputation lists of IP addresses to detect email spam
WO2007022454A2 (en) 2005-08-18 2007-02-22 The Trustees Of Columbia University In The City Of New York Systems, methods, and media protecting a digital data processing device from attack
US7624447B1 (en) 2005-09-08 2009-11-24 Cisco Technology, Inc. Using threshold lists for worm detection
WO2007038517A1 (en) * 2005-09-26 2007-04-05 Wiresoft, Inc. Methods, software and apparatus for detecting and neutralizing viruses from computer systems and networks
US7937758B2 (en) * 2006-01-25 2011-05-03 Symantec Corporation File origin determination
US8646038B2 (en) * 2006-09-15 2014-02-04 Microsoft Corporation Automated service for blocking malware hosts
US8789172B2 (en) 2006-09-18 2014-07-22 The Trustees Of Columbia University In The City Of New York Methods, media, and systems for detecting attack on a digital processing device
US8527592B2 (en) 2006-10-31 2013-09-03 Watchguard Technologies, Inc. Reputation-based method and system for determining a likelihood that a message is undesired
US8156557B2 (en) * 2007-01-04 2012-04-10 Cisco Technology, Inc. Protection against reflection distributed denial of service attacks
US20080229416A1 (en) * 2007-01-09 2008-09-18 G. K. Webb Services Llc Computer Network Virus Protection System and Method
US8402529B1 (en) 2007-05-30 2013-03-19 M86 Security, Inc. Preventing propagation of malicious software during execution in a virtual machine
US8166118B1 (en) 2007-10-26 2012-04-24 Sendside Networks Inc. Secure communication architecture, protocols, and methods
US7849213B1 (en) 2007-10-30 2010-12-07 Sendside Networks, Inc. Secure communication architecture, protocols, and methods
US8370937B2 (en) * 2007-12-03 2013-02-05 Cisco Technology, Inc. Handling of DDoS attacks from NAT or proxy devices
US8286255B2 (en) * 2008-08-07 2012-10-09 Sophos Plc Computer file control through file tagging
KR20100023494A (en) * 2008-08-22 2010-03-04 엘지전자 주식회사 Mobile terminal and method for protecting a virus in thereof
JP5427497B2 (en) * 2009-07-09 2014-02-26 株式会社日立製作所 Mail gateway
US8443447B1 (en) 2009-08-06 2013-05-14 Trend Micro Incorporated Apparatus and method for detecting malware-infected electronic mail
US8281120B2 (en) * 2009-08-14 2012-10-02 Canon Kabushiki Kaisha Sending signed e-mail messages from a device
US9594602B1 (en) 2009-12-31 2017-03-14 Lenovoemc Limited Active folders
US9959150B1 (en) * 2009-12-31 2018-05-01 Lenovoemc Limited Centralized file action based on active folders
US9032412B1 (en) 2009-12-31 2015-05-12 Lenovoemc Limited Resource allocation based on active folder activity
US9619262B2 (en) 2011-05-31 2017-04-11 Micro Focus Software Inc. Techniques for security auditing of cloud resources
CN102298681B (en) * 2011-06-22 2013-07-31 西北大学 Software identification method based on data stream sliced sheet
WO2013040598A1 (en) 2011-09-15 2013-03-21 The Trustees Of Columbia University In The City Of New York Systems, methods, and media for detecting return-oriented programming payloads
JP6132588B2 (en) * 2013-02-22 2017-05-24 キヤノン株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, PROGRAM
JP6271843B2 (en) 2013-02-22 2018-01-31 キヤノン株式会社 COMMUNICATION DEVICE, ITS CONTROL METHOD, PROGRAM
US10291562B2 (en) 2013-05-20 2019-05-14 International Business Machines Corporation Embedding actionable content in electronic communication
US10110531B2 (en) * 2015-06-11 2018-10-23 International Business Machines Corporation Electronic rumor cascade management in computer network communications
KR20200083937A (en) * 2018-12-28 2020-07-09 알리바바 그룹 홀딩 리미티드 Speeding up blockchain transactions using global acceleration nodes
KR20200083940A (en) 2018-12-28 2020-07-09 알리바바 그룹 홀딩 리미티드 Accelerate transaction delivery in blockchain networks using transaction retransmission
KR20200083933A (en) 2018-12-28 2020-07-09 알리바바 그룹 홀딩 리미티드 Accelerate transaction delivery in blockchain networks using acceleration nodes
US11196754B1 (en) * 2019-06-25 2021-12-07 Ca, Inc. Systems and methods for protecting against malicious content

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5321840A (en) * 1988-05-05 1994-06-14 Transaction Technology, Inc. Distributed-intelligence computer system including remotely reconfigurable, telephone-type user terminal
US4975950A (en) * 1988-11-03 1990-12-04 Lentz Stephen A System and method of protecting integrity of computer data and software
US5319776A (en) * 1990-04-19 1994-06-07 Hilgraeve Corporation In transit detection of computer virus with safeguard
DK170490B1 (en) * 1992-04-28 1995-09-18 Multi Inform As Data Processing Plant
US5278901A (en) * 1992-04-30 1994-01-11 International Business Machines Corporation Pattern-oriented intrusion-detection system and method
US5428795A (en) * 1992-07-31 1995-06-27 International Business Machines Corporation Method of and apparatus for providing automatic security control of distributions within a data processing system
US5550976A (en) * 1992-12-08 1996-08-27 Sun Hydraulics Corporation Decentralized distributed asynchronous object oriented system and method for electronic data management, storage, and communication
JP2501771B2 (en) * 1993-01-19 1996-05-29 インターナショナル・ビジネス・マシーンズ・コーポレイション Method and apparatus for obtaining multiple valid signatures of an unwanted software entity
US5440723A (en) * 1993-01-19 1995-08-08 International Business Machines Corporation Automatic immune system for computers and computer networks
JPH06350784A (en) * 1993-06-08 1994-12-22 Ricoh Co Ltd Facsimile equipment
US5448668A (en) * 1993-07-08 1995-09-05 Perelson; Alan S. Method of detecting changes to a collection of digital signals
US5444850A (en) * 1993-08-04 1995-08-22 Trend Micro Devices Incorporated Method and apparatus for controlling network and workstation access prior to workstation boot
US5414833A (en) * 1993-10-27 1995-05-09 International Business Machines Corporation Network security system and method using a parallel finite state machine adaptive active monitor and responder
US5530757A (en) * 1994-06-28 1996-06-25 International Business Machines Corporation Distributed fingerprints for information integrity verification
US5485575A (en) * 1994-11-21 1996-01-16 International Business Machines Corporation Automatic analysis of a computer virus structure and means of attachment to its hosts
US5550984A (en) * 1994-12-07 1996-08-27 Matsushita Electric Corporation Of America Security system for preventing unauthorized communications between networks by translating communications received in ip protocol to non-ip protocol to remove address and routing services information
US5491791A (en) * 1995-01-13 1996-02-13 International Business Machines Corporation System and method for remote workstation monitoring within a distributed computing environment
US5623600A (en) * 1995-09-26 1997-04-22 Trend Micro, Incorporated Virus detection and removal apparatus for computer networks

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of EP0954794A4 *

Cited By (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1010059A4 (en) * 1996-09-05 2000-06-21 Cheyenne Software Int Sales Anti-virus agent for use with databases and mail servers
EP1010059A2 (en) * 1996-09-05 2000-06-21 Cheyenne Software International Sales Corp. Anti-virus agent for use with databases and mail servers
EP0940953A2 (en) * 1998-03-05 1999-09-08 Siemens Aktiengesellschaft Automatic e-mail polling
EP0940953A3 (en) * 1998-03-05 1999-12-01 Siemens Aktiengesellschaft Automatic e-mail polling
DE19809432A1 (en) * 1998-03-05 1999-09-09 Siemens Ag Automatic email polling
US7089591B1 (en) 1999-07-30 2006-08-08 Symantec Corporation Generic detection and elimination of marco viruses
EP1122932A2 (en) * 2000-02-04 2001-08-08 Aladdin Knowledge Systems Ltd. Protection of computer networks against malicious content
EP1122932A3 (en) * 2000-02-04 2003-10-08 Aladdin Knowledge Systems Ltd. Protection of computer networks against malicious content
WO2001086895A1 (en) * 2000-05-05 2001-11-15 Thomson Licensing S.A. Method for reducing the spread of computer viruses in an electronic mail network
EP1348162A2 (en) * 2000-12-01 2003-10-01 Network Appliance, Inc. Decentralized virus scanning for stored data
US7346928B1 (en) 2000-12-01 2008-03-18 Network Appliance, Inc. Decentralized appliance virus scanning
US7778981B2 (en) 2000-12-01 2010-08-17 Netapp, Inc. Policy engine to control the servicing of requests received by a storage server
US7523487B2 (en) 2000-12-01 2009-04-21 Netapp, Inc. Decentralized virus scanning for stored data
EP1939706A1 (en) * 2000-12-01 2008-07-02 Networkappliance, Inc. Decentralized virus scanning for stored data
EP1348162A4 (en) * 2000-12-01 2006-10-25 Network Appliance Inc Decentralized virus scanning for stored data
EP2109269A3 (en) * 2002-01-25 2010-08-18 F-Secure OYJ Anti-Virus Protection at a Network Gateway
US7155742B1 (en) 2002-05-16 2006-12-26 Symantec Corporation Countering infections to communications modules
US7418729B2 (en) 2002-07-19 2008-08-26 Symantec Corporation Heuristic detection of malicious computer code by page tracking
EP1385303A3 (en) * 2002-07-22 2005-11-09 Symantec Corporation Method and device for preventing malicious computer code from propagating
US7380277B2 (en) 2002-07-22 2008-05-27 Symantec Corporation Preventing e-mail propagation of malicious computer code
EP1385303A2 (en) * 2002-07-22 2004-01-28 Symantec Corporation Method and device for preventing malicious computer code from propagating
US7478431B1 (en) 2002-08-02 2009-01-13 Symantec Corporation Heuristic detection of computer viruses
US7159149B2 (en) 2002-10-24 2007-01-02 Symantec Corporation Heuristic detection and termination of fast spreading network worm attacks
US7631353B2 (en) 2002-12-17 2009-12-08 Symantec Corporation Blocking replication of e-mail worms
US7296293B2 (en) 2002-12-31 2007-11-13 Symantec Corporation Using a benevolent worm to assess and correct computer security vulnerabilities
US8271774B1 (en) 2003-08-11 2012-09-18 Symantec Corporation Circumstantial blocking of incoming network traffic containing code
US7310815B2 (en) 2003-10-29 2007-12-18 Sonicwall, Inc. Method and apparatus for datastream analysis and blocking
EP1528743A3 (en) * 2003-10-29 2005-07-06 Sonicwall, Inc. Method and apparatus for datastream analysis and blocking
EP1528743A2 (en) * 2003-10-29 2005-05-04 Sonicwall, Inc. Method and apparatus for datastream analysis and blocking
US7370233B1 (en) 2004-05-21 2008-05-06 Symantec Corporation Verification of desired end-state using a virtual machine environment
US7441042B1 (en) 2004-08-25 2008-10-21 Symanetc Corporation System and method for correlating network traffic and corresponding file input/output traffic
US8321939B1 (en) 2004-10-13 2012-11-27 Sonicwall, Inc. Method and an apparatus to perform multiple packet payloads analysis
US9065848B2 (en) 2004-10-13 2015-06-23 Dell Software Inc. Method and apparatus to perform multiple packet payloads analysis
US10742606B2 (en) 2004-10-13 2020-08-11 Sonicwall Inc. Method and apparatus to perform multiple packet payloads analysis
US8272057B1 (en) 2004-10-13 2012-09-18 Sonicwall, Inc. Method and apparatus for identifying data patterns in a file
US10021122B2 (en) 2004-10-13 2018-07-10 Sonicwall Inc. Method and an apparatus to perform multiple packet payloads analysis
US7835361B1 (en) 2004-10-13 2010-11-16 Sonicwall, Inc. Method and apparatus for identifying data patterns in a file
US8578489B1 (en) 2004-10-13 2013-11-05 Sonicwall, Inc. Method and an apparatus to perform multiple packet payloads analysis
US8584238B1 (en) 2004-10-13 2013-11-12 Sonicwall, Inc. Method and apparatus for identifying data patterns in a file
US10015138B2 (en) 2004-10-13 2018-07-03 Sonicwall Inc. Method and apparatus to perform multiple packet payloads analysis
US9577983B2 (en) 2004-10-13 2017-02-21 Dell Software Inc. Method and apparatus to perform multiple packet payloads analysis
US9553883B2 (en) 2004-10-13 2017-01-24 Dell Software Inc. Method and an apparatus to perform multiple packet payloads analysis
US9100427B2 (en) 2004-10-13 2015-08-04 Dell Software Inc. Method and an apparatus to perform multiple packet payloads analysis
US8104086B1 (en) 2005-03-03 2012-01-24 Symantec Corporation Heuristically detecting spyware/adware registry activity
US8763076B1 (en) 2006-06-30 2014-06-24 Symantec Corporation Endpoint management using trust rating data
US8099785B1 (en) 2007-05-03 2012-01-17 Kaspersky Lab, Zao Method and system for treatment of cure-resistant computer malware
US10021121B2 (en) 2007-06-05 2018-07-10 Sonicwall Inc. Notification for reassembly-free file scanning
US8863286B1 (en) 2007-06-05 2014-10-14 Sonicwall, Inc. Notification for reassembly-free file scanning
US9462012B2 (en) 2007-06-05 2016-10-04 Dell Software Inc. Notification for reassembly-free file scanning
US10686808B2 (en) 2007-06-05 2020-06-16 Sonicwall Inc. Notification for reassembly-free file scanning
US8626689B1 (en) 2007-07-16 2014-01-07 Sonicwall, Inc. Data pattern analysis using optimized deterministic finite automation
US7991723B1 (en) 2007-07-16 2011-08-02 Sonicwall, Inc. Data pattern analysis using optimized deterministic finite automaton
US9582756B2 (en) 2007-07-16 2017-02-28 Dell Software Inc. Data pattern analysis using optimized deterministic finite automation
US11475315B2 (en) 2007-07-16 2022-10-18 Sonicwall Inc. Data pattern analysis using optimized deterministic finite automaton
US10609043B2 (en) 2008-09-25 2020-03-31 Sonicwall Inc. Reassembly-free deep packet inspection on multi-core hardware
US8813221B1 (en) 2008-09-25 2014-08-19 Sonicwall, Inc. Reassembly-free deep packet inspection on multi-core hardware
US11128642B2 (en) 2008-09-25 2021-09-21 Sonicwall Inc. DFA state association in a multi-processor system
US9769149B1 (en) 2009-07-02 2017-09-19 Sonicwall Inc. Proxy-less secure sockets layer (SSL) data inspection
US9003534B2 (en) 2010-11-01 2015-04-07 Kaspersky Lab Zao System and method for server-based antivirus scan of data downloaded from a network

Also Published As

Publication number Publication date
JP4104658B2 (en) 2008-06-18
US5889943A (en) 1999-03-30
EP0954794A2 (en) 1999-11-10
EP0954794A4 (en) 1999-11-10
AU2556697A (en) 1997-11-07
JP2000517440A (en) 2000-12-26

Similar Documents

Publication Publication Date Title
US5889943A (en) Apparatus and method for electronic mail virus detection and elimination
US5623600A (en) Virus detection and removal apparatus for computer networks
USRE45326E1 (en) Systems and methods for securing computers
AU735236B2 (en) Anti-virus agent for use with databases and mail servers
US7917951B1 (en) Detecting malware carried by an e-mail message
US8326936B2 (en) Apparatus and method for analyzing and filtering email and for providing web related services
US6701440B1 (en) Method and system for protecting a computer using a remote e-mail scanning device
US6944775B2 (en) Scanner API for executing multiple scanning engines
EP1388068B1 (en) System and method for providing exploit protection for networks
JP4734592B2 (en) Method and system for providing secure access to private network by client redirection
US20030023695A1 (en) Modifying an electronic mail system to produce a secure delivery system
KR20010014976A (en) Internet mail delivery agent with automatic caching of file attachments
CN105391689A (en) Phishing notification service
WO1999006929A9 (en) An extensible proxy framework for e-mail agents
IL145105A (en) Method and system for providing a web service by a plurality of web domains through a single ip address
KR100819072B1 (en) Mitigating self-propagating e-mail viruses
EP1330082A2 (en) Computer network for providing services controlled by e-mail
US7703078B2 (en) Apparatus, methods and articles of manufacture for software demonstration
FR3093258A1 (en) PROTECTION PROCESS FOR A PRIVATE COMPUTER NETWORK
JP2001318865A (en) Web mail system and web server and web mail access method
Link Server-based Virus-protection On Unix/Linux
AU3375100A (en) An electronic parcel delivery system
WO2002091131A2 (en) Modifying an electronic mail system to produce a secure delivery system
WO2001082553A2 (en) System and method for establishing a network of members
WO2001082552A2 (en) Hybrid electronic mail and electronic parcel delivery system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH HU IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG UZ VN YU AM AZ BY KG KZ MD RU TJ TM

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref country code: JP

Ref document number: 1997 536573

Kind code of ref document: A

Format of ref document f/p: F

WWE Wipo information: entry into national phase

Ref document number: 1997917140

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: CA

WWP Wipo information: published in national office

Ref document number: 1997917140

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1997917140

Country of ref document: EP