Skip to content

job/rpki-vrp-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements Status Coverage Status

RPKI VRP Checker

The rpki-vrp-checker utility takes a set of VRPs (in JSON format) and applies a number of tests to the VRP set to assess whether the set conforms to the Network Operator's expectations.

Features

  • Canary checking (assert whether expected ROAs are part of the VRP set)
  • ...

Usage

$ pip3 install rpki-vrp-checker
$ rpki-vrp-checker -i data/to-be-considered-vrp-set.json -b /tmp/not_yet_implemented -c data/canaries.yaml
ERROR: WRONG AT RIR LEVEL?
--------------------------

The following RPKI VRPs have been registered at the RIR level,
but were not added as canaries:

Entry #1:
  Prefix       : 204.2.255.0/25 (MaxLength: 25)
  Origin AS    : 20940
  Trust Anchor : ARIN

Entry #2:
  Prefix       : 2001:67c:208c::/48 (MaxLength: 48)
  Origin AS    : 15562
  Trust Anchor : RIPE

ERROR: MISSING VIPAR RPKI CANARY REGISTRATIONS?
-----------------------------------------------

The following canaries are not visible in RPKI data at the RIR level:

Entry #1:
  Prefix       : 2001:67c:208c::/48 (MaxLength: 48)
  Origin AS    : 15562
  Trust Anchor : ARIN

$

Purpose

There are various types of human error, operational failures, or attack scenarios related to RPKI pipeline operations imaginable. This utility is intended to be a verification tool between an internal ROA administration and the RPKI data as published on the Internet.

Comparing "ROAs that are expected to exist" with Validated ROA Payloads as observed from RPKI data can help in cases such as:

  • Resource holder has ARIN IP prefixes, and ARIN CA has encoding issues
  • Compromise of RIR systems (sudden appareance of ROAs covering an operator's resources under the wrong Trust Anchor)
  • Fat fingering during ROA creation process (too many or too little ROAs were actually created compared to the internal administration)

About

The RPKI VRP Checker utility can help (automatically) decide whether a given set of RPKI based VRPs is operationally feasible or not.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published