1.36.127.17

Hong Kong

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sun Nov 22 2020 07:47:23 GMT+0000
Last seen: Mon Dec 14 2020 06:52:37 GMT+0000
Period: 22 days

Whois information


Autonomous System
AS Name:
AS4760 PCCW Limited
AS Country Code:
HK (Hong Kong)
AS Registry:
apnic
AS Date:
Tue Jun 29 2010 00:00:00 GMT+0000
AS CIDR:
1.36.96.0/19

Registrant information
Registrant name:
Hong Kong Telecommunications (HKT) Limited Mass Internet
Address:
PO Box 9896 GPO
Country Code:
HK (Hong Kong)
City:
Central

Emails
Emails:
  • pmaster@netvigator.com
  • Dates
    Indexed:
    Sat Nov 21 2020 18:17:04 GMT+0000
    Last modified:
    Thu May 09 2024 12:55:51 GMT+0000
    AS Date:
    Tue Jun 29 2010 00:00:00 GMT+0000

    Location - Central - Hong Kong


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

    Alternatively you can use Maltiverse Python3 Library:
              
    import requests
    import json
    
    url = 'https://api.maltiverse.com/ip/1.36.127.17'
    response = requests.get(url)
    print(json.dumps(response.json(), indent=4, sort_keys=True))
            

    Request:

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

    Response:

          
    {
        "address": "PO Box 9896 GPO",
        "as_name": "AS4760 PCCW Limited",
        "as_number": "4760",
        "asn_cidr": "1.36.96.0/19",
        "asn_country_code": "HK",
        "asn_date": "2010-06-29 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 4,
                "description": "Malicious Host",
                "first_seen": "2020-11-22 07:47:23",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-12-14 06:52:37",
                "source": "Alienvault Ip Reputation Database"
            },
            {
                "count": 4,
                "description": "Malicious Host",
                "first_seen": "2020-11-21 18:17:04",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-11-28 22:30:01",
                "source": "CIArmy"
            },
            {
                "count": 2,
                "description": "ET CINS Active Threat Intelligence Poor Reputation IP UDP",
                "first_seen": "2020-11-24 09:26:59",
                "last_seen": "2020-11-24 09:26:59",
                "source": "Emerging Threats"
            },
            {
                "count": 2,
                "description": "ET CINS Active Threat Intelligence Poor Reputation IP TCP",
                "first_seen": "2020-11-24 09:26:57",
                "last_seen": "2020-11-24 09:26:57",
                "source": "Emerging Threats"
            },
            {
                "count": 2,
                "description": "Mail Spammer",
                "first_seen": "2020-11-23 07:36:43",
                "last_seen": "2020-11-23 07:36:43",
                "source": "Abuseat.org"
            }
        ],
        "cidr": [
            "1.36.0.0/17"
        ],
        "city": "Central",
        "classification": "suspicious",
        "country_code": "HK",
        "creation_time": "2020-11-21 18:17:04",
        "email": [
            "pmaster@netvigator.com"
        ],
        "ip_addr": "1.36.127.17",
        "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": false,
        "is_sinkhole": false,
        "is_tor_node": false,
        "is_vpn_node": false,
        "location": {
            "lat": 22.291,
            "lon": 114.15
        },
        "modification_time": "2024-05-09 12:55:51",
        "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,
        "registrant_name": "Hong Kong Telecommunications (HKT) Limited Mass Internet",
        "type": "ip"
    }