123.16.65.100

Viet Nam

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Thu May 08 2025 20:26:11 GMT+0000
Last seen: Thu May 08 2025 21:26:11 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS45899 Vietnam Posts And Telecommunications Group

Registrant information
Registrant name:
Vietnam Posts And Telecommunications Group
Postal Code:
100100
Country Code:
VN (Viet Nam)
City:
Ô Chợ Dừa

Dates
Indexed:
Tue May 04 2021 22:54:07 GMT+0000
Last modified:
Thu May 08 2025 21:26:13 GMT+0000

Location - Ô Chợ Dừa - Viet Nam


Developers can check API Specification here:


Request:

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

Request:

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

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

Request:

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

Response:

      
{
    "as_name": "AS45899 Vietnam Posts And Telecommunications Group",
    "as_number": "45899",
    "blacklist": [
        {
            "count": 1,
            "description": "Mail Spammer",
            "first_seen": "2025-05-08 21:26:11",
            "last_seen": "2025-05-08 21:26:11",
            "source": "Barracuda"
        },
        {
            "count": 1,
            "description": "Unauthorized scanning of hosts",
            "first_seen": "2021-05-09 12:21:19",
            "labels": [
                "malicious-activity"
            ],
            "last_seen": "2021-05-12 07:39:30",
            "source": "Blocklist.net.ua"
        },
        {
            "count": 1,
            "description": "SSH Attacker",
            "first_seen": "2021-05-04 22:54:07",
            "labels": [
                "malicious-activity"
            ],
            "last_seen": "2021-05-05 02:32:52",
            "source": "Blocklist.de"
        }
    ],
    "city": "Ô Chợ Dừa",
    "classification": "suspicious",
    "country_code": "VN",
    "creation_time": "2021-05-04 22:54:07",
    "ip_addr": "123.16.65.100",
    "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": 21.0200535,
        "lon": 105.8246266
    },
    "modification_time": "2025-05-08 21:26:13",
    "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": "100100",
    "registrant_name": "Vietnam Posts And Telecommunications Group",
    "scoring_executed_time": "2025-05-08 21:26:13",
    "tag": [
        "ssh",
        "bruteforce",
        "bot",
        "abuse"
    ],
    "type": "ip"
}