58.64.207.125

Hong Kong

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Mar 03 2021 13:49:31 GMT+0000
Last seen: Fri Mar 19 2021 14:39:28 GMT+0000
Period: 16 days

Whois information


Autonomous System
AS Name:
AS17444 AS number for New World Telephone Ltd
AS Country Code:
HK (Hong Kong)
AS Registry:
apnic
AS Date:
Tue Sep 19 2006 00:00:00 GMT+0000
AS CIDR:
58.64.207.0/24

Registrant information
Registrant name:
NWT iDC Data Service
Address:
15/F, 18 Kin Hong Street, Trans Asia Centre, Kwai Chung, Kln
Country Code:
HK (Hong Kong)

Emails
Emails:
  • esabuse@hkbnes.net
  • idc@hkbnes.net
  • kmmwong@hkbn.com.hk
  • nmcdata@hkbnes.net
  • Dates
    Indexed:
    Sat Nov 21 2020 15:07:56 GMT+0000
    Last modified:
    Fri Mar 19 2021 14:39:28 GMT+0000
    AS Date:
    Tue Sep 19 2006 00:00:00 GMT+0000

    Location - Hong Kong


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "15/F, 18 Kin Hong Street, Trans Asia Centre, Kwai Chung, Kln",
        "as_name": "AS17444 AS number for New World Telephone Ltd",
        "as_number": "17444",
        "asn_cidr": "58.64.207.0/24",
        "asn_country_code": "HK",
        "asn_date": "2006-09-19 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 1,
                "description": "ET CINS Active Threat Intelligence Poor Reputation IP UDP",
                "first_seen": "2021-03-03 13:49:31",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-03-19 14:39:28",
                "source": "Emerging Threats"
            },
            {
                "count": 1,
                "description": "ET CINS Active Threat Intelligence Poor Reputation IP TCP",
                "first_seen": "2021-03-03 13:49:27",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-03-19 14:39:22",
                "source": "Emerging Threats"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2021-02-28 13:46:14",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-03-18 11:11:26",
                "source": "CIArmy"
            },
            {
                "count": 1,
                "description": "Unauthorized scanning of hosts",
                "first_seen": "2020-11-21 17:50:11",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-03-13 09:45:40",
                "source": "Blocklist.net.ua"
            }
        ],
        "cidr": [
            "58.64.207.0/24"
        ],
        "classification": "suspicious",
        "country_code": "HK",
        "creation_time": "2020-11-21 15:07:56",
        "email": [
            "esabuse@hkbnes.net",
            "idc@hkbnes.net",
            "kmmwong@hkbn.com.hk",
            "nmcdata@hkbnes.net"
        ],
        "ip_addr": "58.64.207.125",
        "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": "2021-03-19 14:39:28",
        "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": "NWT iDC Data Service",
        "tag": [
            "abuse"
        ],
        "type": "ip"
    }