client9 / ipcat

Categorization of IP Addresses
MIT License
526 stars 132 forks source link

huawei cloud service missing #153

Open jogaco opened 5 years ago

jogaco commented 5 years ago

I just got a massive number of requests from a spider trying to crawl my entire website. From 159.138.xxx.xxx Seems to belong to Huawei datacenters

lpellegr commented 5 years ago

@jogaco If I may suggest something, you should try Ipregistry for an up-to-date and inexpensive solution. For instance, the range you mention is detected as a threat:

  "security" : {
    "is_bogon" : false,
    "is_cloud_provider" : true,
    "is_tor" : false,
    "is_tor_exit" : false,
    "is_proxy" : false,
    "is_anonymous" : false,
    "is_abuser" : false,
    "is_attacker" : false,
    "is_threat" : true
  },

due to the connection detecting the IP range for hosting purpose:

  "connection" : {
    "asn" : 136907,
    "domain" : "huawei.com",
    "organization" : "Huawei International Pte Ltd",
    "type" : "hosting"
  }