US20190312729A1 - E-mail message authentication extending standards complaint techniques - Google Patents
E-mail message authentication extending standards complaint techniques Download PDFInfo
- Publication number
- US20190312729A1 US20190312729A1 US16/298,234 US201916298234A US2019312729A1 US 20190312729 A1 US20190312729 A1 US 20190312729A1 US 201916298234 A US201916298234 A US 201916298234A US 2019312729 A1 US2019312729 A1 US 2019312729A1
- Authority
- US
- United States
- Prior art keywords
- value
- message
- extracted information
- domain
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/107—Computer-aided management of electronic mailing [e-mailing]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/04—Real-time or near real-time messaging, e.g. instant messaging [IM]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3271—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using challenge-response
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/06—Authentication
Definitions
- Embodiments of the present invention are generally related to authenticating e-mail messages.
- e-mail has increasingly been used to communicate important information, such as, information regarding financial transactions. For example, a user may be informed via e-mail that a bank transaction has occurred. The user will want to know or trust that the e-mail was sent by the bank and therefore that the contents can be trusted.
- a third party such as on the behalf of another user.
- an electronic payment system may send an e-mail on behalf of a buyer to a seller. The seller needs to be able to trust the e-mail is from the electronic payment system and can proceed with the sale.
- SPF ender policy framework
- Sender ID sender identification
- PRA purported responsible address
- RFC 4407 Domain Keys
- RFC 4871 Domain Keys identified mail
- an e-mail sent from YourOnlineBank.com may comply with all of the necessary standards, but a user receiving that e-mail may easily confuse it for a legitimate e-mail from YourOnlineBank.com (with the letter “0”).
- e-mail headers may be spoofed to make it look like the e-mail came from a bank server such as customersupport56@yourbank.com which is not authorized to send e-mail or may not exist.
- the existing standards are set up to prevent fraudulent e-mail from reaching an end user. More specifically, the standards executed by e-mail servers. However, the current standards do not protect the user from fraudulent e-mail with seemingly correct, but misleading, header information. Further, the current standards do not test for authenticity or trustworthiness and do not provide the user with any indication that an e-mail is authentic and trustworthy.
- Embodiments of the present invention authenticate and indicate that an e-mail is trustworthy thereby allowing users to trust the contents of the e-mail.
- Embodiments of the present invention advantageously utilize standards compliant authentication, among other techniques, to confidence mark e-mails.
- embodiments analyze the “from:” header prior to other headers because the FROM is actually presented by the mail user agent (MUA) to the user.
- MUA mail user agent
- the present invention is implemented as a method for authenticating an e-mail message.
- the method includes aggregating a plurality of headers associated with an e-mail message and transmitting the aggregated plurality of headers to a validation service.
- a validation response is received from the validation service including registered senders and associated instructions.
- the e-mail may then be authenticated based on the validation response using variety of customized and standards compliant techniques.
- the present invention is implemented as a system for authenticating an e-mail message.
- the system includes an e-mail header module for extracting headers from an e-mail message and a communications module for sending the e-mail headers extracted by the e-mail header module.
- the communications module further receives a validation response comprising one or more e-mail addresses and corresponding instructions. The e-mail addresses and the corresponding instructions can then be used by an authentication module for authenticating the e-mail message.
- the present invention is implemented in as a method for authenticating an e-mail message.
- the method includes extracting a plurality of addresses from a plurality of e-mail headers associated with the e-mail message.
- the extracted plurality of addresses may be sent for validation.
- a validated address and associated instructions may be received.
- the validated address can then be compared against a “From:” header. If the validated address matches the “From:” header, the e-mail may be authenticated (e.g., via a custom SPF process). If there is a mismatch between the validated address and the “From:” header, a purported responsible authority (PRA) may be extracted and used to authenticate the e-mail.
- PRA purported responsible authority
- FIG. 1 is a block diagram of an exemplary computer system upon which embodiments of the present invention may be implemented.
- FIG. 2 is a block diagram of an exemplary networking environment, in accordance with one embodiment.
- FIG. 3 is a block diagram of a system for authenticating an e-mail message, in accordance with one embodiment.
- FIG. 4 is a flowchart of a method of e-mail authentication, in accordance with one embodiment.
- FIG. 5 is a flowchart of a method of authenticating an e-mail, in accordance with one embodiment.
- FIG. 6 is a flowchart of a method of authenticating an e-mail, in accordance with one embodiment.
- FIG. 7 is a flowchart of a method of authenticating a plurality of e-mail messages, in accordance with one embodiment.
- Communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signals such as a carrier wave or other transport mechanism and includes any information delivery media.
- modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
- communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
- program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types.
- functionality of the program modules may be combined or distributed as desired in various embodiments.
- FIG. 1 a block diagram of an exemplary computer system 112 is shown. It is appreciated that computer system 112 described herein illustrates an exemplary configuration of an operational platform upon which embodiments may be implemented to advantage. Nevertheless, other computer systems with differing configurations can also be used in place of computer system 112 within the scope of the present invention. That is, computer system 112 can include elements other than those described in conjunction with FIG. 1 . Moreover, embodiments may be practiced on any system which can be configured to enable it, not just computer systems like computer system 112 . It is understood that embodiments can be practiced on many different types of computer system 112 .
- System 112 can be implemented as, for example, a desktop computer system or server computer system having a powerful general-purpose CPU coupled to a dedicated graphics rendering GPU. In such an embodiment, components can be included that add peripheral buses, specialized audio/video components, IO devices, and the like. Similarly, system 112 can be implemented as a handheld device (e.g., cellphone, etc.) or a set-top video game console device such as, for example, the Xbox®, available from Microsoft Corporation of Redmond, Wash., or the PlayStation3®, available from Sony Computer Entertainment Corporation of Tokyo, Japan.
- System 112 can also be implemented as a “system on a chip”, where the electronics (e.g., the components 101 , 103 , 105 , 106 , and the like) of a computing device are wholly contained within a single integrated circuit die. Examples include a hand-held instrument with a display, a car navigation system, a portable entertainment system, and the like.
- Computer system 112 comprises an address/data bus 100 for communicating information, a central processor 101 coupled with bus 100 for processing information and instructions; a volatile memory unit 102 (e.g., random access memory [RAM], static RAM, dynamic RAM, etc.) coupled with bus 100 for storing information and instructions for central processor 101 ; and a non-volatile memory unit 103 (e.g., read only memory [ROM], programmable ROM, flash memory, etc.) coupled with bus 100 for storing static information and instructions for processor 101 . Moreover, computer system 112 also comprises a data storage device 104 (e.g., hard disk drive) for storing information and instructions.
- a data storage device 104 e.g., hard disk drive
- Computer system 112 also comprises an optional graphics subsystem 105 , an optional alphanumeric input device 106 , an optional cursor control or directing device 107 , and signal communication interface (input/output device) 108 .
- Optional alphanumeric input device 106 can communicate information and command selections to central processor 101 .
- Optional cursor control or directing device 107 is coupled to bus 100 for communicating user input information and command selections to central processor 101 .
- Signal communication interface (input/output device) 108 which is also coupled to bus 100 , can be a serial port. Communication interface 108 may also include wireless communication mechanisms.
- Computer system 112 can be communicatively coupled to other computer systems over a communication network such as the Internet or an intranet (e.g., a local area network), or can receive data (e.g., a digital television signal).
- Computer system 112 may also comprise graphics subsystem 105 for presenting information to the computer user, e.g., by displaying information on an attached display device 110 , connected by a video cable 111 .
- graphics subsystem 105 is incorporated into central processor 101 .
- graphics subsystem 105 is a separate, discrete component.
- graphics subsystem 105 is incorporated into another component.
- graphics subsystem 105 is included in system 112 in other ways.
- Embodiments of the present invention advantageously utilize standards compliant authentication, among other techniques, to confidence mark e-mails.
- Embodiments of the present invention may further perform authentication and confidence marking on a client (e.g., Mail user agent (MUA)).
- a client e.g., Mail user agent (MUA)
- embodiments analyze the “from:” header prior to other headers because the FROM is actually presented by the mail user agent (MUA) to the user.
- Embodiments further support authentication of 1 st and 3 rd party e-mails where the “from:”, a 1 st party e-mail, is not a registered sender but the PRA, a 3 rd party e-mail, is a registered sender and therefore may be authenticated.
- FIG. 2 an exemplary networking environment 200 is depicted, in accordance with one embodiment. While network 200 is depicted as incorporating specific, enumerated features and elements, it is understood that embodiments are well suited to applications involving additional, fewer, or different features, elements, or arrangements.
- Network 200 is representative of the transactions which may occur during transmission and authentication of a third-party e-mail, in one embodiment.
- a user within originating domain 210 may engage in some e-commerce transaction with a user within receiving domain 220 .
- a third-party sender within sending domain 230 may use client computer 231 to send an e-mail.
- the e-mail may pass through one or more internal MTAs 233 within the sending domain 230 , before it reaches edge MTA 235 .
- the e-mail leaves sending domain 230 at edge MTA 235 , and passes through Internet 299 before reaching receiving domain 220 .
- the e-mail enters receiving domain 220 via edge MTA 225 , and may pass through one or more internal MTAs 223 before reaching receiving client 221 . It is appreciated that network 200 is also representative of transactions which may occur during transmission and authentication of a first-party e-mail originating from client computer 231 with a destination of receiving client 221 .
- validation service 280 provides a validation response including registered senders and associated instructions. It is appreciated the server 280 could also carry out authentication.
- Receiving Client 221 may access DNS server 270 while attempting to authenticate the e-mail, and retrieves domain recordation records 275 .
- Receiving client 221 may utilize a variety of authentication techniques including, but not limited to, a custom SPF process as described herein, SenderID using PRA, or MFROM, DK, and DKIM.
- FIG. 3 illustrates example components used by various embodiments of the present invention. Although specific components are disclosed in system 300 , it should be appreciated that such components are examples. That is, embodiments of the present invention are well suited to having various other components or variations of the components recited in system 300 . It is appreciated that the components in system 300 may operate with other components than those presented, and that not all of the components of system 300 may be required to achieve the goals of system 300 .
- FIG. 3 shows a block diagram of a system for authenticating an e-mail message, in accordance with one embodiment.
- Embodiments of system 300 may be executed on a computing system (e.g., system 112 ).
- Embodiments of system 300 may be carried out or be part of a mail user agent (MUA) (e.g., an e-mail client program allowing users to browse, organize, read e-mail, and the like).
- MUA mail user agent
- System 300 includes e-mail header module 302 , communication module 304 , and authentication module 306 .
- E-mail header module 302 extracts or aggregates headers from an e-mail message. For example, e-mail header module 302 may extract a “From:” header, a “Sender:” header, a “Resent:” header, a “Reply-to:” header, a “Resent-From:” header, a “Return-Path:” header, and a plurality of “Received:” headers from an e-mail message.
- Communications module 304 facilitates communication of system 300 with a validation or authentication service (e.g., server 280 ).
- Communication module 304 may thus facilitate the sending of the extracted headers, including e-mail addresses and server addresses, extracted by e-mail header module 302 .
- Communication module 302 may then receive a validation response from the validation service including registered or validated e-mail addresses, registered servers, and associated authentication instructions.
- the instructions can include instructions for the e-mail program to retrieve a confidence icon relating to the sender of the e-mail (e.g., from a specified Internet location, and display it as part of the “From:” field for that e-mail).
- the e-mail program may be instructed to display a confidence icon indicating that the e-mail has been authenticated by the authentication service.
- the e-mail program may be instructed to display a different icon, or no icon at all if authentication was not successful.
- the validation response may include additional information, such as display directives, display signs, instructions regarding the location of additional information about the sender, instructions regarding the location of additional information about a third-party, authentication failure conditions, or authentication status.
- Authentication module 306 may then authenticate the e-mail message based on the validation response including the registered e-mail addresses received by communication module 304 .
- Authentication module includes custom sender policy framework (SPF) module 308 , purported responsible address (PRA) module 310 , mail-from (MFROM) module 312 , domainkeys (DK) module 314 , and domainkeys identified mail (DKIM) module 316 .
- SPPF custom sender policy framework
- PRA purported responsible address
- MFROM mail-from
- DK domainkeys
- DKIM domainkeys identified mail
- Authentication module 306 may store and access information associated with the e-mail message after an authentication process has completed. Thus, authentication module 306 may check for a previous authentication result and thereby avoid re-authenticating an e-mail message. In one embodiment, if authentication is successful (e.g., using any of custom SPF module 308 , PRA module 310 , MFROM module 312 , DK module 314 , or DKIM module 316 ), authentication module 306 may skip the authentication of the e-mail message by other authentication modules.
- authentication module 306 may compare the FROM address against and registered e-mail addresses received via communication module 304 from a validation server. If there is a match between the FROM address and the registered addresses, authentication module 306 may use custom SPF module 308 to authenticate the e-mail message. In one embodiment, custom SPF module 308 authenticates the e-mail message by performing a customized SPF authentication wherein the FROM header, being given higher priority, is used to authenticate the message prior to other headers.
- checking of the FROM address prior to checking other headers can advantageously ensure more accurate authentication. For example, where an e-mail is sent by a first company and claiming to be sent on behalf of a second company, checking the sender first may result in checking the first company's servers via SPF or Sender ID which will successfully authenticate. The problem remains where the second company did not authorize the sending of the message. By checking the “from:” header first, it can be determined whether the second company authorized the first company to send an e-mail message on behalf of second company (e.g., via an SPF record).
- authentication module 306 may then extract the purported responsible address (PRA) (e.g., as described in RFC 4407) and compare the PRA with the registered e-mail addresses.
- PRA purported responsible address
- the FROM headers may be ignored in extracting the PRA as the FROM headers have not matched a registered address.
- the PRA may be determined from the sender, resent-from, and reply-to headers. If there is a match between the extracted PRA and the registered e-mail addresses, PRA module 310 may use the PRA to authenticate the e-mail message using the associated instruction in the validation response.
- authentication module 306 may compare the “MAIL-FROM”, as defined in RFC 4408, headers with the registered e-mail addresses. If there is a match between the “MAIL-FROM” headers and the registered e-mail addresses, MFROM module 312 may then be used to authenticate the e-mail message using the associated instruction in the validation response. In one embodiment, MFROM module 312 may use SenderID (RFC 4406) and/or return path headers to authenticate the e-mail message. For example, the MUA may access the return path that is appended to the headers by SMTP edge servers.
- RFC 4408 SenderID
- DK domainkey
- DKIM domainkeys identified mail
- authentication module 306 may report that the e-mail can not be authenticated. The result of the authentication success/fail may then be stored by authentication module 306 . It is appreciated that the authentication may have failed for reasons such as a failure of authentication requests (e.g., DNS response) due to a time out.
- Authentication module 306 may use communication module 304 to report the success or failure of authentication of the e-mail message to the validation server.
- Validation server may then store the results to of the authentication for viewing by a registered sender. Registered senders will then be able to see why message authentication is failing (e.g., incomplete SPF records, spoofed headers, phishing attempts, and the like).
- the results of authentication module 306 may be used to confidence mark the e-mail.
- the confidence mark may include icons, characters, or other visual indicators that a user may rely on the contents of the e-mail. It is appreciated that embodiments of the present invention may confidence mark only positive or successfully authenticated e-mails.
- flowcharts 400 , 410 , 600 , and 700 illustrate example functions used by various embodiments of the present invention for calibrating an integrated circuit.
- Flowcharts 400 , 410 , 600 , and 700 include processes that, in various embodiments, are carried out during the manufacture of an integrated circuit and the individual steps may be computer controlled.
- specific function blocks (“blocks”) are disclosed in flowcharts 400 , 410 , 600 , and 700 , such steps are examples. That is, embodiments are well suited to performing various other blocks or variations of the blocks recited in flowcharts 400 , 410 , 600 , and 700 . It is appreciated that the blocks in flowcharts 400 , 410 , 600 , and 700 may be performed in an order different than presented, and that not all of the blocks in flowcharts 400 , 410 , 600 , and 700 may be performed.
- FIG. 4 shows a flowchart of a method of e-mail authentication, in accordance with one embodiment.
- the blocks of flowchart 400 may be carried out by a mail user agent (MUA) (e.g., an e-mail client).
- MUA mail user agent
- an e-mail is received.
- the e-mail may be received via a MUA including, but not limited to, an e-mail client program or web-based e-mail service.
- a plurality of e-mail headers associated with the e-mail message are aggregated.
- the plurality of headers can include a “From:” header, a “Sender:” header, a “Resent:” header, a “Reply-to:” header, a “Resent-From:” header, a “Return-Path:” header, and a plurality of “Received:” headers. It is appreciated that embodiments of the present may aggregate additional headers as well. In one embodiment, the aggregation process further includes removing duplicate e-mail addresses.
- the aggregated plurality of headers is transmitted to a validation service.
- the validation service may reside on a server (e.g., server 280 ).
- the validation service can filter out unregistered e-mail addresses which are invalid (e.g., misspelled e-mail addresses such as customerswervice@bank.com and fraudulent senders such as YourOnlinebank.com (with the number “0”)).
- a validation response is received from the validation service.
- the validation response may include registered e-mail addresses which are registered as authorized senders with the validation service and associated authentication instructions.
- the e-mail message is authenticated based on the validation response.
- a flowchart 410 of a method of authenticating an e-mail is shown, in accordance with one embodiment.
- the authentication may be performed by a MUA.
- the successful authentication may be reported without performing additional authentication blocks of flowchart 410 .
- the e-mail message is authenticated using a custom SPF process if a “From: header” matches an address within the validation response.
- the custom SPF authentication may attempt to authenticate the e-mail message based on the “from:” header prior to other e-mail headers.
- the e-mail message is authenticated based on a purported responsible address (PRA), where there is a mismatch between the “From: header” and each address within the validation response.
- PRA purported responsible address
- senderID or return path may be use to authenticate the e-mail message.
- the e-mail message is authenticated based on domainkeys, where there is a mismatch between each “MAIL-FROM header” and each address within the validation response.
- the e-mail message is authenticated based on domainkeys identified mail, where there is a mismatch between each “MAIL-FROM header” and each address within the validation response.
- the authentication result is reported. As described herein, if there is no match of any of the e-mail addresses in the headers and the e-mail addresses in the validation response the authentication result may be reported to have failed.
- the e-mail is marked.
- the e-mail may be marked with a confidence mark indicating that the e-mail has been successfully authenticated.
- the confidence mark may be a character or icon and displayed on graphical user interface in a position associated with the e-mail (e.g., in the “From:” line or field). Placing a cursor or mousing over the confidence marker may display information associated with the basis for authenticating the e-mail. For example, mousing over a confidence mark an e-mail with a display from of user@world.org which was sent by service@bank.com may display that the message was sent by service@bank.com which is an authorized or registered sender.
- e-mail messages may only be marked when authentication was successful. It is appreciated that an e-mail can be marked as bad based on not being able to be authenticated or authentication failing.
- FIG. 6 shows a flowchart of a method of authenticating an e-mail, in accordance with one embodiment. As described herein, the blocks of flowchart 600 may be performed by a MUA.
- a plurality of addresses is extracted from a plurality of e-mail headers associated with the e-mail message.
- the plurality of e-mail headers include a “From:” header, a “Sender:” header, a “Resent:” header, a “Reply-to:” header, a “Resent-From:” header, a “Resent-Sender:” header, a “Return-Path:” header, and a plurality of “Received:” headers.
- duplicate addresses are removed from the extracted plurality of addresses.
- the “From:” header and the “Sender:” header may be the same and will only need to validated once, so only a single address needs to be sent to the validation service.
- the extracted plurality of addresses are sent for validation.
- the plurality of addresses may be sent to a validation service (e.g., server 280 ).
- a validated address is received along with instructions associated with the validated address.
- the validated address is compared against a “From:” header.
- the e-mail is authenticated using the validated address if the validated address matches the “From:” header.
- a custom SPF process may be used to validate the e-mail.
- a purported responsible authority is extracted if there is a mismatch between the validated address and the “From:” header.
- the “from:” header may be ignored in determining the PRA as the address was already determined not to be a registered sender.
- the e-mail message is authenticated based on the PRA if the validated address matches the PRA.
- the validate address is compared against a “MAIL-FROM” (MFROM) header and the e-mail based is authenticated based on a match of the validated address and the “mail-from” header.
- MFROM MAIL-FROM
- a domainkey or domainkey identified mail authentication is performed on the e-mail message based on a match of the validated address and a domainkey or DKIM.
- the e-mail message is marked with a confidence icon.
- the confidence mark may be any icon to indicate that authentication was successful or failed. Further, the confidence icon may be specific to the authorized sender.
- an entity responsible for sending the e-mail message is displayed. As described herein, the entity responsible may be displayed when the user mouses over the confidence icon.
- FIG. 7 shows a flowchart of a method of authenticating a plurality of messages, in accordance with one embodiment.
- the blocks of flowchart 700 may be carried out by a mail user agent (MUA) (e.g., mail client software).
- MUA mail user agent
- addresses are retrieved from the header of that message.
- the FROM, PRA, MFROM, and DK domain or DKIM domain may be retrieved.
- a list is created from all the headers and a determination of the unique addresses for all the messages is made. As described herein, duplicate addresses may be removed from the list of headers.
- a request is made to a validation server of which addresses in the unique list are registered senders.
- the request may be made to a validation server (e.g., server 280 ).
- an authentication process (e.g. block 710 - 738 ) is performed.
- a determination of whether the e-mail is unauthenticated and the FROM is a registered sender is made. If the message is authenticated, block 738 is performed and the authentication process moves to the next message in the message list. If the message is unauthenticated and the FROM address is a registered sender, block 712 is performed and a custom SPF process is used to authenticate the message. As described herein, the custom SPF process may authenticate the e-mail message based on the “From:” header or address prior to checking other addresses.
- a determination of whether the e-mail is unauthenticated and the PRA is a registered sender is made. If the message is authenticated, block 718 is performed. If the message is unauthenticated and the PRA is a registered sender, block 716 is performed and the PRA is used to authenticate the e-mail message.
- a determination of whether the e-mail is unauthenticated and the MFROM is a registered sender is made. If the message is authenticated, block 722 is performed. If the message is unauthenticated and the MFROM address is a registered sender, block 720 is performed and the MFROM is used to authenticate the message. As described herein, the MFROM may be authenticated based on SenderID or the return path headers.
- a determination of whether the e-mail is unauthenticated and the DK is a registered sender is made. If the message is authenticated, block 726 is performed. If the message is unauthenticated and the domainkeys (DK) is a registered sender, block 724 is performed and domainkeys is used to authenticate the e-mail message. It is appreciated that that DKIM may be used in place of domainkeys authenticate the e-mail message.
- the authentication result is checked to see if authentication was successful. If the authentication was successful, block 730 is performed and a billing event is recorded and the program result is set. After block 730 has been performed, block 738 is performed.
- Authentication failure logic can include marking a message with an icon indicating authentication has failed (e.g., a stop sign, red circle with a slash, and the like) and recording the failure along with the associated details of why authentication failed.
- a program result is checked to see if it has been sent. If the program result has not been sent, block 736 is performed and program result is set.
- the program result may include a message or signal to the e-mail client which indicates whether authentication was successful or not and what confidence markings should be displayed. In one embodiment, information may be returned back the validation server. The data may then be shared with senders which allows the senders to see why authentication failed. For example, an e-mail message may not authenticate because a server was not added to an SPF record so every e-mail from that particular server fails authentication.
- the information sent back to the server can also include the sending IP address, or Originating IP address, of the e-mail message.
- block 738 is performed and a check is made if there are more messages to process. If there are no more messages to process block 740 is executed and the authentication of the plurality of e-mail messages is finished.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Business, Economics & Management (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Human Resources & Organizations (AREA)
- Entrepreneurship & Innovation (AREA)
- Strategic Management (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Theoretical Computer Science (AREA)
- Economics (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Information Transfer Between Computers (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
A system and method for e-mail authentication. The method includes aggregating a plurality of headers associated with an e-mail message and transmitting the aggregated plurality of headers to a validation service. A validation response is then received from the validation service. The e-mail is authenticated based on the validation response.
Description
- This application is a continuation of U.S. patent application Ser. No. 14/977,505 filed on Dec. 21, 2015, for “Email Message Authentication and Marking Extending Standards Compliant Techniques,” which in turn is a continuation of U.S. patent application Ser. No. 12/871,794 filed on Aug. 30, 2010, for “Email Message Authentication and Marking Extending Standards Compliant Techniques,” which in turn is a continuation of U.S. patent application Ser. No. 12/118,547 filed on May 9, 2008, also for “Email Message Authentication and Marking Extending Standards Compliant Techniques” (issued on Sep. 21, 2010 as U.S. Pat. No. 7,801,961). The aforementioned patent(s)/applications are hereby incorporated by reference.
- Embodiments of the present invention are generally related to authenticating e-mail messages.
- As e-mail use has become increasingly widespread, e-mail has increasingly been used to communicate important information, such as, information regarding financial transactions. For example, a user may be informed via e-mail that a bank transaction has occurred. The user will want to know or trust that the e-mail was sent by the bank and therefore that the contents can be trusted. A similar situation exists where an e-mail is sent by a third party, such as on the behalf of another user. For example, an electronic payment system may send an e-mail on behalf of a buyer to a seller. The seller needs to be able to trust the e-mail is from the electronic payment system and can proceed with the sale.
- A number of technologies, such as SPF (sender policy framework; RFC 4408), Sender ID (sender identification, RFC 4406), PRA (purported responsible address; RFC 4407), Domain Keys, and Domainkeys identified mail (RFC 4871), have been developed to help verify e-mail exchanged between servers or MTAs (mail transfer agents). Generally, these technologies are used to help ensure that the identifying information included in an e-mail's headers correlates with the sending MTA. However, these technologies do not address the problem of legitimate yet fraudulent senders. For example, an e-mail sent from YourOnlineBank.com (with the number “0”) may comply with all of the necessary standards, but a user receiving that e-mail may easily confuse it for a legitimate e-mail from YourOnlineBank.com (with the letter “0”). Another example, e-mail headers may be spoofed to make it look like the e-mail came from a bank server such as customersupport56@yourbank.com which is not authorized to send e-mail or may not exist.
- The existing standards are set up to prevent fraudulent e-mail from reaching an end user. More specifically, the standards executed by e-mail servers. However, the current standards do not protect the user from fraudulent e-mail with seemingly correct, but misleading, header information. Further, the current standards do not test for authenticity or trustworthiness and do not provide the user with any indication that an e-mail is authentic and trustworthy.
- Embodiments of the present invention authenticate and indicate that an e-mail is trustworthy thereby allowing users to trust the contents of the e-mail. Embodiments of the present invention advantageously utilize standards compliant authentication, among other techniques, to confidence mark e-mails. Advantageously, embodiments analyze the “from:” header prior to other headers because the FROM is actually presented by the mail user agent (MUA) to the user.
- In one embodiment, the present invention is implemented as a method for authenticating an e-mail message. The method includes aggregating a plurality of headers associated with an e-mail message and transmitting the aggregated plurality of headers to a validation service. A validation response is received from the validation service including registered senders and associated instructions. The e-mail may then be authenticated based on the validation response using variety of customized and standards compliant techniques.
- In another embodiment, the present invention is implemented as a system for authenticating an e-mail message. The system includes an e-mail header module for extracting headers from an e-mail message and a communications module for sending the e-mail headers extracted by the e-mail header module. The communications module further receives a validation response comprising one or more e-mail addresses and corresponding instructions. The e-mail addresses and the corresponding instructions can then be used by an authentication module for authenticating the e-mail message.
- In another embodiment, the present invention is implemented in as a method for authenticating an e-mail message. The method includes extracting a plurality of addresses from a plurality of e-mail headers associated with the e-mail message. The extracted plurality of addresses may be sent for validation. In response, a validated address and associated instructions may be received. The validated address can then be compared against a “From:” header. If the validated address matches the “From:” header, the e-mail may be authenticated (e.g., via a custom SPF process). If there is a mismatch between the validated address and the “From:” header, a purported responsible authority (PRA) may be extracted and used to authenticate the e-mail.
- The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which like reference numerals refer to similar elements.
-
FIG. 1 is a block diagram of an exemplary computer system upon which embodiments of the present invention may be implemented. -
FIG. 2 is a block diagram of an exemplary networking environment, in accordance with one embodiment. -
FIG. 3 is a block diagram of a system for authenticating an e-mail message, in accordance with one embodiment. -
FIG. 4 is a flowchart of a method of e-mail authentication, in accordance with one embodiment. -
FIG. 5 is a flowchart of a method of authenticating an e-mail, in accordance with one embodiment. -
FIG. 6 is a flowchart of a method of authenticating an e-mail, in accordance with one embodiment. -
FIG. 7 is a flowchart of a method of authenticating a plurality of e-mail messages, in accordance with one embodiment. - Reference will now be made in detail to the preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings. While the invention will be described in conjunction with the preferred embodiments, it will be understood that they are not intended to limit the invention to these embodiments. On the contrary, the invention is intended to cover alternatives, modifications and equivalents, which may be included within the spirit and scope of the invention as defined by the appended claims. Furthermore, in the following detailed description of embodiments of the present invention, numerous specific details are set forth in order to provide a thorough understanding of the present invention. However, it will be recognized by one of ordinary skill in the art that the present invention may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail as not to unnecessarily obscure aspects of the embodiments of the present invention.
- Some portions of the detailed descriptions, which follow, are presented in terms of procedures, steps, logic blocks, processing, and other symbolic representations of operations on data bits within a computer memory. These descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. A procedure, computer executed step, logic block, process, etc., is here, and generally, conceived to be a self-consistent sequence of steps or instructions leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated in a computer system. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
- It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussions, it is appreciated that throughout the present invention, discussions utilizing terms such as “processing” or “accessing” or “executing” or “storing” or “rendering” or the like, refer to the action and processes of a computer system (e.g.,
system 100 ofFIG. 1 ), or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices. - Exemplary Computer System:
- Computing devices typically include at least some form of computer readable media. Computer readable media can be any available media that can be accessed by a computing device. By way of example, and not limitation, computer readable medium may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules, or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computing device. Communication media typically embodies computer readable instructions, data structures, program modules, or other data in a modulated data signals such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
- Some embodiments may be described in the general context of computer-executable instructions, such as program modules, executed by one or more computers or other devices. Generally, program modules include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. Typically the functionality of the program modules may be combined or distributed as desired in various embodiments.
- Referring now to
FIG. 1 , a block diagram of anexemplary computer system 112 is shown. It is appreciated thatcomputer system 112 described herein illustrates an exemplary configuration of an operational platform upon which embodiments may be implemented to advantage. Nevertheless, other computer systems with differing configurations can also be used in place ofcomputer system 112 within the scope of the present invention. That is,computer system 112 can include elements other than those described in conjunction withFIG. 1 . Moreover, embodiments may be practiced on any system which can be configured to enable it, not just computer systems likecomputer system 112. It is understood that embodiments can be practiced on many different types ofcomputer system 112.System 112 can be implemented as, for example, a desktop computer system or server computer system having a powerful general-purpose CPU coupled to a dedicated graphics rendering GPU. In such an embodiment, components can be included that add peripheral buses, specialized audio/video components, IO devices, and the like. Similarly,system 112 can be implemented as a handheld device (e.g., cellphone, etc.) or a set-top video game console device such as, for example, the Xbox®, available from Microsoft Corporation of Redmond, Wash., or the PlayStation3®, available from Sony Computer Entertainment Corporation of Tokyo, Japan.System 112 can also be implemented as a “system on a chip”, where the electronics (e.g., thecomponents -
Computer system 112 comprises an address/data bus 100 for communicating information, acentral processor 101 coupled withbus 100 for processing information and instructions; a volatile memory unit 102 (e.g., random access memory [RAM], static RAM, dynamic RAM, etc.) coupled withbus 100 for storing information and instructions forcentral processor 101; and a non-volatile memory unit 103 (e.g., read only memory [ROM], programmable ROM, flash memory, etc.) coupled withbus 100 for storing static information and instructions forprocessor 101. Moreover,computer system 112 also comprises a data storage device 104 (e.g., hard disk drive) for storing information and instructions. -
Computer system 112 also comprises anoptional graphics subsystem 105, an optionalalphanumeric input device 106, an optional cursor control or directingdevice 107, and signal communication interface (input/output device) 108. Optionalalphanumeric input device 106 can communicate information and command selections tocentral processor 101. Optional cursor control or directingdevice 107 is coupled tobus 100 for communicating user input information and command selections tocentral processor 101. Signal communication interface (input/output device) 108, which is also coupled tobus 100, can be a serial port.Communication interface 108 may also include wireless communication mechanisms. Usingcommunication interface 108,computer system 112 can be communicatively coupled to other computer systems over a communication network such as the Internet or an intranet (e.g., a local area network), or can receive data (e.g., a digital television signal).Computer system 112 may also comprise graphics subsystem 105 for presenting information to the computer user, e.g., by displaying information on an attacheddisplay device 110, connected by avideo cable 111. In some embodiments, graphics subsystem 105 is incorporated intocentral processor 101. In other embodiments, graphics subsystem 105 is a separate, discrete component. In other embodiments, graphics subsystem 105 is incorporated into another component. In other embodiments, graphics subsystem 105 is included insystem 112 in other ways. - E-mail Authentication:
- Embodiments of the present invention advantageously utilize standards compliant authentication, among other techniques, to confidence mark e-mails. Embodiments of the present invention may further perform authentication and confidence marking on a client (e.g., Mail user agent (MUA)). Advantageously, embodiments analyze the “from:” header prior to other headers because the FROM is actually presented by the mail user agent (MUA) to the user. Embodiments further support authentication of 1st and 3rd party e-mails where the “from:”, a 1st party e-mail, is not a registered sender but the PRA, a 3rd party e-mail, is a registered sender and therefore may be authenticated.
- With reference now to
FIG. 2 , anexemplary networking environment 200 is depicted, in accordance with one embodiment. Whilenetwork 200 is depicted as incorporating specific, enumerated features and elements, it is understood that embodiments are well suited to applications involving additional, fewer, or different features, elements, or arrangements. -
Network 200, as depicted inFIG. 2 , is representative of the transactions which may occur during transmission and authentication of a third-party e-mail, in one embodiment. For example, a user within originatingdomain 210 may engage in some e-commerce transaction with a user within receivingdomain 220. As a result of this transaction, a third-party sender within sendingdomain 230 may useclient computer 231 to send an e-mail. The e-mail may pass through one or moreinternal MTAs 233 within the sendingdomain 230, before it reachesedge MTA 235. The e-mail leaves sendingdomain 230 atedge MTA 235, and passes throughInternet 299 before reachingreceiving domain 220. The e-mail enters receivingdomain 220 viaedge MTA 225, and may pass through one or moreinternal MTAs 223 before reaching receivingclient 221. It is appreciated thatnetwork 200 is also representative of transactions which may occur during transmission and authentication of a first-party e-mail originating fromclient computer 231 with a destination of receivingclient 221. - In some embodiments, once the e-mail is received, software on receiving
client 221 attempts to authenticate the e-mail. Portions of the e-mail, e.g., selected portions of the e-mail headers, are passed tovalidation service 280, which includesdatabase 285. In several such embodiments,validation service 280 provides a validation response including registered senders and associated instructions. It is appreciated theserver 280 could also carry out authentication. ReceivingClient 221 may accessDNS server 270 while attempting to authenticate the e-mail, and retrieves domain recordation records 275. Receivingclient 221 may utilize a variety of authentication techniques including, but not limited to, a custom SPF process as described herein, SenderID using PRA, or MFROM, DK, and DKIM. -
FIG. 3 illustrates example components used by various embodiments of the present invention. Although specific components are disclosed insystem 300, it should be appreciated that such components are examples. That is, embodiments of the present invention are well suited to having various other components or variations of the components recited insystem 300. It is appreciated that the components insystem 300 may operate with other components than those presented, and that not all of the components ofsystem 300 may be required to achieve the goals ofsystem 300. -
FIG. 3 shows a block diagram of a system for authenticating an e-mail message, in accordance with one embodiment. Embodiments ofsystem 300 may be executed on a computing system (e.g., system 112). Embodiments ofsystem 300 may be carried out or be part of a mail user agent (MUA) (e.g., an e-mail client program allowing users to browse, organize, read e-mail, and the like).System 300 includese-mail header module 302,communication module 304, andauthentication module 306. -
E-mail header module 302 extracts or aggregates headers from an e-mail message. For example,e-mail header module 302 may extract a “From:” header, a “Sender:” header, a “Resent:” header, a “Reply-to:” header, a “Resent-From:” header, a “Return-Path:” header, and a plurality of “Received:” headers from an e-mail message. -
Communications module 304 facilitates communication ofsystem 300 with a validation or authentication service (e.g., server 280).Communication module 304 may thus facilitate the sending of the extracted headers, including e-mail addresses and server addresses, extracted bye-mail header module 302.Communication module 302 may then receive a validation response from the validation service including registered or validated e-mail addresses, registered servers, and associated authentication instructions. - The instructions can include instructions for the e-mail program to retrieve a confidence icon relating to the sender of the e-mail (e.g., from a specified Internet location, and display it as part of the “From:” field for that e-mail). Alternatively, the e-mail program may be instructed to display a confidence icon indicating that the e-mail has been authenticated by the authentication service. The e-mail program may be instructed to display a different icon, or no icon at all if authentication was not successful. Additionally, the validation response may include additional information, such as display directives, display signs, instructions regarding the location of additional information about the sender, instructions regarding the location of additional information about a third-party, authentication failure conditions, or authentication status.
-
Authentication module 306 may then authenticate the e-mail message based on the validation response including the registered e-mail addresses received bycommunication module 304. Authentication module includes custom sender policy framework (SPF) module 308, purported responsible address (PRA)module 310, mail-from (MFROM)module 312, domainkeys (DK)module 314, and domainkeys identified mail (DKIM)module 316. -
Authentication module 306 may store and access information associated with the e-mail message after an authentication process has completed. Thus,authentication module 306 may check for a previous authentication result and thereby avoid re-authenticating an e-mail message. In one embodiment, if authentication is successful (e.g., using any of custom SPF module 308,PRA module 310,MFROM module 312,DK module 314, or DKIM module 316),authentication module 306 may skip the authentication of the e-mail message by other authentication modules. - In one embodiment,
authentication module 306 may compare the FROM address against and registered e-mail addresses received viacommunication module 304 from a validation server. If there is a match between the FROM address and the registered addresses,authentication module 306 may use custom SPF module 308 to authenticate the e-mail message. In one embodiment, custom SPF module 308 authenticates the e-mail message by performing a customized SPF authentication wherein the FROM header, being given higher priority, is used to authenticate the message prior to other headers. - It is noted that checking of the FROM address prior to checking other headers can advantageously ensure more accurate authentication. For example, where an e-mail is sent by a first company and claiming to be sent on behalf of a second company, checking the sender first may result in checking the first company's servers via SPF or Sender ID which will successfully authenticate. The problem remains where the second company did not authorize the sending of the message. By checking the “from:” header first, it can be determined whether the second company authorized the first company to send an e-mail message on behalf of second company (e.g., via an SPF record).
- If the “from:” header does not match any of the registered addresses,
authentication module 306, may then extract the purported responsible address (PRA) (e.g., as described in RFC 4407) and compare the PRA with the registered e-mail addresses. In another embodiment, the FROM headers may be ignored in extracting the PRA as the FROM headers have not matched a registered address. For example, the PRA may be determined from the sender, resent-from, and reply-to headers. If there is a match between the extracted PRA and the registered e-mail addresses,PRA module 310 may use the PRA to authenticate the e-mail message using the associated instruction in the validation response. - If the PRA does not match any of the registered e-mail addresses,
authentication module 306 may compare the “MAIL-FROM”, as defined in RFC 4408, headers with the registered e-mail addresses. If there is a match between the “MAIL-FROM” headers and the registered e-mail addresses,MFROM module 312 may then be used to authenticate the e-mail message using the associated instruction in the validation response. In one embodiment,MFROM module 312 may use SenderID (RFC 4406) and/or return path headers to authenticate the e-mail message. For example, the MUA may access the return path that is appended to the headers by SMTP edge servers. - In one embodiment, if the “MAIL-FROM” headers do not match any of the registered e-mail addresses,
authentication module 306 may compare the domainkey (DK) “d=” address with the registered e-mail addresses. If there is a match between the domainkey address and the registered e-mail addresses,DK module 314 may be used to authenticate the e-mail message using the associated instruction in the validation response. - In another embodiment, if the “MAIL-FROM” headers do not match any of the registered e-mail addresses,
authentication module 306 may compare the domainkeys identified mail (DKIM) “d=” and/or “i=” address with the registered e-mail addresses. If there is a match between the DKIM address and the registered e-mail addresses,DKIM module 316 may be used to authenticate the e-mail message using the associated instruction in the validation response. - If there is no match between the domainkeys addresses and/or the DKIM address,
authentication module 306 may report that the e-mail can not be authenticated. The result of the authentication success/fail may then be stored byauthentication module 306. It is appreciated that the authentication may have failed for reasons such as a failure of authentication requests (e.g., DNS response) due to a time out. -
Authentication module 306 may usecommunication module 304 to report the success or failure of authentication of the e-mail message to the validation server. Validation server may then store the results to of the authentication for viewing by a registered sender. Registered senders will then be able to see why message authentication is failing (e.g., incomplete SPF records, spoofed headers, phishing attempts, and the like). - The results of
authentication module 306 may be used to confidence mark the e-mail. The confidence mark may include icons, characters, or other visual indicators that a user may rely on the contents of the e-mail. It is appreciated that embodiments of the present invention may confidence mark only positive or successfully authenticated e-mails. - With reference to
FIGS. 4-7 ,flowcharts Flowcharts flowcharts flowcharts flowcharts flowcharts -
FIG. 4 shows a flowchart of a method of e-mail authentication, in accordance with one embodiment. The blocks offlowchart 400 may be carried out by a mail user agent (MUA) (e.g., an e-mail client). - At
block 402, an e-mail is received. As described herein, the e-mail may be received via a MUA including, but not limited to, an e-mail client program or web-based e-mail service. - At
block 404, a plurality of e-mail headers associated with the e-mail message are aggregated. The plurality of headers can include a “From:” header, a “Sender:” header, a “Resent:” header, a “Reply-to:” header, a “Resent-From:” header, a “Return-Path:” header, and a plurality of “Received:” headers. It is appreciated that embodiments of the present may aggregate additional headers as well. In one embodiment, the aggregation process further includes removing duplicate e-mail addresses. - At
block 406, the aggregated plurality of headers is transmitted to a validation service. In one embodiment, the validation service may reside on a server (e.g., server 280). The validation service can filter out unregistered e-mail addresses which are invalid (e.g., misspelled e-mail addresses such as customerswervice@bank.com and fraudulent senders such as YourOnlinebank.com (with the number “0”)). - At
block 408, a validation response is received from the validation service. As described herein, the validation response may include registered e-mail addresses which are registered as authorized senders with the validation service and associated authentication instructions. - At
block 410, the e-mail message is authenticated based on the validation response. - Referring now to
FIG. 5 , aflowchart 410 of a method of authenticating an e-mail is shown, in accordance with one embodiment. As described herein, the authentication may be performed by a MUA. In one embodiment, as soon as the e-mail message is successfully authenticated, the successful authentication may be reported without performing additional authentication blocks offlowchart 410. - At
block 502, the e-mail message is authenticated using a custom SPF process if a “From: header” matches an address within the validation response. As described herein, the custom SPF authentication may attempt to authenticate the e-mail message based on the “from:” header prior to other e-mail headers. - At
block 504, the e-mail message is authenticated based on a purported responsible address (PRA), where there is a mismatch between the “From: header” and each address within the validation response. - At
block 506, the e-mail message based on a “MAIL-FROM” header, where there is a mismatch between a PRA and each address within the validation response. As described herein, senderID or return path may be use to authenticate the e-mail message. - At
block 508 a, the e-mail message is authenticated based on domainkeys, where there is a mismatch between each “MAIL-FROM header” and each address within the validation response. - At
block 508 b, the e-mail message is authenticated based on domainkeys identified mail, where there is a mismatch between each “MAIL-FROM header” and each address within the validation response. - At
block 510, the authentication result is reported. As described herein, if there is no match of any of the e-mail addresses in the headers and the e-mail addresses in the validation response the authentication result may be reported to have failed. - Referring back to
FIG. 4 , atblock 412, the e-mail is marked. The e-mail may be marked with a confidence mark indicating that the e-mail has been successfully authenticated. The confidence mark may be a character or icon and displayed on graphical user interface in a position associated with the e-mail (e.g., in the “From:” line or field). Placing a cursor or mousing over the confidence marker may display information associated with the basis for authenticating the e-mail. For example, mousing over a confidence mark an e-mail with a display from of user@world.org which was sent by service@bank.com may display that the message was sent by service@bank.com which is an authorized or registered sender. In one embodiment, e-mail messages may only be marked when authentication was successful. It is appreciated that an e-mail can be marked as bad based on not being able to be authenticated or authentication failing. -
FIG. 6 shows a flowchart of a method of authenticating an e-mail, in accordance with one embodiment. As described herein, the blocks offlowchart 600 may be performed by a MUA. - At
block 602, a plurality of addresses is extracted from a plurality of e-mail headers associated with the e-mail message. The plurality of e-mail headers include a “From:” header, a “Sender:” header, a “Resent:” header, a “Reply-to:” header, a “Resent-From:” header, a “Resent-Sender:” header, a “Return-Path:” header, and a plurality of “Received:” headers. - At
block 604, duplicate addresses are removed from the extracted plurality of addresses. For example, the “From:” header and the “Sender:” header may be the same and will only need to validated once, so only a single address needs to be sent to the validation service. - At
block 606, the extracted plurality of addresses are sent for validation. As described herein, the plurality of addresses may be sent to a validation service (e.g., server 280). - At
block 608, a validated address is received along with instructions associated with the validated address. - At
block 610, the validated address is compared against a “From:” header. - At block 612, the e-mail is authenticated using the validated address if the validated address matches the “From:” header. As described herein, a custom SPF process may be used to validate the e-mail.
- At
block 614, a purported responsible authority (PRA) is extracted if there is a mismatch between the validated address and the “From:” header. As described herein, in one embodiment, the “from:” header may be ignored in determining the PRA as the address was already determined not to be a registered sender. - At
block 616, the e-mail message is authenticated based on the PRA if the validated address matches the PRA. - At
block 618, the validate address is compared against a “MAIL-FROM” (MFROM) header and the e-mail based is authenticated based on a match of the validated address and the “mail-from” header. - At
block 620, a domainkey or domainkey identified mail authentication is performed on the e-mail message based on a match of the validated address and a domainkey or DKIM. - At
block 622, the e-mail message is marked with a confidence icon. As described herein, the confidence mark may be any icon to indicate that authentication was successful or failed. Further, the confidence icon may be specific to the authorized sender. - At
block 624, an entity responsible for sending the e-mail message is displayed. As described herein, the entity responsible may be displayed when the user mouses over the confidence icon. -
FIG. 7 shows a flowchart of a method of authenticating a plurality of messages, in accordance with one embodiment. The blocks offlowchart 700 may be carried out by a mail user agent (MUA) (e.g., mail client software). - At
block 702, for each message in the list of messages, addresses are retrieved from the header of that message. As described herein, the FROM, PRA, MFROM, and DK domain or DKIM domain may be retrieved. - At block 704, a list is created from all the headers and a determination of the unique addresses for all the messages is made. As described herein, duplicate addresses may be removed from the list of headers.
- At
block 706, a request is made to a validation server of which addresses in the unique list are registered senders. As described herein, the request may be made to a validation server (e.g., server 280). - At
block 708, for each message in the messages list an authentication process (e.g. block 710-738) is performed. - At
block 710, a determination of whether the e-mail is unauthenticated and the FROM is a registered sender is made. If the message is authenticated, block 738 is performed and the authentication process moves to the next message in the message list. If the message is unauthenticated and the FROM address is a registered sender, block 712 is performed and a custom SPF process is used to authenticate the message. As described herein, the custom SPF process may authenticate the e-mail message based on the “From:” header or address prior to checking other addresses. - At
block 714, a determination of whether the e-mail is unauthenticated and the PRA is a registered sender is made. If the message is authenticated, block 718 is performed. If the message is unauthenticated and the PRA is a registered sender, block 716 is performed and the PRA is used to authenticate the e-mail message. - At
block 718, a determination of whether the e-mail is unauthenticated and the MFROM is a registered sender is made. If the message is authenticated, block 722 is performed. If the message is unauthenticated and the MFROM address is a registered sender, block 720 is performed and the MFROM is used to authenticate the message. As described herein, the MFROM may be authenticated based on SenderID or the return path headers. - At block 722, a determination of whether the e-mail is unauthenticated and the DK is a registered sender is made. If the message is authenticated, block 726 is performed. If the message is unauthenticated and the domainkeys (DK) is a registered sender, block 724 is performed and domainkeys is used to authenticate the e-mail message. It is appreciated that that DKIM may be used in place of domainkeys authenticate the e-mail message.
- At
block 726, the authentication result is checked to see if authentication was successful. If the authentication was successful, block 730 is performed and a billing event is recorded and the program result is set. Afterblock 730 has been performed, block 738 is performed. - If the authentication was not successful, block 728 is performed and a check is made as to whether the authentication failed. If the authentication result is not failure, block 736 is performed. If the authentication failed, block 732 is performed and authentication failure logic is executed. Authentication failure logic can include marking a message with an icon indicating authentication has failed (e.g., a stop sign, red circle with a slash, and the like) and recording the failure along with the associated details of why authentication failed.
- At
block 734, a program result is checked to see if it has been sent. If the program result has not been sent, block 736 is performed and program result is set. The program result may include a message or signal to the e-mail client which indicates whether authentication was successful or not and what confidence markings should be displayed. In one embodiment, information may be returned back the validation server. The data may then be shared with senders which allows the senders to see why authentication failed. For example, an e-mail message may not authenticate because a server was not added to an SPF record so every e-mail from that particular server fails authentication. The information sent back to the server can also include the sending IP address, or Originating IP address, of the e-mail message. After the program result is set or the program result has been sent, block 738 is performed and a check is made if there are more messages to process. If there are no more messages to process block 740 is executed and the authentication of the plurality of e-mail messages is finished. - The foregoing descriptions of specific embodiments of the present invention have been presented for purposes of illustration and description. They are not intended to be exhaustive or to limit the invention to the precise forms disclosed, and many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims appended hereto and their equivalents.
Claims (21)
1. (canceled)
2. A computer-implemented method of processing an e-mail, comprising:
receiving the e-mail from a sender;
processing one or more headers of the e-mail to extract information representing the sender;
transmitting the extracted information to a validation service, wherein the validation service is to filter the extracted information for one or more spoofed domains and is to return a validation response that identifies a registered sender based on the extracted information, the registered sender representing a legitimate, known entity;
retrieving a published domain record of the registered sender;
authenticating the e-mail dependent on whether the extracted information corresponds to the retrieved, published domain record; and
transmitting a message reporting failed authentication to the validation service dependent on whether the extracted information does not correspond to the retrieved, published domain record;
wherein the message is to identify the registered sender, the extracted information, and a reason for failed authentication.
3. The computer-implemented method of claim 2 , wherein:
transmitting the message comprises reporting via the message a condition where the e-mail originates with a spoofed domain; and
the message identifies the spoofed domain.
4. The computer-implemented method of claim 2 , wherein:
the published record comprises a sender policy framework (SPF) record;
authenticating comprises identifying whether the e-mail was sent from a machine specified by the SPF record; and
transmitting the message comprises reporting a condition where the e-mail originates with a domain of the registered sender the email but was not sent from the machine specified by the SPF record.
5. The computer-implemented method of claim 4 , wherein:
the extracted information represents a FROM: header of the e-mail; and
determining comprises ascertaining whether the FROM: header corresponds to the machine.
6. The computer-implemented method of claim 5 , wherein:
the extracted information represents an identified value comprising at least one of a purported responsible authority (PRA) value, a domain keys (DK) value, a domain keys identified mail (DKIM) value and a mail from (MFROM) value;
ascertaining comprises determining that the FROM: header does not correspond to the machine, but determining from the extracted information that the e-mail was sent by an entity corresponding to identified value.
7. The computer-implemented method of claim 6 , wherein:
the extracted information comprises each of the PRA value, the DK value, the DKIM value and the MFROM value; and
transmitting the message is performed in response to a determination that the email was not sent by an entity corresponding to any of the PRA value, the DK value, the DKIM value or the MFROM value.
8. The computer-implemented method of claim 7 , wherein the message further identifies each of the PRA value, the DK value and the DKIM value.
9. The computer-implemented method of claim 2 , wherein authenticating the e-mail comprises causing an e-mail client of an e-mail recipient to display a confidence icon to the e-mail recipient, the confidence icon to indicate whether the e-mail was successfully authenticated.
10. The computer-implemented method of claim 2 , wherein authenticating the e-mail comprises causing an e-mail client of an e-mail recipient to display a confidence icon as part of a FROM: field, the confidence icon to indicate that the e-mail was successfully authenticated.
11. An apparatus comprising instructions stored on non-transitory computer-readable media, the instructions when executed to cause at least one computing device to:
receive the e-mail from a sender;
process one or more headers of the e-mail to extract information representing the sender;
transmit the extracted information to a validation service, wherein the validation service is to filter the extracted information for one or more spoofed domains and is to return a validation response that identifies a registered sender based on the extracted information, the registered sender representing a legitimate, known entity;
retrieve a published domain record of the registered sender;
authenticate the e-mail dependent on whether the extracted information corresponds to the retrieved, published domain record; and
transmit a message reporting failed authentication to the validation service dependent on whether the extracted information does not correspond to the retrieved, published domain record;
wherein the message is to identify the registered sender, the extracted information, and a reason for failed authentication.
12. The apparatus of claim 11 , wherein:
the instructions, when executed, are to further cause the at least one computing device to report via the message a condition where the e-mail originates with a spoofed domain; and
the message identifies the spoofed domain.
13. The apparatus of claim 11 , wherein:
the published record comprises a sender policy framework (SPF) record;
the instructions, when executed, are to further cause the at least one computing device to identify whether the e-mail was sent from a machine specified by the SPF record, and to report a condition where the e-mail originates with a domain of the registered sender the email but was not sent from the machine specified by the SPF record.
14. The apparatus of claim 13 , wherein:
the extracted information represents a FROM: header of the e-mail; and
the instructions, when executed, are to further cause the at least one computing device to ascertain whether the FROM: header corresponds to the machine.
15. The apparatus of claim 14 , wherein:
the extracted information represents an identified value comprising at least one of a purported responsible authority (PRA) value, a domain keys (DK) value, a domain keys identified mail (DKIM) value and a mail from (MFROM) value;
the instructions, when executed, are to further cause the at least one computing device to determine that the FROM: header does not correspond to the machine, but to determine from the extracted information that the e-mail was sent by an entity corresponding to identified value.
16. The apparatus of claim 15 , wherein:
the extracted information comprises each of the PRA value, the DK value, the DKIM value and the MFROM value; and
transmission of the message is performed in response to a determination that the email was not sent by an entity corresponding to any of the PRA value, the DK value, the DKIM value or the MFROM value.
17. The apparatus of claim 16 , wherein the message further identifies each of the PRA value, the DK value and the DKIM value.
18. The apparatus of claim 11 , wherein the instructions, when executed, are to further cause at least one computing device to cause an e-mail client of an e-mail recipient to display a confidence icon to the e-mail recipient, the confidence icon to indicate whether the e-mail was successfully authenticated.
19. The apparatus of claim 11 , wherein the instructions, when executed, are to further cause an e-mail client of an e-mail recipient to display a confidence icon as part of a FROM: field, the confidence icon to indicate that the e-mail was successfully authenticated.
20. A computer-implemented method of processing an e-mail, comprising:
receiving the e-mail from a sender;
processing one or more headers of the e-mail to extract information representing the sender;
transmitting the extracted information to a validation service, wherein the validation service is to filter the extracted information for one or more spoofed domains and is to return a validation response that identifies a registered sender based on the extracted information, the registered sender representing a legitimate, known entity;
retrieving a published domain record of the registered sender;
authenticating the e-mail dependent on whether the extracted information corresponds to the retrieved, published domain record; and
transmitting a message reporting failed authentication to the validation service dependent on whether the extracted information does not correspond to the retrieved, published domain record;
wherein
the published record comprises a sender policy framework (SPF) record,
authenticating comprises identifying whether the e-mail was sent from a machine specified by the SPF record, and whether the e-mail was sent from an entity represented by at least one of purported responsible authority (PRA) value, a domain keys (DK) value, a domain keys identified mail (DKIM) value and a mail from (MFROM) value, and
the message is to identify the registered sender, the extracted information, and a reason for failed authentication.
21. The computer-implemented method of claim 20 , wherein:
transmitting the message comprises reporting via the message a condition where the e-mail originates with a spoofed domain; and
the message identifies the spoofed domain.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US16/298,234 US20190312729A1 (en) | 2008-05-09 | 2019-03-11 | E-mail message authentication extending standards complaint techniques |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/118,547 US7801961B2 (en) | 2008-05-09 | 2008-05-09 | E-mail message authentication and marking extending standards complaint techniques |
US87179410A | 2010-08-30 | 2010-08-30 | |
US14/977,505 US10277397B2 (en) | 2008-05-09 | 2015-12-21 | E-mail message authentication extending standards complaint techniques |
US16/298,234 US20190312729A1 (en) | 2008-05-09 | 2019-03-11 | E-mail message authentication extending standards complaint techniques |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/977,505 Continuation US10277397B2 (en) | 2008-05-09 | 2015-12-21 | E-mail message authentication extending standards complaint techniques |
Publications (1)
Publication Number | Publication Date |
---|---|
US20190312729A1 true US20190312729A1 (en) | 2019-10-10 |
Family
ID=41265229
Family Applications (5)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/118,547 Active 2028-10-06 US7801961B2 (en) | 2008-05-09 | 2008-05-09 | E-mail message authentication and marking extending standards complaint techniques |
US13/231,795 Abandoned US20180191499A1 (en) | 2008-05-09 | 2011-09-13 | E-mail message authentication and marking extending standards complaint techniques |
US14/977,505 Active 2028-10-07 US10277397B2 (en) | 2008-05-09 | 2015-12-21 | E-mail message authentication extending standards complaint techniques |
US16/298,234 Abandoned US20190312729A1 (en) | 2008-05-09 | 2019-03-11 | E-mail message authentication extending standards complaint techniques |
US17/199,247 Abandoned US20220067664A1 (en) | 2008-05-09 | 2021-03-11 | E-mail message authentication extending standards complaint techniques |
Family Applications Before (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/118,547 Active 2028-10-06 US7801961B2 (en) | 2008-05-09 | 2008-05-09 | E-mail message authentication and marking extending standards complaint techniques |
US13/231,795 Abandoned US20180191499A1 (en) | 2008-05-09 | 2011-09-13 | E-mail message authentication and marking extending standards complaint techniques |
US14/977,505 Active 2028-10-07 US10277397B2 (en) | 2008-05-09 | 2015-12-21 | E-mail message authentication extending standards complaint techniques |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/199,247 Abandoned US20220067664A1 (en) | 2008-05-09 | 2021-03-11 | E-mail message authentication extending standards complaint techniques |
Country Status (2)
Country | Link |
---|---|
US (5) | US7801961B2 (en) |
WO (1) | WO2009137090A2 (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10904012B1 (en) | 2020-07-12 | 2021-01-26 | Fraudmarc Inc. | Email authentication and data integrity validation |
US20210185075A1 (en) * | 2019-12-12 | 2021-06-17 | Proofpoint, Inc. | Dynamic Message Analysis Platform for Enhanced Enterprise Security |
EP4280563A1 (en) | 2022-05-16 | 2023-11-22 | Consulare sàrl | A trustable e-mail system and method |
US11863566B2 (en) | 2019-12-12 | 2024-01-02 | Proofpoint, Inc. | Dynamic message analysis platform for enhanced enterprise security |
JP7429733B2 (en) | 2022-07-04 | 2024-02-08 | Lineヤフー株式会社 | Email processing systems, email processing methods, and programs |
Families Citing this family (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2008097869A1 (en) | 2007-02-02 | 2008-08-14 | Iconix, Inc. | Authenticating and confidence marking e-mail messages |
US7801961B2 (en) * | 2008-05-09 | 2010-09-21 | Iconix, Inc. | E-mail message authentication and marking extending standards complaint techniques |
US20120331074A1 (en) * | 2011-06-24 | 2012-12-27 | iPost | Trusted Electronic Communications |
US9824377B1 (en) * | 2012-06-21 | 2017-11-21 | Amazon Technologies, Inc. | Round-robin e-mail scheduling |
US9230245B1 (en) | 2012-06-21 | 2016-01-05 | Amazon Technologies, Inc. | Deliverability-based e-mail sending |
US20150178819A1 (en) | 2013-12-23 | 2015-06-25 | @Pay Ip Holdings Llc | Alternative email-based website checkouts |
US10079791B2 (en) * | 2014-03-14 | 2018-09-18 | Xpedite Systems, Llc | Systems and methods for domain- and auto-registration |
US11699148B2 (en) * | 2014-12-23 | 2023-07-11 | Swoop Ip Holdings Llc | Email address token integration |
US9762591B2 (en) * | 2014-12-27 | 2017-09-12 | Mcafee, Inc. | Message sender authenticity validation |
US11551198B2 (en) | 2015-01-28 | 2023-01-10 | Swoop Ip Holdings Llc | Email-based e-commerce with near field communication |
US11416829B2 (en) * | 2015-07-13 | 2022-08-16 | Swoop Ip Holdings Llc | Myriad of payment methods with alternate payment controls |
US11553252B2 (en) * | 2015-09-02 | 2023-01-10 | Swoop Ip Holdings Llc | System and method for interactive television with messaging based payments |
FR3064385A1 (en) * | 2017-03-27 | 2018-09-28 | Ar24 | METHOD OF SENDING ELECTRONIC RECOMMENDED MAIL |
US10887322B2 (en) * | 2017-12-04 | 2021-01-05 | Microsoft Technology Licensing, Llc | Preserving integrity of multi-authored message content |
EP3874379A4 (en) * | 2018-10-30 | 2022-07-20 | Valimail Inc. | Signed message header storing sender account authentication method |
US12088572B2 (en) | 2021-09-22 | 2024-09-10 | Bank Of America Corporation | Email verification using injected tokens for message authentication |
US11991139B2 (en) * | 2022-09-16 | 2024-05-21 | Valimail Inc. | Automated email protocol analyzer in a privacy-safe environment |
Family Cites Families (38)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050081059A1 (en) | 1997-07-24 | 2005-04-14 | Bandini Jean-Christophe Denis | Method and system for e-mail filtering |
US7870203B2 (en) | 2002-03-08 | 2011-01-11 | Mcafee, Inc. | Methods and systems for exposing messaging reputation to an end user |
JP2004064215A (en) | 2002-07-25 | 2004-02-26 | Casio Comput Co Ltd | Electronic mail system, method for preventing transmission of impersonated electronic mail, and method for preventing reception of impersonated mail |
US20040024823A1 (en) * | 2002-08-01 | 2004-02-05 | Del Monte Michael George | Email authentication system |
US7072944B2 (en) * | 2002-10-07 | 2006-07-04 | Ebay Inc. | Method and apparatus for authenticating electronic mail |
US7293065B2 (en) | 2002-11-20 | 2007-11-06 | Return Path | Method of electronic message delivery with penalties for unsolicited messages |
US7398315B2 (en) | 2003-03-12 | 2008-07-08 | Workman Nydegger | Reducing unwanted and unsolicited electronic messages by preventing connection hijacking and domain spoofing |
JP2004295684A (en) * | 2003-03-27 | 2004-10-21 | Fujitsu Ltd | Authentication device |
US7752440B2 (en) | 2004-03-09 | 2010-07-06 | Alcatel-Lucent Usa Inc. | Method and apparatus for reducing e-mail spam and virus distribution in a communications network by authenticating the origin of e-mail messages |
US7689659B1 (en) | 2004-04-12 | 2010-03-30 | Openwave Systems Inc. | Method and system for detecting abusive email based on number of hops |
US7673003B2 (en) | 2004-04-28 | 2010-03-02 | Microsoft Corporation | Social network email filtering |
US8090940B1 (en) | 2004-06-01 | 2012-01-03 | Cisco Technology, Inc. | Method and system for verifying identification of an electronic message |
US7529802B2 (en) * | 2004-06-16 | 2009-05-05 | International Business Machines Corporation | Method for performing multiple hierarchically tests to verify identity of sender of an email message and assigning the highest confidence value |
US20060004896A1 (en) | 2004-06-16 | 2006-01-05 | International Business Machines Corporation | Managing unwanted/unsolicited e-mail protection using sender identity |
US7487213B2 (en) | 2004-09-07 | 2009-02-03 | Iconix, Inc. | Techniques for authenticating email |
US8180834B2 (en) | 2004-10-07 | 2012-05-15 | Computer Associates Think, Inc. | System, method, and computer program product for filtering messages and training a classification module |
US8495145B2 (en) | 2004-10-14 | 2013-07-23 | Intel Corporation | Controlling receipt of undesired electronic mail |
US7461339B2 (en) | 2004-10-21 | 2008-12-02 | Trend Micro, Inc. | Controlling hostile electronic mail content |
US20060168066A1 (en) | 2004-11-10 | 2006-07-27 | David Helsper | Email anti-phishing inspector |
US20060179157A1 (en) * | 2005-02-10 | 2006-08-10 | Sam Huang | System and method for discerning the authenticity of the sender and controlling the routing of electronic messages prior to said messages reaching a recipient's device |
US20070005702A1 (en) * | 2005-03-03 | 2007-01-04 | Tokuda Lance A | User interface for email inbox to call attention differently to different classes of email |
US20060271631A1 (en) | 2005-05-25 | 2006-11-30 | Microsoft Corporation | Categorizing mails by safety level |
US7877789B2 (en) * | 2005-06-01 | 2011-01-25 | Goodmail Systems, Inc. | E-mail stamping with from-header validation |
US7917756B2 (en) * | 2005-06-01 | 2011-03-29 | Goodmail Sytems, Inc. | E-mail stamping with from-header validation |
JP2007074498A (en) | 2005-09-08 | 2007-03-22 | Oki Electric Ind Co Ltd | E-mail service system |
US7475118B2 (en) | 2006-02-03 | 2009-01-06 | International Business Machines Corporation | Method for recognizing spam email |
US20070208491A1 (en) | 2006-03-01 | 2007-09-06 | Miller Bruce D | Wireless security and monitoring system for mechanized equipment |
US8028025B2 (en) | 2006-05-18 | 2011-09-27 | International Business Machines Corporation | Apparatus, system, and method for setting/retrieving header information dynamically into/from service data objects for protocol based technology adapters |
US20080034212A1 (en) | 2006-08-07 | 2008-02-07 | Emanuele Altieri | Method and system for authenticating digital content |
US8260862B2 (en) | 2006-09-14 | 2012-09-04 | Centurylink Intellectual Property Llc | System and method for authenticating users of online services |
JP3953089B2 (en) | 2006-09-29 | 2007-08-01 | 富士通株式会社 | Mail server, mail delivery control method, and mail delivery control program |
US8640201B2 (en) | 2006-12-11 | 2014-01-28 | Microsoft Corporation | Mail server coordination activities using message metadata |
WO2008097869A1 (en) * | 2007-02-02 | 2008-08-14 | Iconix, Inc. | Authenticating and confidence marking e-mail messages |
US8073912B2 (en) * | 2007-07-13 | 2011-12-06 | Michael Gregor Kaplan | Sender authentication for difficult to classify email |
US8379867B2 (en) * | 2007-09-24 | 2013-02-19 | Mymail Technology, Llc | Secure email communication system |
US20090094334A1 (en) | 2007-10-03 | 2009-04-09 | Anders Eriksson | Gateway with transparent mail relay |
US7950047B2 (en) * | 2008-02-22 | 2011-05-24 | Yahoo! Inc. | Reporting on spoofed e-mail |
US7801961B2 (en) * | 2008-05-09 | 2010-09-21 | Iconix, Inc. | E-mail message authentication and marking extending standards complaint techniques |
-
2008
- 2008-05-09 US US12/118,547 patent/US7801961B2/en active Active
-
2009
- 2009-05-07 WO PCT/US2009/002862 patent/WO2009137090A2/en active Application Filing
-
2011
- 2011-09-13 US US13/231,795 patent/US20180191499A1/en not_active Abandoned
-
2015
- 2015-12-21 US US14/977,505 patent/US10277397B2/en active Active
-
2019
- 2019-03-11 US US16/298,234 patent/US20190312729A1/en not_active Abandoned
-
2021
- 2021-03-11 US US17/199,247 patent/US20220067664A1/en not_active Abandoned
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20210185075A1 (en) * | 2019-12-12 | 2021-06-17 | Proofpoint, Inc. | Dynamic Message Analysis Platform for Enhanced Enterprise Security |
US11729200B2 (en) * | 2019-12-12 | 2023-08-15 | Proofpoint, Inc. | Dynamic message analysis platform for enhanced enterprise security |
US20230353591A1 (en) * | 2019-12-12 | 2023-11-02 | Proofpoint, Inc. | Dynamic Message Analysis Platform for Enhanced Enterprise Security |
US11863566B2 (en) | 2019-12-12 | 2024-01-02 | Proofpoint, Inc. | Dynamic message analysis platform for enhanced enterprise security |
US12010136B2 (en) * | 2019-12-12 | 2024-06-11 | Proofpoint, Inc. | Dynamic message analysis platform for enhanced enterprise security |
US10904012B1 (en) | 2020-07-12 | 2021-01-26 | Fraudmarc Inc. | Email authentication and data integrity validation |
US11558200B2 (en) | 2020-07-12 | 2023-01-17 | Fraudmarc Inc. | Email authentication and data integrity validation |
EP4280563A1 (en) | 2022-05-16 | 2023-11-22 | Consulare sàrl | A trustable e-mail system and method |
JP7429733B2 (en) | 2022-07-04 | 2024-02-08 | Lineヤフー株式会社 | Email processing systems, email processing methods, and programs |
Also Published As
Publication number | Publication date |
---|---|
US20180192288A1 (en) | 2018-07-05 |
US7801961B2 (en) | 2010-09-21 |
WO2009137090A2 (en) | 2009-11-12 |
US20180191499A1 (en) | 2018-07-05 |
US10277397B2 (en) | 2019-04-30 |
US20090282108A1 (en) | 2009-11-12 |
WO2009137090A3 (en) | 2010-03-18 |
US20220067664A1 (en) | 2022-03-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20220067664A1 (en) | E-mail message authentication extending standards complaint techniques | |
US10541956B2 (en) | Authenticating and confidence marking e-mail messages | |
US9521114B2 (en) | Securing email communications | |
JP2019013009A (en) | Automatic fraudulent digital certificate detection | |
KR101948721B1 (en) | Method and apparatus for examining forgery of file by using file hash value | |
CN108183924A (en) | A kind of login validation method and terminal device | |
WO2015051720A1 (en) | Method and device for detecting suspicious dns, and method and system for processing suspicious dns | |
US12022000B2 (en) | Method for information processing in digital asset certificate inheritance transfer, and related device | |
US8966621B1 (en) | Out-of-band authentication of e-mail messages | |
JP6880055B2 (en) | Message anti-counterfeiting implementation method and device | |
US20110225629A1 (en) | CAPTCHA (Completely Automated Public Test to Tell Computers and Humans Apart) Management Methods and Systems | |
JP4200453B2 (en) | Fraud prevention program and computer-readable storage medium | |
CN107612877A (en) | Verify the methods, devices and systems of multimedia file legitimacy | |
JP4283250B2 (en) | Email verification system to prevent phishing | |
CN109495458A (en) | A kind of method, system and the associated component of data transmission | |
EP3716564B1 (en) | Method for resetting password, request terminal and check terminal | |
US8838709B2 (en) | Anti-phishing electronic message verification | |
JP2001175600A (en) | Method and device for reporting illegal access | |
CN113344598A (en) | Data verification method, device, medium and electronic equipment | |
JP2004046590A (en) | Contract document storage device and system and its method | |
JP2008509591A (en) | Transaction authentication method and transaction authentication system for protecting privacy regarding electronic transaction details | |
TWI618007B (en) | System for signing insurance policy through verifying result by third party and method thereof | |
CN113807801A (en) | Real estate information management method and device based on block chain | |
JP2011254533A (en) | Different-route warning device and different-route warning program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: ICONIX, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SACHTJEN, SCOTT A.;HOCIOTA, VLAD ADRIAN;LAZAR, RAZVAN VLAD;AND OTHERS;REEL/FRAME:048565/0196 Effective date: 20080616 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |