1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
Mircea Ulinic 275ee1c3e3 Adding Cloudflare to the list of RPKI VRP providers
It seems like ``rpki-validator`` providers a connector for the
Cloudflare VRP, I believe we could add it to the list of possible VRP
providers.
2020-10-27 13:28:28 +00:00
2020-01-25 14:02:36 +01:00
2019-07-09 22:37:30 +02:00
2019-10-31 19:09:17 +01:00
2020-07-20 17:34:35 +02:00
2019-10-31 18:54:31 +01:00
2020-07-20 17:34:35 +02:00
2020-07-18 18:43:30 +02:00
2020-05-26 14:50:16 +02:00
2020-01-22 16:00:34 +01:00
2019-07-10 18:29:01 +02:00
2020-09-17 22:24:28 +02:00
2020-07-19 19:06:07 +02:00

Build Status Dependabot Status Reviewed by Hound

BGPalerter

Self-configuring BGP monitoring tool, which allows you to monitor in real-time if:

  • any of your prefixes loses visibility;
  • any of your prefixes is hijacked;
  • your AS is announcing RPKI invalid prefixes (e.g. not matching prefix length);
  • your AS is announcing prefixes not covered by a ROAs;
  • your AS is announcing a new prefix that was never announced before;
  • one of the AS path used to reach your prefix matches a specific condition defined by you.

You just run it. You don't need to provide any data source or connect it to anything in your network since it connects to public repos.

It can deliver alerts on files, by email, on slack, and more.

BGPalerter

BGPalerter connects to public BGP data repos (not managed by NTT) and the entire monitoring is done directly in the application (there are no NTT servers involved).

TL;DR (1 minute setup)

This section is useful if you don't care about the source code but you just want to run the monitor. Instead, if you want to run the source code (which is completely open) or develop, please read directly the documentation.

  1. Download the binary here (be sure to select the one for your OS)

  2. Execute the binary (e.g. chmod +x bgpalerter-linux-x64 && ./bgpalerter-linux-x64)
    The first time you run it, the auto-configuration will start.

If something happens (e.g. a hijack) you will see the alerts in logs/reports-YYYY-MM-DD.log. In config.yml you can find other reporting mechanisms (e.g. email, Slack, Kafka) in addition to logging on files. Please uncomment the related section and configure according to your needs.

If the installation doesn't go smoothly, read here.
Read the documentation below for more options.

Documentation

If you are using BGPalerter, feel free to sign here: Who is using BGPalerter

Description
No description provided
Readme 218 MiB
Languages
JavaScript 99.8%
Shell 0.2%