Hacker News new | past | comments | ask | show | jobs | submit login

Is the database available somewhere? I can imagine that some providers want to scan for their ranges to inform their users. The following is time-consuming:

    $ while true; do curl -sk https://srsly.de | html2text | awk '/Address/ {print $2}' | tee -a vnsservers; done
    $ sort -u vncservers | wc -l
    3128



Here's a dump of an Elasticsearch database with 7573 of them in it and whois information attached to each document: https://shining-inferno-2609.firebaseio.com/.json

Here's an `asn_country_code`-based aggregation of countries:

  {
    "took" : 2,
    "timed_out" : false,
    "_shards" : {
      "total" : 5,
      "successful" : 5,
      "failed" : 0
    },
    "hits" : {
      "total" : 7612,
      "max_score" : 0.0,
      "hits" : [ ]
    },
    "aggregations" : {
      "countries" : {
        "doc_count_error_upper_bound" : 5,
        "sum_other_doc_count" : 1894,
        "buckets" : [ {
          "key" : "cn",
          "doc_count" : 1891
        }, {
          "key" : "us",
          "doc_count" : 1155
        }, {
          "key" : "de",
          "doc_count" : 894
        }, {
          "key" : "kr",
          "doc_count" : 457
        }, {
          "key" : "ch",
          "doc_count" : 398
        }, {
          "key" : "mx",
          "doc_count" : 244
        }, {
          "key" : "ru",
          "doc_count" : 178
        }, {
          "key" : "ca",
          "doc_count" : 171
        }, {
          "key" : "it",
          "doc_count" : 167
        }, {
          "key" : "gb",
          "doc_count" : 163
        } ]
      }
    }
  }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: