Actions
Bug #9676
openAS lookup fails
Status:
New
Priority:
Normal
Assignee:
-
Category:
pfBlockerNG
Target version:
-
Start date:
08/08/2019
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Using pfBlockerNG-devel 2.2.5_23
Trying to permit AS8786 gives no results (Other ASN works):
[ AS8786_v4 ] Reload . completed .. Empty file, Adding '127.1.7.7' to avoid download failure.
$ curl -sk 'https://127.0.0.1:443/pfblockerng/pfblockerng.php?pfb=pfB_Telenor_v4' 127.1.7.7
manual mwhois:
$ mwhois -h whois.radb.net \!gAS8786 | tail -n +2 | tr -d '\nC' | tr '[:space:]' '\n' 212.17.128.0/19 217.148.144.0/20 77.16.0.0/14 109.179.0.0/16 46.66.0.0/15 2.148.0.0/14
Updated by BBcan177 . about 5 years ago
The pkg uses the following service for ASN information:
https://api.bgpview.io/asn/8786/prefixes
Also BGP HE:
https://bgp.he.net/AS8786
Updated by Viktor Gurov almost 5 years ago
for some reason all online AS databases shows zero prefixes for this AS:
https://api.hackertarget.com/aslookup/?q=AS8786
https://api.bgpview.io/asn/8786/prefixes
https://bgp.he.net/AS8786
It seems that using whois.radb.net should be the preferred way in a future version of pfBlocker.
Actions