1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

draft about public repos

This commit is contained in:
Massimo Candela
2020-11-10 04:19:00 +01:00
parent efb419f412
commit a2a8b9b751
2 changed files with 9 additions and 2 deletions

View File

@@ -8,16 +8,17 @@ Self-configuring BGP monitoring tool, which allows you to monitor in **real-time
* 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;
* a ROA involving any of your prefixes or ASes was deleted/added/edited;
* 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.
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](docs/datasets.md).
It can deliver alerts on files, by email, on slack, and more.
![BGPalerter](https://massimocandela.com/img/bgpalerter_github_image.png)
> 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).
> 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.

6
docs/datasets.md Normal file
View File

@@ -0,0 +1,6 @@
# List of datasets used by BGPalerter
* [RIPE RIS live](https://ris-live.ripe.net/)
* [RIPEstat](http://stat.ripe.net/)
* [NTT RPKI VRPs](https://rpki.gin.ntt.net/api/export.json)
* [Cloudflare VRPs](https://rpki.cloudflare.com/)