Ever cookie
Background
A traditional HTTP cookie is a relatively small amount of textual data that is stored by the user's browser. Cookies can be used to save preferences and login session information; however, they can also be employed to track users for marketing purposes. Due to concerns over privacy, all major browsers include mechanisms for deleting and/or refusing to accept cookies from websites.
The size restrictions, likelihood of eventual deletion, and simple textual nature of traditional cookies motivated Adobe Systems to add the Local Shared Object (LSO) mechanism to the Adobe Flash player.[1] While Adobe has published a mechanism for deleting LSO cookies (which can store 100KB of data per website, by default),[2] it has met with some criticism from security and privacy experts.[3] In response to the relative difficulty of removing LSO cookies, browser add-ons such as Firefox's "Better Privacy" plugin have been developed.[4]
An evercookie is not merely difficult to delete. It actively "resists" deletion by copying itself in different forms on the user's machine and resurrecting itself if it notices that some of the copies are missing or expired. As such, it serves to highlight the ways in which creators of malware can attack browsers.[5]
Evercookie
On September 13, 2010, Samy Kamkar, creator of the Samy Worm (aka: JS/Spacehero-A)[6]which took down MySpace.com in 2005, released v0.4 beta, as open source, a highly persistent cookie he calls an Evercookie. [7][8][9][10]
According to the project's website:
Evercookie is designed to make persistent data just that, persistent. By storing the same data in several locations that a client can access, if any of the data is ever lost (for example, by clearing cookies), the data can be recovered and then reset and reused. Simply think of it as cookies that just won't go away. Evercookie is a javascript API available that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've removed standard cookies, Flash cookies (Local Shared Objects or LSOs), and others. Evercookie accomplishes this by storing the cookie data in several types of storage mechanisms that are available on the local browser. Additionally, if Evercookie has found the user has removed any of the types of cookies in question, it recreates them using each mechanism available.
Specifically, when creating a new cookie, Evercookie uses the following storage mechanisms when available:
* Standard HTTP cookies
* Local Shared Objects (Flash cookies)
* Silverlight Isolated Storage
* Storing cookies in RGB values of auto-generated, force-cached PNGs using HTML5 Canvas tag to read pixels (cookies) back out
* Storing cookies in Web history
* Storing cookies in HTTP ETags
* Storing cookies in Web cache
* window.name caching
* Internet Explorer userData storage
* HTML5 Session Storage
* HTML5 Local Storage
* HTML5 Global Storage
* HTML5 Database Storage via SQLite
The developer is looking to add the following features:
* Caching in HTTP Authentication
* Using Java to produce a unique key based on NIC information.
Intent and effect
Created as a demonstration of how sites could track users even after performing actions that would clear "normal" cookies, Evercookie alarmed many experts. Researchers have found ways to delete the Evercookie on some (but not all) browsers in common use.[11]
Usage
Evercookie is ideal for use as a marketing tool that resides on a web server, to be able to persistently collect "anonymous" data browsing habits on home computers. Though this tool could be used for various user browser data, it remains clear that its main advantage is the ability to reconstruct itself on a computer after the computer has undergone a browser cookie purge. For instance, with this tool it is possible to have persistent identification of a specific computer, and since it is specific to an account on that computer, it links the data to an individual. It is conceivable this tool could be used to track a user and the different cookies associated with that user's identifying data without the user's consent. The tool has a great deal of potential to undermine browsing privacy.
tags:Ever cookie http, Web cookies, FTC
Jithin sha m.a
related:http cookies
similer
home
No comments:
Post a Comment