Skip to content

Commit

Permalink
ASリストの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Sep 30, 2016
1 parent 71ea174 commit d190bdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sakura-checker/host.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
header("Content-Type: application/json; charset=utf-8");
header("Access-Control-Allow-Origin: *");

// http://ipinfo.io/AS9371
// $("#block-table tr").find("td:eq(0) a").map((_,e)=>$(e).text())
// http://bgp.he.net/AS9371#_prefixes
// $("#table_prefixes4 tr td a").map((_,e)=>e.text)

$asn = [
7684 => ["133.242.0.0/16", "153.120.0.0/17", "153.120.128.0/18", "153.126.128.0/17", "153.127.0.0/17", "153.127.128.0/18", "153.127.192.0/19", "202.242.89.0/24"],
9370 => ["27.133.128.0/19", "27.134.240.0/20", "59.106.0.0/17", "59.106.128.0/18", "59.106.192.0/19", "59.106.224.0/20", "59.106.240.0/22", "61.211.224.0/20", "103.57.4.0/22", "103.198.4.0/22", "133.125.128.0/17", "153.121.0.0/19", "153.121.32.0/19", "153.121.64.0/19", "153.125.224.0/20", "160.16.0.0/17", "160.16.128.0/17", "163.43.0.0/16", "183.181.102.0/24", "202.58.16.0/22", "202.181.96.0/20", "202.222.16.0/20", "210.188.224.0/19", "210.229.64.0/21"],
9371 => ["49.212.0.0/16", "103.238.244.0/22", "103.250.200.0/22", "112.78.112.0/20", "112.78.192.0/19", "120.136.8.0/21", "133.167.0.0/16", "157.112.144.0/20", "157.112.176.0/20", "160.27.0.0/16", "175.28.4.0/22", "182.48.0.0/18", "183.90.224.0/19", "210.188.192.0/19", "210.224.160.0/19", "219.94.128.0/17", "223.27.69.0/24", "223.27.70.0/23"],
7684 => ["133.242.0.0/16", "153.120.0.0/17", "153.120.128.0/18", "153.121.128.0/18", "153.125.128.0/18", "153.126.0.0/17", "153.126.128.0/17", "153.127.0.0/17", "153.127.128.0/18", "153.127.192.0/19", "202.242.89.0/24"],
9370 => ["27.133.128.0/19", "27.133.247.0/24", "27.133.252.0/22", "27.134.240.0/20", "36.53.0.0/17", "36.53.128.0/18", "59.106.0.0/17", "59.106.128.0/18", "59.106.192.0/19", "59.106.224.0/20", "59.106.240.0/22", "61.211.224.0/20", "103.57.4.0/22", "103.198.4.0/22", "110.44.128.0/20", "110.232.160.0/21", "110.232.168.0/21", "112.109.0.0/20", "113.20.160.0/19", "122.202.96.0/19", "153.121.0.0/19", "153.121.32.0/19", "153.121.64.0/19", "153.125.224.0/20", "160.16.0.0/17", "160.16.128.0/17", "163.43.0.0/16", "183.181.102.0/24", "202.58.16.0/22", "202.181.96.0/20", "202.222.16.0/20", "210.188.224.0/19", "210.229.64.0/21"],
9371 => ["49.212.0.0/16", "103.15.0.0/22", "103.238.244.0/22", "103.250.200.0/22", "110.74.32.0/20", "110.74.64.0/20", "112.78.112.0/20", "112.78.192.0/19", "120.136.8.0/21", "133.167.0.0/16", "157.112.144.0/20", "157.112.176.0/20", "160.27.0.0/16", "175.28.4.0/22", "182.48.0.0/18", "182.163.0.0/19", "183.90.224.0/19", "183.181.74.0/23", "183.181.76.0/22", "183.181.80.0/20", "183.181.96.0/22", "183.181.100.0/23", "210.188.192.0/19", "210.224.160.0/19", "219.94.128.0/17", "219.109.160.0/19", "223.27.69.0/24", "223.27.70.0/23"],
];
$ip = gethostbyname($_GET["host"]);

Expand Down

0 comments on commit d190bdf

Please sign in to comment.