Git Product home page Git Product logo

asn-blackhole's Introduction

ASN-BLACKHOLE

Good BYE ASN

AS14061, AS14061, AS198620, AS48721, AS4134, AS34534

Abracadabra DESTROY

asn-blackhole's People

Contributors

clashplayer-protect avatar

Watchers

 avatar

asn-blackhole's Issues

Simplier and more efficient approach to blackholing networks.

Since you operate an Autonomous System with BGP feeds, if you receive full tables, you can simply drop any routes to any networks that you do not want to be reachable from your network. By doing this you generally would reduce both your CPU and RAM usage on any of your provider edge Linux routers.

For example if using bird you could add a as list of the banned ASNs. i.e.:

define drop_ASNs = [
376,
4134,
22652,
34534,
35911,
63385
];

And then simply drop either any routes which include the ASNs. i.e. add this into your filters:

if (bgp_path ~ drop_ASNs) then reject;

Or then simply any routes that only originate from the banned ASNs but not any transiting. i.e. add this into your filters:

if (bgp_path.last ~ drop_ASNs) then reject;

Hope this helps,
Keaton A.G. Lair

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.