36.73.144.141

Indonesia

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Jan 13 2021 15:33:58 GMT+0000
Last seen: Fri Jan 22 2021 06:53:16 GMT+0000
Period: 9 days

Whois information


Autonomous System
AS Name:
AS17974 PT Telekomunikasi Indonesia
AS Country Code:
ID (Indonesia)
AS Registry:
apnic
AS Date:
Fri Jan 14 2011 00:00:00 GMT+0000
AS CIDR:
36.73.144.0/20

Registrant information
Registrant name:
PT TELKOM INDONESIA STO Gambir 3rd Floor Jl. Medan Merdeka Selatan No. 12 Jakarta 10110
Address:
PT. TELKOM INDONESIA STO Telkom Gambir 3th Floor Medan Merdeka Selatan JAKARTA
Country Code:
ID (Indonesia)
City:
Semarang

Emails
Emails:
  • abuse@telkom.co.id
  • ip-admin@telkom.net.id
  • hostmaster@telkom.net.id
  • Dates
    Indexed:
    Wed Jan 13 2021 15:33:58 GMT+0000
    Last modified:
    Thu May 09 2024 07:05:02 GMT+0000
    AS Date:
    Fri Jan 14 2011 00:00:00 GMT+0000

    Location - Semarang - Indonesia


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "PT. TELKOM INDONESIA\nSTO Telkom Gambir 3th Floor\nMedan Merdeka Selatan\nJAKARTA",
        "as_name": "AS17974 PT Telekomunikasi Indonesia",
        "as_number": "17974",
        "asn_cidr": "36.73.144.0/20",
        "asn_country_code": "ID",
        "asn_date": "2011-01-14 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 6,
                "description": "HTTP Spammer",
                "first_seen": "2021-01-13 15:33:58",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-01-22 06:53:16",
                "source": "Myip.ms"
            }
        ],
        "cidr": [
            "36.73.144.0/20"
        ],
        "city": "Semarang",
        "classification": "suspicious",
        "country_code": "ID",
        "creation_time": "2021-01-13 15:33:58",
        "email": [
            "abuse@telkom.co.id",
            "ip-admin@telkom.net.id",
            "hostmaster@telkom.net.id"
        ],
        "ip_addr": "36.73.144.141",
        "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": -6.9932,
            "lon": 110.4215
        },
        "modification_time": "2024-05-09 07:05:02",
        "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": "PT TELKOM INDONESIA\nSTO Gambir 3rd Floor\nJl. Medan Merdeka Selatan No. 12\nJakarta 10110",
        "tag": [
            "abuse",
            "bot"
        ],
        "type": "ip"
    }