45.132.187.188

United States

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated

Current activity of this IP:


Anonymization

This IP provides anonymization services that can mask an attacker’s identity.


Blacklist timeline


First seen: Sat Dec 31 2022 19:26:04 GMT+0000
Last seen: Tue Jul 22 2025 13:51:07 GMT+0000
Period: 3 years

Whois information


Autonomous System
AS Name:
AS35830 Traffictransitsolution LLC
AS Country Code:
RU (Russian Federation)
AS Registry:
ripencc
AS Date:
Tue Jul 23 2019 00:00:00 GMT+0000
AS CIDR:
45.132.187.0/24

Registrant information
Registrant name:
Traffictransitsolution LLC
Postal Code:
10000
Country Code:
US (United States)
City:
New York
State:
NY

Dates
Indexed:
Sat Nov 21 2020 15:39:48 GMT+0000
Last modified:
Tue Jul 22 2025 13:51:07 GMT+0000
AS Date:
Tue Jul 23 2019 00:00:00 GMT+0000

Location - New York - NY - United States


Developers can check API Specification here:


Request:

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

Request:

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

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

Request:

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

Response:

      
{
    "as_name": "AS35830 Traffictransitsolution LLC",
    "as_number": "35830",
    "asn_cidr": "45.132.187.0/24",
    "asn_country_code": "RU",
    "asn_date": "2019-07-23 00:00:00",
    "asn_registry": "ripencc",
    "blacklist": [
        {
            "count": 13,
            "description": "Proxy",
            "first_seen": "2022-12-31 19:26:04",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2025-07-22 13:51:07",
            "ref": [
                1,
                21745
            ],
            "source": "FireHOL"
        },
        {
            "count": 1,
            "description": "Proxy",
            "first_seen": "2025-02-17 18:15:29",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2025-06-15 18:28:45",
            "source": "IPWhois.io"
        },
        {
            "count": 292,
            "description": "DDoS attack on site intime.ua",
            "first_seen": "2024-01-12 04:35:16",
            "labels": [
                "malicious-activity"
            ],
            "last_seen": "2025-01-11 16:20:15",
            "ref": [
                1
            ],
            "source": "Blocklist.net.ua"
        },
        {
            "count": 1,
            "description": "Anonymizer",
            "first_seen": "2020-11-21 15:39:48",
            "labels": [
                "anonymizer"
            ],
            "last_seen": "2021-05-22 21:44:06",
            "source": "Maltiverse Research Team"
        },
        {
            "count": 1,
            "description": "Anonymizer",
            "first_seen": "2022-12-29 07:58:38",
            "labels": [
                "anonymization"
            ],
            "last_seen": "2022-12-29 19:20:46",
            "source": "FireHol"
        }
    ],
    "city": "New York",
    "classification": "suspicious",
    "country_code": "US",
    "creation_time": "2020-11-21 15:39:48",
    "ip_addr": "45.132.187.188",
    "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": true,
    "is_sinkhole": false,
    "is_tor_node": false,
    "is_vpn_node": false,
    "location": {
        "lat": 40.7127837,
        "lon": -74.0059413
    },
    "modification_time": "2025-07-22 13:51:07",
    "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": "10000",
    "registrant_name": "Traffictransitsolution LLC",
    "scoring_executed_time": "2025-06-15 18:28:47",
    "state": "NY",
    "tag": [
        "anonymization",
        "anonymizer",
        "abuse"
    ],
    "type": "ip"
}