180.254.94.68

Indonesia

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Mon Jan 02 2023 12:53:20 GMT+0000
Last seen: Tue Jan 02 2024 12:33:15 GMT+0000
Period: a year

Whois information


Autonomous System
AS Name:
AS17974 PT Telekomunikasi Indonesia
AS Country Code:
ID (Indonesia)
AS Registry:
apnic
AS Date:
Tue Oct 20 2009 00:00:00 GMT+0000
AS CIDR:
180.254.80.0/20

Registrant information
Registrant name:
PT TELKOM INDONESIA Menara Multimedia Lt. 7 Jl. Kebonsirih No.12 JAKARTA
Address:
PT. TELKOM INDONESIA STO Telkom Gambir 3th Floor Medan Merdeka Selatan JAKARTA
Country Code:
ID (Indonesia)
City:
Yogyakarta

Emails
Emails:
  • abuse@telkom.co.id
  • ip-admin@telkom.net.id
  • hostmaster@telkom.net.id
  • Dates
    Indexed:
    Wed Jan 13 2021 13:43:36 GMT+0000
    Last modified:
    Tue Jan 02 2024 12:33:15 GMT+0000
    AS Date:
    Tue Oct 20 2009 00:00:00 GMT+0000

    Location - Yogyakarta - Indonesia


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

              
    $url = 'https://api.maltiverse.com/ip/180.254.94.68'
    $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": "180.254.80.0/20",
        "asn_country_code": "ID",
        "asn_date": "2009-10-20 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 5,
                "description": "Proxy",
                "first_seen": "2023-01-02 12:53:20",
                "labels": [
                    "anonymization"
                ],
                "last_seen": "2024-01-02 12:33:15",
                "source": "FireHOL"
            },
            {
                "count": 1,
                "description": "Mail Spammer",
                "first_seen": "2023-01-02 12:53:20",
                "last_seen": "2023-01-02 12:53:20",
                "source": "Barracuda"
            },
            {
                "count": 1,
                "description": "Anonymizer",
                "first_seen": "2021-01-14 00:33:06",
                "labels": [
                    "anonymizer"
                ],
                "last_seen": "2021-05-19 15:12:04",
                "source": "Maltiverse Research Team"
            },
            {
                "count": 1,
                "description": "Anonymizer",
                "first_seen": "2021-01-13 13:43:36",
                "last_seen": "2021-03-06 20:43:41",
                "source": "Maltiverse"
            }
        ],
        "cidr": [
            "180.254.80.0/20"
        ],
        "city": "Yogyakarta",
        "classification": "suspicious",
        "country_code": "ID",
        "creation_time": "2021-01-13 13:43:36",
        "email": [
            "abuse@telkom.co.id",
            "ip-admin@telkom.net.id",
            "hostmaster@telkom.net.id"
        ],
        "ip_addr": "180.254.94.68",
        "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.8035,
            "lon": 110.3646
        },
        "modification_time": "2024-01-02 12:33:15",
        "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\nMenara Multimedia Lt. 7\nJl. Kebonsirih No.12\nJAKARTA",
        "tag": [
            "anonymization",
            "anonymizer"
        ],
        "type": "ip"
    }