119.99.241.3

China

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sun Jan 01 2023 21:09:37 GMT+0000
Last seen: Thu Mar 21 2024 02:52:33 GMT+0000
Period: a year

Whois information


Autonomous System
AS Name:
AS4134 Chinanet HB

Registrant information
Registrant name:
Chinanet HB
Postal Code:
438705
Country Code:
CN (China)
City:
Huanggang

Dates
Indexed:
Sat Nov 21 2020 22:45:33 GMT+0000
Last modified:
Fri Apr 25 2025 01:46:35 GMT+0000

Location - Huanggang - China

Leaflet | © OpenStreetMap contributors

Developers can check API Specification here:


Request:

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

Request:

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

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

Request:

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

Response:

      
{
    "as_name": "AS4134 Chinanet HB",
    "as_number": "4134",
    "blacklist": [
        {
            "count": 11,
            "description": "Proxy",
            "first_seen": "2023-01-01 21:09:37",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2024-03-21 02:52:33",
            "source": "FireHOL"
        },
        {
            "count": 1,
            "description": "Anonymizer",
            "first_seen": "2020-11-21 22:45:33",
            "labels": [
                "anonymizer"
            ],
            "last_seen": "2021-05-23 10:17:07",
            "source": "Maltiverse Research Team"
        }
    ],
    "city": "Huanggang",
    "classification": "suspicious",
    "country_code": "CN",
    "creation_time": "2020-11-21 22:45:33",
    "ip_addr": "119.99.241.3",
    "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": 30.453667,
        "lon": 114.8722
    },
    "modification_time": "2025-04-25 01:46:35",
    "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": "438705",
    "registrant_name": "Chinanet HB",
    "scoring_executed_time": "2025-04-25 01:46:35",
    "tag": [
        "anonymization",
        "anonymizer"
    ],
    "type": "ip"
}