Reputation based message processing

Information

  • Patent Grant
  • 8635690
  • Patent Number
    8,635,690
  • Date Filed
    Friday, January 25, 2008
    16 years ago
  • Date Issued
    Tuesday, January 21, 2014
    10 years ago
Abstract
Methods and systems for processing electronic communications based upon reputation. Reputation of an entity associated with the electronic communication can be generated. The communication can be placed in a queue based upon the reputation. The queued communication can be processed based upon updated information about the entity.
Description
BACKGROUND AND FIELD

This disclosure relates generally to processing electronic communications.


Spammers and other malicious internet users use various creative means for evading detection by messaging filters. Accordingly, message filter designers adopt a strategy of combining various detection techniques in their filters.


Current tools for message sender analysis include IP blacklists (sometimes called real-time blacklists (RBLs)) and IP whitelists (real-time whitelists (RWLs)). Whitelists and blacklists certainly add value to the spam classification process; however, whitelists and blacklists are inherently limited to providing a binary-type (YES/NO) response to each query. In contrast, a reputation system has the ability to express an opinion of a sender in terms of a scalar number in some defined range. Thus, where blacklists and whitelists are limited to “black and white” responses, a reputation system can express “shades of gray” in its response.


In accordance with the teachings disclosed herein, methods and systems are provided for operation upon one or more data processors for assigning a reputation to a messaging entity. A method can include receiving data that identifies one or more characteristics related to a messaging entity's communication. A reputation score is determined based upon the received identification data. The determined reputation score is indicative of reputation of the messaging entity. The determined reputation score is used in deciding what action is to be taken with respect to a communication associated with the messaging entity.


SUMMARY

Systems, methods, apparatuses and computer program products for processing electronic communications are provided. In one aspect, methods are disclosed, which include: receiving a message through a communications interface, the message comprising information about an entity; identifying a reputation for the entity associated with the message; queuing the message based upon the reputation associated with the entity or based upon a message profile associated with the message, thereby delaying delivery of the message; and processing the queued message based upon updated reputation or message profile information.


Systems can include a communications interface, a message processing module, a queuing module and a reprocessing module. The communications interface can receive electronic messages associated with an entity. The message processing module can process the electronic message to identify the entity and can send a reputation query to a reputation module to identify a reputation of the entity associated with the electronic message. The queuing module can place an electronic message into a queue based upon the reputation of the entity associated with the electronic message. The reprocessing module can periodically query the reputation module for an updated reputation for the entity associated with the electronic message, and can process the electronic message based upon the updated reputation of the entity associated with the electronic message.


The details of one or more embodiments of the subject matter described in this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.





DESCRIPTION OF DRAWINGS


FIG. 1 is a block diagram depicting a system for handling transmissions received over a network.



FIG. 2 is a block diagram depicting a reputation system that has been configured for determining reputation scores.



FIG. 3 is a table depicting reputation scores at various calculated probability values.



FIG. 4 is a graph depicting reputation scores at various calculated probability values.



FIG. 5 is a flowchart depicting an operational scenario for generating reputation scores.



FIG. 6 is a block diagram depicting use of non-reputable criteria and reputable criteria for determining reputation scores.



FIG. 7 is a block diagram depicting a reputation system configured to respond with a return value that includes the reputation score of a sender.



FIG. 8 is a block diagram illustrating an example reputation based message processing system.



FIG. 9 is a block diagram illustrating an example reputation server.



FIG. 10 is a flowchart illustrating an example method for reputation based message processing.



FIG. 11 is a flowchart illustrating an example method for reputation based message processing.



FIG. 12 is a block diagram depicting a server access architecture.





DETAILED DESCRIPTION


FIG. 1 depicts at 30 a system for handling transmissions received over a network 40. The transmissions can be many different types of communications, such as electronic mail (e-mail) messages sent from one or more messaging entities 50. The system 30 assigns a classification to a messaging entity (e.g., messaging entity 52), and based upon the classification assigned to the messaging entity, an action is taken with respect to the messaging entity's communication.


The system 30 uses a filtering system 60 and a reputation system 70 to help process communications from the messaging entities 50. The filtering system 60 uses the reputation system 70 to help determine what filtering action (if any) should be taken upon the messaging entities' communications. For example, the communication may be determined to be from a reputable source and thus the communication should not be filtered.


The filtering system 60 identifies at 62 one or more message characteristics associated with a received communication and provides that identification information to the reputation system 70. The reputation system 70 evaluates the reputation by calculating probabilities that the identified message characteristic(s) exhibit certain qualities. An overall reputation score is determined based upon the calculated probabilities and is provided to the filtering system 60.


The filtering system 60 examines at 64 the reputation score in order to determine what action should be taken for the sender's communication (such as whether the communication transmission should be delivered to the communication's designated recipient located within a message receiving system 80). The filtering system 60 could decide that a communication should be handled differently based in whole or in part upon the reputation scored that was provided by the reputation system 70. As an illustration, a communication may be determined to be from a non-reputable sender and thus the communication should be handled as Spam (e.g., deleted, quarantined, etc.).


Reputation systems may be configured in many different ways in order to assist a filtering system. For example, a reputation system 70 can be located externally or internally relative to the filtering system 60 depending upon the situation at hand. As another example, FIG. 2 depicts a reputation system 70 that has been configured to calculate reputation scores based upon such message characteristic identification information as sender identity as shown at 82. It should be understood that other message characteristics can be used instead of or in addition to sender identity. Moreover, transmissions may be from many different types of messaging entities, such as a domain name, IP address, phone number, or individual electronic address or username representing an organization, computer, or individual user that transmits electronic messages. For example, generated classifications of reputable and non-reputable can be based upon a tendency for an IP address to send unwanted transmissions or legitimate communication.


The system's configuration 90 could also, as shown in FIG. 2, be established by identifying a set of binary, testable criteria 92 which appear to be strong discriminators between good and bad senders. P (NR|Ci) can be defined as the probability that a sender is non-reputable, given that it conforms to quality/criterion Ci, and P (R|Ci) can be defined as the probability that a sender is reputable, given that it conforms to quality/criterion Ci.


For each quality/criterion Ci, periodic (e.g., daily, weekly, monthly, etc.) sampling exercises can be performed to recalculate P (NR|Ci). A sampling exercise may include selecting a random sample set S of N senders for which quality/criterion Ci is known to be true. The senders in the sample are then sorted into one of the following sets: reputable (R), non-reputable (NR) or unknown (U). NR is the number of senders in the sample that are reputable senders, NNR is the number of senders that are non-reputable senders, etc. Then, P (NR|Ci) and P (R|Ci) are estimated using the formulas:







P


(

NR


C
i


)


=


N
NR

N








P


(

R


C
i


)


=


N
R

N






For this purpose, N=30 was determined to be a large enough sample size to achieve an accurate estimate of P (NR|Ci) and P (R|Ci) for each quality/criterion Ci.


After calculating P (NR|Ci) and P (R|Ci) for all criteria, the computed probabilities are used to calculate an aggregate non-reputable probability 94, PNR, and an aggregate reputable sender probability 96, PR, for each sender in the reputation space. These probabilities can be calculated using the formulas:







P

NR
=






