14.207.9.39

Thailand

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sat Nov 21 2020 13:47:53 GMT+0000
Last seen: Tue Jun 22 2021 18:06:57 GMT+0000
Period: 7 months

Whois information


Autonomous System
AS Name:
AS45758 Triple T Broadband Public Company Limited

Registrant information
Registrant name:
Triple T Broadband Public Company Limited
Postal Code:
10200
Country Code:
TH (Thailand)
City:
Bangkok

Dates
Indexed:
Sat Nov 21 2020 13:47:53 GMT+0000
Last modified:
Tue Jun 24 2025 20:30:16 GMT+0000

Location - Bangkok - Thailand


Tags

Developers can check API Specification here:


Request:

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

Request:

Alternatively you can use Maltiverse Python3 Library:
          
import requests
import json

url = 'https://api.maltiverse.com/ip/14.207.9.39'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
        

Request:

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

Response:

      
{
    "as_name": "AS45758 Triple T Broadband Public Company Limited",
    "as_number": "45758",
    "blacklist": [
        {
            "count": 1,
            "description": "Anonymizer",
            "first_seen": "2020-11-21 13:47:53",
            "labels": [
                "anonymizer"
            ],
            "last_seen": "2021-06-22 18:06:57",
            "source": "Maltiverse Research Team"
        }
    ],
    "city": "Bangkok",
    "classification": "suspicious",
    "country_code": "TH",
    "creation_time": "2020-11-21 13:47:53",
    "ip_addr": "14.207.9.39",
    "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.7563309,
        "lon": 100.5017651
    },
    "modification_time": "2025-06-24 20:30:16",
    "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": "10200",
    "registrant_name": "Triple T Broadband Public Company Limited",
    "scoring_executed_time": "2025-06-24 20:30:16",
    "tag": [
        "anonymizer"
    ],
    "type": "ip"
}