AnoNet

AnoNet

anoNet is a decentralized friend-to-friend network built using VPNs and software BGP routers. anoNet works by making it difficult to learn the identities of others on the network allowing them to anonymously host content and IPv4 services.

Motivation

Implementing an anonymous network on a service by service basis has its drawbacks, and it is debatable if such work should be built at the application level. A simpler approach could be to design an IPv4/IPv6 network where its participants enjoyed strong anonymity. Doing so allows the use of any number of applications and services already written and available on the internet at large.

IPv4 networks do not preclude anonymity by design; it is only necessary to decouple the identity of the owner of an IP address from the address itself. Commercial internet connectivity and its need of billing records makes this impossible, but private IPv4 networks do not share that requirement. Assuming that a router administrator on such a metanet knows only information about the adjacent routers, standard routing protocols can take care of finding the proper path for a packet to take to reach its destination. All destinations further than one hop can for most people's threat models be considered anonymous. This is because only your immediate peers know your IP. Anyone not directly connected to you only knows you by an IP in the 1.0.0.0/8 range, and that IP is not necessarily tied to any identifiable information.

anoNet is pseudonymous

Everyone can build a profile of an anoNet IP address: what kind of documents it publishes or requests, in which language, about which countries or towns, etc. If this IP ever publishes a document that can lead to its owner's identity, then all other documents ever published or requested can be tied to this identity. Unlike some other F2F programs, there is no automatic forwarding in anoNet that hides the IP of a node from all nodes that are not directly connected to it.

However, all existing F2F programs can be used inside anoNet, making it harder to detect that someone uses one of these F2F programs (only a VPN connection can be seen from the outside, but traffic analysis remain possible).

Architecture

Since running fiber to distant hosts is prohibitively costly for the volunteer nature of such a network, the network uses off-the-shelf VPN software for both router to router, and router to user links. This offers other advantages as well, such as invulnerability to external eavesdropping and the lack of need for unusual software which might give notice to those interested in who is participating.

To avoid addressing conflict with the internet itself, the range 1.0.0.0/8 is used. This is to avoid conflicting with internal networks such as 10/8, 172.16/12 and 192.168/16, as well as assigned Internet ranges. In the event that 1.0.0.0/8 is assigned by IANA, anoNet could move to the next unassigned /8, though such an event is unlikely, as 1.0.0.0/8 has been reserved since September 1981.

The network itself is not arranged in any regular, repeating pattern of routers, although redundant (>1) links are desired. This serves to make it more decentralized, reduces choke points, and the use of BGP allows for redundancy.

Suitable VPN choices are available, if not numerous. Any robust IPsec package is acceptable, such as [http://www.freeswan.org FreeSWAN] or [http://www.thegreenbow.com/vpn_tool.html Greenbow] . Non-IPsec solutions also exist, such as OpenVPN and SSH tunneling. There is no requirement for a homogeneous network; each link could in fact use a different VPN daemon.

Security

The list of organizations willing and/or capable of attacking such a network consists of the following.

# Stalkers who know their target in real life.
# Stalkers who only know their target on the metanet.
# Local law enforcement. "Examples:" County sheriffs, Los Angeles Police Department, New York Police Department, Metropolitan Police Service
# Regional law enforcement. "Examples:" New York State Police
# National law enforcement. "Examples:" Federal Bureau of Investigation, Royal Canadian Mounted Police
# Corporate entities. "Examples:" Sony's legal dept., MPAA, BSA, BayTSP, ALPA, BREIN
# Intelligence agencies. "Examples:" Central Intelligence Agency, National Security Agency, Mossad, MI6, DGSE

Type 1 attackers should have little or no knowledge that someone is present on anoNet, and often have better opportunity for attack in real life. Type 2 attackers should not pose a problem, assuming that users preserve their security.

Attackers which belong in types 3, 4 and 5 are seen as moderately worrisome. Even in the most liberal democratic nations, law enforcement authorities have been known to engage in privacy-breaching activities.

Type 6 attackers are perhaps the most dangerous adversaries given the threat model anoNet addresses. They have access to experts with considerable technical skills, and vast financial and legal resources.

Level 7 attackers are difficult to write about without speculating on their goals, resources or technical abilities. There are two schools of thought on this subject: the first ascribes to them nearly supernatural espionage talents which they use to great effect in their never ending schemes of global domination, and the second would describe them as moderately competent bureaucrats tasked with providing intelligence data on their enemies. How they would affect a metanet is largely dependent on which description is accurate, or to what degree both are.

Goals

One of the primary goals of anoNet is to protect its participants' rights of speech and expression, especially those that have come under attack of late. Some examples of what might be protected by anoNet include:

* Fan fiction
* DeCSS
* Criticisms of electronic voting machines.
* Bnetd and similar software
* Song of the South and other films of historical interest unavailable due to political controversy

How it works

It is impossible on the Internet to communicate with another host without knowing its IP address. Thus, the anoNet realizes that you will be known to your peer, along with the /30 subnet used for communicating with them. A routing protocol, BGP, allows any node to advertise any routes they like, and this seemingly chaotic method is what provides users with anonymity. Once a node advertises a new route, it is hard for anyone else to determine if it is a route to another machine in another country via VPN, or just a dummy interface on that users machine.

It is possible that certain analysis could be used to determine if the subnet was remote (as in another country), or local (as in either a dummy interface, or a machine connected via Ethernet.)These include TCP timestamps, ping times, OS identification, user agents, and traffic analysis.Most of these are mitigatible through action on the users' part.

Scaling

There are 65536 ASNs available in BGP v4. Long before anoNet reaches that number of routers the network will have to be split into OSPF clouds, or switched to a completely different routing protocol or alter the BGP protocol to use a 32bit integer for ASNs.

There are also only 65536 /24 subnets in the 1.0.0.0/8 subnet. This is easier to overcome by adding a new unused /8 subnet.

Security concerns

Since there is no identifiable information tied to you on anoNet you might assume that the network would drop into complete chaos. Unlike other anonymous networks, on anoNet if a particular router or user is causing a problem it is easy to block them with a firewall. In the event that they are affecting the entire network, their peers would drop their tunnel.

With the chaotic nature of random addressing, it is not necessary to hide link IP addresses. These are already known. If however, a user wants to run services, or participate in discussions anonymously, he can advertise a new route, and bind his services or clients to the new IP addresses.

ee also

* Freenet
* GNUnet
* IIP
* I2P
* Mute-Net
* Crypto-anarchism

External links

* [http://anonet.org/ "Official" homepage of anoNet]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Anonymous P2P — An anonymous P2P computer network is a particular type of peer to peer network in which the users are anonymous or pseudonymous by default. The primary difference between regular and anonymous networks is in the routing method of their respective …   Wikipedia

  • Friend-to-friend — A friend to friend (or F2F) computer network is a type of peer to peer network in which users only make direct connections with people they know. Passwords or digital signatures can be used for authentication.Many F2F networks support indirect… …   Wikipedia

  • Peer-to-peer anónimo — Una red informática peer to peer anónima es un tipo particular de red peer to peer (P2P) en la que los usuarios y sus nodos son pseudoanónimos por defecto. La principal diferencia entre las redes habituales y las anónimas está en el método de… …   Wikipedia Español

  • Darknet (file sharing) — Part of a series on File sharing Technologies Peer to …   Wikipedia

  • Ami-à-ami — Les réseaux d ami à ami (friend to friend networks ou F2F en anglais) sont un type particulier de réseau P2P anonyme dans lequel les gens n utilisent des connexions directes qu avec leurs amis. Un logiciel ami à ami ne permet qu aux personnes à… …   Wikipédia en Français

  • Ami a ami — Ami à ami Les réseaux d ami à ami (friend to friend networks ou F2F en anglais) sont un type particulier de réseau P2P anonyme dans lequel les gens n utilisent des connexions directes qu avec leurs amis. Un logiciel ami à ami ne permet qu aux… …   Wikipédia en Français

  • Ami À Ami — Les réseaux d ami à ami (friend to friend networks ou F2F en anglais) sont un type particulier de réseau P2P anonyme dans lequel les gens n utilisent des connexions directes qu avec leurs amis. Un logiciel ami à ami ne permet qu aux personnes à… …   Wikipédia en Français

  • Ami à ami — Les réseaux d ami à ami (friend to friend networks ou F2F en anglais) sont un type particulier de réseau P2P anonyme dans lequel les gens n utilisent des connexions directes qu avec leurs amis. Un logiciel ami à ami ne permet qu aux personnes à… …   Wikipédia en Français

  • F2F — Ami à ami Les réseaux d ami à ami (friend to friend networks ou F2F en anglais) sont un type particulier de réseau P2P anonyme dans lequel les gens n utilisent des connexions directes qu avec leurs amis. Un logiciel ami à ami ne permet qu aux… …   Wikipédia en Français

  • F2F P2P — Ami à ami Les réseaux d ami à ami (friend to friend networks ou F2F en anglais) sont un type particulier de réseau P2P anonyme dans lequel les gens n utilisent des connexions directes qu avec leurs amis. Un logiciel ami à ami ne permet qu aux… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”