113.89.54.7

China

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sun Oct 17 2021 18:04:06 GMT+0000
Last seen: Tue Oct 19 2021 17:34:05 GMT+0000
Period: 2 days

Whois information


Autonomous System
AS Name:
AS4134 Chinanet
AS Country Code:
CN (China)
AS Registry:
apnic
AS Date:
Mon Nov 03 2008 00:00:00 GMT+0000
AS CIDR:
113.64.0.0/11

Registrant information
Registrant name:
CHINANET Guangdong province network Data Communication Division China Telecom
Address:
No.31 ,jingrong street,beijing 100032
Country Code:
CN (China)
City:
Shenzhen

Emails
Emails:
  • anti-spam@ns.chinanet.cn.net
  • gdnoc_HLWI@189.cn
  • abuse_gdnoc@189.cn
  • antispam_gdnoc@189.cn
  • Dates
    Indexed:
    Mon Oct 19 2020 03:36:59 GMT+0000
    Last modified:
    Tue Aug 17 2021 02:59:09 GMT+0000
    AS Date:
    Mon Nov 03 2008 00:00:00 GMT+0000

    Location - Shenzhen - China

    Leaflet | © OpenStreetMap contributors

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "No.31 ,jingrong street,beijing\n100032",
        "as_name": "AS4134 Chinanet",
        "as_number": "4134",
        "asn_cidr": "113.64.0.0/11",
        "asn_country_code": "CN",
        "asn_date": "2008-11-03 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 1,
                "description": "Malware Download",
                "first_seen": "2021-10-17 18:04:06",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-10-19 17:34:05",
                "source": "Abuse.ch"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2021-07-27 02:46:37",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-08-17 02:59:09",
                "source": "Alienvault Ip Reputation Database"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2020-10-18 00:00:00",
                "last_seen": "2020-10-18 00:00:00",
                "source": "HoneyDB"
            },
            {
                "count": 1,
                "description": "Mail Spammer",
                "first_seen": "2020-10-19 03:36:59",
                "last_seen": "2020-10-19 03:36:59",
                "source": "Abuseat.org"
            }
        ],
        "cidr": [
            "113.64.0.0/11"
        ],
        "city": "Shenzhen",
        "classification": "suspicious",
        "country_code": "CN",
        "creation_time": "2020-10-19 03:36:59",
        "email": [
            "anti-spam@ns.chinanet.cn.net",
            "gdnoc_HLWI@189.cn",
            "abuse_gdnoc@189.cn",
            "antispam_gdnoc@189.cn"
        ],
        "ip_addr": "113.89.54.7",
        "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.5333,
            "lon": 114.1333
        },
        "modification_time": "2021-08-17 02:59:09",
        "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": "CHINANET Guangdong province network\nData Communication Division\nChina Telecom",
        "tag": [
            "32-bit",
            "elf"
        ],
        "type": "ip"
    }