CA2254707C - Computer security using virus probing - Google Patents

Computer security using virus probing Download PDF

Info

Publication number
CA2254707C
CA2254707C CA002254707A CA2254707A CA2254707C CA 2254707 C CA2254707 C CA 2254707C CA 002254707 A CA002254707 A CA 002254707A CA 2254707 A CA2254707 A CA 2254707A CA 2254707 C CA2254707 C CA 2254707C
Authority
CA
Canada
Prior art keywords
probe
network
security
firewall
private network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA002254707A
Other languages
French (fr)
Other versions
CA2254707A1 (en
Inventor
Eric Grosse
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nokia of America Corp
Original Assignee
Lucent Technologies Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Lucent Technologies Inc filed Critical Lucent Technologies Inc
Publication of CA2254707A1 publication Critical patent/CA2254707A1/en
Application granted granted Critical
Publication of CA2254707C publication Critical patent/CA2254707C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1433Vulnerability analysis
    • 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
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Abstract

A technique for determining whether particular clients within a computer network are universally configured in accordance with the desired network security features of the computer network. A probe is randomly inserted within incoming files, e.g., at a firewall in the computer network. The probe is configured as a function of a particular execution task, e.g. a known virus, such that in a properly configured client the probe will not execute and the firewall does not detect a security breach. However, if the client is misconfigured, i.e., not in compliance with the standard network security features, the probe will execute and trigger an alarm in the firewall indicating that the client is vulnerable to a security breach. Advantageously, a network security administrator can take appropriate action to correct those clients which are misconfigured.

Description

Computer Security Using Virus Probing Field of the Invention The present invention relates to network security and, more particularly, to a technique for the verification of security measures employed in computer networks.
Background of the Invention Advances in communications technology and the availability of powerful desktop 1 o computer hardware has increased the use of computers to access a variety of publicly available computer networks. Today, a tremendous amount of information is exchanged between individual users located around the world via public computer networks, e.g., the Internet. One class of users includes private individuals and professional users interconnected via a private network, e.g., a corporate intranet. The exchange of t 5 information between private and public computer networks has presented a variety of critical security issues for the protection of information on the private computer networks and the overall functionality of the private computer network itself.
Computer network security, at a minimum, is directed to ensuring the reliable operation of computing and networking resources, and protecting information within the 2o network from unauthorized disclosure or access. Various security threats exist which pose increasingly difficult challenges to such network security. In particular, some of the most sophisticated types of security threats are posed by programs which exploit certain vulnerabilities within network computing systems. To name a few, these program-related security threats include well-known logic bombs, trapdoors, troj an horses, viruses and 25 worms, as described, e.g., by W. Stallings, Network and Internetwork Security Principles and Practice, Prentice-Hall, Inc., Englewood Cliffs, NJ, 1995. Such well-known software program threats either work independently (e.g., worms) to achieve their desired security breach, or require the invocation of a host program to be invoked to perform the desired disruptive actions (e.g., trapdoors, logic bombs, trojan horses or viruses.) Indeed, 3o there are numerous well publicized accounts of such programs being used to improperly breach the security of private computer networks and cause severe damage (see, e. g., J.
Hruska, Computer Viruses and Anti-Virus Warfare, Second edition, Ellis Horwood Limited, New York, 1992.) Such damage has included the destruction of electronic files, alteration of databases, or the disabling of the computer network itself or computer hardware connected to the affected network.
Network administrators responsible for the operation of private computer networks employ a variety of security measures to protect the network from external security breaches such as the introduction of computer viruses. One technique uses so-called firewalls. This security scheme essentially places a separate computer system, i.e., the firewall, between the private network and the public network, e.g., the Internet. These to firewalls are software-based gateways that are typically installed to protect computers on a local area network ("LAN") from attacks by outsiders, i.e., unauthorized users. The firewall maintains control over communications from and to the private network.
Essentially, the firewall imposes certain security measures on all users employing the private network. For example, firewalls may block access to new Internet services or 15 sites on the World Wide Web ("WWVV") because the security consequences are unknown or not accounted for by the present firewall configuration. One potential installation configuration of a firewall is that WWW clients can no longer directly contact WWW
servers. Typically, this proves too restrictive, and network administrators employ so-called "proxy servers". Proxy servers are designed with certain features which provide 2o for the forwarding of requests from WWW clients through the firewall thereby providing communication flow to and from servers on the Internet.
Recently, firewall vendors have included so-called "virus filtering" features to address critical security issues associated with virus infection. More particularly, this virus filtering at the firewall is conceptually similar to well-known virus scanning 25 typically employed on client machines, e.g., personal computers, which reside within a LAN in a conventional client/server arrangement. In such client-based virus detection, virus scanning is accomplished using a program which searches through, e.g., the operating system, executable files, system files, boot records, and memory, of the client looking for the presence of undesirable software entities. Computer viruses are detected 3o by the virus scanner by using previously defined "virus signatures"
associated with each virus. The virus signature is typically a fixed-length signature pattern, e.g., a 16 to 24 byte pattern, extracted from the known virus by the vendor of the virus scanning software. The virus scanning software contains a list of signatures for known computer viruses and scans the various files in a particular client looking for a match to a particular virus signature. If a match is found, this entity of the client is "infected"
and the user is notified accordingly.
The incorporation of virus filtering within commercially available firewalls provides for virus detection by scanning files transmitted through the firewall. While this provides the firewall with additional network security capabilities, implementing the 1 o virus filter at the firewall presents certain operational difficulties which include: ( 1 ) a substantial amount of processing must be accomplished at the firewall which degrades network performance through the introduction of latency which affects applications executing in the network; and (2) the firewall itself contains less operational and data intelligence with regard to individual clients in the network which leads to a less precise scan of the incoming data by the firewall as could be accomplished by a client-based virus scanner.
Therefore, given the potential drawbacks in firewall-based virus filtering, most network security administrators opt for providing virus screening in the client machines across the network rather than in the firewall itself. Currently, a number of popular 2o commercial computer virus scanners are used for such client-based scanning.
Typically, network security administrators will select a particular commercially available virus scanning program and install the program across a11 the clients of the network. Of course, the effectiveness of the virus scanning software is as function of the uniformity of installation and periodically updating the virus signature listing used by the software to included newly identified viruses. As will be appreciated, for very large client/server networks the task of ensuring that the virus detection software is universally installed and updated on all clients is significant and not always achievable. A client-by-client inspection is labor intensive and cannot be undertaken on a frequent enough basis to ensure conformity. Therefore, individual users are typically responsible for updating 3o their virus scanning software by, e.g., downloading the most current virus signature listing from a central source. Of course, the lack of diligence and infrequency of such updates by individual users can lead to potential secure breaches within the network.
A need exists therefore for ensuring that network security features are universally configured throughout a computer network.
Summary of the Invention The present invention provides a technique for determining whether particular clients within a computer network are universally configured in accordance with the desired security features of the computer network. In accordance with the invention, a 1 o probe is randomly inserted within incoming files in the computer network.
Illustratively, the insertion of probes occurs in a firewall which separates the computer network from other networks. The probe, in accordance with an embodiment of the invention, is configured as a function of a particular execution task, e.g. a known virus, such that in a properly configured client the probe will not execute and the firewall does not detect a 15 security breach. However, if the client is misconfigured, i.e., is not in compliance with the standard network security measures, the probe will execute and trigger a security alert in the firewall indicating that the client is vulnerable to a security breach.
Advantageously, a network security administrator can take appropriate action to correct those clients which are misconfigured.
2o In preferred embodiments of the invention, the probe is configured as a virus probe in the form of a trojan horse which, if executed, on a client will launch a signal back to the firewall indicating that the client is misconfigured. In further embodiments of the invention, the signal back to the firewall is a User Datagram Protocol ("UDP") packet. In accordance, with a further embodiment of the invention, the virus probe is 25 inserted upon a first Internet access from a particular IP address or browser type, and thereafter virus probes are inserted at random intervals.
Brief Description of the Drawings FIG. 1 shows an exemplary system embodying the principles of the invention;

FIG. 2 is a flowchart of operations illustratively performed by the firewall of FIG.
1 in implementing the present invention; and FIG. 3 show an illustrative communications traffic stream transmitted in the system of FIG. l and configured in accordance with the invention.

Detailed Description 'The present invention provides a technique for determining whether particular clients within a computer network are universally configured in accordance with the desired security features of the computer network. In accordance with the invention, a 1 o probe is randomly inserted within incoming files, illustratively, at a firewall in the computer network. The probe, in accordance with an embodiment of the invention, is configured as a function of a particular execution task, e.g. a known virus, such that in a properly configured client the probe will not execute and the firewall does not detect a security breach. However, if the client is misconflgured, i.e., is not in compliance with the standard network security measures, the probe will execute and trigger an alarm in the firewall indicating that the client is vulnerable to a security breach.
Advantageously, a network security administrator can take appropriate action to correct those clients which are misconfigured.
FIG. 1 shows an exemplary system embodying the principles of the invention. As 2o shown in FIG. 1, the system includes public network 100, e.g., the Internet, and network resources 105, 110, 115, 120 and 125. Illustratively, network resources 105 through 125 can be linked together using files written in the well-known Hypertext Mark-up Language ("HTML") thereby representing the well-known WWW. The WWW and HTML are described in more detail, e.g., by B. White, HTML and the Art of Authoring for the World Wide Web, Kluwer Academic Publishers, Norwell, MA, l996. Illustratively, private network 130 is a network located within a particular user site, e.g., a corporation's headquarters building, having user terminals 165-1, 165-2, l65-3 and 165-4 linked together via LAN 170. As will be appreciated, user terminals 165-1 through 165-4 can be stand-alone personal computers or network terminals. For simplicity of explanation 3o herein, only one such LAN configuration is shown in FIG. 1, however, as will be appreciated private network 130 may include several such LAN configurations similar in nature to LAN 170. A particular user of any one of user terminals 165-1 through 165-4 may cause a client program executing on, e.g., user terminal 165-2, to request certain resources which are available on the WWW, e.g., network resources 1 OS-125. As mentioned previously, such requests to the WWW via the Internet from private network l30 pose certain security risks to both private network 130 and user terminals through l65-4. Thus, as shown in FIG. l, private network 130 includes firewall 180 and proxy server l 3 5 which are configured to delivery certain security features, in accordance with the invention, to protect private network 130 and its various computing resources.
1 o As discussed previously, network administrators responsible for the operation of private computer networks, e.g., private network 130, employ a variety of security measures to protect the network from external security breaches such as the introduction of computer viruses. One technique places a separate computer system, i.e., the firewall, between the private network and the public network, e.g., the Internet. The firewall monitors and maintains control over communications from and to the private network.
More particularly, where a private network employs a firewall, the firewall first determines if the requested connection between a user terminal in the private network and the public network is authorized. The firewall serves as an intermediary between the user terminal in the private network and the public network and, if the connection is 2o authorized, facilitates the requisite connection between the two networks.
Alternatively, if the connection is unauthorized, the firewall prevents any connection between the networks from occurring.
In accordance with the illustrative embodiment of the invention shown in FIG.1, proxy server 13 S includes processor 140, web proxy 145, file transport protocol ("FTP") proxy 150 and mail proxy 160. As will be appreciated, these illustrative proxies enable the proxy server, working in conjunction with the firewall, to provide security features for WWW/Internet access, file transfers and electronic mail, respectively. For example, web proxy 145 is used when a user desires to access particular "web pages" on the WWW
from private network 130. Illustratively, a user employing user terminal 165-2 may 3o access certain web pages on the WWW using web browser 166. Web browsers are well-known software application programs (e.g., Netscape~ v. 5.0, available from Netscape Communications) which enable a user to traverse the WWW and access the vast amount of information available throughout the WWW. Thus, web browser l66 receives an input request from the user of user terminal 165-2 and attempts to locate the information on the WWW by establishing a connection with the appropriate resource, e.g., network resource 105, on the WWW through public network 100. The connection between user terminal 165-2 and network resource 105 is established using proxy server 135, web proxy 145 and firewall 180. More particularly, web proxy l45, acting on behalf of web browser 166, will attempt to establish a conventional Transfer Control Protocol/Internet Protocol ("TCP/IP") connection between user terminal 165-2 and network resource 105. As is well-known, TCP/IP is the protocol which is used in describing the way in which information is transferred across the Internet. Essentially, TCP/IP separates information into individual packets and routes these packets between the sending computer, e.g., server, and the receiving computer, e.g., client. TCP/IP and Internet communications are discussed in more detail, e.g., by D. Comer., Internetworking with TCPlIP, Third edition, Prentice-Hall, Englewood Cliffs, NJ, 1995. In the present embodiment, the TCP/IP
connection between user terminal l65-2 and network resource 105 is made across communication channels 190 and 195, respectively, which establish connection between public network 100, private network 130 and, ultimately, user terminal 16S-2.
2o As seen from FIG. 1, a11 communications traffic between public network 100 and private network 130 necessarily passes through firewall 180. In recognition of this communications traffic attribute, I have realized that the firewall 180 provides a preferred location for implementing the security advantages of my invention.
Illustratively, in accordance with the preferred embodiment of the invention, firewall 180 illustratively includes processor 181, database 182, and virus prober 185 which randomly inserts probes within incoming files from, e.g., public network 100, to, e.g., private network 130.
In accordance with the invention, the probes inserted by the virus prober 185 are individual programs which will trigger particular actions upon execution. In accordance with an embodiment of the invention, the probe is a virus probe configured as a trojan 3o horse which, if executed, on a client will launch a signal back to the firewall indicating that the client is misconfigured. Typically, from a computer virus perspective, a trojan horse is a secret, undocumented entry point placed into a useful application program by an unauthorized user, e.g., computer hacker. In the normal course of execution of the useful application program by a user the trojan horse is also executed thereby launching the undesired actions. Trojan horses are described in more detail in Stallings, supra. at pp. 238-241. For example, a trojan horse can be created to gain access to the files of another user on a shared computer system, wherein the unauthorized user creates a trojan horse program that, when executed, changes the authorized user's file permissions so that their files become readable by any user. This embodiment of the invention utilizes to particular features of the trojan horse for delivery of various security advantages to computer networks as discussed in more detail below.
In accordance with the invention, the virus probe inserted by virus prober 185 at firewall 180 is benign in that the probe is designed to provide a signal back to firewall 180 if executed, rather than perform some destructive action as in the conventional trojan t 5 horse sense as described previously. The security features of the invention are preferably implemented and realized at the firewall, e.g., firewall 180, because in networks where firewalls are employed all communications traffic must pass through the firewall. Thus, the firewall is an ideal location for inserting probes in accordance with the invention.
However, will be appreciated, the principles of the invention are also realized in other 2o network environments and configurations. For example, in accordance with a further embodiment of the invention, the insertion of probes can be accomplished using a particular proxy server within a network that is known to have a high rate of common access and is trusted. For example, a trusted server within a private network which mainly provides an online telephone directory is also an excellent candidate for 25 implementing the principles of the invention due to the fact that this server will be utilized by a high number of user within the private network. Thus, the security features delivered by the present invention are realized in a variety of network, hardware and software configurations including, but not limited to, the system configuration of FIG. 1.
The operations of delivering network security through the insertion, monitoring 3o and execution of probes in accordance with the invention is shown in the illustrative operations of FIG. 2. In accordance with the preferred embodiment of the invention, as described above, the operations of FIG. 2 are initiated within firewall 180.
More particularly, in accordance with the invention, the communications traffic stream, e.g., in and out of private network 130, is continually monitored (block 200.) During the course of monitoring the communications traffic stream transmitted across the network, probes are randomly inserted into incoming files (block 20S) destined for private network 130.
The structural aspects of the probe of the invention are described below in more detail with regard to FIG. 3. In accordance with the invention, the probes are designed, if executed on a client, to trigger a signal indicative of a security alert.
1 o Illustratively, the signal can be a request for a network resource. Since all such requests must be made through the firewall, this ensures that when a probe configured in accordance with the invention triggers such a request, the request can effectively be utilized as the signal to the firewall. That is, such signals triggered by the probe will be immediately recognizable by the firewall. In further embodiments of the invention, the signal can be in the form of a conventional User Datagram Protocol ("UDP") packet. As will be appreciated, UDP is a transport protocol which runs on top of the conventional TCP/IP protocol and provides a low overhead mechanism for two applications to quickly exchange small amounts of data. UDP requires less overhead than typical TCP/IP
packet exchanges because UDP is a less secure protocol than TCP/IP. That is, UDP is 2o transaction oriented, and packets may be duplicated, lost or received in a different order than as originally sent. In contrast, TCP/IP is more reliable because the protocol goes to significant lengths (e.g., generating checksums, acknowledging the receipt of packets, retransmitting lost packets) to insure that data arrives at its destination intact. Since UDP
has no such overhead it is considerably faster than TCP/IP and is ideal for applications, as in various embodiments of the invention, that transmit short bursts of data, need faster network throughput, or do not require verification of delivery at the destination. As will be appreciated, other types of signal configurations, in addition to those described above, which will be equally effective in delivering the various aspects of the invention.
Thus, when firewall 180 receives the security alert indication, e.g., UDP
packet, 3o that a particular probe has executed (block 210), the firewall will identify the probe and client (block 21 S) and generate the security alert (block 220.) The nature and type of the security alert generated, in accordance with the invention, can be in a variety of forms.
Illustratively, the security alert generated by firewall 180 could be an immediate notification to the network administrator indicating that a particular client or clients 5 within the network currently present a security risk. In a further embodiment of the invention, as probes are executed by various ones of the clients within the network, a log entry is made in a master file, e.g. stored in database 182, which can be accessed by the network administrator at regular intervals or a printed report could be generated from the log for review by the administrator.
1 o Advantageously, the invention provides a technique for determining whether particular clients with a computer network are universally configured in accordance with the desired network security features of the computer network. For example, one conventional security measure dictated by most network administrators is a policy that a11 users within a network, e.g., private network 130, disable certain features of their web browser software, e.g. Netscape~, and in particular the Javascript interpreter feature of the web browser. Javascript is described in more detail, e.g., by D. Flanagan, Javascript The Definitive Guide, Second edition, O'Reilly & Associates, Sebastopol, CA, 1997.
Briefly, Javascript is a well-known interpreted programming language useful, e.g., in developing programs which relate to and involve web browsers and HTML. For example, when a web browser includes a Javascript interpreter, the browser enables executable content, e.g., programs, to be distributed over the Internet (and WWW) in the form of Javascript "scripts". When the script is loaded into a Javascript-enabled browser the script is executable and will produce particular output as defined by the Javascript instructions of the script. Thus, Javascript allows for the control over the web browser, and also the content of that which appears in a web page, e.g., HTML forms. As will be appreciated, these features which are enabled through the use of Javascript present serious network security risks.
The import of the present invention in the web browser environment described above is detailed in the following illustrative embodiment. Turning our attention to 3o FIG.'S 1 and 3, private network 130 includes a plurality of users employing user ll terminals 165-1 through l65-4. As discussed previously, each user terminal can be configured with a web browser such as web browser 166 executing on user terminal 165-2. As will be readily understood, the configuration of user terminal 165-2 is easily replicated on each of the other user terminals within the private network but for purposes of clarity herein only one such configuration is shown in FIG. 1. Thus, in conformance with the security policy for private network 130, all web browsers are to have their Javascript interpreter disabled to prevent the execution of scripts which may be introduced from foreign sources, e.g., a public network, and subject the private network to various security risks. Of course, such a security measure is only effective if the users of the network comply. Typically, in most private networks there will exist, at any one time, particular user terminals which are not in compliance with the prescribed security measures. Thus, these non-complying user terminals represent a security risk to the entire network and a constant challenge to the network administrator for insuring full compliance with all security measures across the entire private network.
t 5 As discussed previously, the invention provides a technique for determining whether particular clients with a computer network are universally configured in accordance with the desired network security features of the computer network.
More particularly, firewall 180 is configured, as described above, in accordance with the invention to insert probes into the incoming communications traffic stream to private 2o network 130. FIG. 3 shows an illustrative incoming communications tragic stream 300 and the insertion of an illustrative probe in accordance with the principles of the invention. In particular, communications traffic stream 300 includes a series of individual packets 300-1 through 300-n, e.g., TCP/IP packets, carrying data from public network 100 to private network 130. Thus, in accordance with the invention, firewall l80 25 monitors communication traffic stream 300 and randomly inserts probes into incoming files within particular ones of the packets. For example, packet 300-4 contains incoming file 305, illustratively a file having a series of HTML instructions 310. In accordance with the invention, virus prober l85 inserts probe 315, illustratively, at the end of HTML
instructions 310. In accordance with various embodiments of the invention, probe 315 is 3o inserted upon a first Internet access from a particular IP address (i.e., client) or browser type, and thereafter virus probes are inserted at random intervals.
Illustratively, probe 315 is a virus probe in trojan horse form, as previously discussed, wherein the insertion of probe 315 into file 305 results in edited file 325. Thereafter, edited file 325 proceeds in the transmission of communications traffic stream 300 to private network 130.
Illustratively, probe 315 is a single Javascript instruction 320. As shown, Javascript instruction 320 is of the form "<SCRIP'hx = new image(); x.src =
'imagel';</SCRIPT> which, as discussed above, is an interpreted scripting language statement for controlling a web browser. Further, illustratively, "imagel" is a unique string of characters for identifying probe 315. Basically, probe 315 is a trojan horse to which directs the web browser to allocate an off screen bitmap space, i.e., "new image()"
and download a small image, i.e., "imagel". In accordance with various embodiments of the invention, the probes can either be stored in database 182 for access by virus prober 185 or stored locally within virus prober 185 itself. In accordance with a further embodiment, probes can be downloaded by network administrators from a central source, 15 e.g., the Internet, and added to the existing probe library. In accordance with the invention, if web browser 166 is in compliance with the illustrative network security feature which requires that all web browsers have their Javascript interpreter disabled, probe 315 will not execute and firewall 180 will not generate any security alert.
However, in accordance with the invention, if web browser 166 is misconfigured, probe 20 315 will execute causing web browser 166 to initiate a request for the image file, i.e., image 1. As described previously, the mere request by web browser 166, in accordance with an embodiment of the invention, for a network resource is captured by firewall 180 thereby serving as the signal of a security alert. There is no reason for a properly configured web browser to ask for such a network resource, i.e., imagel, unless it is 25 improperly configured and outside of established network security measures.
That is, execution of probe 315 means that web browser 166 is Javascript enabled which is not in compliance with the desired security measure of the private network 130 and therefore poses a security risk to the network.
As described previously, a further embodiment of the invention employs a UDP
3o packet as the signal back to the firewall when a security alert has occurred. In such an embodiment, file 305 is, illustratively, a file containing certain executable instructions.
As is well-known, files having the extension ".exe" are binary executable files. Thus, in accordance with the invention, probe 315 will be inserted into file 305 at an appropriate location where it is known to be safe for overwriting a small number of bytes of file 305 for insertion of probe 315. In accordance with this embodiment of the invention, probe 315 will launch a UDP packet when a security alert occurs. Illustratively, the actual machine instructions inserted into file 305 are generated using, i.e.
compiling, the following code segment written in the well-known C programming language:
struct sockaddr in sin = {0,9,{OxF14E8A11},0,0,0,0,0,0,0,0};
to int s = socket(PF INET,SOCK DGRAM,O);
connects,&sin,sizeof(sin));
write(s,Ox88,1 );
close(s);
As will be appreciated by those skilled in the art, the above illustrative C
program segment, after being compiled into machine code, is inserted as probe 315 into file 315 and will generate the desired UDP packet upon probe execution. That is, if probe 315 is executed on a particular user terminal, a UDP packet will be launched to firewall 180 as the signal indicating that the user terminal is a potential security risk.
2o The foregoing merely illustrates the principles of the present invention.
Therefore, the invention in its broader aspects is not limited to the specific details shown and described herein. Those skilled in the art will be able to devise numerous arrangements which, although not explicitly shown or described herein, embody those principles and are within their spirit and scope.

