Device fingerprint

A device fingerprint or machine fingerprint or browser fingerprint is information collected about a remote computing device for the purpose of identification. Fingerprints can be used to fully or partially identify individual users or devices even when cookies are turned off.

Basic web browser configuration information has long been collected by web analytics services in an effort to accurately measure real human web traffic and discount various forms of click fraud. With the assistance of client-side scripting languages, collection of much more esoteric parameters is possible.[1][2] Assimilation of such information into a single string comprises a device fingerprint. In 2010, EFF measured at least 18.1 bits of entropy possible from browser fingerprinting,[3] but that was before the advancements of canvas fingerprinting, which claims to add another 5.7 bits.

Recently such fingerprints have proven useful in the detection and prevention of online identity theft and credit card fraud.[4] In fact, device fingerprints can be used to predict the likelihood users will commit fraud based on their signal profile, before they have even committed fraud.[5]

Essentials

Motivation for the device fingerprint concept stems from the forensic value of human fingerprints. In the "ideal" case, all web client machines would have a different fingerprint value (diversity), and that value would never change (stability). Under those assumptions, it would be possible to uniquely distinguish between all machines on a network, without the explicit consent of the users themselves.

In practice neither diversity nor stability is fully attainable, and improving one has a tendency to adversely impact the other.

Active vs passive collection

Fingerprinting methods range from passive to active.

Passive fingerprinting occurs without obvious querying of the client machine. These methods rely upon precise classification of such factors as the client's TCP/IP configuration, OS fingerprint, IEEE 802.11 (wireless) settings,[6] and hardware clock skew.[7]

Active fingerprinting assumes the client will tolerate some degree of invasive querying. The most active method is installation of executable code directly on the client machine. Such code may have access to attributes not typically available by other means, such as the MAC address, or other unique serial numbers assigned to the machine hardware. Such data is useful for fingerprinting by programs that employ digital rights management. A drawback is that installed software is an easy target for tampering.

OSI model fingerprints

Passive collection of device attributes below the web-browser layer may occur at several OSI model layers. In normal operation, various network protocols transmit or broadcast packets or headers from which one may infer client configuration parameters. Sorted by layer, some examples of such protocols are:

Limitations

Collection of device fingerprints from web clients (browser software) relies on the availability of JavaScript or similar client-side scripting language for the harvesting of a suitably large number of parameters. Two classes of users with limited client-side scripting are those with mobile devices and those running privacy software.

A separate issue is that a single device may have multiple web clients installed, or even multiple virtual operating systems. As each distinct client and OS has distinct internal parameters, one may change the device fingerprint by simply running a different browser on the same machine.

Criticisms

Consumers and their advocacy groups may consider covert tracking of users to be a violation of user privacy.[10] Computer security experts may consider the ease of bulk parameter extraction to be a browser security hole.[11]

See also

References

  1. "BrowserSpy". gemal.dk. Retrieved 2010-01-28.
  2. "IE "default behaviors [sic]" browser information disclosure tests: clientCaps". Mypage.direct.ca. Retrieved 2010-01-28.
  3. Eckersley, Peter (17 May 2010). "How Unique Is Your Web Browser?" (PDF). eff.org. Electronic Frontier Foundation. Retrieved 13 Apr 2016.
  4. "User confidence takes a Net loss". Infoworld.com. 2005-07-01. Retrieved 2015-10-03.
  5. "7 Leading Fraud Indicators: Cookies to Null Values". 2016-03-10. Retrieved 2016-07-05.
  6. 1 2 "Wireless Device Driver Fingerprinting" (PDF). Retrieved 2010-01-28.
  7. "Remote Physical Device Detection". Cs.washington.edu. Retrieved 2010-01-28.
  8. "Chatter on the Wire: A look at DHCP traffic" (PDF). Retrieved 2010-01-28.
  9. "Chatter on the Wire: A look at excessive network traffic and what it can mean to network security." (PDF). Retrieved 2010-01-28.
  10. "EFF's Top 12 Ways to Protect Your Online Privacy | Electronic Frontier Foundation". Eff.org. 2002-04-10. Retrieved 2010-01-28.
  11. "MSIE clientCaps "isComponentInstalled" and "getComponentVersion" registry information leakage". Archive.cert.uni-stuttgart.de. Retrieved 2010-01-28.

External links

This article is issued from Wikipedia - version of the 12/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.