Degree of anonymity


In anonymity networks, it is important to be able to measure quantitatively the guarantee that is given to the system. The degree of anonymity is a device that was proposed at the 2002 Privacy Enhancing Technology conference. There were two papers that put forth the idea of using entropy as the basis for formally measuring anonymity: "Towards an Information Theoretic Metric for Anonymity", and "Towards Measuring Anonymity". The ideas presented are very similar with minor differences in the final definition of.

Background

Anonymity networks have been developed and many have introduced methods of proving the anonymity guarantees that are possible, originally with simple Chaum Mixes and Pool Mixes the size of the set of users was seen as the security that the system could provide to a user. This had a number of problems; intuitively if the network is international then it is unlikely that a message that contains only Urdu came from the United States, and vice versa. Information like this and via methods like the predecessor attack and intersection attack helps an attacker increase the probability that a user sent the message.

Example With Pool Mixes

As an example consider the network shown above, in here and are users,, and are servers, the boxes are mixes, and, and where denotes the anonymity set. Now as there are pool mixes let the cap on the number of incoming messages to wait before sending be ; as such if, or is communicating with and receives a message then knows that it must have come from . This is in no way reflected in 's anonymity set, but should be taken into account in the analysis of the network.

Degree of Anonymity

The degree of anonymity takes into account the probability associated with each user, it begins by defining the entropy of the system :
where is the entropy of the network, is the number of nodes in the network, and is the probability associated with node.
Now the maximal entropy of a network occurs when there is uniform probability associated with each node and this yields.
The degree of anonymity is defined as
Using this anonymity systems can be compared and evaluated using a quantitatively analysis.

Definition of Attacker

These papers also served to give concise definitions of an attacker:
; Internal/External : an internal attacker controls nodes in the network, whereas an external can only compromise communication channels between nodes.
; Passive/Active : an active attacker can add, remove, and modify any messages, whereas a passive attacker can only listen to the messages.
; Local/Global : a local attacker has access to only part of the network, whereas a global can access the entire network.

Example d

In the papers there are a number of example calculations of ; we will walk through some of them here.

Crowds

In Crowds there is a global probability of forwarding, which is the probability a node will forward the message internally instead of routing it to the final destination. Let there be corrupt nodes and total nodes. In Crowds the attacker is internal, passive, and local. Trivially, and overall the entropy is, is this value divided by.

Onion routing

In onion routing let's assume the attacker can exclude a subset of the nodes from the network, then the entropy would easily be, where is the size of the subset of non-excluded nodes. Under an attack model where a node can both globally listen to message passing and is a node on the path this decreases to, where is the length of the onion route, as there is no attempt in onion routing to remove the correlation between the incoming and outgoing messages.

Applications of this metric

In 2004, Diaz, Sassaman, and DeWitte presented an analysis of two anonymous remailers using the Serjantov and Danezis metric, showing one of them to provide zero anonymity under certain realistic conditions.