180.246.77.221

Indonesia

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Jul 01 2020 03:56:11 GMT+0000
Last seen: Tue Jun 10 2025 02:24:20 GMT+0000
Period: 5 years

Whois information


Autonomous System
AS Name:
AS7713 PT TELKOM INDONESIA
AS Country Code:
ID (Indonesia)
AS Registry:
apnic
AS Date:
Tue Oct 20 2009 00:00:00 GMT+0000
AS CIDR:
180.246.76.0/22

Registrant information
Registrant name:
PT TELKOM INDONESIA
Address:
PT. TELKOM INDONESIA Menara Multimedia Lt. 7 Jl. Kebonsirih No.12 JAKARTA
Postal Code:
55112
Country Code:
ID (Indonesia)
City:
Yogyakarta

Emails
Emails:
  • ip-admin@telkom.net.id
  • hostmaster@telkom.net.id
  • Dates
    Indexed:
    Wed Jul 01 2020 03:56:11 GMT+0000
    Last modified:
    Tue Jun 10 2025 02:24:22 GMT+0000
    AS Date:
    Tue Oct 20 2009 00:00:00 GMT+0000

    Location - Yogyakarta - Indonesia


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "PT. TELKOM INDONESIA\nMenara Multimedia Lt. 7\nJl. Kebonsirih No.12\nJAKARTA",
        "as_name": "AS7713 PT TELKOM INDONESIA",
        "as_number": "7713",
        "asn_cidr": "180.246.76.0/22",
        "asn_country_code": "ID",
        "asn_date": "2009-10-20 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 2,
                "description": "Mail Spammer",
                "first_seen": "2020-07-01 03:56:11",
                "last_seen": "2025-06-10 02:24:20",
                "source": "Barracuda"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2020-06-30 00:00:00",
                "last_seen": "2020-06-30 00:00:00",
                "source": "HoneyDB"
            }
        ],
        "cidr": [
            "180.246.64.0/18"
        ],
        "city": "Yogyakarta",
        "classification": "suspicious",
        "country_code": "ID",
        "creation_time": "2020-07-01 03:56:11",
        "email": [
            "ip-admin@telkom.net.id",
            "hostmaster@telkom.net.id"
        ],
        "ip_addr": "180.246.77.221",
        "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": -7.7955798,
            "lon": 110.3694896
        },
        "modification_time": "2025-06-10 02:24:22",
        "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": "55112",
        "registrant_name": "PT TELKOM INDONESIA",
        "scoring_executed_time": "2025-06-10 02:24:22",
        "type": "ip"
    }