Device-bound certificate authentication

Information

  • Patent Grant
  • 10432609
  • Patent Number
    10,432,609
  • Date Filed
    Friday, March 8, 2013
    11 years ago
  • Date Issued
    Tuesday, October 1, 2019
    5 years ago
Abstract
A device-bound certificate authority binds a certificate to one or more devices by including digital fingerprints of the devices in the certificate. A device only uses a device-bound certificate if the digital fingerprint of the device is included in the certificate and is verified. Thus, a certificate is only usable by one or more devices to which the certificate is explicitly bound. Such device-bound certificates can be used for various purposes served by certificates generally such as device driver authentication and authorization of access to secure content, for example.
Description
BACKGROUND OF THE INVENTION

Field of the Invention


The present invention relates generally to computer security and, more particularly, methods of and systems for securely authenticating devices.


Description of the Related Art


Digital certificates are used in cryptographic systems, particularly those using PKI (Public Key Infrastructure), to authenticate data in various contexts. For example, device drivers often require authentication using a certificate of the source of the particular driven device before a computer will permit installation of the device driver to ensure that the device will behave properly. In addition, certificates can be used to identify computers as authorized to access secure content.


One of the shortcomings of certificates today is that copies of certificates can be kept in many storage locations, making copying and improper use of a certificate a significant risk to security.


SUMMARY OF THE INVENTION

In accordance with the present invention, a device-bound certificate authority binds a certificate to one or more devices by including digital fingerprints of the devices in the certificate. A device only uses a device-bound certificate if the digital fingerprint of the device is included in the certificate and is verified. Thus, a certificate is only usable by one or more devices to which the certificate is explicitly bound.


Such device-bound certificates can be used for various purposes served by certificates generally such as device driver authentication and authorization of access to secure content, for example.


Should a certificate have its security compromised, the effect of such compromise is limited to just those explicitly authorized devices to which the certificate is bound. The certificate cannot be used by unauthorized devices to which the certificate might be distributed. As a result, any malicious programming injected into code authenticated by a compromised certificate that is distributed by some entity other than a duly authorized device-bound certificate authority will not be executed by devices that require device-bound certificates.





BRIEF DESCRIPTION OF THE DRAWINGS

Other systems, methods, features and advantages of the invention will be or will become apparent to one with skill in the art upon examination of the following figures and detailed description. It is intended that all such additional systems, methods, features and advantages be included within this description, be within the scope of the invention, and be protected by the accompanying claims. Component parts shown in the drawings are not necessarily to scale, and may be exaggerated to better illustrate the important features of the invention. In the drawings, like reference numerals may designate like parts throughout the different views, wherein:



FIG. 1 is a diagram showing a client computer and a device-bound certificate authority that manage device-bound certificates in accordance with one embodiment of the present invention.



FIG. 2 is a transaction diagram illustrating one method of serving a device-bound certificate by the device-bound certificate authority of FIG. 1 to the client computer of FIG. 1.



FIG. 3 is a block diagram showing the client computer of FIG. 1 in greater detail.



FIG. 4 is a block diagram showing the device-bound certificate authority of FIG. 1 in greater detail.



FIG. 5 is a transaction diagram illustrating one embodiment according to the invention of a method of using a device-bound certificate by the client computer of FIG. 1 to authenticate a device driver for installation.



FIG. 6 is a transaction diagram illustrating one embodiment of a method of using a device-bound certificate by a server of FIG. 1 to authenticate the client computer of FIG. 1 for establishing a secure connection therewith.



FIG. 7 is a block diagram showing the server of FIG. 1 in greater detail.



FIG. 8 is a block diagram illustrating one embodiment of a device-bound certificate in accordance with the present invention.



FIG. 9 is a block diagram illustrating one example of a digital fingerprint record of a digital fingerprint registry of the device-bound certificate authority of FIG. 4.





DETAILED DESCRIPTION

In accordance with the present invention, digital certificates 802 (FIG. 8) are bound to specific devices and are therefore each usable by one or more explicitly authorized devices, e.g., client computer 102 (FIG. 1). A digital certificate copied from client computer 102 cannot be used on another device unless that other device is explicitly authorized within the digital certificate. Such forces the other device to obtain certificates only from an authorized device-bound certificate authority 108.


In this illustrative embodiment, device-bound certificate authority 108 binds certificate 802 (FIG. 8) to client computer 102 by including authorized device data 804 in certificate 802. Authorized device data 804 uniquely identifies at least one authorized device from all other devices to which device-bound certificate authority can serve certificates and identifies client computer 102 by a digital fingerprint of client computer 102, for example. Digital fingerprints are known and are described, e.g., in U.S. Pat. No. 5,490,216 (sometimes referred to herein as the '216 Patent) and that description is incorporated herein by reference. In this illustrative embodiment, certificate 802 is an X.509 certificate based on RFC-2459.


Prior to using certificate 802, client computer 102 always verifies that authorized device data 804 indicates that client computer 102 is authorized to use certificate 802. As described more completely below, such indicates that client computer 102 received certificate 802 from a device-bound certificate authority that client computer 102 trusts and with which client computer 102 has registered.


Before describing the management and use of device-bound certificates in accordance with the present invention, some elements of client computer 102 (FIG. 1) and device-bound certificate authority 108 are briefly described.


Client computer 102 is shown in greater detail in FIG. 3 and includes one or more microprocessors 308 (collectively referred to as CPU 308) that retrieve data and/or instructions from memory 306 and execute retrieved instructions in a conventional manner. Memory 306 can include generally any computer-readable medium including, for example, persistent memory such as magnetic and/or optical disks, ROM, and PROM and volatile memory such as RAM.


CPU 308 and memory 306 are connected to one another through a conventional interconnect 310, which is a bus in this illustrative embodiment and which connects CPU 308 and memory 306 to one or more input devices 302, output devices 304, and network access circuitry 322. Input devices 302 can include, for example, a keyboard, a keypad, a touch-sensitive screen, a mouse, and a microphone. Output devices 304 can include, for example, a display—such as a liquid crystal display (LCD)—and one or more loudspeakers. Network access circuitry 322 sends and receives data through a wide area network 106 (FIG. 1) such as the Internet and/or mobile device data networks.


A number of components of client computer 102 are stored in memory 306. In particular, certificate API 312, device driver installation logic 314, and secure networking logic 316 are each all or part of one or more computer processes executing within CPU 308 from memory 306 in this illustrative embodiment but can also be implemented using digital logic circuitry. As used herein, “logic” refers to (i) logic implemented as computer instructions and/or data within one or more computer processes and/or (ii) logic implemented in electronic circuitry. Certificates 320 are data stored persistently in memory 306. In this illustrative embodiment, certificates 320 are organized as a database.


Device-bound certificate authority 108 (FIG. 1)—which is sometimes referred to herein as DBCA 108—is shown in greater detail in FIG. 4 and includes a CPU 408, memory 406, interconnect 410, input devices 402, output devices 404, and network access circuitry 422 that are directly analogous to CPU 308 (FIG. 3), memory 306, interconnect 310, input devices 302, output devices 304, and network access circuitry 322, respectively, of client computer 102. Since DBCA 108 (FIG. 4) is a server computer, input devices 402 and output devices 404 can be omitted and DBCA 108 can interact with one or more human users exclusively through network access circuitry 422, e.g., through a remote command shell protocol such as the known ‘ssh’ remote command shell protocol.


A number of components of DBCA 108 are stored in memory 406. In particular, certificate serving logic 412 is all or part of one or more computer processes executing within CPU 408 from memory 406 in this illustrative embodiment but can also be implemented using digital logic circuitry. Digital fingerprint registry 414 and certificates 416 are data stored persistently in memory 406. In this illustrative embodiment, digital fingerprint registry 414 and certificates 416 are each organized as a database.


In one embodiment, DBCA 108 also serves as a conventional certificate authority and maintains certificates 416 in a conventional manner in addition to the device-bound certificate management described herein. In an alternative embodiment, DBCA 108 uses a remotely-located certificate authority to obtain authentic copies of certificates in a conventional manner and maintains certificates 416 for local device binding in the manner described herein. DBCA 108 can also maintain certificates 416 for limited periods of time as a cache of device-bound certificates to more efficiently serve repeated requests for the same device-bound certificates in a relatively short amount of time.


Digital fingerprint registry 414 stores a number of digital fingerprint records such as digital fingerprint record 902 (FIG. 9). Digital fingerprint record 902 includes a device identifier 904 and a digital fingerprint 906 and therefore represents an association between a device identifier and a digital fingerprint. DBCA 108 ensures that device identifier 904 is unique among all device identifiers stored in digital fingerprint registry 414.


Prior to use of DBCA 108, a device must register with DBCA 108. For example, client computer 102 (FIG. 1) sends a registration request to DBCA 108 that includes a digital fingerprint of client computer 102. In response to the request, DBCA 108 (i) creates a unique identifier for client computer 102, (ii) stores the identifier as device identifier 904 in a new digital fingerprint record 902 that also includes the digital fingerprint received from client computer 102 as digital fingerprint 906, and (iii) returns the identifier to client computer 102 as part of a report of successful registration with DBCA 108.


In an alternative embodiment, DBCA 108 directs a device to produce a digital fingerprint of itself when DBCA 108 does not already have a digital fingerprint of the device. In other words, DBCA 108 can implement dynamic registration. In particular, upon determining that DBCA 108 requires a digital fingerprint of a given device and does not have one, DBCA 108 requests that the device send DBCA 108 a digital fingerprint of the device. In response to such a request, client computer 102 generates a digital fingerprint of itself and sends the digital certificate to DBCA 108.


In some embodiments, client computer 102 creates the digital fingerprint of itself using logic in certificate API 312 (FIG. 3). In other embodiments, DBCA 108 directs client computer 102 to obtain digital fingerprint generation logic and to then execute the logic to thereby generate a digital fingerprint of client computer 102. The particular manner in which DBCA 108 specifies the logic to be obtained by client computer 102 and the particular manner in which client computer 102 executes the logic are unimportant and there are many known ways for accomplishing each.


For example, DBCA 108 can provide the logic directly or can provide a URL to the logic so as to direct client computer 102 to access the logic using the URL. The URL can identify logic to be obtained from DBCA 108 directly or can identify other computers reachable through wide area network 106. In addition, client computer 102 can execute the logic by receiving and installing the logic as client computer 102 would install software generally or client computer 102 can execute the logic as active content in a web page displayed by a browser of client computer 102.


Subsequently to registration with DBCA 108 as described above or in conjunction with dynamic registration as described above, client computer 102 can retrieve device-bound certificates from DBCA 108 in a manner illustrated in transaction flow diagram 200 (FIG. 2). In step 202, client computer 102 requests a certificate from DBCA 108. The request of step 202 includes both identification of the entity whose certificate is needed and the identifier 904 of client computer 102 previously received from DBCA 108. The request of step 202 can also include identifiers of other devices if client computer 102 is configured to request a certificate that is also bound to one or more other devices.


In step 204, DBCA 108 retrieves the certificate of the entity whose certificate is requested in step 202. DBCA 108 retrieves the certificate from certificates 416 (FIG. 4) in this illustrative embodiment. In other embodiments, DBCA 108 retrieves the certificate from a certificate authority through wide area network 106. If the certificate is retrieved from a remotely-located certificate authority through wide area network 106, DBCA 108 can store retrieved certificates in certificates 416 as a cache.


In step 206, DBCA 108 retrieves the digital fingerprint of client computer 102 using the identifier of the request. The retrieved digital fingerprint is the one associated with the received identifier in digital fingerprint registry 414 (FIG. 4). DBCA 108 retrieves the digital fingerprint from digital fingerprint registry 414 in this illustrative embodiment. In other embodiments, DBCA 108 retrieves the digital fingerprint from another computer through wide area network 106. If the digital fingerprint is retrieved from a remotely-located computer through wide area network 106, DBCA 108 can store retrieved digital fingerprint in digital fingerprint registry 414 as a cache.


In step 206 (FIG. 2), DBCA 108 embeds the retrieved digital fingerprint, e.g., digital fingerprint 906 (FIG. 9) into the requested certificate, e.g., certificate 802 (FIG. 8). In this illustrative embodiment, authorized device data 804 includes only one digital fingerprint and is therefore bound to only a single device. In alternative embodiments, authorized device data 804 can include multiple digital fingerprints and can limit the number of digital fingerprints to a predetermined maximum. Thus, a single certificate can be bound to a limited number of devices. DBCA 108 cryptographically signs certificate 802 to make certificate 802 tamper-evident.


In step 208 (FIG. 2), DBCA 108 sends certificate 802 (FIG. 8) with authorized device data 804 that includes digital fingerprint 906 (FIG. 6) of client computer 102 (FIG. 1).


In step 210 (FIG. 2), client computer 102 verifies the digital fingerprint of authorized device data 804 by comparing each of the embedded digital fingerprints to the digital fingerprint of client computer 210. Verification of digital fingerprints is described in the '216 Patent and that description is incorporated herein by reference.


In step 212, client computer 102 accepts and uses certificate 802 only if at least one digital fingerprint of authorized device data 804 matches the digital fingerprint of client computer 102. Conversely, if no digital fingerprint of authorized device data 804 matches the digital fingerprint of client computer 102, client computer 102 rejects certificate 802 and refuses to perform any tasks that require certificate 802. In another embodiment, client computer 102 may reject certificate 802 if it detects more than one match of the digital fingerprint.


An example of such a task is the installation of a cryptographically signed device driver and is illustrated in transaction diagram 500 (FIG. 5). In this illustrative example, a user of client computer 102 has requested installation of a device driver 318 (FIG. 3), either implicitly by physically connecting one of peripheral devices 104 (FIG. 1) to client computer 102 or explicitly by physical manipulation of one or more of user input devices 302 (FIG. 3) using conventional user-interface techniques.


Device drivers are known and are only described briefly to facilitate appreciation and understanding of the present invention. Various peripheral devices 104 (FIG. 1), such as printers, scanners, game controllers, storage devices, and digital cameras, are designed to interact with logic of client computer 102. However, most, if not all, of the logic of client computer 102 is designed without awareness of the specific interfaces of many such peripheral devices. Device driver 318 (FIG. 3) provides such awareness and serves as a bridge over the gap in logic between the specific interface of a peripheral device and other logic of client computer 102.


Many device drivers are cryptographically signed by the manufacturer/supplier of the driven peripheral device. Such is intended to prevent tampering with the device driver as such tampering can enable injection of malicious behavior. If the security provided by a conventional certificate is compromised, the compromised security affects all devices that can rely on the compromised certificate. However, certificates that are bound to one or more devices can only be relied upon by that device or those devices, significantly limiting the harm that can be caused by compromised security of such certificates.


In step 502 (FIG. 5), client computer 102 identifies device driver 318 (FIG. 3) as the device driver to be installed. In this illustrative example, device driver 318 is cryptographically signed and client computer 102 gets a device-bound certificate for the signor from DBCA 108 in step 504 (FIG. 5). Transaction diagram 200 (FIG. 2) illustrates the processing of step 504 (FIG. 5).


In step 506, client computer 102 installs device driver 318 (FIG. 3) only if (i) the certificate received in step 504 is verified to be bound to client computer 102 and (ii) the cryptographic signature of device driver 318 is verified with the certificate received in step 504. If the certificate should ever be compromised, e.g., by a malicious user with access to client computer 102, the compromise is limited to client computer 102 and other devices that might be bound to the certificate by authorized device data 804 (FIG. 8). If authorized device data 804 is modified, the modification causes verification of the cryptographic signature of DBCA 108 to fail.


Another example of a task that is made more secure by device-bound certificates is the establishment of access to secure content and is illustrated in transaction flow diagram 600 (FIG. 6).


In this illustrative example of the establishment of access to secure content as shown in transaction flow diagram 600, client computer 102 requests access to secure content within a server computer 120 (FIG. 1). Server computer 120 is shown in greater detail in FIG. 7.


Server computer 120 includes a CPU 708, memory 706, interconnect 710, input devices 702, output devices 704, and network access circuitry 722 that are directly analogous to CPU 408 (FIG. 4), memory 406, interconnect 410, input devices 402, output devices 404, and network access circuitry 422, respectively, of DBCA 108.


A number of components of server computer 120 are stored in memory 706. In particular, serving logic 712 is all or part of one or more computer processes executing within CPU 708 from memory 706 in this illustrative embodiment but can also be implemented using digital logic circuitry. Serving logic 712 provides the server functionality designed into server computer 120 and includes authentication logic 714 that implements the authentication illustrated in transaction flow diagram 600 (FIG. 6). White list 716 and certificates 718 are data stored persistently in memory 706. In this illustrative embodiment, white list 716 and certificates 718 are each organized as a database.


White list 716 identifies all devices with which server computer 120 is permitted to grant access to one or more categories of secure content, i.e., content to which access is to be limited. Alternatively, white list 716 can identify all devices for which server computer 120 is permitted to offer various services. In this illustrative embodiment, white list 716 is generally of the same structure as digital fingerprint registry 414 (FIG. 4). Certificates 718 (FIG. 7) are generally of the same structure as certificates 416 (FIG. 4).


In step 602 (FIG. 6), client computer 102 requests access to secure content within server computer 120. Client computer 102 includes its identifier and digital fingerprint that were used in registration with DBCA 108 in the request.


In response to the request and in step 604 (FIG. 6), server computer 120 retrieves a certificate that is bound to client computer 102 from DBCA 108 in the manner illustrated in transaction flow diagram 200 (FIG. 2). In an alternative embodiment, client computer 102 can omit its identifier and digital fingerprint in the request of step 602 (FIG. 6) and DBCA 108 can cause client computer 102 to generate its digital fingerprint in the manner described above in conjunction with transaction flow diagram 200 (FIG. 2).


In step 606 (FIG. 6), server computer 120 compares the digital fingerprint in the certificate received from DBCA 108 in step 604 to the digital fingerprint received from client computer 102 in step 602. If the digital fingerprints match, server computer 120 grants the request for access to secure content within client computer 102. Conversely, if the digital fingerprints don't match, server computer 120 refuses the request and no access to secure content within client computer 120 is granted.


In this manner, server computer 120 leverages from the trustworthiness of DBCA 108 and its registration process to implement device-bound two-factor authentication.


The above description is illustrative only and is not limiting. The present invention is defined solely by the claims which follow and their full range of equivalents. It is intended that the following appended claims be interpreted as including all such alterations, modifications, permutations, and substitute equivalents as fall within the true spirit and scope of the present invention.

Claims
  • 1. A non-transitory computer readable medium useful in association with a computer which includes one or more processors and a memory, the computer readable medium including computer instructions which are configured to cause the computer, by execution of the computer instructions in the one or more processors from the memory, to bind a digital certificate that can be stored on a computer-readable medium to multiple devices by at least: receiving at a server computer a request from a remote device through a computer network wherein the request identifies the certificate and identifies the multiple devices,retrieving the certificate;for each of the multiple devices: retrieving a digital fingerprint of the device; andincluding the digital fingerprint in the certificate;andsending the certificate with the included digital fingerprints to the remote device through the computer network;wherein the server computer in response to the request serves a device driver cryptographically signed with the certificate so that any of the devices can install the device driver only upon a condition in which one of the digital fingerprints corresponds to the installing device.
  • 2. The computer readable medium of claim 1 wherein the remote device determines whether the digital fingerprint that is included in the certificate corresponds to the remote device; andupon a condition in which the digital fingerprint corresponds to the remote device, accepts the certificate as legitimate.
  • 3. The computer readable medium of claim 1 wherein the remote device also uses the certificate to verify that a device driver is properly cryptographically signed as a precondition to installing the device driver only upon the condition in which the digital fingerprint corresponds to the remote device.
  • 4. The computer readable medium of claim 1 wherein the remote device determines whether the digital fingerprint that is included in the certificate corresponds to a requesting device from which the remote device has received a request for access to secure content of the remote device and, upon a condition in which the digital fingerprint corresponds to the requesting device and the remote device is preconfigured to recognize the requesting device as authorized to access the secure content, grants the request.
  • 5. A computer system comprising: at least one processor;a non-transitory computer readable medium that is operatively coupled to the processor; andcertificate serving logic (i) that, at least in part, executes in the processor from the computer readable medium and (ii) that, when executed by the processor, causes the computer to bind a digital certificate that can be stored on the computer-readable medium to multiple devices by at least: receiving at a server computer a request from a remote device through a computer network wherein the request identifies the certificate and identifies the multiple devices;retrieving the certificate;for each of the multiple devices: retrieving a digital fingerprint of the device; andincluding the digital fingerprint in the certificate;andsending the certificate with the included digital fingerprints to the remote device through the computer network;wherein the server computer in response to the request serves a device driver cryptographically signed with the certificate so that any of the devices can install the device driver only upon a condition in which one of the digital fingerprints corresponds to the installing device.
  • 6. The computer system of claim 5 wherein the remote device determines whether the digital fingerprint that is included in the certificate corresponds to the remote device and, upon a condition in which the digital fingerprint corresponds to the remote device, accepts the certificate as legitimate.
  • 7. The computer system of claim 6 wherein the remote device also uses the certificate to verify that a device driver is properly cryptographically signed as a precondition to installing the device driver only upon the condition in which the digital fingerprint corresponds to the remote device.
  • 8. The computer system of claim 5 wherein the remote device determines whether the digital fingerprint that is included in the certificate corresponds to a requesting device from which the remote device has received a request for access to secure content of the remote device and, upon a condition in which the digital fingerprint corresponds to the requesting device and the remote device is preconfigured to recognize the requesting device as authorized to access the secure content, grants the request.
Priority Claims (1)
Number Date Country Kind
2011100168 Feb 2011 AU national
Parent Case Info

This application is a continuation of U.S. patent application Ser. No. 13/179,387, filed Jul. 8, 2011, which claims priority to U.S. Provisional Application 61/443,048, filed Jan. 14, 2011. These applications are fully incorporated herein by reference.

US Referenced Citations (150)
Number Name Date Kind
4246638 Thomas Jan 1981 A
4351982 Miller et al. Sep 1982 A
4658093 Hellman Apr 1987 A
4704610 Smith et al. Nov 1987 A
4779224 Cargile Oct 1988 A
4796220 Wolfe Jan 1989 A
4891503 Jewell Jan 1990 A
5210795 Lipner et al. May 1993 A
5235642 Wobber et al. Aug 1993 A
5239166 Graves Aug 1993 A
5241594 Kung Aug 1993 A
5260999 Wyman Nov 1993 A
5291598 Grundy Mar 1994 A
5414269 Takahashi May 1995 A
5418854 Kaufman et al. May 1995 A
5440635 Bellovin et al. Aug 1995 A
5490216 Richardson, III Feb 1996 A
5666415 Kaufman Sep 1997 A
5745879 Wyman Apr 1998 A
5754763 Bereiter May 1998 A
5790664 Coley et al. Aug 1998 A
5925127 Ahmad Jul 1999 A
5974150 Kaish et al. Oct 1999 A
6009401 Horstmann Dec 1999 A
6029141 Bezos et al. Feb 2000 A
6044471 Colvin Mar 2000 A
6158005 Bharathan et al. Dec 2000 A
6230199 Revashetti et al. May 2001 B1
6233567 Cohen May 2001 B1
6243468 Pearce et al. Jun 2001 B1
6294793 Brunfeld et al. Sep 2001 B1
6330608 Stiles Dec 2001 B1
6330670 England et al. Dec 2001 B1
6418472 Mi et al. Jul 2002 B1
6449645 Nash Sep 2002 B1
6536005 Augarten Mar 2003 B1
6785825 Colvin Aug 2004 B2
6826690 Hind et al. Nov 2004 B1
6859793 Lambiase Feb 2005 B1
6920567 Doherty et al. Jul 2005 B1
6976009 Tadayon et al. Dec 2005 B2
7032110 Su et al. Apr 2006 B1
7069440 Aull Jun 2006 B2
7069595 Cognigni et al. Jun 2006 B2
7082535 Norman et al. Jul 2006 B1
7085741 Lao et al. Aug 2006 B2
7100195 Underwood Aug 2006 B1
7178025 Scheidt et al. Feb 2007 B2
7188241 Cronce et al. Mar 2007 B2
7203966 Abburi et al. Apr 2007 B2
7206765 Gilliam et al. Apr 2007 B2
7272728 Pierson et al. Sep 2007 B2
7305562 Bianco et al. Dec 2007 B1
7310813 Lin et al. Dec 2007 B2
7319987 Hoffman et al. Jan 2008 B1
7327280 Bachelder et al. Feb 2008 B2
7337147 Chen et al. Feb 2008 B2
7418665 Savage Aug 2008 B2
7343297 Bergler et al. Nov 2008 B2
7463945 Kiesel et al. Dec 2008 B2
7653899 Lindahl et al. Jan 2010 B1
7836121 Elgressy et al. Nov 2010 B2
8171287 Villela May 2012 B2
20010034712 Colvin Oct 2001 A1
20010044782 Hughes et al. Nov 2001 A1
20020019814 Ganesan Feb 2002 A1
20020065097 Brockenbrough et al. May 2002 A1
20020082997 Kobata et al. Jun 2002 A1
20020091937 Ortiz Jul 2002 A1
20020161718 Coley et al. Oct 2002 A1
20030065918 Wiley Apr 2003 A1
20030116621 Duncan Apr 2003 A1
20030097331 Cohen May 2003 A1
20030156719 Cronce et al. Aug 2003 A1
20030172035 Cronce et al. Sep 2003 A1
20030182428 Li et al. Sep 2003 A1
20040024860 Sato et al. Feb 2004 A1
20040030912 Merkle et al. Feb 2004 A1
20040049685 Jaloveczki Mar 2004 A1
20040059929 Rodgers et al. Mar 2004 A1
20040059938 Hughes et al. Mar 2004 A1
20040107360 Herrmann et al. Jun 2004 A1
20040117321 Sancho Jun 2004 A1
20040143746 Ligeti et al. Jul 2004 A1
20040172531 Little et al. Sep 2004 A1
20040172558 Callahan et al. Sep 2004 A1
20040187018 Owen et al. Sep 2004 A1
20050033833 Baldiga et al. Feb 2005 A1
20050034115 Carter et al. Feb 2005 A1
20050172280 Ziegler et al. Apr 2005 A1
20050108173 Stefik et al. May 2005 A1
20050138155 Lewis Jun 2005 A1
20050166263 Nanopoulos et al. Jul 2005 A1
20050265446 Elgressy et al. Nov 2005 A1
20050268087 Yasuda et al. Dec 2005 A1
20060005237 Kobata et al. Jan 2006 A1
20060036766 Baupin et al. Feb 2006 A1
20060072444 Engel et al. Apr 2006 A1
20060080534 Yeap et al. Apr 2006 A1
20060085310 Mylet et al. Apr 2006 A1
20060090070 Bade et al. Apr 2006 A1
20060095454 Shankar et al. May 2006 A1
20060161914 Morrison et al. Jul 2006 A1
20060168580 Harada et al. Jul 2006 A1
20060265337 Wesinger, Jr. Nov 2006 A1
20060265446 Elgressy et al. Nov 2006 A1
20060282511 Takano et al. Dec 2006 A1
20070061566 Bailey et al. Mar 2007 A1
20070078785 Bush et al. Apr 2007 A1
20070113090 Villela May 2007 A1
20070124689 Weksel May 2007 A1
20070143408 Daigle Jun 2007 A1
20070168288 Bozeman Jul 2007 A1
20070174633 Draper et al. Jul 2007 A1
20070198422 Prahlad et al. Aug 2007 A1
20070203846 Kavuri et al. Aug 2007 A1
20070207780 McLean Sep 2007 A1
20070209064 Qin et al. Sep 2007 A1
20070219917 Liu et al. Sep 2007 A1
20070260883 Giobbi et al. Nov 2007 A1
20070282615 Hamilton et al. Dec 2007 A1
20080022103 Brown et al. Jan 2008 A1
20080052775 Sandhu et al. Feb 2008 A1
20080065552 Elazar et al. Mar 2008 A1
20080086423 Waites Apr 2008 A1
20080120195 Shakkarwar May 2008 A1
20080120707 Ramia May 2008 A1
20080147556 Smith et al. Jun 2008 A1
20080152140 Fascenda Jun 2008 A1
20080177997 Morais et al. Jul 2008 A1
20080228578 Mashinsky Sep 2008 A1
20080242405 Chen et al. Oct 2008 A1
20080261562 Jwa et al. Oct 2008 A1
20080268815 Jazra et al. Oct 2008 A1
20080289025 Schneider Nov 2008 A1
20080320607 Richardson Dec 2008 A1
20090003600 Chen et al. Jan 2009 A1
20090019536 Green et al. Jan 2009 A1
20090083730 Richardson Mar 2009 A1
20090083833 Ziola et al. Mar 2009 A1
20090113088 Illowsky et al. Apr 2009 A1
20090132813 Schibuk May 2009 A1
20090138643 Charles et al. May 2009 A1
20090138975 Richardson May 2009 A1
20090150674 Richardson et al. Jun 2009 A1
20090198618 Chan et al. Aug 2009 A1
20090300744 Guo et al. Dec 2009 A1
20100211795 Brown et al. Aug 2010 A1
20100306038 Harris Dec 2010 A1
20120030771 Pierson et al. Feb 2012 A1
Foreign Referenced Citations (26)
Number Date Country
678985 Jun 1997 AU
1 637 958 Mar 2006 EP
1 637 961 Mar 2006 EP
1 670 188 Jun 2006 EP
2355322 Apr 2001 GB
WO 199209160 May 1992 WO
WO 1992020022 Nov 1992 WO
WO 1993001550 Jan 1993 WO
WO 1995035533 Dec 1995 WO
WO 2000058895 Oct 2000 WO
WO 2000067095 Nov 2000 WO
WO 2001090892 Nov 2001 WO
WO 2003032126 Apr 2003 WO
WO 2004054196 Jun 2004 WO
WO 2005104686 Nov 2005 WO
WO 2007060516 May 2007 WO
WO 2008013504 Jan 2008 WO
WO 2008127431 Oct 2008 WO
WO 2008157639 Dec 2008 WO
WO 2009039504 Mar 2009 WO
WO 2009065135 May 2009 WO
WO 2009076232 Jun 2009 WO
WO 2009105702 Aug 2009 WO
WO 2009143115 Nov 2009 WO
WO 2009158525 Dec 2009 WO
WO 2010093683 Aug 2010 WO
Non-Patent Literature Citations (20)
Entry
“Technical Details on Microsoft Product Activation for Windows XP,” Internet Citation, XP002398930, Aug. 13, 2001.
“How Microsoft Product Activation (WPA) Works in Windows XP and Windows Vista,” PCBUYERBEWARE, retrieved from the Internet on May 10, 2008. XP002613942.
Angha et al.; “Securing Transportation Network Infrastructure with Patented Technology of Device Locking—Developed by Uniloc USA”, http://www.dkassociates.com/admin/paperfile/ITS%20World%20Paper%20Submission_Uniloc%20_2_.pdf; Oct. 24, 2006.
“Canon User Manual—Nikon Coolpix S52/S52c,” Apr. 21, 2008, entire manual.
David J-L, “Cookieless Data Persistence in Possible,” Apr. 23, 2003, Internet Article retrieved on Sep. 21, 2010. XP002603490.
Econolite and Uniloc Partner to Bring Unmatched Infrastructure Security to Advanced Traffic Control Networks with Launch to StrongPoint. http://www.econolite.com/docs/press/20080304_Econolite_StronPoint.pdf; Mar. 4, 2008.
Housley et al., “Internet x.509 Public Key Infracstructure Certificate and CRL Profile,” The Internet Society, Network Working Group, Sep. 1999, 75 pages. [RFC 2459].
Jensen et al., “Assigning and Enforcing Security Policies on Handheld Devices,” 2002, 8 pages.
Johnson et al. “Dimensions of Online Behavior: Toward a User Typology,” Cyberpsycology and Behavior, vol. 10, No. 6, pp. 773-779, 2007. XP002617349.
Johnson et al. “Dynamic Source Routing in Ad Hoc Wireless Networks,” Mobile Computing, Kluwer Academic Publishers, 1996.
Klein, M., “How to Use a Loyalty Analysis,” Loyalty Builders, pp. 1-6, 2003. XP002617371.
Lallous, “Changing Volume's Serial Number,” Code Project Feb. 17, 2008, retreived from the internet on Dec. 14, 2010. XP002614149.
Lee P, “Oracle Adaptive Access Manager Reference Guide, Release 10g (10.1.4.5),” May 2009, Internet Article retrieved on Sep. 27, 2010. XP002603489.
Wikipedia: “Device Fingerprint,” May 5, 2009, modified Jan. 20, 2011, Internet Article retrieved on Apr. 19, 2011. XP-002603492.
Wikipedia: “Software Extension,” May 28, 2009, Internet Article retrieved on Oct. 11, 2010. XP002604710.
H. Williams, et al., “Web Database Applications with PHP & MySQL”, Chapter 1, “Database Applications and the Web”, ISBN 0-596-00041-3, O'Reilly & Associates, Inc., Mar. 2002, avail. at: http://docstore.mik.ua/orelly/webprog/webdb/ch01_01.htm. XP002603488.
Williams, R., “A Painless Guide to CRC Error Detection Algorithms,” Aug. 13, 1993, 33 pages, www.ross.net/crc/download/crc_v3.txt.
Iovation, “Using Reputation of Devices to Detect and Prevent Online Retail Fraud,” White Paper, Apr. 2007.
Iovation, “Controlling High Fraud Risk of International Transactions,” Iovation Reputation Services, White Paper, May 2007.
International Search Report and Written Opinion dated Mar. 15, 2013, for PCT Application No. PCT/US2012/037837.
Related Publications (1)
Number Date Country
20130212382 A1 Aug 2013 US
Provisional Applications (1)
Number Date Country
61433048 Jan 2011 US
Continuations (1)
Number Date Country
Parent 13179387 Jul 2011 US
Child 13791006 US