183.89.69.114

Thailand

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Mon Jan 02 2023 16:24:51 GMT+0000
Last seen: Tue Jan 02 2024 18:24:07 GMT+0000
Period: a year

Whois information


Autonomous System
AS Name:
AS45758 Triple T Broadband Public Company Limited
AS Country Code:
TH (Thailand)
AS Registry:
apnic
AS Date:
Fri Nov 13 2009 00:00:00 GMT+0000
AS CIDR:
183.89.0.0/16

Registrant information
Registrant name:
Triple T Broadband Public Company Limited
Address:
200 Jasmine tower 29th floor Chaengwattana road Pakkret Nonthaburi 11120
Postal Code:
11120
Country Code:
TH (Thailand)
City:
Pak Kret

Emails
Emails:
  • ipadmin@3bbmail.com
  • Dates
    Indexed:
    Fri Mar 27 2020 03:06:53 GMT+0000
    Last modified:
    Thu Jul 17 2025 17:04:34 GMT+0000
    AS Date:
    Fri Nov 13 2009 00:00:00 GMT+0000

    Location - Pak Kret - Thailand

    Leaflet | © OpenStreetMap contributors

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "200 Jasmine tower 29th floor\nChaengwattana road\nPakkret Nonthaburi 11120",
        "as_name": "AS45758 Triple T Broadband Public Company Limited",
        "as_number": "45758",
        "asn_cidr": "183.89.0.0/16",
        "asn_country_code": "TH",
        "asn_date": "2009-11-13 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 4,
                "description": "Proxy",
                "first_seen": "2023-01-02 16:24:51",
                "labels": [
                    "anonymization"
                ],
                "last_seen": "2024-01-02 18:24:07",
                "source": "FireHOL"
            },
            {
                "count": 1,
                "description": "Anonymizer",
                "first_seen": "2020-11-22 05:52:46",
                "labels": [
                    "anonymizer"
                ],
                "last_seen": "2021-05-19 17:02:54",
                "source": "Maltiverse Research Team"
            },
            {
                "count": 1,
                "description": "Anonymizer",
                "first_seen": "2020-03-27 09:14:21",
                "last_seen": "2020-03-27 09:14:21",
                "source": "Maltiverse"
            },
            {
                "count": 1,
                "description": "HTTP Spammer",
                "first_seen": "2020-03-27 03:06:53",
                "last_seen": "2020-03-27 03:06:53",
                "source": "Sblam"
            }
        ],
        "cidr": [
            "183.89.0.0/16"
        ],
        "city": "Pak Kret",
        "classification": "suspicious",
        "country_code": "TH",
        "creation_time": "2020-03-27 03:06:53",
        "email": [
            "ipadmin@3bbmail.com"
        ],
        "ip_addr": "183.89.69.114",
        "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": 13.8994973,
            "lon": 100.5426442
        },
        "modification_time": "2025-07-17 17:04:34",
        "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": "11120",
        "registrant_name": "Triple T Broadband Public Company Limited",
        "scoring_executed_time": "2025-07-17 17:04:34",
        "tag": [
            "anonymization",
            "bot",
            "abuse",
            "anonymizer"
        ],
        "type": "ip"
    }