47.104.107.19

China

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated

Current activity of this IP:


Anonymization

This IP provides anonymization services that can mask an attacker’s identity.


Blacklist timeline


First seen: Sat Dec 31 2022 21:11:47 GMT+0000
Last seen: Tue Jul 22 2025 17:46:26 GMT+0000
Period: 3 years

Whois information


Autonomous System
AS Name:
AS37963 Aliyun Computing Co., LTD

Registrant information
Registrant name:
Aliyun Computing Co., LTD
Postal Code:
266001
Country Code:
CN (China)
City:
Qingdao

Dates
Indexed:
Sat Nov 21 2020 15:59:59 GMT+0000
Last modified:
Tue Jul 22 2025 17:46:26 GMT+0000

Location - Qingdao - China


Developers can check API Specification here:


Request:

          
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/47.104.107.19
        

Request:

Alternatively you can use Maltiverse Python3 Library:
          
import requests
import json

url = 'https://api.maltiverse.com/ip/47.104.107.19'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
        

Request:

          
$url = 'https://api.maltiverse.com/ip/47.104.107.19'
$headers =  @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
        

Response:

      
{
    "as_name": "AS37963 Aliyun Computing Co., LTD",
    "as_number": "37963",
    "blacklist": [
        {
            "count": 10,
            "description": "Proxy",
            "first_seen": "2022-12-31 21:11:47",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2025-07-22 17:46:26",
            "ref": [
                1,
                21745
            ],
            "source": "FireHOL"
        },
        {
            "count": 1,
            "description": "Proxy",
            "first_seen": "2025-05-03 23:24:16",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2025-06-15 22:14:14",
            "source": "IPWhois.io"
        },
        {
            "count": 1,
            "description": "Anonymizer",
            "first_seen": "2020-11-21 15:59:59",
            "labels": [
                "anonymizer"
            ],
            "last_seen": "2021-05-22 22:22:46",
            "source": "Maltiverse Research Team"
        },
        {
            "count": 1,
            "description": "Anonymizer",
            "first_seen": "2022-12-29 09:47:46",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2022-12-29 21:07:58",
            "source": "FireHol"
        }
    ],
    "city": "Qingdao",
    "classification": "suspicious",
    "country_code": "CN",
    "creation_time": "2020-11-21 15:59:59",
    "ip_addr": "47.104.107.19",
    "ip_version": 4,
    "is_cdn": false,
    "is_cnc": false,
    "is_distributing_malware": false,
    "is_hosting": false,
    "is_iot_threat": false,
    "is_known_attacker": false,
    "is_known_scanner": false,
    "is_mining_pool": false,
    "is_open_proxy": true,
    "is_sinkhole": false,
    "is_tor_node": false,
    "is_vpn_node": false,
    "location": {
        "lat": 36.067108,
        "lon": 120.382609
    },
    "modification_time": "2025-07-22 17:46:26",
    "number_of_blacklisted_domains_resolving": 0,
    "number_of_domains_resolving": 0,
    "number_of_offline_malicious_urls_allocated": 0,
    "number_of_online_malicious_urls_allocated": 0,
    "number_of_whitelisted_domains_resolving": 0,
    "postal_code": "266001",
    "registrant_name": "Aliyun Computing Co., LTD",
    "scoring_executed_time": "2025-06-15 22:14:15",
    "tag": [
        "anonymization",
        "anonymizer"
    ],
    "type": "ip"
}