Skip to content

ssw/check_roa

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

RPKI ROA Sanity Checker

This Python app checks the information for a proposed RPKI-ROA, provided by the user via a web form, against exiting routes seen on the Internet and reported by RIPEstat. The response will include a row for the route matching the proposed ROA's prefix, and additional rows for any more specific routes seen on the Internet.

Each row contains four columns:

  1. The prefix being evaluated.
  2. The result of the proposed ROA applied to the prefix.
  3. The origin ASN seen via RIPEstat for the prefix.
  4. The status of any existing ROA that covers this prefix.

The app is designed to be invoked as a docker command:

docker run -dp 8000:8000 stevenisfine/roa_checker:latest

About

sanity checke ROAs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages