Additions:
[[CancerNodes Cancer Nodes]]
Deletions:
[[Seed Nodes]]
Additions:
[[http://www.mastersthesiswriting.com/thesis.html Good Thesis Writing]]
Deletions:
Additions:
[[Seed Nodes]]
Additions:
[[ActualAttacks Actual Attacks]]
[[DarknetAttacks Darknet Attacks]]
[[CancerNodes Cancer Nodes]]
[[DarknetAttacks Darknet Attacks]]
[[CancerNodes Cancer Nodes]]
Deletions:
[[DarknetAttacks]]
Additions:
====See also====
[[FreenetZeroPointSevenSecurity]]
[[ActualAttacks]]
[[DarknetAttacks]]
[[FreenetZeroPointSevenSecurity]]
[[ActualAttacks]]
[[DarknetAttacks]]
Additions:
Another interesting attack is a [[KeySearchAttack global key-based search]]. Basically you assume that routing works (it does most of the time, or Freenet won't scale), and use that to calculate the set of nodes that could have made the request. Slowly you narrow down the possible areas of the network, and connect to nodes closer and closer to your target, until you have found it.
- Premix routing or [[RendezvousTunnels rendezvous tunnels]] should help a lot.
- Premix routing or [[RendezvousTunnels rendezvous tunnels]] should help a lot.
Deletions:
- No idea!
Additions:
Another interesting attack is a [[KeySearchAttack global key-based search]]. Basically you assume that routing works (it does most of the time, or Freenet won't scale), and use that to calculate the range of locations the requesting node could have been at. Slowly you narrow down the possible areas of the network, and connect to nodes closer and closer to your target, until you have found it.
- No idea!
- No idea!
Revision [2382]
Edited on 2007-12-19 21:54:07 by MatthewToseland [delete attack that isn't possible: we don't care about what's in the store in shouldRejectRequest()]Deletions:
Additions:
[[OpenNet Opennet]] is insecure. We have tried to make it as secure as possible, but the basic premise of opennet is inherently less secure than [[Darknet darknet]].
Deletions:
Revision [2266]
Edited on 2007-09-23 18:27:17 by NogaSo [Fixed the bold text, raw html won't work...]Additions:
Most of the above attacks can be solved by changes in the rest of the node. However the basic vulnerability of harvesting **cannot** be solved, because by definition opennet is open.
Deletions:
Revision [2261]
Edited on 2007-09-14 03:02:39 by DoeJohn [Add one possible method to circumvent datastore scanning protections]Additions:
One of the peer backoff reasons is "ForwardRejectedOverload". Assuming that the request would be accepted if no forward was necessary (data available in local store) it would be easy to circumvent one (or more) of the datastore scanning protections (randomly forwarding a ttl that expired; if implemented, inserting random delays when data is locally available). All you need is one or two nodes sending requests for nonexistent data to the target to overload it, then from another node perform a scan with last hop ttl on the same target. No matter how long the request took you can be almost sure that a succeeding request is from the local store.
Additions:
First off, you can [[NodeHarvesting harvest]] opennet. This means you can block the entire network at a national firewall, or find all the nodes currently in your jurisdiction and go bust their owners. This alone is enough to make opennet unsuitable for hostile environments.