cloudflare/isbgpsafeyet.com

Run BGP check on a Headless/Linux server?

r8u opened this issue · 3 comments

r8u commented

Is there a CLI tool that runs the same test as isbgpsafeyet.com?

lspgn commented

Hello,
Afaik there is no all in one CLI but you can try reaching https://invalid.rpki.cloudflare.com and https://valid.rpki.cloudflare.com

Example:
curl https://invalid.rpki.cloudflare.com
If it replies, your network is accepting invalids.

r8u commented

Hello, Afaik there is no all in one CLI but you can try reaching https://invalid.rpki.cloudflare.com and https://valid.rpki.cloudflare.com

Example: curl https://invalid.rpki.cloudflare.com If it replies, your network is accepting invalids.

Alright, much appreciated.

Since I get this response:
root@hellhole:~# curl https://invalid.rpki.cloudflare.com
{"status":"valid", "asn":42708, "name": "Portlane", "blackholed":false}

I assume it isn't safe, judging by your reply?

lspgn commented

Correct