Claims (28)

1. A computer network security method, the method comprising the steps of:
monitoring a communications traffic stream of the computer network, the communications traffic stream including a plurality of files;
inserting a probe into at least one file of the plurality of files;
determining whether the probe is executed in the computer network; and in response to the execution of the probe, identifying a location within the computer network where the execution of the probe occurred.
2. The method of claim 1 further comprising the step of:
generating a security alert containing at least the identified location within the computer network.
3. The method of claim 2 wherein the identified location is a particular user terminal of a plurality of user terminals within the computer network.
4. The method of claim 1 wherein the inserting the probe step occurs in a server within the computer network.
5. The method of claim 2 wherein the probe is a computer virus configured as a trojan horse.
6. The method of claim 4 wherein the communications traffic stream passes through the server as the communications traffic stream is exchanged between the computer network and a public network.
7. The method of claim 3 wherein the execution of the probe occurs in a web browser running on the particular user terminal.
8. The method of claim 5 wherein the security alert is generated as a function of a UDP packet transmitted by the trojan horse.
9. A method for providing security in a private network, the private network having a plurality of user terminals, the method comprising the steps of:
monitoring a communications traffic stream between the private network and a public network, the communications traffic stream including a plurality of files, particular ones of the plurality of files destined for particular ones of the plurality of user terminals;
inserting at least one probe of a plurality of probes into the particular ones of the plurality of files;
determining whether the probe is executed by the particular one of the user terminals for which the file was destined; and in response to the execution of the probe, identifying the particular one of the user terminals in which the execution of the probe occurred.
10. The method of claim 9 wherein the inserting the at least one probe step occurs in a firewall situated between the private network and the public network.
11. The method of claim 10 comprising the further step of:
transmitting a security alert from the probe to the firewall, the security alert containing an indication of at least the identified user terminal.
12. The method of claim 10 wherein the inserting the at least one probe step occurs as a function of a first access to the public network from at least one user terminal.
13. The method of claim 12 wherein the probe includes at least one Javascript instruction.
14. The method of claim 9 wherein the communications traffic stream comprises a plurality of TCP/IP packets.
15. A method for use in a firewall which provides security between a private network and a public network, the method comprising the steps of:
monitoring a communications traffic stream transmitted between the private network and the public network, the communications traffic stream including a plurality of packets;
inserting a probe into at least one packet of the plurality of packets;
determining whether the probe is executed in the private network; and in response to the execution of the probe, identifying a location within the private network where the execution of the probe occurred.
16. The method of claim 15 wherein the private network is a computer network having a plurality of user terminals.
17. The method claim 16 wherein the identifying the location step further comprises transmitting a signal from the probe to the firewall indicating that the probe has executed.
18. The method claim 16 wherein the inserting the probe step occurs as a function of a first access to the public network from at least one user terminal.
19. A network security apparatus comprising:
a prober for inserting a plurality of probes into a plurality of packets exchanged between a private network and a public network; and a processor for monitoring the plurality of packets and determining whether particular ones of the plurality of probes are executed in the private network.
20. The network security apparatus of claim 19 further comprising:
a database for storing the plurality of probes.
21. The network security apparatus of claim 19 further comprising a communications channel for downloading the plurality of probes from a central source.
22. A network security method, the method comprising the steps of:
inserting a plurality of probes into an incoming communications stream of a private network; and monitoring a plurality of user terminals in the private network for a execution of at least one probe of the plurality of probes.
23. The method of claim 22 further comprising the step of:
generating a report which identifies particular ones of a plurality of user terminals in the private network in which probes have executed.
24. The method of claim 22 wherein the monitoring the plurality of user terminals step further comprises transmitting a signal to a firewall indicating the execution of the at least one probe.
25. The method of claim 24 wherein the inserting the plurality of probes step occurs within a firewall.
26. The method of claim 24 wherein the incoming communications stream is from a public network.
27. The method of claim 26 wherein the inserting the plurality of probes step occurs as a function of a request from the private network for accessing a particular resource within the public network.
28. The method of claim 26 wherein the inserting the plurality of probes step occurs as a function of a first access to the public network from at least one user terminal.
CA002254707A 1998-01-29 1998-12-01 Computer security using virus probing Expired - Fee Related CA2254707C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/015,563 US6205551B1 (en) 1998-01-29 1998-01-29 Computer security using virus probing
US09/015,563 1998-01-29

Publications (2)

Publication Number Publication Date
CA2254707A1 CA2254707A1 (en) 1999-07-29
CA2254707C true CA2254707C (en) 2002-01-01

Family

ID=21772149

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002254707A Expired - Fee Related CA2254707C (en) 1998-01-29 1998-12-01 Computer security using virus probing

Country Status (5)

Country Link
US (1) US6205551B1 (en)
EP (1) EP0936787B1 (en)
JP (1) JPH11316677A (en)
CA (1) CA2254707C (en)
DE (1) DE69922857T2 (en)

Families Citing this family (84)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8079086B1 (en) 1997-11-06 2011-12-13 Finjan, Inc. 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
US7058822B2 (en) 2000-03-30 2006-06-06 Finjan Software, Ltd. Malicious mobile code runtime monitoring system and methods
WO1999066383A2 (en) * 1998-06-15 1999-12-23 Dmw Worldwide, Inc. Method and apparatus for assessing the security of a computer system
SE515084C2 (en) * 1998-08-26 2001-06-05 Ericsson Telefon Ab L M Procedure and device in an IP network
US6321338B1 (en) 1998-11-09 2001-11-20 Sri International Network surveillance
US6718382B1 (en) * 1999-02-11 2004-04-06 Yunzhou Li Technique for detecting leaky points within a network protocol domain
US6405204B1 (en) * 1999-03-02 2002-06-11 Sector Data, Llc Alerts by sector/news alerts
US6880087B1 (en) * 1999-10-08 2005-04-12 Cisco Technology, Inc. Binary state machine system and method for REGEX processing of a data stream in an intrusion detection system
US7159237B2 (en) * 2000-03-16 2007-01-02 Counterpane Internet Security, Inc. Method and system for dynamic network intrusion monitoring, detection and response
US7032023B1 (en) * 2000-05-16 2006-04-18 America Online, Inc. Throttling electronic communications from one or more senders
US7058976B1 (en) 2000-05-17 2006-06-06 Deep Nines, Inc. Intelligent feedback loop process control system
US6930978B2 (en) * 2000-05-17 2005-08-16 Deep Nines, Inc. System and method for traffic management control in a data transmission network
US7380272B2 (en) * 2000-05-17 2008-05-27 Deep Nines Incorporated System and method for detecting and eliminating IP spoofing in a data transmission network
US7299489B1 (en) * 2000-05-25 2007-11-20 Lucent Technologies Inc. Method and apparatus for host probing
US9213836B2 (en) 2000-05-28 2015-12-15 Barhon Mayer, Batya System and method for comprehensive general electric protection for computers against malicious programs that may steal information and/or cause damages
GB2411748B (en) * 2000-05-28 2005-10-19 Secureol System and method for comprehensive general generic protection for computers against malicious programs that may steal information and/or cause damages
FR2810180B1 (en) * 2000-06-08 2005-04-29 Cit Alcatel METHOD FOR PROVIDING ACCESS CONTROL FOR AND / OR TO USERS ACCESSING TERMINALS TO THE INTERNET NETWORK, THROUGH A PRIVATE ACCESS NODE, AND ARRANGEMENTS FOR IMPLEMENTING A SUCH METHOD
JP3619958B2 (en) * 2000-06-13 2005-02-16 富士通株式会社 Crisis management system and computer
US6721721B1 (en) * 2000-06-15 2004-04-13 International Business Machines Corporation Virus checking and reporting for computer database search results
US7711790B1 (en) 2000-08-24 2010-05-04 Foundry Networks, Inc. Securing an accessible computer system
US7725587B1 (en) 2000-08-24 2010-05-25 Aol Llc Deep packet scan hacker identification
US7970886B1 (en) * 2000-11-02 2011-06-28 Arbor Networks, Inc. Detecting and preventing undesirable network traffic from being sourced out of a network domain
US6996845B1 (en) 2000-11-28 2006-02-07 S.P.I. Dynamics Incorporated Internet security analysis system and process
US7168093B2 (en) 2001-01-25 2007-01-23 Solutionary, Inc. Method and apparatus for verifying the integrity and security of computer networks and implementation of counter measures
ES2549069T3 (en) * 2001-04-13 2015-10-22 Nokia Technologies Oy System and method to provide protection against malicious programs for networks
US6941478B2 (en) * 2001-04-13 2005-09-06 Nokia, Inc. System and method for providing exploit protection with message tracking
KR20010084950A (en) * 2001-06-02 2001-09-07 유진영 Secure worm
US20020199116A1 (en) * 2001-06-25 2002-12-26 Keith Hoene System and method for computer network virus exclusion
US6513122B1 (en) * 2001-06-29 2003-01-28 Networks Associates Technology, Inc. Secure gateway for analyzing textual content to identify a harmful impact on computer systems with known vulnerabilities
US6873988B2 (en) * 2001-07-06 2005-03-29 Check Point Software Technologies, Inc. System and methods providing anti-virus cooperative enforcement
US7228566B2 (en) * 2001-07-10 2007-06-05 Core Sdi, Incorporated Automated computer system security compromise
WO2003010922A1 (en) * 2001-07-24 2003-02-06 Worldcom, Inc. Network security architecture
US7107446B2 (en) 2001-08-30 2006-09-12 International Business Machines Corporation Mechanism independent cluster security services
US6892241B2 (en) 2001-09-28 2005-05-10 Networks Associates Technology, Inc. Anti-virus policy enforcement system and method
US7210168B2 (en) * 2001-10-15 2007-04-24 Mcafee, Inc. Updating malware definition data for mobile data processing devices
US7734752B2 (en) * 2002-02-08 2010-06-08 Juniper Networks, Inc. Intelligent integrated network security device for high-availability applications
US7650634B2 (en) * 2002-02-08 2010-01-19 Juniper Networks, Inc. Intelligent integrated network security device
US8370936B2 (en) * 2002-02-08 2013-02-05 Juniper Networks, Inc. Multi-method gateway-based network security systems and methods
US6715084B2 (en) * 2002-03-26 2004-03-30 Bellsouth Intellectual Property Corporation Firewall system and method via feedback from broad-scope monitoring for intrusion detection
US7042852B2 (en) * 2002-05-20 2006-05-09 Airdefense, Inc. System and method for wireless LAN dynamic channel change with honeypot trap
US7058796B2 (en) 2002-05-20 2006-06-06 Airdefense, Inc. Method and system for actively defending a wireless LAN against attacks
US7277937B2 (en) * 2002-07-17 2007-10-02 Core Sdi, Incorporated Distributed computing using syscall proxying
US7353539B2 (en) * 2002-11-04 2008-04-01 Hewlett-Packard Development Company, L.P. Signal level propagation mechanism for distribution of a payload to vulnerable systems
US20040146006A1 (en) * 2003-01-24 2004-07-29 Jackson Daniel H. System and method for internal network data traffic control
US7328454B2 (en) * 2003-04-24 2008-02-05 At&T Delaware Intellectual Property, Inc. Systems and methods for assessing computer security
US20040254988A1 (en) * 2003-06-12 2004-12-16 Rodriguez Rafael A. Method of and universal apparatus and module for automatically managing electronic communications, such as e-mail and the like, to enable integrity assurance thereof and real-time compliance with pre-established regulatory requirements as promulgated in government and other compliance database files and information websites, and the like
JP4229013B2 (en) * 2003-09-01 2009-02-25 株式会社デンソー AC generator
US7730137B1 (en) 2003-12-22 2010-06-01 Aol Inc. Restricting the volume of outbound electronic messages originated by a single entity
US7548956B1 (en) 2003-12-30 2009-06-16 Aol Llc Spam control based on sender account characteristics
CN100349084C (en) * 2004-01-05 2007-11-14 华为技术有限公司 Method for ensuring system safety for window operating system
US7707634B2 (en) * 2004-01-30 2010-04-27 Microsoft Corporation System and method for detecting malware in executable scripts according to its functionality
US7765597B2 (en) * 2004-02-11 2010-07-27 Hewlett-Packard Development Company, L.P. Integrated crawling and auditing of web applications and web content
EP1716471B1 (en) * 2004-02-11 2018-11-21 Entit Software LLC System and method for testing web applications with recursive discovery and analysis
US20060282494A1 (en) * 2004-02-11 2006-12-14 Caleb Sima Interactive web crawling
US7529187B1 (en) * 2004-05-04 2009-05-05 Symantec Corporation Detecting network evasion and misinformation
US8074277B2 (en) * 2004-06-07 2011-12-06 Check Point Software Technologies, Inc. System and methodology for intrusion detection and prevention
KR100604604B1 (en) * 2004-06-21 2006-07-24 엘지엔시스(주) Method for securing system using server security solution and network security solution, and security system implementing the same
US7716660B2 (en) * 2004-12-14 2010-05-11 Microsoft Corporation Method and system for downloading updates
US20060185018A1 (en) * 2005-02-17 2006-08-17 Microsoft Corporation Systems and methods for shielding an identified vulnerability
GB2425679A (en) * 2005-04-27 2006-11-01 Hewlett Packard Development Co Scanning computing entities for vulnerabilities
US7483424B2 (en) * 2005-07-28 2009-01-27 International Business Machines Corporation Method, for securely maintaining communications network connection data
US20070130149A1 (en) * 2005-10-12 2007-06-07 Lenovo (Singapore) Pte. Ltd. Method, system, and computer program product for troubleshooting/configuring communications settings of a computer system
US8291093B2 (en) * 2005-12-08 2012-10-16 Microsoft Corporation Peer-to-peer remediation
JP4545085B2 (en) * 2005-12-08 2010-09-15 富士通株式会社 Firewall device
US8301767B1 (en) 2005-12-21 2012-10-30 Mcafee, Inc. System, method and computer program product for controlling network communications based on policy compliance
KR20070099201A (en) * 2006-04-03 2007-10-09 삼성전자주식회사 Method of security management for mobile wireless device and apparatus for security management using the same
US8281392B2 (en) 2006-08-11 2012-10-02 Airdefense, Inc. Methods and systems for wired equivalent privacy and Wi-Fi protected access protection
US20080052508A1 (en) * 2006-08-25 2008-02-28 Huotari Allen J Network security status indicators
US20080059123A1 (en) * 2006-08-29 2008-03-06 Microsoft Corporation Management of host compliance evaluation
JP2008071177A (en) * 2006-09-14 2008-03-27 Fujitsu Ltd Information processor, control method, and program for making computer execute same method
GB2443459A (en) * 2006-10-31 2008-05-07 Hewlett Packard Development Co Data packet incuding computing platform indication
US20080133639A1 (en) * 2006-11-30 2008-06-05 Anatoliy Panasyuk Client Statement of Health
JP4925109B2 (en) * 2007-01-16 2012-04-25 Kddi株式会社 Electronic device, program, and recording medium
US8782786B2 (en) 2007-03-30 2014-07-15 Sophos Limited Remedial action against malicious code at a client facility
US8024801B2 (en) * 2007-08-22 2011-09-20 Agere Systems Inc. Networked computer system with reduced vulnerability to directed attacks
US20090119769A1 (en) * 2007-11-05 2009-05-07 Microsoft Corporation Cross-site scripting filter
US8667583B2 (en) * 2008-09-22 2014-03-04 Microsoft Corporation Collecting and analyzing malware data
US9342274B2 (en) 2011-05-19 2016-05-17 Microsoft Technology Licensing, Llc Dynamic code generation and memory management for component object model data constructs
US8881101B2 (en) 2011-05-24 2014-11-04 Microsoft Corporation Binding between a layout engine and a scripting engine
US8543543B2 (en) * 2011-09-13 2013-09-24 Microsoft Corporation Hash-based file comparison
US9430452B2 (en) 2013-06-06 2016-08-30 Microsoft Technology Licensing, Llc Memory model for a layout engine and scripting engine
CN108809886A (en) * 2017-04-26 2018-11-13 牡丹江医学院 A kind of computer network security guard system
CN114584330A (en) * 2020-11-16 2022-06-03 华为技术有限公司 Vulnerability testing method and device

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4750175A (en) * 1986-08-29 1988-06-07 Pactel Communications Companies Network diagnostic apparatus and method
US5473769A (en) 1992-03-30 1995-12-05 Cozza; Paul D. Method and apparatus for increasing the speed of the detecting of computer viruses
US5361359A (en) 1992-08-31 1994-11-01 Trusted Information Systems, Inc. System and method for controlling the use of a computer
US5440723A (en) 1993-01-19 1995-08-08 International Business Machines Corporation Automatic immune system for computers and computer networks
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
US5623601A (en) 1994-11-18 1997-04-22 Milkway Networks Corporation Apparatus and method for providing a secure gateway for communication and data exchanges between networks
US5613002A (en) 1994-11-21 1997-03-18 International Business Machines Corporation Generic disinfection of programs infected with a computer virus
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
US5706507A (en) 1995-07-05 1998-01-06 International Business Machines Corporation System and method for controlling access to data located on a content server
US5623600A (en) * 1995-09-26 1997-04-22 Trend Micro, Incorporated Virus detection and removal apparatus for computer networks
US5889943A (en) * 1995-09-26 1999-03-30 Trend Micro Incorporated Apparatus and method for electronic mail virus detection and elimination
US5832208A (en) * 1996-09-05 1998-11-03 Cheyenne Software International Sales Corp. Anti-virus agent for use with databases and mail servers
US5815571A (en) * 1996-10-28 1998-09-29 Finley; Phillip Scott Computer system with secured data paths and method of protection
US6009475A (en) * 1996-12-23 1999-12-28 International Business Machines Corporation Filter rule validation and administration for firewalls
US5960170A (en) * 1997-03-18 1999-09-28 Trend Micro, Inc. Event triggered iterative virus detection
US6041041A (en) * 1997-04-15 2000-03-21 Ramanathan; Srinivas Method and system for managing data service systems
US5948104A (en) * 1997-05-23 1999-09-07 Neuromedical Systems, Inc. System and method for automated anti-viral file update
US5961644A (en) * 1997-09-19 1999-10-05 International Business Machines Corporation Method and apparatus for testing the integrity of computer security alarm systems
US5987610A (en) * 1998-02-12 1999-11-16 Ameritech Corporation Computer virus screening methods and systems

Also Published As

Publication number Publication date
EP0936787A2 (en) 1999-08-18
EP0936787A3 (en) 2003-04-23
DE69922857T2 (en) 2005-12-08
CA2254707A1 (en) 1999-07-29
US6205551B1 (en) 2001-03-20
JPH11316677A (en) 1999-11-16
EP0936787B1 (en) 2004-12-29
DE69922857D1 (en) 2005-02-03

Similar Documents

Publication Publication Date Title
CA2254707C (en) Computer security using virus probing
US20230362189A1 (en) System and method for strategic anti-malware monitoring
US11082435B1 (en) System and method for threat detection and identification
US5896499A (en) Embedded security processor
US8539582B1 (en) Malware containment and security analysis on connection
US10068091B1 (en) System and method for malware containment
US9325738B2 (en) Methods and apparatus for blocking unwanted software downloads
US6192477B1 (en) Methods, software, and apparatus for secure communication over a computer network
US8074277B2 (en) System and methodology for intrusion detection and prevention
US7343599B2 (en) Network-based patching machine
JPH11353258A (en) Method and device for fire wall security
JP2004304752A (en) System and method of defending attack
US7707636B2 (en) Systems and methods for determining anti-virus protection status
Costa et al. Can we contain Internet worms
US7757287B2 (en) Systems and methods for computer security
US7774847B2 (en) Tracking computer infections
Yagi et al. Investigation and analysis of malware on websites
US11729176B2 (en) Monitoring and preventing outbound network connections in runtime applications
Goebel Advanced Honeynet based Intrusion Detection
Lin et al. Building an integrated security gateway: Mechanisms, performance evaluations, implementations, and research issues
Endsuleit et al. A security analysis on jade (-s) v. 3.2
US20240073244A1 (en) Inline package name based supply chain attack detection and prevention
Franklin Protecting the web server and applications
Yousif et al. A Proposed Firewall For Viruses
Fan A survey of the Internet security and firewalls and strengthening the security on the CS Internetwork at the University of Nevada, Reno

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed