Skip to main content

Hijacking Bitcoin: Routing Attacks on Cryptocurrencies review paper ( practice )

Hijacking Bitcoin: Routing Attacks on Cryptocurrencies

Maria Appostolaki, Aviv Zohar, Laurent Vanbever 2017 IEEE Symposium on Security & Privacy

Basic Knowledges

img

인터넷의 지형

(출처: Cloudflare)

  • Routing Protocol
    • IGP ( Interior Gateway Protocol )
      • 동일 그룹 내에서 라우팅 정보를 교환할 때 사용하는 프로토콜
    • EGP( Exterior Gateway Routing Protocol )
      • 다른 네트워크 그룹과 라우팅 정보를 교환하는 프로토콜
      • BGP ( Border Gateway Routing Protocol )
        • 경계 ( 인접 ) 네트워크와 라우팅 경로 교환 프로토콜 필요시 IP Prefix 전송 AS 에게서 자신에게 공유되는 경로를 암묵적으로 신뢰
  • AS ( Autonomous System)
    • 인터넷 회선 사업자들이 가지고 있는 라우터 그룹
  • RPKI ( Resource Public Key Infrastructure )
    • Resource: IP Address & AS Number 에 대한 전자 인증을 추가하여 BGP의 결함을 완화하는 라우팅 보안 기술.

Summary of Paper

  • It shows 2 type of attacks focused on gateway routing protocol and

Overall Strength

In-depth review

Future Work

Score