You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRR — checks all IRR databases (RIPE, RADB, ARIN, APNIC…) for route objects matching the claimed origin ASN; reports consistency and missing coverage
Route Leak — detects BGP hijacks (multiple origin ASNs) and route leaks (AS-path loops / valley-free violations) with confidence scoring
Looking Glass — shows full AS paths + BGP communities from up to 50 RIPE RIS vantage points around the world, with geographic region labels
Route Stability — analyses withdrawal/re-announcement cycles over 1–168 hours, computing a 0–100 stability score and uptime %
"description": "IRR route-object consistency check via IRRExplorer — validates that a prefix has correct route objects matching the expected origin ASN.",
1490
+
"parameters": {
1491
+
"type": "object",
1492
+
"properties": {
1493
+
"prefix": {"type": "string", "description": "CIDR prefix e.g. 1.1.1.0/24"},
1494
+
"asn": {"type": "string", "description": "Expected origin ASN e.g. AS13335"},
1495
+
},
1496
+
"required": ["prefix", "asn"],
1497
+
},
1498
+
},
1499
+
},
1500
+
{
1501
+
"type": "function",
1502
+
"function": {
1503
+
"name": "rir_detect_route_leak",
1504
+
"description": "Detect BGP route leaks or hijacks — checks for multiple origin ASNs and AS-path loops.",
1505
+
"parameters": {
1506
+
"type": "object",
1507
+
"properties": {
1508
+
"prefix": {"type": "string", "description": "CIDR prefix e.g. 1.1.1.0/24"},
1509
+
},
1510
+
"required": ["prefix"],
1511
+
},
1512
+
},
1513
+
},
1514
+
{
1515
+
"type": "function",
1516
+
"function": {
1517
+
"name": "rir_looking_glass",
1518
+
"description": "BGP looking glass — shows AS paths and communities from RIPE RIS vantage points around the world.",
1519
+
"parameters": {
1520
+
"type": "object",
1521
+
"properties": {
1522
+
"prefix": {"type": "string", "description": "CIDR prefix e.g. 1.1.1.0/24"},
0 commit comments