The window to exchange $HAI for Hacken Equity Shares ($HES) is now open > Claim your spot today

  • Hacken
  • Blog
  • Insights
  • Sybil Attack in Blockchain: Examples & Prevention

Sybil Attack in Blockchain: Examples & Prevention

By Fáwọlé JohnandCiattaglia Luciano

Share via:

The use cases of blockchain are becoming more prominent over time. However, some weaknesses beset the security of blockchain protocols. A Sybil Attack is a notable example of these weaknesses.

What is a Sybil Attack?

A Sybil Attack is a form of online security violation where an entity has numerous fake identities on a blockchain for malicious reasons.

The origin of the term “Sybil” can be traced back to the 1973 novel by Flora Schreiber. It has a character named Sybil who has an identity-related medical issue. She would always try to operate with multiple identities.

The term crept into tech after John R. Douceur published a short research paper some decades back. Apart from explaining the nature of Sybil Attacks, John also classified them into two categories.

The first is the direct Attack, and the second is the indirect attack.

  1. Direct Sybil Attack

A Direct Sybil Attack occurs when a malicious node directly interacts with honest nodes in the protocol. This type of attack is particularly effective because the genuine nodes are unable to detect that the fake nodes are not legitimate. 

Consequently, the attacker can manipulate the genuine nodes into taking actions that align with the attacker’s self-interests.

  1. Indirect Sybil Attack

A typical indirect Sybil Attack happens when fake nodes come in contact with one or more nodes connected to the authentic nodes.

In contrast to a Direct Sybil Attack, hackers use intermediary/proxy nodes to launch an indirect attack. The intermediary nodes, which are positioned between the Sybil node and the honest ones, represent a single or a few points of failure. By exploiting these intermediary nodes, hackers can launch an attack on the honest nodes that is not as easily detected as a direct Sybil Attack.

The logic is that once a Sybil node has influenced the middle nodes, it would compromise the authentic nodes.

What triggers the Sybil Attack?

A Sybil Attack is a high-severity security threat that has assailed some blockchains. The question is, “What are the factors that trigger a Sybil Attack?”

First, a weakness in the node creation process can be a trigger. Once it is easy to create and run a node, an adversary can easily set up multiple Sybil nodes and attack anytime. Hence, the reason some blockchain protocols often resort to a financially flamboyant node creation process.

Second, how effective is the node validation system? Sybil Attacks can easily be detected and expunged when the validation system points them out on time. So if the validation system can easily be manipulated, this can trigger a hacker to give it a try.

Most importantly, huge revenues in a blockchain magnetize hackers. Throughout history, hackers have always assaulted high-volume blockchain protocols with Sybil Attacks. Examples include Monero, Verge, and Ethereum Classic.

Examples of the Sybil Attack

The Tor attack in 2014 was one of the earliest Sybil Attacks against a P2P network. Tor is a peer-to-peer network that facilitates private conversations.

The attackers assailed it that year to discover the locations and identities of some Tor users. In the unofficial post-mortem report, the Tor team found some facts that the attack was a Sybil Attack.

The attacker-controlled about 115 relays from a single IP address. This means that only one person was in charge of the numerous relays. The attacker was able to get some unduly large influence over the network and access some pieces of information.

A similar and probably deadlier Sybil Attack happened in 2020 on the same Tor network. The hackers behind the 2020 attack focused more on the Bitcoin holders that use Tor.

The attacker who controls a lot of fake Tor relays would intercept the cyber-movements of Bitcoin holders and strip them of their funds.

What threats can Sybil Attacks cause? 

Sybil Attacks can be disastrous to the integrity of a blockchain. These two major threats they can cause:

  1. Breach of Privacy

Blockchain technology places a premium on security and privacy. But Sybil Attack assaults the core of this tenet. A threat actor can run a malicious node to collect sensitive details that the honest nodes are passing.

Depending on the information that the attacker seeks to get, a Sybil Attack places the blockchain at risk. One of the details can be illegally obtaining the IP addresses of those behind the honest nodes. 

  1. Hijacking a Blockchain

In the context of blockchain, one of the vulnerabilities that a Sybil Attack can cause is the 51% attack. A 51% attack happens when a single person or group gains total dominance over a blockchain.

Such that the inauthentic or malicious nodes outnumber the honest nodes. This power gives the attacker the upper hand in the protocol’s decision-making processes.

As a result, the former can outvote the latter and hijack such a blockchain. It is a fatal security assault that is bound to happen with a Sybil Attack. This was the exact thing that happened during the Litecoin Cash Attack in 2019.

  1. Block Withholding Attack

A Block Withholding Attack can also occur as a result of a Sybil Attack. In this type of attack, a significant number of validators who are acting against the blockchain’s interests refuse to add new blocks to the chain. 

This can result in the blockchain becoming stagnant and unusable over time, requiring intervention to restore its functionality for users.

How do blockchains prevent Sybil Attacks?

Sybil Attacks can lead to complications on a blockchain and compromise its operation. After careful analysis, blockchains have also come up with some preventive measures.

We shall consider a few of them subsequently:

  1. Identity Validation

John Douceur himself recommended this Sybil attack prevention in his research paper. According to him, there are two basic ways to authenticate identities. The first is direct, and the second is indirect.

Direct authentication works so that the central authority checks and verifies every new validator that applies to join the network as a peer. They can require details such as IP address, name in real life, etc.

But in an indirect authentication, some already verified validators attest to the genuineness of the new to-be validator. All the personal information does not matter; only the vouching does.

Each of these validating techniques has its good and bad sides. The direct authentication model is susceptible to the applicant supplying incorrect information.

Similarly, indirect authentication can be centralized because the existing validators will only approve the people they know. This is against the decentralized nature of blockchain.

  1. Setup a Hierarchical System

New nodes or identities on the blockchain are likely to be Sybil nodes. As a result, they should be placed under suspicion for some time till their overall genuineness is confirmed. 

Create a structure where the integrity of nodes is in cadets. This is why a hierarchical system is a sure prevention of Sybil Attacks. 

Those who have been in the network for a long time should have higher powers than the newbies. Such that the new Sybil nodes cannot carry out a major attack even if they want to. 

  1. Utilize Social Trust Graphs

A social graph is the visual representation of every validator within a network. So trust graphs then classify validators based on their honesty so far.

If the algorithm notices some foul nodes, it will indicate that their trust level is low. This way, the main operators of a blockchain network can quickly detect Sybil nodes.

There are currently several social trust graph techniques, such as SybilRank, SybilGuard, the Advogato Trust Metric, and so on. But note that social trust graphs do not have 100% speed and accuracy. 

Thus, it is recommended that they are used with other preventive measures for battle-tested security.

  1. Create Custom Defense Systems

Generic security measures can still be susceptible to attacks. The more specific the defense, the better. This is why some blockchains are incorporating custom defense mechanisms to be more Sybil-resistant.

A similar example is how Invisible Internet Project (I2P), a private p2p protocol, utilizes Kademlia to prevent Sybil Attacks. Kademlia is a form of a distributed hash table on which Sybil Attacks are difficult to happen.

These days, there are also developments of some Sybil-resistant algorithms. They include DSybil, SumUp, and Whānau.

  1. Costly Consensus Mechanisms

The main intention of attackers during Sybil Attacks is to take over the blockchain to siphon funds. But running a costly consensus mechanism is an effective measure that checkmates such purposes.

On the Ethereum blockchain, for instance, anyone needs to stake 32 ETH to run an Ethereum node. 32 ETH is around $48,000. So to run multiple nodes for a Sybil Attack is not worth it economically.

This is why blockchains that utilize PoW and PoS consensus mechanisms rarely experience Sybil Attacks.

Wrap-up

A lot of blockchains are susceptible to Sybil Attacks. A successful Sybil Attack cannot only breach privacy but also lead to the loss of huge funds.

This is the reason each blockchain network should prepare against the possibility of Sybil Attacks. Although the existing preventive measures can be difficult to implement, they can mitigate such attacks to a large extent.

Preferably, blockchains should combine two or more of these measures for maximal safety.



FAQ

Are all blockchains vulnerable to Sybil Attacks?

All blockchains are vulnerable to Sybil Attacks. But in reality, most blockchains have set up structures that make Sybil Attacks practically impossible.

How do you detect a Sybil Attack?

You can detect Sybil Attacks with validation models and social trust graphs.

How does the Bitcoin network prevent Sybil Attacks?

The Bitcoin network prevents Sybil Attacks with its costly and highly distributed consensus mechanism called proof-of-work. A threat actor will need a lot of resources and lobbying to attack effectively.
subscribe image
promotion image
IMPORTANT

Subscribe to our newsletter

Enter your email address to subscribe to Hacken Reseach and receive notifications of new posts by email.

Read next:

More related
  • Blog image
    INSIGHTS
    Top pitfalls of Web 3.0 Smart Contracts Security Hacken
  • Blog image
    INSIGHTS
    GameFi Evolution Hacken
  • Blog image

Get our latest updates and expert insights on Web3 security