(


1
-




i
=
1

N









{




1
-

P


(

NR


C
i


)






if





criterion





i





applies





1


otherwise



)


(

#





of





criteria





that





apply

)








P
R




=

(

1
-




i
=
1

N








{




1
-

P


(

R


C
i


)






if





criterion





i





applies





1


otherwise



)


(

#





of





criteria





that





apply

)













In experimentation, the above formulas appeared to behave very well for a wide range of input criteria combinations, and in practice their behavior appears to be similar to the behavior of the formula for correctly computing naïve joint conditional probabilities of “non-reputable” and “reputable” behavior for the input criteria.


After calculating PNR and PR for each sender, a reputation score is calculated for that sender using the following reputation function:







f


(


P
NR

,

P
R


)


=


(


c
1

+


c
2



P
NR


+


c
2



P
R


+


c
3



P
NR
2


+


c
3



P
R
2


+


c
4



P
NR



P
R


+


c
5



P
NR
3


+


c
5



P
R
3


+


c
6



P
NR



P
R
2


+


c
6



P
NR
2



P
R



)



(



(


P
NR

-

P
R


)

3

+


c
7



(


P
NR

-

P
R


)



)








    • where

    • c1=86.50

    • c2=−193.45

    • c3=−35.19

    • c4=581.09

    • c5=234.81

    • c6=−233.18

    • c7=0.51


      It should be understood that different functions can act as a reputation score determinator 98 and can be expressed in many different forms in addition to a functional expression. As an illustration, FIG. 3 depicts at 100 a tabular form for determining reputation scores. The table shows reputation scores produced by the above function, based on values of PNR and PR as they each vary between 0.0 and 1.0. For example as shown at 110, a reputation score of 53 is obtained for the combination of PNR=0.9 and PR=0.2. This reputation score is a relatively high indicator that the sender should not be considered reputable. A reputation score of 0 is obtained if PNR and PR are the same (e.g., the reputation score is 0 if PNR=0.7 and PR=0.7 as shown at 120). A reputation score can have a negative value to indicate that a sender is relatively reputable as determined when PR is greater than PNR. For example, if PNR=0.5 and PR=0.8 as shown at 130, then the reputation score is −12.





Reputation scores can be shown graphically as depicted in FIG. 4 at 150. Graph 150 was produced by the above function, based on values of PNR and PR. FIG. 4 illustrates reputation score determinations in the context of Spam in that the terms PNR and PR are used respectively as probability of hamminess and probability of spamminess as the probabilities each vary between 0.0 and 1.0.


As shown in these examples, reputation scores can be numeric reputations that are assigned to messaging entities based on characteristics of a communication (e.g., messaging entity characteristic(s)) and/or a messaging entity's behavior. Numeric reputations can fluctuate between a continuous spectrum of reputable and non-reputable classifications. However, reputations may be non-numeric, such as by having textual, or multiple level textual categories.



FIG. 5 depicts an operational scenario wherein a reputation system is used by a filtering system to generate reputation scores. In this operational scenario, a reputation score is computed for a particular sender (e.g., IP address, domain name, phone number, address, name, etc), from a set of input data. With reference to FIG. 5, data is gathered at step 200 that is needed to calculate non-reputable and reputable probabilities for a sender. The data is then aggregated at step 210 and used in probability calculations at step 220. This includes determining, for a sender, non-reputable probabilities and reputable probabilities for various selected criteria. An aggregate non-reputable probability and an aggregate reputable probability are then calculated for each sender.


After calculating an aggregate non-reputable probability and an aggregate reputable probability for each sender, a reputation score is calculated at 230 for that sender using a reputation function. At step 240, the sender's reputation score is distributed locally and/or to one or more systems to evaluate a communication associated with the sender. As an illustration, reputation scores can be distributed to a filtering system. With the reputation score, the filtering system can choose to take an action on the transmission based on the range the sender reputation score falls into. For unreputable senders, a filtering system can choose to drop the transmission (e.g., silently), save it in a quarantine area, or flag the transmission as suspicious. In addition, a filter system can choose to apply such actions to all future transmissions from this sender for a specified period of time, without requiring new lookup queries to be made to the reputation system. For reputable senders, a filtering system can similarly apply actions to the transmissions to allow them to bypass all or certain filtering techniques that cause significant processing, network, or storage overhead for the filtering system.


It should be understood that similar to the other processing flows described herein, the processing and the order of the processing may be altered, modified and/or augmented and still achieve the desired outcome. For example, an optional addition to the step of extracting unique identifying information about the sender of the transmission would be to use sender authentication techniques to authenticate certain parts of the transmission, such as the purported sending domain name in the header of the message, to unforgeable information about the sender, such as the IP address the transmission originated from. This process can allow the filtering system to perform lookups on the reputation system by querying for information that can potentially be forged, had it not been authenticated, such as a domain name or email address. If such domain or address has a positive reputation, the transmission can be delivered directly to the recipient system bypassing all or some filtering techniques. If it has a negative reputation, the filtering system can choose to drop the transmission, save it in a quarantine area, or flag it as suspicious.


Many different types of sender authentication techniques can be used, such as the Sender Policy Framework (SPF) technique. SPF is a protocol by which domain owners publish DNS records that indicate which IP addresses are allowed to send mail on behalf of a given domain. As other non-limiting examples, SenderID or DomainKeys can be used as sender authentication techniques.


As another example, many different types of criteria may be used in processing a sender's communication. FIG. 6 depicts the use of non-reputable criteria 300 and reputable criteria 310 for use in determining reputation scores.


The non-reputable criteria 300 and reputable criteria 310 help to distinguish non-reputable senders and reputable senders. A set of criteria can change often without significantly affecting the reputation scores produced using this scoring technique. As an illustration within the context of SPAM identification, the following is a list of spamminess criteria that could be used in the reputation scoring of a message sender. The list is not intended to be exhaustive, and can be adapted to include other criteria or remove criteria based upon observed behavior.

    • 1. Mean Spam Score: A sender is declared “non-reputable” if a mean spam profiler score of transmissions that it sends exceeds some threshold, W.
    • 2. RDNS Lookup Failure: A sender is declared “non-reputable” if reverse domain name system (RDNS) queries for its IP addresses fail.
    • 3. RBL Membership: A sender is declared “non-reputable” if it is included in a real-time blackhole list (RBL). (Note: multiple RBLs may be used. Each RBL can constitute a separate testing criterion.)
    • 4. Mail Volume: A sender is declared “non-reputable” if its average (mean or median) transmission volume exceeds a threshold, X, where X is measured in transmissions over a period of time (such as, e.g., a day, week, or month). (Note: multiple average volumes over multiple time periods may be used, and each average volume can constitute a separate testing criterion.)
    • 5. Mail Burstiness/Sending History: A sender is declared “non-reputable” if its average (mean or median) transmission traffic pattern burstiness (defined by the number of active sending sub-periods within a larger time period, e.g., number of active sending hours in a day or number of active sending days in a month) is less than some threshold, Y, where Y is measured in sub-periods per period. (Note: multiple average burstiness measures over multiple time periods may be used, and each average burstiness measure can constitute a separate testing criterion.)
    • 6. Mail Breadth: A sender is declared “non-reputable” if its average (mean or median) transmission traffic breadth (as defined by the percentage of systems that receive transmissions from the same sender during a period of time (such as, e.g., a day, week, or month)) exceeds some threshold, Z. (Note: multiple average breadths over multiple time periods may be used, and each average breadth measure can constitute a separate testing criterion.)
    • 7. Malware Activity: A sender is declared “non-reputable” if it is known to have delivered one or more malware codes (such as, e.g., viruses, spyware, intrusion code, etc) during a measurement period (e.g., a day, week, or month).
    • 8. Type of Address: A sender is declared “non-reputable” if it is known to be dynamically assigned to dial-up or broadband dynamic host control protocol (DHCP) clients by an internet service provider (ISP).
    • 9. CIDR Block Spamminess: A sender is declared “non-reputable” if its IP addresses are known to exist within classless inter-domain routing (CIDR) blocks that contain predominantly “non-reputable” IP addresses.
    • 10. Human Feedback: A sender is declared “non-reputable” if it is reported to have sent undesirable transmissions by people analyzing the content and other characteristics of those transmissions.
    • 11. SpamTrap Feedback: A sender is declared “non-reputable” if it is sending transmissions to accounts that have been declared as spamtraps and as such are not supposed to receive any legitimate transmissions.
    • 12. Bounceback Feedback: A sender is declared “non-reputable” if it is sending bounceback transmissions or transmissions to accounts that do not exist on the destination system.
    • 13. Legislation/Standards Conformance: A sender is declared “non-reputable” if it is not conforming to laws, regulations, and well-established standards of transmission behavior in the countries of operation of either the sender and/or the recipient of the transmissions.
    • 14. Continuity of Operation: A sender is declared “non-reputable” if it has not operated at that sending location longer than some threshold Z.
    • 15. Responsiveness to Recipient Demands: A sender is declared “non-reputable” if it is not responding in a reasonable timeframe to legitimate demands of the recipients to terminate their relationship with the sender to not receive any more transmissions from them.


The following is a list of “reputable” criteria that could be used in determining the “reputability” of a sender. The list is not intended to be exhaustive, and can be adapted to include other criteria or remove criteria based upon observed behavior.

    • 1. Mean Spam Score: A sender is declared “reputable” if the mean spam profiler score of transmissions that it sends falls below some threshold, W.
    • 2. Human Feedback: A sender is declared “reputable” if it is reported to have sent only legitimate transmissions by people analyzing transmission flows from that sender, in conjunction with the reputation of the organization that owns those sending stations.


After computing a reputation grade for each sender in the universe of senders, a reputation classification can be made available via a communication protocol that can be interpreted by the queriers that make use of the reputation system (e.g., DNS, HTTP, etc). As shown in FIG. 7, when a query 350 is issued for a sender, the reputation system can respond with a return value 360 that includes the reputation score of that sender, as well as any other relevant additional information that can be used by the querier to make the final judgment on the acceptability of the sender's transmission (e.g., age of the reputation score, input data that determined the score, etc).


An example of a communication protocol that can be used is a domain name system (DNS) server which can respond with a return value in the form of an IP address: 172.x.y.z. The IP address can be encoded using the formula:






IP
=

172
·

(


rep
-


rep




2
×
rep


)

·

(



rep



div





256

)

·

(



rep



mod





256

)






The reputation of the queried sender can be deciphered from the return value as follows:

rep=(−1)2−x×(256y+z)


Therefore, when x=0, the returned reputation is a positive number, and when x=1, the returned reputation is a negative number. The absolute value of the reputation is determined by the values of y and z. This encoding scheme enables the server to return via the DNS protocol reputation values within the range [−65535, 65535]. It also leaves seven (7) unused bits, namely the seven high-order bits of x. These bits can be reserved for extensions to the reputation system. (For example, the age of a reputation score may be communicated back to the querier.)



FIG. 8 is a block diagram illustrating an example reputation based message processing system. The reputation based message processing system can include a communication processing system 500. The communication processing system 500 can receive messages through a network 505. The messages can include electronic communications from a messaging entity 510 to a client 515. In some implementations, the electronic communications can be controlled by a message transfer agent (MTA) 520. In various examples, electronic communications can include electronic mail, hypertext transfer protocol (HTTP) messages, file transfer protocol (FTP) messages, instant messaging messages, and real-time streaming protocol messages, voice over internet protocol (VoIP) messages, among many others.


The communication processing system 500 can operate to determine a message threat associated with messages received from the network. In some implementations, the message processing system 500 can include a communications interface 525, a message processing module 530, a queuing module 535, and an optional reprocessing module 540. The components of the communications processing system 500 can query reputation information and/or message profiling information from other system. However, in some implementations, a reputation system and/or a message profiler can be internal to the communication processing system 500.


The communications interface 525 can operate to receive messages through the network 505. In some implementations, the communications interface 525 can receive messages of a variety of protocols based upon the protocols supported by the communications processing system 500. The communications interface 525 can also operate to send communications to other devices coupled to the network 505.


The message processing module 530 can operate to query a reputation module (e.g., reputation server 545) and/or a message profiler 550. In some implementations, the message processing module 530 can use local reputation and/or message profile information to classify a risk associated with a message. In other implementations, the message processing module 530 can use non-local (e.g., global) reputation and/or message profile information to classify risk associated with a message. In still further implementations, a combination of local and non-local reputation and/or message profile information can be used to classify a risk associated with a message.


The message processing module 530 can process the message based upon reputation and/or message profile information associated with the message. In some implementations, when the reputation and/or reputation profile information is indeterminate, the message processing module 530 can send the message to a queuing module 535. An indeterminate reputation can be, for example, a reputation associated with an entity that has not previously been observed by the reputation server 545. In some implementations, a score is associated with all entities, some scores are not strong enough to provide an accurate classification of the message. An indeterminate message profile can be, for example, a message that has not previously been interrogated by the message profiler. When the reputation or message profile information associated with the message is indeterminate, the entity or message profile might not have been observed by the system prior to the current message.


The queuing module 535 can operate to store messages with indeterminate reputation or message profile information in a queue such that delivery of those messages to a recipient (e.g., client 515) is delayed. While the message is stored by the queuing module 535, a reputation module (e.g., reputation server 545) can collect additional information about an entity associated with the message. When the reputation module has collected enough information to identify a determinate reputation (e.g., reputable or non-reputable), the message can be released from the queuing module 535.


In some implementations, a reprocessing module 540 can periodically query a reputation module (e.g., reputation server 545) and/or a message profiler 550 to identify a reputation of entities associated with messages stored by the queuing module 535. In other implementations, the reputation server 545 or message profiler 550 can collect additional information about the entity, and can affirmatively notify the reprocessing module 540 when a reputation has been determined (e.g., without receiving a query). The reprocessing module 540 can remove a message the queuing module and process the message based upon updated reputation and/or message profile information received from the reputation server 545 and the message profiler 550, respectively. Thus, delivery of messages which have an indeterminate reputation or message profile can be delayed until the reputation or message profile is determinate of the classification of risk associated with the message. In some implementations, if a message has been stored by the queuing module for greater than a threshold period of time, the message can be reprocessed with the indeterminate reputation and/or message profile. In further implementations, notification of a queued message can be provided to a recipient, and the recipient can be provided with a manual release interface whereby he/she can manually release the message from the queue.


In some implementations, the reprocessing module 540 can instruct an MTA 520 to deliver the message if the updated reputation indicates that the reputation of the message is reputable and/or the updated message profile indicates that the message is legitimate. In further implementations, the reprocessing module 540 can send the message to a message interrogation engine based upon the updated reputation indicates that the message is non-reputable or that an updated message profile indicates that the message is non-legitimate. Message interrogation engines can include, for example, virus interrogation engines, spam interrogation engines, phishing interrogation engines, etc. designed to identify specific anomalies within communications that exhibit a specific tendency. For example, a reputation may indicate that a message is associated with an entity that has a reputation for viruses. In such instances, the message can be sent to virus interrogation engines to provide protection against the specific tendency the entity exhibits. In other examples, the message can be sent to multiple interrogation engines responsive to updated reputation or message profile information. In still further examples, messages that are associated with non-reputable entities or have non-legitimate message profiles can be interrogated by each of a plurality of interrogation engines.


In some implementations, the optional reprocessing module 540 can be included within the message processing module 530. Thus, the message processing module 530 can provide both the initial processing of a received message and the subsequent reprocessing of a queued message.



FIG. 9 is a block diagram illustrating an example reputation server. In various implementations, the reputation server 545 can include a communications interface 600, a reputation module 610, a flagging module 620, and a reputation information collection module 630. The communications interface 600 can operate to receive reputation queries from other devices (e.g., communication processing system 500). The reputation queries can include information about the entity (e.g., message originator, message recipient, message components, an intermediate server, a transit path associated with the communication of the message, among others) being queried. In some implementations, the query can include the message itself, and the reputation server can parse the entities associated with the message.


The reputation module 610 can score the reputation of an entity associated with a queried message. The reputation score can be a raw score indicating the risk associated with an entity related to the message. In some implementations, the reputation module 610 can abstract the score to provide a classification of the reputation score. For example, a message that has a score indicating a high likelihood that the entity is non-reputable can be rated as non-reputable. In other examples, if an entity associated with the message shows only a low correlation to either reputable or non-reputable behavior, the reputation module 610 can instruct the flagging module 620 to label the reputation of an entity associated with the message as indeterminate.


In some implementations, the flagging module 620 can instruct the communications interface to transmit a flagging instruction to a message processing system (e.g., communications processing system 500 of FIG. 8). The flagging instruction can instruct the message processing system to flag the message for delayed delivery until a determinate reputation of an entity associated with the message can be identified or the message is otherwise released (e.g., manually released, threshold period of time, etc).


The flagging module 620 can also instruct a reputation information collection module 630 to collect additional information related to the entity. The reputation information collection module 630 can collect additional reputation information, for example, by querying other reputation modules. In other examples, the reputation information collection module 630 can collect additional reputation information by identifying relationships between the entity and known classified entities. In still further examples, the reputation information collection module 630 can collect additional reputation information by collecting additional messages associated with the entity.


Upon identifying a determinate reputation associated with the entity, the reputation information collection module can instruct the communications interface 600 to communicate the reputation information to a message processing system (e.g., communications processing system 500 of FIG. 8). In other implementations, the reputation information collection module can communicate the additional reputation information to the reputation module 610. The reputation module 610 can thereby derive a reputation associated with the entity and communicate the reputation to the message processing system through the communications interface 600 when the reputation is determinate. In other implementations, a message processing system can continue to query the reputation server with regard to any messages flagged by the reputation server for queuing by the queuing module.



FIG. 10 is a flowchart illustrating an example method for reputation based message processing. At stage 700 a message is received. The message can be received, for example, by a communications interface (e.g., communications interface 525 of FIG. 8). In some implementations, the communications interface can be configured to receive messages in a variety of different formats and/or protocol. For example, the communications interface can be configured to receive protocols including, electronic mail (e.g., internet message access protocol (IMAP), simple mail transfer protocol (SMTP), post office protocols (e.g., POP3), etc.), streaming protocols (e.g., session initiation protocol (SIP), internet relay chat (IRC), instant messaging, videoconferencing, etc.), HTTP, FTP, etc.


At stage 710 the reputation of an entity associated with the message can be identified. The reputation can be identified, for example, by a message processing module (e.g., message processing module 530 of FIG. 8) in conjunction with a reputation module (e.g., reputation server 545 of FIG. 8). In some implementations, the reputation module and message processing module can both be provided by a communication processing system (e.g., communication processing system 500 of FIG. 8). In other implementations, the reputation module can be separate from the communication processing system. The message processing module, for example, can communicate a query to the reputation module. In some implementations, the query can include the message itself. In other implementations, the message processing module can parse the message and extract the various entities associated with the message and query each of those entities.


In other implementations, a message profile can be obtained in addition to (or instead of) the entity reputation. The message profile can be derived by comparing the features of the message with features of similar messages. A detailed description of message profiling can be found in U.S. application Ser. No. 11/173,941 (entitled “Message Profiling Systems And Methods”) filed on Jul. 1, 2005, which is incorporated herein by reference. Message profiling can identify legitimate messages versus non-legitimate messages through identification of feature vectors. In some implementations, a message profiler and the message processing module can be provided by a communication processing system (e.g., communication processing system 500 of FIG. 8). In other implementations, the message profiler (e.g., message profiler 550 of FIG. 8) can be separate from the communication processing system.


At stage 720 the message can be queued based upon the reputation of an entity associated with the message. The message can be queued for example, by a queuing module (e.g., queuing module 535 of FIG. 8). In some implementations, the message can be queued if the reputation information has not reached a threshold volume to provide an accurate reputation judgment. In other implementations, the message can be queued even if a large volume of reputation information has been gathered, but the reputation remains indeterminate. The queuing module can save the message to a processing queue, whereby the entity might not be assumed to be either reputable or non-reputable, but merely placed aside while further information is collected about the entity. This can facilitate collection of information which might be determinate of a reputation for the entity. In some implementations, after the collection of additional information, the message can be released from the queue, even if the reputation is still indeterminate. For example, if the message has been queued for more than an hour without discovery of reputation information which classifies the risk associated with the entity as reputable or non-reputable, the message can be released and processed by a reprocessing module (e.g., reprocessing module 540 or message processing module 530 of FIG. 8).


In some implementations, message processing module can be biased to assume that a message with an indeterminate reputation is non-reputable. In such implementations, the message can be tested by dedicated interrogation engines operable to determine whether the message includes any known threats. In other implementations, the message processing module can be biased to assume that a message with an indeterminate reputation is reputable. Such messages can be delivered to the recipient (e.g., through an MTA 515 of FIG. 8).


Similarly, in those implementations which include message profiling, if a message profile is indeterminate, the message can be queued by a queuing module (e.g., queuing module 535 of FIG. 8). In some implementations, the message can be queued if the message profile information has not reached a threshold volume to provide an accurate message profile judgment. In other implementations, the message can be queued even if a large volume of message profile information has been gathered, but the message profile remains indeterminate. The queuing module can save the message to a processing queue, whereby the entity might not be assumed to be either legitimate or non-legitimate, but merely placed aside while further information is collected about the entity. This can facilitate collection of information which might be determinate of a message profile. In some implementations, after the collection of additional information, the message can be released from the queue, even if the message profile is still indeterminate. For example, if the message has been queued for more than an hour without discovery of message profile information which classifies the risk associated with the message, the message can be released and processed by a reprocessing module (e.g., reprocessing module 540 or message processing module 530 of FIG. 8).


At stage 730, the queued message is processed based upon updated reputation information. The queued message can be processed, for example, by a message processing module (e.g., message processing module 530 of FIG. 8) based upon updated reputation information received, for example, from a reputation module (e.g., reputation server 545 of FIG. 8). In some implementations, if the entity reputation is non-reputable, the message can be tested using dedicated message interrogation engines. The selection of which dedicated interrogation engines to be used on the message can be based upon the particular reputation associated with the message. For example, if the entity associated with the message has a reputation for phishing, the message can be sent to a dedicated phishing interrogation engine operable to specifically test the message for characteristics/features of phishing messages. In other implementations, messages associated with entities having non-reputable reputations can be tested by all available interrogation engines or any subset thereof.


In those implementations which include message profile information, the queued message can be processed based upon the message profile information. The queued message can be processed, for example, by a message processing module (e.g., message processing module 530 of FIG. 8) based upon updated message profile information received, for example, from a message profiler (e.g., message profiler 550 of FIG. 8). In some implementations, if the message profile is non-legitimate, the message can be tested using dedicated message interrogation engines. The selection of which dedicated interrogation engines to be used on the message can be based upon the particular message profile associated with the message. For example, if the message has a message profile associated with spyware, the message can be sent to a dedicated spyware interrogation engine operable to specifically test the message for characteristics/features of spyware messages. In other implementations, messages associated with negative message profiles can be tested by all available interrogation engines or any subset thereof.



FIG. 11 is a flowchart illustrating an example method for reputation based message processing. At stage 800 a message is received. The message can be received, for example, by a communications interface (e.g., communications interface 525 of FIG. 8) from a network (e.g., network 505 of FIG. 8). The message can include a variety of components. The various components can identify entities associated with the message. In some implementations, the entities can include, for example, message originator(s), message recipient(s), transit path associated with the message, and other components of the message, including for example, the body of the message.


At stage 810, the reputation of an entity associated with the message is identified. The reputation can be identified, for example, by a message processing module (e.g., message processing module 530 of FIG. 8) querying a reputation module (e.g., reputation server 545 of FIG. 8). The reputation can indicate an entity's tendency for engaging in legitimate or non-legitimate activity. The reputation can be calculated as a raw score. In some implementations, the raw score can be communicated to the message processing module. In other implementations, an interpretation or abstraction of the raw score can be communicated to the message processing module. For example, reputation can be visualized as an axis, whereby a negative score can be said to be non-reputable and a positive score can be said to be reputable. However, because the axis is a spectrum, the further away from zero, the stronger a confidence can be given to the reputation classification. Thus, weakly classified reputable or non-reputable scores can be seen as relatively indeterminate in comparison to strongly classified reputable or non-reputable scores. For example, if an entity is scored at 0.1, there might only be a slightly better than even chance that the entity is reputable. However, there is some hesitation to classifying an entity having such a reputation score as reputable given the relatively large risk that the entity is non-reputable. Thus, reputation systems can classify such weakly correlated reputation scores as indeterminate. In those implementations where the raw score is communicated to the message processing module, the message processing module can undergo a similar analysis and translation of the reputation score, for example, based upon local preferences and settings.


At stage 820, a decision is made whether the reputation of the entity is indeterminate. The decision whether the reputation is indeterminate can be made, for example, by a message processing module (e.g., message processing module 530 of FIG. 8) or by a reputation module (e.g., reputation server 545 of FIG. 8). If the reputation of the entity is not indeterminate, the message is processed at stage 830. For example, if the entity reputation is reputable, the message can be forwarded to the user. If the entity reputation is non-reputable, the message can be tested by one or more dedicated message interrogation engines.


If the entity reputation is indeterminate, the message is labeled as suspicious at stage 840. The message can be labeled as suspicious, for example, by the message processing module (e.g., message processing module 530 of FIG. 8) in conjunction with a reputation module (e.g., reputation server 545 of FIG. 8). In some implementations, suspicious messages are flagged by the reputation module and/or the message processing module. In other implementations, suspicious messages can be flagged for their mere inclusion in a queue (e.g., a quarantine queue).


At stage 850, the delivery of the suspicious message is delayed. The delivery of the suspicious message can be delayed, for example, by a queuing module (e.g., queuing module 535 of FIG. 8). In other implementations, the delivery of the suspicious message can be delayed, for example, by storing the suspicious message to a quarantine.


Delaying the delivery of the message enables additional reputation and/or message profile information to be collected as shown by stage 860. Additional reputation and/or message profile information can be collected by a reputation information collection module (e.g., reputation information collection module 630 of FIG. 9) or by a message profiler (e.g., message profiler 550 of FIG. 8). Additional reputation and/or message profile information can facilitate deriving a determinate reputation and/or message profile associated with the entity associated with the message or with the message itself. In some implementations, the message can be delayed until a determinate reputation and/or message profile is derived. In other implementations, the message can be delayed for a maximum period of time before the message is processed (e.g., delivered, sent for testing, etc.).


The message is processed at stage 830. The message can be processed, for example, by a message processing module (e.g., message processing module 530 of FIG. 8). If the entity reputation is reputable and the message profile is legitimate, the message can be delivered (e.g., through the MTA 515 of FIG. 8). If the entity is non-reputable or the message profile is non-legitimate, the message can be sent to one or more dedicated interrogation engines. If the entity remains indeterminate and/or the message profile is indeterminate, in some implementations, the message can be sent to the dedicated interrogation engines for further testing. In other implementations, if the entity remains indeterminate and/or the message profile is indeterminate, the message can be delivered (e.g., through MTA 515 of FIG. 8).


The systems and methods disclosed herein may be implemented on various types of computer architectures, such as for example on different types of networked environments. As an illustration, FIG. 12 depicts a server access architecture within which the disclosed systems and methods may be used (e.g., as shown at 30 in FIG. 12). The architecture in this example includes a corporation's local network 490 and a variety of computer systems residing within the local network 490. These systems can include application servers 420 such as Web servers and e-mail servers, user workstations running local clients 430 such as e-mail readers and Web browsers, and data storage devices 410 such as databases and network connected disks. These systems communicate with each other via a local communication network such as Ethernet 450. Firewall system 440 resides between the local communication network and Internet 460. Connected to the Internet 460 are a host of external servers 470 and external clients 480.


Local clients 430 can access application servers 420 and shared data storage 410 via the local communication network. External clients 480 can access external application servers 470 via the Internet 460. In instances where a local server 420 or a local client 430 requires access to an external server 470 or where an external client 480 or an external server 470 requires access to a local server 420, electronic communications in the appropriate protocol for a given application server flow through “always open” ports of firewall system 440.


A system 30 as disclosed herein may be located in a hardware device or on one or more servers connected to the local communication network such as Ethernet 480 and logically interposed between the firewall system 440 and the local servers 420 and clients 430. Application-related electronic communications attempting to enter or leave the local communications network through the firewall system 440 are routed to the system 30.


In the example of FIG. 12, system 30 could be configured to store and process reputation data about many millions of senders as part of a threat management system. This would allow the threat management system to make better informed decisions about allowing or blocking electronic mail (e-mail).


System 30 could be used to handle many different types of e-mail and its variety of protocols that are used for e-mail transmission, delivery and processing including SMTP and POP3. These protocols refer, respectively, to standards for communicating e-mail messages between servers and for server-client communication related to e-mail messages. These protocols are defined respectively in particular RFC's (Request for Comments) promulgated by the IETF (Internet Engineering Task Force). The SMTP protocol is defined in RFC 821, and the POP3 protocol is defined in RFC 1939.


Since the inception of these standards, various needs have evolved in the field of e-mail leading to the development of further standards including enhancements or additional protocols. For instance, various enhancements have evolved to the SMTP standards leading to the evolution of extended SMTP. Examples of extensions may be seen in (1) RFC 1869 that defines a framework for extending the SMTP service by defining a means whereby a server SMTP can inform a client SMTP as to the service extensions it supports and in (2) RFC 1891 that defines an extension to the SMTP service, which allows an SMTP client to specify (a) that delivery status notifications (DSNs) should be generated under certain conditions, (b) whether such notifications should return the contents of the message, and (c) additional information, to be returned with a DSN, that allows the sender to identify both the recipient(s) for which the DSN was issued, and the transaction in which the original message was sent. In addition, the IMAP protocol has evolved as an alternative to POP3 that supports more advanced interactions between e-mail servers and clients. This protocol is described in RFC 2060.


Other communication mechanisms are also widely used over networks. These communication mechanisms include, but are not limited to, Voice Over IP (VoIP) and Instant Messaging. VoIP is used in IP telephony to provide a set of facilities for managing the delivery of voice information using the Internet Protocol (IP). Instant Messaging is a type of communication involving a client which hooks up to an instant messaging service that delivers communications (e.g., conversations) in realtime.


As the Internet has become more widely used, it has also created new troubles for users. In particular, the amount of spam received by individual users has increased dramatically in the recent past. Spam, as used in this specification, refers to any communication receipt of which is either unsolicited or not desired by its recipient. A system and method can be configured as disclosed herein to address these types of unsolicited or undesired communications. This can be helpful in that e-mail spamming consumes corporate resources and impacts productivity.


The systems and methods disclosed herein are presented only by way of example and are not meant to limit the scope of the invention. Other variations of the systems and methods described above will be apparent to those skilled in the art and as such are considered to be within the scope of the invention. For example, using the systems and methods of sender classification described herein, a reputation system can be configured for use in training and tuning of external filtering techniques. Such techniques may include Bayesian, Support Vector Machine (SVM) and other statistical content filtering techniques, as well as signature-based techniques such as distributed bulk message identification and message clustering-type techniques. The training strategies for such techniques can require sets of classified legitimate and unwanted transmissions, which can be provided to the trainer by classifying streams of transmissions based on the reputation scores of their senders. Transmissions from senders classified as un-reputable can be provided to the filtering system trainer as unwanted, and the wanted transmissions can be taken from the stream sent by the legitimate senders.


As an illustration, methods and systems can be configured to perform tuning and training of filtering systems utilizing reputation scores of senders of transmissions in sets of trainable transmissions. At least one characteristic is identified about transmissions from senders. The identifying of at least one characteristic can include extracting unique identifying information about the transmissions (e.g., information about the senders of the transmissions), or authenticating unique identifying information about the transmissions, or combinations thereof. Queries are sent to a reputation system and scores are received representing reputations of the senders. Transmissions are classified into multiple categories based on a range a sender's reputation score falls into. Transmissions and their classification categories are passed on to a trainer of another filtering system to be used for optimization of the filtering system.


As another example, methods and systems can be configured to perform filtering of groups of transmissions utilizing reputation scores of senders of transmissions. Multiple transmissions can be grouped together based on content similarities or similarities in transmission sender behavior. At least one characteristic can be identified about each transmission in the groupings. The identifying of at least one characteristic can include extracting unique identifying information about the transmission (e.g., information about the sender of a transmission), or authenticating unique identifying information about the transmission, or combinations thereof. A query can be sent to the reputation system and receive a score representing reputation of each sender. Groups of transmissions can be classified based on the percentage of reputable and non-reputable senders in the group.


As another example of the wide variations of the disclosed systems and methods, different techniques can be used for computation of joint conditional probabilities. More specifically, different mathematical techniques can be used for computing the aggregate non-reputable sender probability, PNR, and the aggregate reputable sender probability, PR, for each sender in the reputation space. As an illustration, two techniques are described. Both techniques use P (NR|Ci) and P (R|Ci), the conditional probabilities of non-reputable and reputable behavior, for each testing criterion Ci. The first technique makes the assumption that all testing criteria are independent. The second technique incorporates the assumption that the testing criteria are not independent. Therefore, the second technique is more difficult to carry out, but produces more accurate results.


1. Technique for Independent Testing Criteria


In the independent case, it is assumed that each criterion Ci is independent of all other criteria. The probability that the sender is non-reputable, PNR, is calculated using the following formula:







P
NR

=




P


(

NR


C
j


)







P


(

NR


C
j


)



+



(

1
-

P


(

NR


C
j


)



)









where j ranges over all criteria that apply to the sender in question. Similarly, the probability that the sender is a reputable sender, PR, is calculated using the following formula:







P
R

=




P


(

R


C
j


)







P


(

R


C
j


)



+



(

1
-

P


(

R


C
j


)



)









where j ranges over all criteria that apply to the sender in question.


2. Technique for Non-Independent Testing Criteria In the dependent case, it is assumed that each criterion Ci is not independent of all other criteria, so the analysis must take into account “non-linear” interactions between criteria within their joint probability distribution. To find the correct values for PNR and PR for a given sender, a table is constructed to represent the entire joint probability distribution. Below is a sample table for a joint distribution of four qualities/criteria.


















Case
C1
C2
C3
C4
PNR
PR





















1
N
N
N
N
N/A
N/A


2
N
N
N
Y
P(NR|C4)
P(R|C4)


3
N
N
Y
N
P(NR|C3)
P(R|C3)


4
N
N
Y
Y
P(NR|C3, C4)
P(R|C3, C4)


5
N
Y
N
N
P(NR|C2)
P(R|C2)


6
N
Y
N
Y
P(NR|C2, C4)
P(R|C2, C4)


7
N
Y
Y
N
P(NR|C2, C3)
P(R|C2, C3)


8
N
Y
Y
Y
P(NR|C2, C3, C4)
P(R|C2, C3, C4)


9
Y
N
N
N
P(NR|C1)
P(R|C1)


10
Y
N
N
Y
P(NR|C1, C4)
P(R|C1, C4)


11
Y
N
Y
N
P(NR|C1, C3)
P(R|C1, C3)


12
Y
N
Y
Y
P(NR|C1, C3, C4)
P(R|C1, C3, C4)


13
Y
Y
N
N
P(NRC1, C2)
P(R|C1, C2)


14
Y
Y
N
Y
P(NR|C1, C2, C4)
P(R|C1, C2, C4)


15
Y
Y
Y
N
P(NR|C1, C2, C3)
P(R|C1, C2, C3)


16
Y
Y
Y
Y
P(NR|C1, C2, C3,
P(R|C1, C2, C3, C4)







C4)










For a joint distribution of M criteria, there exist (2M−1) distinct cases within the joint probability distribution. Each case constitutes a particular combination of characteristics. The probability that the sender is non-reputable, PNR, is estimated for each case using the following technique. For each one of the (2M−1) cases, a random sample of N senders is gathered that exhibit the combination of characteristics described by that case. (For this purposes, N=30 is a large enough sample). Each sender is sorted into one of the following sets: reputable (R), non-reputable (NR) or unknown (U). NR is the number of sender in the sample that are reputable senders, NNR is the number of senders that are non-reputable senders, etc. Then, PNR and PR is estimated using the formulas:







P
NR

=


N
NR

N








P
R

=


N
R

N






The sampling of the IP addresses is repeated periodically (e.g., daily, weekly, monthly) to update the joint probability distribution.


It is further noted that the systems and methods disclosed herein may use articles of manufacture having data/digital signals conveyed via networks (e.g., local area network, wide area network, internet, etc.), fiber optic medium, carrier waves, wireless networks, etc. for communication with one or more data processing devices. The data/digital signals can carry any or all of the data disclosed herein that is provided to or from a device.


Additionally, the methods and systems described herein may be implemented on many different types of processing devices by program code comprising program instructions that are executable by one or more processors. The software program instructions may include source code, object code, machine code, or any other stored data that is operable to cause a processing system to perform methods described herein.


The systems' and methods' data (e.g., associations, mappings, etc.) may be stored and implemented in one or more different types of computer-implemented ways, such as different types of storage devices and programming constructs (e.g., data stores, RAM, ROM, Flash memory, flat files, databases, programming data structures, programming variables, IF-THEN (or similar type) statement constructs, etc.). It is noted that data structures describe formats for use in organizing and storing data in databases, programs, memory, or other computer-readable media for use by a computer program.


The systems and methods may be provided on many different types of computer-readable media including computer storage mechanisms (e.g., CD-ROM, diskette, RAM, flash memory, computer's hard drive, etc.) that contain instructions for use in execution by a processor to perform the methods' operations and implement the systems described herein.


The computer components, software modules, functions and data structures described herein may be connected directly or indirectly to each other in order to allow the flow of data needed for their operations. It is also noted that software instructions or a module can be implemented for example as a subroutine unit of code, or as a software function unit of code, or as an object (as in an object-oriented paradigm), or as an applet, or in a computer script language, or as another type of computer code or firmware. The software components and/or functionality may be located on a single device or distributed across multiple devices depending upon the situation at hand.


It should be understood that as used in the description herein and throughout the claims that follow, the meaning of “a,” “an,” and “the” includes plural reference unless the context clearly dictates otherwise. Also, as used in the description herein and throughout the claims that follow, the meaning of “in” includes “in” and “on” unless the context clearly dictates otherwise. Finally, as used in the description herein and throughout the claims that follow, the meanings of “and” and “or” include both the conjunctive and disjunctive and may be used interchangeably unless the context clearly dictates otherwise; the phrase “exclusive or” may be used to indicate situation where only the disjunctive meaning may apply.

Claims
  • 1. A computer-implemented method, comprising: receiving a message through a communications interface, the message comprising information and being a message from and associated with an entity;receiving a reputation score that is indicative of a reputation for the entity associated with the message;determining that the reputation score is indeterminate of the reputation of the entity, the reputation score being a value that does not provide an accurate indication of the reputation of the entity as being one of reputable or non-reputable, and in response to the determination: queuing the message based upon the reputation score being indeterminate, thereby delaying delivery of the message;collecting additional information associated with the entity that can be used to determine a reputation of the entity as being one of reputable or non-reputable;receiving an updated reputation score that is indicative of the reputation for the entity associated with the message, the updated reputation score classifying the entity as being one of reputable or non-reputable and determined, in part, from the additional information collected, wherein a non-reputable reputation indicates a tendency by an entity to participate in a particular non-legitimate activity; andin response to receiving the updated reputation score, processing the queued message based upon updated reputation score, the processing comprising: delivering the message in response to the updated reputation score indicating the entity is reputable; andsending, in response to the updated reputation score indicating the entity is non-reputable, the message to a dedicated interrogation engine to analyze the message for threats related to the particular non-legitimate activity in which the entity has exhibited a tendency to participate, and wherein a different dedicated interrogation engine is used for each different non-legitimate activity.
  • 2. The computer-implemented method of claim 1, wherein: collecting additional information comprises collecting additional information for only a predefined time period.
  • 3. The computer-implemented method of claim 1, wherein collecting additional information associated with the entity comprises analyzing other communications associated with the entity to identifying relationships between the entity and known reputable entities or known non-reputable entities.
  • 4. The computer-implemented method of claim 3, wherein identifying relationships between the entity and known reputable or non-reputable entities comprises identifying common features between the entity and the known reputable or non-reputable entities.
  • 5. A computer-implemented method, comprising: receiving an electronic communication that is associated with and received from an entity;receiving a reputation associated with the entity associated with the electronic communication;in response to the received reputation of the entity associated with the electronic communication being indeterminate that does not provide an accurate indication of the reputation of the entity as being one of reputable or non-reputable: labeling the electronic communication as a suspicious electronic communication;delaying delivery of the suspicious electronic communication;collecting additional information associated with the entity that can be used to determine a reputation of the entity as being one of reputable or non-reputable;receiving an updated reputation that is indicative of the reputation for the entity associated with the suspicious electronic communication, the updated reputation classifying the entity as being one of reputable or non-reputable and determined, in part, from the additional information collected, wherein a non-reputable reputation indicates a tendency by an entity to participate in a particular non-legitimate activity; andin response to receiving an updated reputation, processing the suspicious electronic communication based on the updated reputation, the processing comprising: delivering the suspicious electronic communication in response to the updated reputation indicating the entity is reputable; andsending, in response to the updated reputation indicating the entity is non-reputable, the suspicious electronic communication to a dedicated interrogation engine to analyze the suspicious electronic communication for threats related to the particular non-legitimate activity in which the entity has exhibited a tendency to participate, and wherein a different dedicated interrogation engine is used for each different non-legitimate activity.
  • 6. The computer-implemented method of claim 5, wherein collecting additional information associated with the entity comprising identifying relationships between the entity and known reputable entities or known non-reputable entities.
  • 7. The computer-implemented method of claim 6, wherein identifying relationships between the entity and known reputable or non-reputable entities comprises identifying common features shared by the entity and the known reputable or known non-reputable entities, including communications between the entities, identifying similar communications patterns, identifying similar communications sent independently from the entity and at least one of the known reputable or known non-reputable entities, and similar domains.
  • 8. A message interrogation system comprising: a computer system having one or more computer devices and a communications interface operable to receive a query associated with a message;instructions stored in a computer storage device, the instructions executable by a computer system and defining:a reputation module operable to retrieve reputation information related to an entity associated with the message, the reputation module being further operable to identify the entity as having an indeterminate reputation that does not provide an accurate indication of the reputation of the entity as being one of reputable or non-reputable;a flagging module operable to instruct a message processing module to queue the message, wherein the queue is operable to hold the message without delivery;a reputation information collection module being operable to collect reputation information related to the entity associated with the message that can be used to determine a reputation of the entity as being one of reputable or non-reputable, wherein a non-reputable reputation indicates a tendency by an entity to participate in a particular non-legitimate activity; andthe reputation module being further operable to derive an updated reputation based upon the collected reputation information and to communicate the updated reputation to a message transfer agent through the communications interface;wherein the message processing module is operable to process the message based upon the updated reputation, the processing comprising: forwarding the message to a recipient in response to the updated reputation indicating the entity is reputable; andsending, in response to the updated reputation indicating the entity is non-reputable, the message to a dedicated interrogation engine to analyze the message for threats related to the particular non-legitimate activity in which the entity has exhibited a tendency to participate, and wherein a different dedicated interrogation engine is used for each different non-legitimate activity.
  • 9. The system of claim 8, wherein the reputation module is operable to analyze communication patterns associated with the entity.
  • 10. The system of claim 9, wherein the reputation module is operable to compare the communication patterns associated with the entity to known behavioral profiles of reputable and non-reputable entities, and to identify the reputation based upon identifying a closest match between the communication patterns associated with the entity and the behavioral profiles of reputable and non-reputable entities.
  • 11. The system of claim 8, wherein the reputation module is operable to identify relationships between the entity and known reputable entities or known non-reputable entities.
  • 12. The system of claim 11, wherein relationships between the entity and known reputable or non-reputable entities are identified based upon identification of communications between the entities, identification of similar communications patterns, identification of similar communications sent independently from the entity and at least one of the known reputable or known non-reputable entities, and identification of similar domains.
  • 13. A system comprising: a computer system having one or more computer devices and a communications interface operable to receive an electronic message, the electronic message being associated with and sent from an entity;instructions stored in a computer storage device, the instructions executable by a computer system and defining:a message processing module operable to process the electronic message to identify the entity and to send a reputation query to a reputation module to identify a reputation of the entity associated with the electronic message;a queuing module operable to place electronic messages into a queue based upon the reputation of the entity associated with the electronic message being an indeterminate reputation that does not provide an accurate indication of the reputation of the entity as being one of reputable or non-reputable;a reputation information collection module being operable to collect reputation information related to the entity associated with the electronic message that can be used to determine a reputation of the entity as being one of reputable or non-reputable, wherein a non-reputable reputation indicates a tendency by an entity to participate in a particular non-legitimate activity; anda reprocessing module operable to periodically query the reputation module for an updated reputation for the entity associated with the electronic message, the reprocessing module being further operable to process the electronic message based upon the updated reputation of the entity associated with the electronic message indicating the entity being one of reputable or non-reputable, the processing comprising: forwarding the electronic message to a recipient in response to the updated reputation indicating the entity is reputable; andsending, in response to the updated reputation indicating the entity is non-reputable, the electronic message to a dedicated interrogation engine to analyze the electronic message for threats related to the particular non-legitimate activity in which the entity has exhibited a tendency to participate, and wherein a different dedicated interrogation engine is used for each different non-legitimate activity.
  • 14. At least one non-transitory, machine accessible storage medium having instructions stored thereon, the instructions when executed on a machine, cause the machine to: receive a message through a communications interface, the message comprising information and being a message from and associated with an entity;receive a reputation score that is indicative of a reputation for the entity associated with the message;determine that the reputation score is indeterminate of the reputation of the entity, the reputation score being a value that does not provide an accurate indication of the reputation of the entity as being one of reputable or non-reputable, and in response to the determination: queue the message based upon the reputation score being indeterminate, thereby delaying delivery of the message;collect additional information associated with the entity that can be used to determine a reputation of the entity as being one of reputable or non-reputable;receive an updated reputation score that is indicative of the reputation for the entity associated with the message, the updated reputation score classifying the entity as being one of reputable or non-reputable and determined, in part, from the additional information collected, wherein a non-reputable reputation indicates a tendency by an entity to participate in a particular non-legitimate activity; andin response to receipt of the updated reputation score, process the queued message based upon updated reputation score to: deliver the message in response to the updated reputation score indicating the entity is reputable; andsend, in response to the updated reputation score indicating the entity is non-reputable, the message to a dedicated interrogation engine to analyze the message for threats related to the particular non-legitimate activity in which the entity has exhibited a tendency to participate, and wherein a different dedicated interrogation engine is used for each different non-legitimate activity.
  • 15. At least one non-transitory, machine accessible storage medium having instructions stored thereon, the instructions when executed on a machine, cause the machine to: receive an electronic communication that is associated with and received from an entity;receive a reputation associated with the entity associated with the electronic communication;in response to the received reputation of the entity associated with the electronic communication being indeterminate in that the received reputation does not provide an accurate indication of the reputation of the entity as being one of reputable or non-reputable: label the electronic communication as a suspicious electronic communication;delay delivery of the suspicious electronic communication;collect additional information associated with the entity that can be used to determine a reputation of the entity as being one of reputable or non-reputable;receive an updated reputation that is indicative of the reputation for the entity associated with the suspicious electronic communication, the updated reputation classifying the entity as being one of reputable or non-reputable and determined, in part, from the additional information collected, wherein a non-reputable reputation indicates a tendency by an entity to participate in a particular non-legitimate activity; andin response to receipt of the updated reputation, processing the suspicious electronic communication based on the updated reputation to: deliver the suspicious electronic communication message in response to the updated reputation indicating the entity is reputable; andsend, in response to the updated reputation indicating the entity is non-reputable, the suspicious electronic communication message to a dedicated interrogation engine to analyze the suspicious electronic communication for threats related to the particular non-legitimate activity in which the entity has exhibited a tendency to participate, and wherein a different dedicated interrogation engine is used for each different non-legitimate activity.
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation-in-part and claims priority to and the benefit of U.S. application Ser. No. 11/142,943 (entitled “Systems And Methods For Classification Of Messaging Entities”) filed on Jun. 2, 2005, which claims priority as a utility of U.S. Provisional Application Ser. No. 60/625,507 (entitled “Classification of Messaging Entities”) filed on Nov. 5, 2004, both of which the entire disclosures (including any and all figures) are incorporated herein by reference. This application is a continuation-in-part and claims priority to and the benefit of U.S. application Ser. No. 11/173,941 (entitled “Message Profiling Systems And Methods”) filed on Jul. 1, 2005, which claims priority as a utility of U.S. Provisional Application Ser. No. 60/625,507 (entitled “Classification of Messaging Entities”) filed on Nov. 5, 2004, both of which the entire disclosures (including any and all figures) are incorporated herein by reference.

US Referenced Citations (664)
Number Name Date Kind
4289930 Connolly et al. Sep 1981 A
4384325 Slechta et al. May 1983 A
4386416 Giltner et al. May 1983 A
4532588 Foster Jul 1985 A
4713780 Schultz et al. Dec 1987 A
4754428 Schultz et al. Jun 1988 A
4837798 Cohen et al. Jun 1989 A
4853961 Pastor Aug 1989 A
4864573 Horsten Sep 1989 A
4951196 Jackson Aug 1990 A
4975950 Lentz Dec 1990 A
4979210 Nagata et al. Dec 1990 A
5008814 Mathur Apr 1991 A
5020059 Gorin et al. May 1991 A
5051886 Kawaguchi et al. Sep 1991 A
5054096 Beizer Oct 1991 A
5105184 Pirani et al. Apr 1992 A
5119465 Jack et al. Jun 1992 A
5136690 Becker et al. Aug 1992 A
5144557 Wang Sep 1992 A
5144659 Jones Sep 1992 A
5144660 Rose Sep 1992 A
5167011 Priest Nov 1992 A
5210824 Putz et al. May 1993 A
5210825 Kavaler May 1993 A
5235642 Wobber et al. Aug 1993 A
5239466 Morgan et al. Aug 1993 A
5247661 Hager et al. Sep 1993 A
5276869 Forrest et al. Jan 1994 A
5278901 Shieh et al. Jan 1994 A
5283887 Zachery Feb 1994 A
5293250 Okumura et al. Mar 1994 A
5313521 Torii et al. May 1994 A
5319776 Hile et al. Jun 1994 A
5355472 Lewis Oct 1994 A
5367621 Cohen et al. Nov 1994 A
5377354 Scannell et al. Dec 1994 A
5379340 Overend et al. Jan 1995 A
5379374 Ishizaki et al. Jan 1995 A
5384848 Kikuchi Jan 1995 A
5404231 Bloomfield Apr 1995 A
5406557 Baudoin Apr 1995 A
5414833 Hershey et al. May 1995 A
5416842 Aziz May 1995 A
5418908 Keller et al. May 1995 A
5424724 Williams et al. Jun 1995 A
5479411 Klein Dec 1995 A
5481312 Cash et al. Jan 1996 A
5483466 Kawahara et al. Jan 1996 A
5485409 Gupta et al. Jan 1996 A
5495610 Shing et al. Feb 1996 A
5509074 Choudhury et al. Apr 1996 A
5511122 Atkinson Apr 1996 A
5513126 Harkins et al. Apr 1996 A
5513323 Williams et al. Apr 1996 A
5530852 Meske, Jr. et al. Jun 1996 A
5535276 Ganesan Jul 1996 A
5541993 Fan et al. Jul 1996 A
5544320 Konrad Aug 1996 A
5550984 Gelb Aug 1996 A
5550994 Tashiro et al. Aug 1996 A
5557742 Smaha et al. Sep 1996 A
5572643 Judson Nov 1996 A
5577209 Boyle et al. Nov 1996 A
5586254 Kondo et al. Dec 1996 A
5602918 Chen et al. Feb 1997 A
5606668 Shwed Feb 1997 A
5608819 Ikeuchi Mar 1997 A
5608874 Ogawa et al. Mar 1997 A
5619648 Canale et al. Apr 1997 A
5621889 Lermuzeaux et al. Apr 1997 A
5632011 Landfield et al. May 1997 A
5638487 Chigier Jun 1997 A
5644404 Hashimoto et al. Jul 1997 A
5657461 Harkins et al. Aug 1997 A
5673322 Pepe et al. Sep 1997 A
5675507 Bobo, II Oct 1997 A
5675733 Williams Oct 1997 A
5677955 Doggett et al. Oct 1997 A
5694616 Johnson et al. Dec 1997 A
5696822 Nachenberg Dec 1997 A
5706442 Anderson et al. Jan 1998 A
5708780 Levergood et al. Jan 1998 A
5708826 Ikeda et al. Jan 1998 A
5710883 Hong et al. Jan 1998 A
5727156 Herr-Hoyman et al. Mar 1998 A
5740231 Cohn et al. Apr 1998 A
5742759 Nessett et al. Apr 1998 A
5742769 Lee et al. Apr 1998 A
5745574 Muftic Apr 1998 A
5751956 Kirsch May 1998 A
5758343 Vigil et al. May 1998 A
5764906 Edelstein et al. Jun 1998 A
5768528 Stumm Jun 1998 A
5768552 Jacoby Jun 1998 A
5771348 Kubatzki et al. Jun 1998 A
5778372 Cordell et al. Jul 1998 A
5781857 Hwang et al. Jul 1998 A
5781901 Kuzma Jul 1998 A
5790789 Suarez Aug 1998 A
5790790 Smith et al. Aug 1998 A
5790793 Higley Aug 1998 A
5793763 Mayes et al. Aug 1998 A
5793972 Shane Aug 1998 A
5796942 Esbensen Aug 1998 A
5796948 Cohen Aug 1998 A
5801700 Ferguson Sep 1998 A
5805719 Pare, Jr. et al. Sep 1998 A
5812398 Nielsen Sep 1998 A
5812776 Gifford Sep 1998 A
5822526 Waskiewicz Oct 1998 A
5822527 Post Oct 1998 A
5826013 Nachenberg Oct 1998 A
5826014 Coley et al. Oct 1998 A
5826022 Nielsen Oct 1998 A
5826029 Gore, Jr. et al. Oct 1998 A
5835087 Herz et al. Nov 1998 A
5845084 Cordell et al. Dec 1998 A
5850442 Muftic Dec 1998 A
5855020 Kirsch Dec 1998 A
5860068 Cook Jan 1999 A
5862325 Reed et al. Jan 1999 A
5864852 Luotonen Jan 1999 A
5878230 Weber et al. Mar 1999 A
5884033 Duvall et al. Mar 1999 A
5892825 Mages et al. Apr 1999 A
5893114 Hashimoto et al. Apr 1999 A
5896499 McKelvey Apr 1999 A
5898830 Wesinger et al. Apr 1999 A
5898836 Freivald et al. Apr 1999 A
5903723 Becker et al. May 1999 A
5911776 Guck Jun 1999 A
5923846 Gage et al. Jul 1999 A
5930479 Hall Jul 1999 A
5933478 Ozaki et al. Aug 1999 A
5933498 Schneck et al. Aug 1999 A
5937164 Mages et al. Aug 1999 A
5940591 Boyle et al. Aug 1999 A
5948062 Tzelnic et al. Sep 1999 A
5958005 Thorne et al. Sep 1999 A
5963915 Kirsch Oct 1999 A
5978799 Hirsch Nov 1999 A
5987609 Hasebe Nov 1999 A
5987610 Franczek et al. Nov 1999 A
5991881 Conklin et al. Nov 1999 A
5999932 Paul Dec 1999 A
6003027 Prager Dec 1999 A
6006329 Chi Dec 1999 A
6012144 Pickett Jan 2000 A
6014651 Crawford Jan 2000 A
6023723 McCormick et al. Feb 2000 A
6029256 Kouznetsov Feb 2000 A
6035423 Hodges et al. Mar 2000 A
6052709 Paul Apr 2000 A
6052784 Day Apr 2000 A
6058381 Nelson May 2000 A
6058482 Liu May 2000 A
6061448 Smith et al. May 2000 A
6061722 Lipa et al. May 2000 A
6072942 Stockwell et al. Jun 2000 A
6073142 Geiger et al. Jun 2000 A
6088804 Hill et al. Jul 2000 A
6092114 Shaffer et al. Jul 2000 A
6092194 Touboul Jul 2000 A
6094277 Toyoda Jul 2000 A
6094731 Waldin et al. Jul 2000 A
6104500 Alam et al. Aug 2000 A
6108688 Nielsen Aug 2000 A
6108691 Lee et al. Aug 2000 A
6108786 Knowlson Aug 2000 A
6118856 Paarsmarkt et al. Sep 2000 A
6118886 Baumgart et al. Sep 2000 A
6119137 Smith et al. Sep 2000 A
6119142 Kosaka Sep 2000 A
6119230 Carter Sep 2000 A
6119236 Shipley Sep 2000 A
6122661 Stedman et al. Sep 2000 A
6141695 Sekiguchi et al. Oct 2000 A
6141778 Kane et al. Oct 2000 A
6145083 Shaffer et al. Nov 2000 A
6151675 Smith Nov 2000 A
6161130 Horvitz et al. Dec 2000 A
6165314 Gardner et al. Dec 2000 A
6185314 Crabtree et al. Feb 2001 B1
6185680 Shimbo et al. Feb 2001 B1
6185689 Todd, Sr. et al. Feb 2001 B1
6192360 Dumais et al. Feb 2001 B1
6192407 Smith et al. Feb 2001 B1
6199102 Cobb Mar 2001 B1
6202157 Brownlie et al. Mar 2001 B1
6219714 Inhwan et al. Apr 2001 B1
6223213 Cleron et al. Apr 2001 B1
6247045 Shaw et al. Jun 2001 B1
6249575 Heilmann et al. Jun 2001 B1
6249807 Shaw et al. Jun 2001 B1
6260043 Puri et al. Jul 2001 B1
6266668 Vanderveldt et al. Jul 2001 B1
6269447 Maloney et al. Jul 2001 B1
6269456 Hodges et al. Jul 2001 B1
6272532 Feinleib Aug 2001 B1
6275942 Bernhard et al. Aug 2001 B1
6279113 Vaidya Aug 2001 B1
6279133 Vafai et al. Aug 2001 B1
6282565 Shaw et al. Aug 2001 B1
6285991 Powar Sep 2001 B1
6289214 Backstrom Sep 2001 B1
6298445 Shostack et al. Oct 2001 B1
6301668 Gleichauf et al. Oct 2001 B1
6304898 Shiigi Oct 2001 B1
6304973 Williams Oct 2001 B1
6311207 Mighdoll et al. Oct 2001 B1
6317829 Van Oorschot Nov 2001 B1
6320948 Heilmann et al. Nov 2001 B1
6321267 Donaldson Nov 2001 B1
6324569 Ogilvie et al. Nov 2001 B1
6324647 Bowman-Amuah Nov 2001 B1
6324656 Gleichauf et al. Nov 2001 B1
6330589 Kennedy Dec 2001 B1
6347374 Drake et al. Feb 2002 B1
6353886 Howard et al. Mar 2002 B1
6363489 Comay et al. Mar 2002 B1
6370648 Diep Apr 2002 B1
6373950 Rowney Apr 2002 B1
6385655 Smith et al. May 2002 B1
6393465 Leeds May 2002 B2
6393568 Ranger et al. May 2002 B1
6405318 Rowland Jun 2002 B1
6434624 Gai et al. Aug 2002 B1
6442588 Clark et al. Aug 2002 B1
6442686 McArdle et al. Aug 2002 B1
6453345 Trcka et al. Sep 2002 B2
6460050 Pace et al. Oct 2002 B1
6460141 Olden Oct 2002 B1
6470086 Smith Oct 2002 B1
6487599 Smith et al. Nov 2002 B1
6487666 Shanklin et al. Nov 2002 B1
6502191 Smith et al. Dec 2002 B1
6516411 Smith Feb 2003 B2
6519703 Joyce Feb 2003 B1
6539430 Humes Mar 2003 B1
6546416 Kirsch Apr 2003 B1
6546493 Magdych et al. Apr 2003 B1
6550012 Villa et al. Apr 2003 B1
6574737 Kingsford et al. Jun 2003 B1
6578025 Pollack et al. Jun 2003 B1
6609196 Dickinson, III et al. Aug 2003 B1
6636946 Jeddelch Oct 2003 B2
6650890 Irlam et al. Nov 2003 B1
6654787 Aronson et al. Nov 2003 B1
6661353 Gopen Dec 2003 B1
6662170 Dom et al. Dec 2003 B1
6675153 Cook et al. Jan 2004 B1
6681331 Munson et al. Jan 2004 B1
6687687 Smadja Feb 2004 B1
6697950 Ko Feb 2004 B1
6701440 Kim et al. Mar 2004 B1
6704874 Porras et al. Mar 2004 B1
6711127 Gorman et al. Mar 2004 B1
6711687 Sekiguchi Mar 2004 B1
6725377 Kouznetsov Apr 2004 B1
6732101 Cook May 2004 B1
6732157 Gordon et al. May 2004 B1
6735703 Kilpatrick et al. May 2004 B1
6738462 Brunson May 2004 B1
6742116 Matsui et al. May 2004 B1
6742124 Kilpatrick et al. May 2004 B1
6742128 Joiner May 2004 B1
6754705 Joiner et al. Jun 2004 B2
6757830 Tarbotton et al. Jun 2004 B1
6760309 Rochberger et al. Jul 2004 B1
6768991 Hearnden Jul 2004 B2
6769016 Rothwell et al. Jul 2004 B2
6772196 Kirsch et al. Aug 2004 B1
6775657 Baker Aug 2004 B1
6792546 Shanklin et al. Sep 2004 B1
6880156 Landherr et al. Apr 2005 B1
6892178 Zacharia May 2005 B1
6892179 Zacharia May 2005 B1
6892237 Gai et al. May 2005 B1
6895385 Zacharia et al. May 2005 B1
6895438 Ulrich May 2005 B1
6907430 Chong et al. Jun 2005 B2
6910135 Grainger Jun 2005 B1
6928556 Black et al. Aug 2005 B2
6941348 Petry et al. Sep 2005 B2
6941467 Judge et al. Sep 2005 B2
6968461 Lucas et al. Nov 2005 B1
6981143 Mullen et al. Dec 2005 B2
7051077 Lin May 2006 B2
7076527 Bellegarda et al. Jul 2006 B2
7089428 Farley et al. Aug 2006 B2
7089590 Judge et al. Aug 2006 B2
7092992 Yu Aug 2006 B1
7093129 Gavagni et al. Aug 2006 B1
7096498 Judge Aug 2006 B2
7117358 Bandini et al. Oct 2006 B2
7124372 Brin Oct 2006 B2
7124438 Judge et al. Oct 2006 B2
7131003 Lord et al. Oct 2006 B2
7143213 Need et al. Nov 2006 B2
7152105 McClure et al. Dec 2006 B2
7155243 Baldwin et al. Dec 2006 B2
7164678 Connor Jan 2007 B2
7206814 Kirsch Apr 2007 B2
7209954 Rothwell et al. Apr 2007 B1
7213260 Judge May 2007 B2
7219131 Banister et al. May 2007 B2
7225466 Judge May 2007 B2
7254608 Yeager et al. Aug 2007 B2
7254712 Godfrey et al. Aug 2007 B2
7260840 Swander et al. Aug 2007 B2
7272149 Bly et al. Sep 2007 B2
7272853 Goodman et al. Sep 2007 B2
7278159 Kaashoek et al. Oct 2007 B2
7349332 Srinivasan et al. Mar 2008 B1
7376731 Kahn et al. May 2008 B2
7379900 Wren May 2008 B1
7385924 Riddle Jun 2008 B1
7458098 Judge et al. Nov 2008 B2
7460476 Morris et al. Dec 2008 B1
7461339 Liao et al. Dec 2008 B2
7496634 Cooley Feb 2009 B1
7502829 Radatti et al. Mar 2009 B2
7506155 Stewart et al. Mar 2009 B1
7519563 Urmanov et al. Apr 2009 B1
7519994 Judge et al. Apr 2009 B2
7522516 Parker Apr 2009 B1
7523092 Andreev et al. Apr 2009 B2
7543053 Goodman et al. Jun 2009 B2
7543056 McClure et al. Jun 2009 B2
7545748 Riddle Jun 2009 B1
7610344 Mehr et al. Oct 2009 B2
7617160 Grove et al. Nov 2009 B1
7620986 Jagannathan et al. Nov 2009 B1
7624448 Coffman Nov 2009 B2
7644127 Yu Jan 2010 B2
7647321 Lund et al. Jan 2010 B2
7647411 Schiavone et al. Jan 2010 B1
7668951 Lund et al. Feb 2010 B2
7693947 Judge et al. Apr 2010 B2
7694128 Judge et al. Apr 2010 B2
7711684 Sundaresan et al. May 2010 B2
7716310 Foti May 2010 B2
7730316 Baccash Jun 2010 B1
7731316 Yanovsky et al. Jun 2010 B2
7739253 Yanovsky et al. Jun 2010 B1
7748038 Olivier et al. Jun 2010 B2
7779156 Alperovitch et al. Aug 2010 B2
7779466 Judge et al. Aug 2010 B2
7870203 Judge et al. Jan 2011 B2
7899866 Buckingham et al. Mar 2011 B1
7903549 Judge et al. Mar 2011 B2
7917627 Andriantsiferana et al. Mar 2011 B1
7937480 Alperovitch et al. May 2011 B2
7941523 Andreev et al. May 2011 B2
7949716 Alperovitch et al. May 2011 B2
7949992 Andreev et al. May 2011 B2
7966335 Slater et al. Jun 2011 B2
8042149 Judge Oct 2011 B2
8042181 Judge Oct 2011 B2
8045458 Alperovitch et al. Oct 2011 B2
8051134 Begeja et al. Nov 2011 B1
8069481 Judge Nov 2011 B2
8079087 Spies et al. Dec 2011 B1
8095876 Verstak et al. Jan 2012 B1
8132250 Judge et al. Mar 2012 B2
8160975 Tang et al. Apr 2012 B2
8179798 Alperovitch et al. May 2012 B2
8185930 Alperovitch et al. May 2012 B2
8214497 Alperovitch et al. Jul 2012 B2
20010037311 McCoy et al. Nov 2001 A1
20010049793 Sugimoto Dec 2001 A1
20020004902 Toh et al. Jan 2002 A1
20020009079 Jugck et al. Jan 2002 A1
20020013692 Chandhok et al. Jan 2002 A1
20020016910 Wright et al. Feb 2002 A1
20020023089 Woo Feb 2002 A1
20020023140 Hile et al. Feb 2002 A1
20020026591 Hartley et al. Feb 2002 A1
20020032871 Malan et al. Mar 2002 A1
20020035683 Kaashoek et al. Mar 2002 A1
20020042876 Smith Apr 2002 A1
20020046041 Lang Apr 2002 A1
20020049853 Chu et al. Apr 2002 A1
20020051575 Myers et al. May 2002 A1
20020059454 Barrett et al. May 2002 A1
20020062368 Holtzman et al. May 2002 A1
20020078382 Sheikh et al. Jun 2002 A1
20020087882 Schneier et al. Jul 2002 A1
20020095492 Kaashoek et al. Jul 2002 A1
20020112013 Walsh Aug 2002 A1
20020112185 Hodges Aug 2002 A1
20020116627 Tarbotton et al. Aug 2002 A1
20020120853 Tyree Aug 2002 A1
20020133365 Grey et al. Sep 2002 A1
20020138416 Lovejoy et al. Sep 2002 A1
20020138755 Ko Sep 2002 A1
20020138759 Dutta Sep 2002 A1
20020138762 Horne Sep 2002 A1
20020143963 Converse et al. Oct 2002 A1
20020147734 Shoup et al. Oct 2002 A1
20020152399 Smith Oct 2002 A1
20020159575 Skladman et al. Oct 2002 A1
20020165971 Baron Nov 2002 A1
20020169954 Bandini et al. Nov 2002 A1
20020172367 Mulder et al. Nov 2002 A1
20020178227 Matsa et al. Nov 2002 A1
20020178383 Hrabik et al. Nov 2002 A1
20020178410 Haitsma et al. Nov 2002 A1
20020188732 Buckman et al. Dec 2002 A1
20020188864 Jackson Dec 2002 A1
20020194469 Dominique et al. Dec 2002 A1
20020199095 Bandini et al. Dec 2002 A1
20030005326 Flemming Jan 2003 A1
20030005331 Williams Jan 2003 A1
20030009554 Burch et al. Jan 2003 A1
20030009693 Brock et al. Jan 2003 A1
20030009696 Bunker et al. Jan 2003 A1
20030009699 Gupta et al. Jan 2003 A1
20030014664 Hentunen Jan 2003 A1
20030023692 Moroo Jan 2003 A1
20030023695 Kobata et al. Jan 2003 A1
20030023736 Abkemeier Jan 2003 A1
20030023873 Ben-Itzhak Jan 2003 A1
20030023874 Prokupets et al. Jan 2003 A1
20030023875 Hursey et al. Jan 2003 A1
20030028406 Herz et al. Feb 2003 A1
20030028803 Bunker et al. Feb 2003 A1
20030033516 Howard et al. Feb 2003 A1
20030033542 Goseva-Popstojanova et al. Feb 2003 A1
20030041264 Black et al. Feb 2003 A1
20030046253 Shetty et al. Mar 2003 A1
20030051026 Carter et al. Mar 2003 A1
20030051163 Bidaud Mar 2003 A1
20030051168 King et al. Mar 2003 A1
20030055931 Cravo De Almeida et al. Mar 2003 A1
20030061506 Cooper et al. Mar 2003 A1
20030065943 Geis et al. Apr 2003 A1
20030084280 Bryan et al. May 2003 A1
20030084320 Tarquini et al. May 2003 A1
20030084323 Gales May 2003 A1
20030084347 Luzzatto May 2003 A1
20030088792 Card et al. May 2003 A1
20030093518 Hiraga May 2003 A1
20030093667 Dutta et al. May 2003 A1
20030093695 Dutta May 2003 A1
20030093696 Sugimoto May 2003 A1
20030095555 McNamara et al. May 2003 A1
20030097439 Strayer et al. May 2003 A1
20030097564 Tewari et al. May 2003 A1
20030105976 Copeland, III Jun 2003 A1
20030110392 Aucsmith et al. Jun 2003 A1
20030110396 Lewis et al. Jun 2003 A1
20030115485 Milliken Jun 2003 A1
20030115486 Choi et al. Jun 2003 A1
20030123665 Dunstan et al. Jul 2003 A1
20030126464 McDaniel et al. Jul 2003 A1
20030126472 Banzhof Jul 2003 A1
20030135749 Gales et al. Jul 2003 A1
20030140137 Joiner et al. Jul 2003 A1
20030140250 Taninaka et al. Jul 2003 A1
20030145212 Crumly Jul 2003 A1
20030145225 Bruton, III et al. Jul 2003 A1
20030145226 Bruton, III et al. Jul 2003 A1
20030149887 Yadav Aug 2003 A1
20030149888 Yadav Aug 2003 A1
20030152076 Lee et al. Aug 2003 A1
20030152096 Chapman Aug 2003 A1
20030154393 Young Aug 2003 A1
20030154399 Zuk et al. Aug 2003 A1
20030154402 Pandit et al. Aug 2003 A1
20030158905 Petry et al. Aug 2003 A1
20030159069 Choi et al. Aug 2003 A1
20030159070 Mayer et al. Aug 2003 A1
20030167308 Schran Sep 2003 A1
20030167402 Stolfo et al. Sep 2003 A1
20030172166 Judge et al. Sep 2003 A1
20030172167 Judge et al. Sep 2003 A1
20030172289 Soppera Sep 2003 A1
20030172291 Judge et al. Sep 2003 A1
20030172292 Judge Sep 2003 A1
20030172294 Judge Sep 2003 A1
20030172301 Judge et al. Sep 2003 A1
20030172302 Judge et al. Sep 2003 A1
20030182421 Faybishenko et al. Sep 2003 A1
20030187936 Bodin et al. Oct 2003 A1
20030187996 Cardina et al. Oct 2003 A1
20030204596 Yadav Oct 2003 A1
20030204719 Ben Oct 2003 A1
20030204741 Schoen et al. Oct 2003 A1
20030212791 Pickup Nov 2003 A1
20030233328 Scott et al. Dec 2003 A1
20040015554 Wilson Jan 2004 A1
20040025044 Day Feb 2004 A1
20040034794 Mayer et al. Feb 2004 A1
20040054886 Dickinson et al. Mar 2004 A1
20040058673 Iriam et al. Mar 2004 A1
20040059811 Sugauchi et al. Mar 2004 A1
20040088570 Roberts et al. May 2004 A1
20040098464 Koch et al. May 2004 A1
20040111519 Fu et al. Jun 2004 A1
20040111531 Staniford et al. Jun 2004 A1
20040122926 Moore et al. Jun 2004 A1
20040122967 Bressler et al. Jun 2004 A1
20040123157 Alagna et al. Jun 2004 A1
20040128355 Chao et al. Jul 2004 A1
20040139160 Wallace et al. Jul 2004 A1
20040139334 Wiseman Jul 2004 A1
20040165727 Moreh et al. Aug 2004 A1
20040167968 Wilson et al. Aug 2004 A1
20040177120 Kirsch Sep 2004 A1
20040203589 Wang et al. Oct 2004 A1
20040205135 Hallam-Baker Oct 2004 A1
20040221062 Starbuck et al. Nov 2004 A1
20040236884 Beetz Nov 2004 A1
20040249895 Way Dec 2004 A1
20040255122 Ingerman et al. Dec 2004 A1
20040267893 Lin Dec 2004 A1
20050021738 Goeller Jan 2005 A1
20050021997 Beynon et al. Jan 2005 A1
20050033742 Kamvar et al. Feb 2005 A1
20050044158 Malik Feb 2005 A1
20050052998 Oliver et al. Mar 2005 A1
20050060295 Gould et al. Mar 2005 A1
20050060643 Glass et al. Mar 2005 A1
20050065810 Bouron Mar 2005 A1
20050086300 Yaeger et al. Apr 2005 A1
20050091319 Kirsch Apr 2005 A1
20050091320 Kirsch et al. Apr 2005 A1
20050102366 Kirsch May 2005 A1
20050120019 Rigoutsos et al. Jun 2005 A1
20050141427 Bartkay Jun 2005 A1
20050149383 Zacharia et al. Jul 2005 A1
20050159998 Buyukkokten et al. Jul 2005 A1
20050160148 Yu Jul 2005 A1
20050192958 Widjojo et al. Sep 2005 A1
20050193076 Flury et al. Sep 2005 A1
20050198159 Kirsch Sep 2005 A1
20050204001 Stein et al. Sep 2005 A1
20050216564 Myers et al. Sep 2005 A1
20050256866 Lu et al. Nov 2005 A1
20050262209 Yu Nov 2005 A1
20050262210 Yu Nov 2005 A1
20050262556 Waisman et al. Nov 2005 A1
20060007936 Shrum et al. Jan 2006 A1
20060009994 Hogg et al. Jan 2006 A1
20060010212 Whitney et al. Jan 2006 A1
20060015561 Murphy et al. Jan 2006 A1
20060015563 Judge et al. Jan 2006 A1
20060015942 Judge et al. Jan 2006 A1
20060016824 Guerra Jan 2006 A1
20060021055 Judge et al. Jan 2006 A1
20060023940 Katsuyama Feb 2006 A1
20060031314 Brahms et al. Feb 2006 A1
20060031483 Lund et al. Feb 2006 A1
20060036693 Hulten et al. Feb 2006 A1
20060036727 Kurapati et al. Feb 2006 A1
20060041508 Pham et al. Feb 2006 A1
20060042483 Work et al. Mar 2006 A1
20060047794 Jezierski Mar 2006 A1
20060059238 Slater et al. Mar 2006 A1
20060095404 Adelman et al. May 2006 A1
20060095586 Adelman et al. May 2006 A1
20060112026 Graf et al. May 2006 A1
20060123083 Goutte et al. Jun 2006 A1
20060129810 Jeong et al. Jun 2006 A1
20060149821 Rajan et al. Jul 2006 A1
20060155553 Brohman et al. Jul 2006 A1
20060168024 Mehr et al. Jul 2006 A1
20060168041 Mishra et al. Jul 2006 A1
20060174337 Bernoth Aug 2006 A1
20060174341 Judge Aug 2006 A1
20060179113 Buckingham et al. Aug 2006 A1
20060184632 Marino et al. Aug 2006 A1
20060191002 Lee et al. Aug 2006 A1
20060212925 Shull et al. Sep 2006 A1
20060212930 Shull et al. Sep 2006 A1
20060212931 Shull et al. Sep 2006 A1
20060225136 Rounthwaite et al. Oct 2006 A1
20060230039 Shull et al. Oct 2006 A1
20060230134 Qian et al. Oct 2006 A1
20060248156 Judge et al. Nov 2006 A1
20060251068 Judge et al. Nov 2006 A1
20060253447 Judge Nov 2006 A1
20060253458 Dixon et al. Nov 2006 A1
20060253578 Dixon et al. Nov 2006 A1
20060253579 Dixon et al. Nov 2006 A1
20060253582 Dixon et al. Nov 2006 A1
20060253584 Dixon et al. Nov 2006 A1
20060265747 Judge Nov 2006 A1
20060267802 Judge et al. Nov 2006 A1
20060277259 Murphy et al. Dec 2006 A1
20060277264 Rainisto Dec 2006 A1
20070002831 Allen et al. Jan 2007 A1
20070019235 Lee Jan 2007 A1
20070025304 Leelahakriengkrai et al. Feb 2007 A1
20070027992 Judge et al. Feb 2007 A1
20070028301 Shull et al. Feb 2007 A1
20070043738 Morris et al. Feb 2007 A1
20070078675 Kaplan Apr 2007 A1
20070124803 Taraz May 2007 A1
20070130350 Alperovitch et al. Jun 2007 A1
20070130351 Alperovitch et al. Jun 2007 A1
20070168394 Vivekanand Jul 2007 A1
20070195753 Judge et al. Aug 2007 A1
20070195779 Judge et al. Aug 2007 A1
20070199070 Hughes Aug 2007 A1
20070203997 Ingerman et al. Aug 2007 A1
20070208817 Lund et al. Sep 2007 A1
20070208853 Yang Sep 2007 A1
20070214151 Thomas et al. Sep 2007 A1
20070233787 Pagan Oct 2007 A1
20070239642 Sindhwani et al. Oct 2007 A1
20070253412 Batteram et al. Nov 2007 A1
20070260691 Kallqvist et al. Nov 2007 A1
20080004048 Cai et al. Jan 2008 A1
20080005108 Ozzie et al. Jan 2008 A1
20080005223 Flake et al. Jan 2008 A1
20080022384 Yee et al. Jan 2008 A1
20080047009 Overcash et al. Feb 2008 A1
20080077517 Sappington Mar 2008 A1
20080082662 Dandliker et al. Apr 2008 A1
20080091765 Gammage et al. Apr 2008 A1
20080103843 Goeppert et al. May 2008 A1
20080104180 Gabe May 2008 A1
20080104235 Oliver et al. May 2008 A1
20080123823 Pirzada et al. May 2008 A1
20080159632 Oliver et al. Jul 2008 A1
20080175226 Alperovitch et al. Jul 2008 A1
20080175266 Alperovitch et al. Jul 2008 A1
20080177684 Laxman et al. Jul 2008 A1
20080177691 Alperovitch et al. Jul 2008 A1
20080178259 Alperovitch et al. Jul 2008 A1
20080178288 Alperovitch et al. Jul 2008 A1
20080256622 Neystadt et al. Oct 2008 A1
20080301755 Sinha et al. Dec 2008 A1
20080303689 Iverson Dec 2008 A1
20090003204 Okholm et al. Jan 2009 A1
20090089279 Jeong et al. Apr 2009 A1
20090103524 Mantripragada et al. Apr 2009 A1
20090113016 Sen et al. Apr 2009 A1
20090119740 Alperovitch et al. May 2009 A1
20090122699 Alperovitch et al. May 2009 A1
20090125980 Alperovitch et al. May 2009 A1
20090164582 Dasgupta et al. Jun 2009 A1
20090192955 Tang et al. Jul 2009 A1
20090254499 Deyo Oct 2009 A1
20090254572 Redlich et al. Oct 2009 A1
20090254663 Alperovitch et al. Oct 2009 A1
20090282476 Nachenberg et al. Nov 2009 A1
20100115040 Sargent et al. May 2010 A1
20100306846 Alperovitch et al. Dec 2010 A1
20110053513 Papakostas et al. Mar 2011 A1
20110280160 Yang Nov 2011 A1
20110296519 Ide et al. Dec 2011 A1
20120011252 Alperovitch et al. Jan 2012 A1
20120084441 Alperovitch et al. Apr 2012 A1
20120110672 Judge et al. May 2012 A1
20120174219 Hernandez et al. Jul 2012 A1
20120204265 Judge Aug 2012 A1
20120216248 Alperovitch et al. Aug 2012 A1
20120239751 Alperovitch et al. Sep 2012 A1
20120240228 Alperovitch et al. Sep 2012 A1
20120271890 Judge et al. Oct 2012 A1
Foreign Referenced Citations (124)
Number Date Country
2005304883 May 2006 AU
2006315184 May 2007 AU
2008207924 Jul 2008 AU
2008207926 Jul 2008 AU
2008207930 Jul 2008 AU
2008323779 May 2009 AU
2008323784 May 2009 AU
2008323922 May 2009 AU
2009203095 Aug 2009 AU
2478299 Sep 2003 CA
2564533 Dec 2005 CA
2586709 May 2006 CA
2628189 May 2007 CA
2654796 Dec 2007 CA
1363899 Aug 2002 CN
1471098 Jan 2004 CN
10140166 Apr 2009 CN
101443736 May 2009 CN
101730892 Jun 2010 CN
101730904 Jun 2010 CN
101730903 Nov 2012 CN
103095672 May 2013 CN
0375138 Jun 1990 EP
0413537 Feb 1991 EP
0420779 Apr 1991 EP
0720333 Jul 1996 EP
0838774 Apr 1998 EP
0869652 Oct 1998 EP
0907120 Apr 1999 EP
1326376 Jul 2003 EP
1488316 Dec 2004 EP
1271846 Jul 2005 EP
1672558 Jun 2006 EP
1820101 Aug 2007 EP
1819108 Jun 2008 EP
1982540 Oct 2008 EP
2036246 Mar 2009 EP
2115642 Nov 2009 EP
2115689 Nov 2009 EP
2213056 Aug 2010 EP
2218215 Aug 2010 EP
2223258 Sep 2010 EP
2562975 Feb 2013 EP
2562976 Feb 2013 EP
2562986 Feb 2013 EP
2562987 Feb 2013 EP
2271002 Mar 1994 GB
2357932 Jul 2001 GB
3279-DELNP-2007 Aug 2007 IN
4233-DELNP-2007 Aug 2008 IN
4842CHENP2009 Jan 2010 IN
4763CHENP2009 Jul 2010 IN
2000-148276 May 2000 JP
2000-215046 Aug 2000 JP
2001-028006 Jan 2001 JP
2003-150482 May 2003 JP
2004-533677 Nov 2004 JP
2004-537075 Dec 2004 JP
2005-520230 Jul 2005 JP
2006-268544 Oct 2006 JP
2006-350870 Dec 2006 JP
18350870 Dec 2006 JP
2007-540073 Jun 2008 JP
2009-516269 Apr 2009 JP
10-0447082 Sep 2004 KR
2006-0012137 Feb 2006 KR
2006-0028200 Mar 2006 KR
2006-028200 Mar 2006 KR
1020060041934 May 2006 KR
10-0699531 Mar 2007 KR
699531 Mar 2007 KR
10-0737523 Jul 2007 KR
737523 Jul 2007 KR
10-0750377 Aug 2007 KR
750377 Aug 2007 KR
447082 Dec 2009 KR
106744 Nov 2004 SG
142513 Jun 2008 SG
WO 9635994 Nov 1996 WO
WO 9905814 Feb 1999 WO
WO 9933188 Jul 1999 WO
WO 9937066 Jul 1999 WO
WO 0007312 Feb 2000 WO
WO 0008543 Feb 2000 WO
WO 0042748 Jul 2000 WO
WO 0059167 Oct 2000 WO
WO 0117165 Mar 2001 WO
WO 01022686 Mar 2001 WO
WO 0150691 Jul 2001 WO
WO 0176181 Oct 2001 WO
WO 0180480 Oct 2001 WO
WO 0188834 Nov 2001 WO
WO 0213469 Feb 2002 WO
WO 0213489 Feb 2002 WO
WO 0215521 Feb 2002 WO
WO 02075547 Sep 2002 WO
WO 02082293 Oct 2002 WO
WO 02091706 Nov 2002 WO
WO 03077071 Sep 2003 WO
WO 2004061698 Jul 2004 WO
WO 2004061703 Jul 2004 WO
WO 2004081734 Sep 2004 WO
2004088455 Oct 2004 WO
WO 2005006139 Jan 2005 WO
WO 2005086437 Sep 2005 WO
WO 2005116851 Dec 2005 WO
WO 2005119485 Dec 2005 WO
WO 2005119488 Dec 2005 WO
WO 2006029399 Mar 2006 WO
WO 2006119509 Mar 2006 WO
WO 2006052736 May 2006 WO
WO 2007030951 Mar 2007 WO
WO 2007059428 May 2007 WO
WO 2007146690 Dec 2007 WO
WO 2007146696 Dec 2007 WO
WO 2007146701 Dec 2007 WO
WO 2008008543 Jan 2008 WO
WO 2008091980 Jul 2008 WO
WO 2008091982 Jul 2008 WO
WO 2008091986 Jul 2008 WO
WO 2009146118 Feb 2009 WO
WO 2009061893 May 2009 WO
WO 2009062018 May 2009 WO
WO 2009062023 May 2009 WO
Non-Patent Literature Citations (121)
Entry
Japanese Examiner Koji Tamaki, Office Action in JP App. Ser. No. 2007-540073, dated Dec. 16, 2010, 4 pages.
Article entitled “An Example-Based Mapping Method for Text Categorization and Retrieval” by Yang et. al., in ACM Transactions on Information Systems, Jul. 1994, vol. 12, No. 3, pp. 252-277.
Article entitled “A Comparison of Two Learning Algorithms for Text Categorization” by Lewis et al., in Third Annual Symposium on Document Analysis and Information Retrieval, Apr. 11-13, 1994, pp. 81-92.
Article entitled “Learning Limited Dependence Bayesian Classifiers” by Sahami, in Proceedings of the Second International Conference on Knowledge Discovery and Data Mining, 1996, pp. 335-338.
Article entitled “An Evaluation of Phrasal and Clustered Representations on a Text Categorization Task” by Lewis, in 15th Ann Int'l SIGIR, Jun. 1992, pp. 37-50.
Book entitled Machine Learning by Mitchell, 1997, pp. 180-184.
Article entitled “Learning Rules that Classify E-mail” by Cohen, pp. 1-8. Date unknown.
Article entitled “Hierarchically classifying documents using very few words” by Koller et. al., in Proceedings of the Fourteenth International Conference on Machine Learning, 1997.
Article entitled “Classification of Text Documents” by Li et. al., in The Computer Journal, vol. 41, No. 8, 1998, pp. 537-546.
Article entitled “Issues when designing filters in messaging systems” by Palme et. al., in 19 Computer Communications, 1996, pp. 95-101.
Article entitled “Text Categorization with Support Vector Machines: Learning with Many Relevant Features” by Joachins in Machine Learning: ECML-98, Apr. 1998, pp. 1-14.
Article entitled “Hierarchical Bayesian Clustering for Automatic Text Classification” by Iwayama et al. in Natural Language, pp. 1322-1327. Date unknown.
Article entitled “Smokey: Automatic Recognition of Hostile Messages” by Spertus in Innovative Applications 1997, pp. 1058-1065.
Article entitled “A Comparison of Classifiers and Document Representations for the Routing Problem” by Schutze. Date unknown.
Article entitled “CAFE: A Conceptual Model for Managing Information in Electronic Mail” by Takkinen et al. In Proc. 31st Annual Hawaii International Conference on System Sciences, 1998, pp. 44-53.
Article entitled “A Comparative Study on Feature Selection in Text Categorization” by Yang et. al. Date unknown.
Article entitled “Spam!” by Cranor et. al. in Communications of the ACM, vol. 41, No. 8, Aug. 1998, pp. 74-83.
Article entitled “Sendmail and Spam” by LeFebvre in Performance Computing, Aug. 1998, pp. 55-58.
Article entitled “Implementing a Generalized Tool for Network Monitoring” by Ranum et. al. in LISA XI, Oct. 26-31, 1997, pp. 1-8.
Article entitled “Method for Automatic Contextual Transposition Upon Receipt of Item of Specified Criteria” printed Feb. 1994 in IBM Technical Disclosure Bulletin, vol. 37, No. 2B, p. 333.
Article entitled “Toward Optimal Feature Selection” by Koller et al., in Machine Learning: Proc. of the Thirteenth International Conference, 1996.
Website: Technical Focus—Products—Entegrity AssureAccess. www2.entegrity.com.
Website: Create Secure Internet Communication Channels—Atabok Homepage. www.atabok.com.
Website: ATABOK VCNMAIL™ Secure Email Solution—Atabok Related Produces. www.atabok.com.
Website: ATABOK VCN Auto-Exchange™—Atabok Related Produces. www.atabok.com.
Website: Controlling Digital Assets is a Paramount Need for All Business—Atabok Related Produces. www.atabok.com.
Website: Control Your Confidential Communications with ATABOK—Atabok Related Produces. www.atabok.com.
Website: Entrust Entelligence—Entrust Homepage. www.entrust.com.
Website: E-mail Plug-in—Get Technical/Interoperability—Entrust Entelligence. www.entrust.com.
Website: E-mail Plug-in—Get Technical/System Requirements—Entrust Entelligence. www.entrust.com.
Website: E-mail Plug-in—Features and Benefits—Entrust Entelligence. www.entrust.com.
Website: Internet Filtering Software—Internet Manager Homepage. www.elronsw.com.
Website: ESKE—Email with Secure Key Exchange—ESKE. www.danu.ie.
Website: Terminet—ESKE. www.danu.ie.
Website: Baltimore Focus on e-Security—Baltimore Technologies. www.baltimore.com.
Article entitled “Securing Electronic Mail Systems” by Serenelli et al., in Communications-Fusing Command Control and Intelligence: MILCOM '92, 1992, pp. 677-680.
Article entitled “Integralis' Minesweeper defuses E-mail bombs” by Kramer et. al., in PC Week, Mar. 18, 1996, p. N17-N23.
Article entitled “A Toolkit and Methods for Internet Firewalls” by Ranum et. al., in Proc. of USENIX Summer 1994 Technical Conference, Jun. 6-10, 1994, pp. 37-44.
Article entitled “Firewall Systems: The Next Generation” by McGhie, in Integration Issues Large Commercial Media Delivery Systems: Proc. of SPIE-The in International Society for Optical Engineering, Oct. 23-24, 1995, pp. 270-281.
Article entitled “Design of the TTI Prototype Trusted Mail Agent” by Rose et. al., in Computer Message Systems-85: Proc. of the IFIP TC 6 International Symposium on Computer Message Systems, Sep. 5-7, 1985, pp. 377-399.
Article entitled “Designing an Academic Firewall: Policy, Practice, and Experience with SURF” by Greenwald et. al., in Proc. of the 1996 Symposium on Network and Distributed Systems Security, 1996, pp. 1-14.
Article entitled “X Through the Firewall, and Other Application Relays” by Treese et. al. in Proc. of the USENIX Summer 1993 Technical Conference, Jun. 21-25, 1993, pp. 87-99.
Article entitled “Firewalls for Sale” by Bryan, in BYTE, Apr. 1995, pp. 99-104.
Article entitled “A DNS Filter and Switch for Packet-filtering Gateways” by Cheswick et al., in Proc. of the Sixth Annual USENIX Security Symposium: Focusing on Applications of Cryptography, Jul. 22-25, 1996, pp. 15-19.
Article entitled “Safe Use of X Window System Protocol Across a Firewall” by Kahn, in Proc. of the Fifth USENIX UNIX Security Symposium, Jun. 5-7, 1995, pp. 105-116.
Article entitled “Automating the OSI to Internet Management Conversion Through the Use of an Object-Oriented Platform” by Pavlou et al., in Proc. of the IFIP TC6/WG6.4 International Conference on Advanced Information Processing Techniques for LAN and MAN Management, Apr. 7-9, 1993, pp. 245-260.
Article entitled “A Secure Email Gateway (Building an RCAS External Interface)” by Smith, in Tenth Annual Computer Security Applications Conference, Dec. 5-9, 1994, pp. 202-211.
Article entitled “Secure External References in Multimedia Email Messages” by Wiegel, in 3rd ACM Conference on Computer and Communications Security, Mar. 14-16, 1996, pp. 11-18.
Memo entitled “SOCKS Protocol Version 5” by Leech et. al., in Standards Track, Mar. 1996, pp. 1-9.
Article entitled “Securing the Web: fire walls, proxy servers, and data driver attacks” by Farrow in InfoWorld, Jun. 19, 1995, vol. 17, No. 25, p. 103.
Website: Go Secure! for Microsoft Exchange—Products/Services—Verisign, Inc. www.verisign.com.
Article entitled “MIMEsweeper defuses virus network, 'net mail bombs” by Avery, in Info World, May 20, 1996, vol. 12, No. 21, p. N1.
Article entitled “Stomping out mail viruses” by Wilkerson, in PC Week, Jul. 15, 1996, p. N8.
Lane, Terran et al., “Sequence Matching and Learning in Anomaly Detection for Computer Security,” AAAI Technical Report WS-97-07, 1997, p. 43 to 49.
Feitelson et al., “Self-Tuning Systems”, Mar./Apr. 1999, IEEE, 0740-7459/99, pp. 52-60.
Natsev, Apostol et al., “WALRUS: A Similarity Retrieval Algorithm for Image Databases,” Mar. 2004.
Schleimer, Saul, et al., “Winnowing: Local Algorighms for Document Fingerprinting.” Jun. 2003.
Anklesaria, F. et al., “The Internet Gopher Protocol”, RFC 1436, Mar. 1993.
Berners-Lee, T. et al., “Uniform Resource Identifiers (URI): Generic Syntax”, RFC 2396, Aug. 1998.
Crispin, M., “Internet Message Access Protocol—Version 4rev1”, RFC 2060, Dec. 1996.
Franks, J. et al., “HITP Authentication: Basic and Digest Access Authentication”, RFC 2617, Jun. 1999.
Klensin, J. et al., “SMTP Service Extensions”, RFC 1869, Nov. 1995.
Moats, R., “URN Syntax”, RFC 2141, May 1997.
Moore, K., “SMTP Service Extension for Delivery Status Notifications”, RFC 1891, Jan. 1996.
Myers, J. et al., “Post Office Protocol—Version 3”, RFC 1939, May 1996.
Nielsen, H., et al., “An HTTP Extension Framework”, RFC 2774, Feb. 2000.
Postel, J., “Simple Mail Transfer Protocol”, RFC 821, Aug. 1982.
Braden, R., “Requirements for Internet Hosts—Application and Support”, RFC 1123, Oct. 1989, 98 pages.
Fielding, R. et al., “Hypertext Transfer Protocol—HTTP/1.1”, RFC 2616, Jun. 1999, 114 pages.
Yuchun Tang, “Granular Support Vector Machines Based on Granular Computing, Soft Computing and Statistical Learning.” Georgia State University: May 2006.
Drucker et al; “Support Vector Machines for Spam Categorization”; 1999; IEEE Transactions on Neural Networks; vol. 10, No. 5; pp. 1048-1054.
Graf et al.; “Parallel Support Vector Machines: The Cascade SVM”; 2005; pp. 1-8.
Rokach, Lior et al.; “Decomposition methodology for classification tasks”; 2005; Springer-Verlag London Limited; Pattern Analysis & Applications; pp. 257-271.
Krishnaswamy et al—Verity: A QoS Metric for Selecting Web Services and Providers, Proceedings of the Fourth International Conference on Web Information Systems Engineering Workshops (WISEW'03), IEEE, 2004.
Kamvar et al., The EigenTrust Algorithm for Reputation Management in P2P Networks, ACM, WWW2003, Budapest, Hungary, May 20-24, 2003, pp. 640-651.
Luk, W., et al. “Incremental Development of Hardware Packet Filters”, Proc. International Conference on Engineering of Reconfigurable Systems and Algorithms (ERSA). Jan. 1, 2001. pp. 115-118. XP055049950. Retrieved from the Internet: URL:www.doc.ic.ac.uk/-sy99/c1.ps.
Georgopoulos, C. et al., “A Protocol Processing Architecture Backing TCP/IP-based Security Applications in High Speed Networks”. Interworking 2000. Oct. 1, 2000. XP055049972. Bergen. Norway Available online at <URL:http://pelopas.uop.gr/-fanis/html—files/pdf—files/papers/invited/I2—IW2002.pdf>.
“Network Processor Designs for Next-Generation Networking Equipment”. White Paper Ezchip Technologies. XX. XX. Dec. 27, 1999. pp 1-4. XP002262747.
Segal, Richard, et al. “Spam Guru: An Enterprise Anti-Spam Filtering System”, IBM, 2004 (7 pages).
Nilsson, Niles J., “Introduction to Machine Learning, an Early Draft of a Proposed Textbook”, Nov. 3, 1998; XP055050127; available online at <URL http://robotics.stanford.edu/˜nilsson/MLBOOK. pdf >.
Androutsopoulos, Ion et al., “Learning to Filter Spam E-Mail: A Comparison of a Naive Bayesian and a Memory-Based Approach”; Proceedings of the Workshop “Machine Learning and Textual Information Access”; 4th European Conference on Principles and Practice of Knowledge Discovery in Databases (PKDD-2000). Sep. 1, 2000 [XP055050141] Lyon, France; available online at <URL http://arxiv.org/ftp/cs/papers/0009/0009009.pdf>.
Rennie, J D M, “iFile: An application of Machine Learning to E-Mail Filtering”; Workshop on Text Mining; Aug. 1, 2000. [XP002904311]. pp. 1-6.
Ando, Ruo, “Real-time neural detection with network capturing”, Study report from Information Processing Society of Japan, vol. 2002, No. 12, IPSJ SIG Notes, Information Processing Society of Japan, 2002, Feb. 15, 2002, p. 145-150.
Aikawa, Narichika, “Q&A Collection: Personal computers have been introduced to junior high schools and accessing to the Internet has been started; however, we want to avoid the students from accessing harmful information. What can we do?”, DOS/V Power Report, vol. 8, No. 5, Japan, Impress Co., Ltd., May 1, 1998, p. 358 to 361.
Shishibori, Masami, et al., “A Filtering Method for Mail Documents Using Personal Profiles”, IEICE Technical Report, The Institute of Electronics, Information and Communication Engineers, vol. 98, No. 486, Dec. 17, 1998, pp. 9-16.
Sobottka, K., et al., “Text Extraction from Colored Book and Journal Covers”, 2000 (pp. 163-176).
Thomas, R., et al., “The Game Goes On: An Analysis of Modern SPAM Techniques,” 2006.
IronMail™ Version 2.1, User's Manual. © 2001, published by CipherTrust, Inc., 114 pages.
IronMail™ version 2.5, User's Manual, © 2001, published by CipherTrust, Inc., 195 pages.
IronMail™ version 2.5.1, User's Manual, © 2001, published by CipherTrust, Inc., 203 pages.
IronMail™ version 3.0, User's Manual, © 2002, published by CipherTrust, Inc., 280 pages.
IronMail™ version 3.0.1, User's Manual, © 2002, published by CipherTrust, Inc., 314 pages.
IronMail™ version 3.1, User's Manual, published by CipherTrust, Inc., 397 pages.
Website: Exchange Business Information Safely & Quickly—Without Compromising Security or Reliability—Atabok Secure Data Solutions, Feb. 19, 2002, 2 pages.
Wang, Jigang et al.; “Training Data Selection for Support Vector Machines”; 2005; ICNC 2005, LNCS 3610; pp. 554-564.
Skurichina, Marina et al.; Bagging, Boosting and the Random Subspace Method for Linear Classifiers; 2002; Springer-Verlag London Limited; pp. 121-135.
Tao, Dacheng et al.; “Asymmetric Bagging and Random Subspace for Support Vector Machines-Based Relevance Feedback in Image Retrieval”; 2006; IEEE Computer Society; pp. 1088-1099.
Kotsiantis, S. B. et al.; “Machine learning: a review of classification and combining techniques”; 2006; Springer; Artificial Intelligence Review; pp. 159-190.
Kane, Paul J. et al. “Quantification of Banding, Streaking and Grain in Flat Field Images”, 2000.
Kim, JiSoo et al. “Text Locating from Natural Scene Images Using Image Intensities”, 2005 IEEE.
Gupta, et al., “A Reputation System for Peer-to-Peer Networks,” ACM (2003) Golbeck, et al., “Inferring Reputation on the Semtnatic Web,” ACM, 2004.
Abika.com, “Trace IP address, email or IM to owner or user” http://www.abika.com/help/IPaddressmap.htm, 3 pp. (Jan. 25, 2006).
Abika.com, “Request a Persons Report”, http://www.abika.com/forms/Verifyemailaddress.asp, 1 p. (Jan. 26, 2006).
Lough et al., “A Short Tutorial on Wireless LANs and IEEE 802.11”, printed on May 27, 2002, in the IEEE Computer Society's Student Newsletter, Summer 1997, vol. 5, No. 2.
Golbeck, et al., “Inferring Reputation on the Semtantic Web,” ACM, 2004.
Blum, Richard, Open Source E-Mail Security, SAMS XP009166200, ISBN 978-0-672-32237-2, Oct. 20, 2001 (pp. 139-158).
Clayton, Richard, “Good Practice for Combating Unsolicited Bulk Email,” Demon Internet, May 18, 1999 (16 pages).
Okumura, Motonobu, “E-Mail Filtering by Relation Learning”, IEICE Technical Report, vol. 103, No. 603, The Institute of Electronics, Information and Communication Engineers, Jan. 19, 2004, vol. 103, p. 1-5 [English Abstract Only].
Inoue, Naomi, “Computer and Communication: Recent State of Filtering Software,” ISPJ Magazine, vol. 40, No. 10, Japan, The Institute of Electronics, Information and Communication Engineers, Oct. 15, 1999, vol. 40 p. 1007-1010 [English Abstract Only].
Australian Patent Office Examination Report in Australian Patent Application Serial No. 2005304883 mailed on Apr. 16, 2010.
Canadian Patent Office Action in Canadian Patent Application Serial No. 2586709 mailed on Mar. 20, 2013.
China, State Intellectual Property Office, P.R. China, First Office Action in Chinese Patent Application Serial No. 20050046047 mailed on Mar. 1, 2010.
China, State Intellectual Property Office, P.R. China, Second Office Action in Chinese Patent Application Serial No. 20050046047 mailed on Dec. 7, 2010.
China, State Intellectual Property Office, P.R. China, Decision on Rejecton in Chinese Patent Application Serial No. 20050046047 mailed on Jun. 27, 2011.
European Patent Office Supplementary Search Report and Written Opinion in EP Application Serial No. 05823134.1 mailed on Jun. 3, 2013.
Japanese Patent Office Action in JP Application No. 2007-540073 dated Jul. 7, 2011 (with uncertified translation).
PCT International Search Report and Written Opinion in PCT Application Serial No. PCT/US2005/039978 mailed on Jul. 8, 2008.
PCT International Preliminary Report on Patentability in PCT Application Serial No. PCT/US2005/039978 mailed on May 5, 2009.
China, State Intellectual Property Third Office Action in Chinese Patent Application Serial No. 200580046047 mailed on Aug. 30, 2013.
Wu, Ching-Tung, et al., “Using Visual Features for Anti-Spam Filtering,” Image Processing, 2005. ICIP 2005, IEEE International Conference on vol. 3, IEEE 2005.
Davis, C., et al., “A Means for Expressing Location Information in the Domain Name System,” RFC 1876, Jan. 1996.
Related Publications (1)
Number Date Country
20080184366 A1 Jul 2008 US
Provisional Applications (1)
Number Date Country
60625507 Nov 2004 US
Continuation in Parts (2)
Number Date Country
Parent 11142943 Jun 2005 US
Child 12020370 US
Parent 11173941 Jul 2005 US
Child 11142943 US