You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I list some of the well known attacks that can be use in kademlia P2P network
Sybil Attacks — where a user generates an extreme number of arbitrary identities (NodeIDs) to flood the network.
Eclipse Attacks — where an attacker attempts to isolate a node or set of nodes in the network graph by ensuring that all outbound connections reach malicious nodes
Any explanation of how can we prevent this cases ? will it be hard to implement or give some ideas about how to implement?
The text was updated successfully, but these errors were encountered:
So far this repository only handles serialization and networking layer, and does not care about how node IDs are generated, verified and how complex messages are sent over the network, therefor dealing with those attacks requires the consumer application to implement it.
I list some of the well known attacks that can be use in kademlia P2P network
Any explanation of how can we prevent this cases ? will it be hard to implement or give some ideas about how to implement?
The text was updated successfully, but these errors were encountered: