200.195.132.210

Brazil

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated

Current activity of this IP:


Known Attacker

This IP Address has been seen sending attacks over the Internet.


Blacklist timeline


First seen: Sat Dec 12 2020 10:19:16 GMT+0000
Last seen: Sat Jul 19 2025 17:11:09 GMT+0000
Period: 5 years

Whois information


Autonomous System
AS Name:
AS14868 WBE INTERNET LTDA
AS Country Code:
BR (Brazil)
AS Registry:
lacnic
AS Date:
Wed Mar 22 2000 00:00:00 GMT+0000
AS CIDR:
200.195.128.0/20

Registrant information
Registrant name:
WBE INTERNET LTDA
Postal Code:
85520-000
Country Code:
BR (Brazil)
City:
Vitorino

Emails
Emails:
  • tecnologia@cruzvermelhapr.com.br
  • noc@copel.com
  • cert@cert.br
  • Dates
    Indexed:
    Sat Dec 12 2020 10:19:16 GMT+0000
    Last modified:
    Sat Jul 19 2025 17:11:10 GMT+0000
    Last Updated:
    Mon Oct 27 2014 00:00:00 GMT+0000
    AS Date:
    Wed Mar 22 2000 00:00:00 GMT+0000

    Location - Vitorino - Brazil


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "as_name": "AS14868 WBE INTERNET LTDA",
        "as_number": "14868",
        "asn_cidr": "200.195.128.0/20",
        "asn_country_code": "BR",
        "asn_date": "2000-03-22 00:00:00",
        "asn_registry": "lacnic",
        "blacklist": [
            {
                "count": 13,
                "description": "DNS Server",
                "first_seen": "2020-12-12 10:19:16",
                "labels": [
                    "benign"
                ],
                "last_seen": "2025-07-19 17:11:09",
                "ref": [
                    1,
                    21745
                ],
                "source": "Public-dns.info"
            },
            {
                "count": 1,
                "description": "Mail Spammer",
                "first_seen": "2020-12-12 10:19:17",
                "last_seen": "2025-06-15 19:20:04",
                "source": "Barracuda"
            }
        ],
        "cidr": [
            "200.195.132.208/29"
        ],
        "city": "Vitorino",
        "classification": "malicious",
        "country_code": "BR",
        "creation_time": "2020-12-12 10:19:16",
        "email": [
            "tecnologia@cruzvermelhapr.com.br",
            "noc@copel.com",
            "cert@cert.br"
        ],
        "ip_addr": "200.195.132.210",
        "ip_version": 4,
        "is_cdn": false,
        "is_cnc": false,
        "is_distributing_malware": false,
        "is_hosting": false,
        "is_iot_threat": false,
        "is_known_attacker": true,
        "is_known_scanner": false,
        "is_mining_pool": false,
        "is_open_proxy": false,
        "is_sinkhole": false,
        "is_tor_node": false,
        "is_vpn_node": false,
        "last_updated": "2014-10-27 00:00:00",
        "location": {
            "lat": -26.2664943,
            "lon": -52.78258
        },
        "modification_time": "2025-07-19 17:11:10",
        "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": "85520-000",
        "registrant_name": "WBE INTERNET LTDA",
        "scoring_executed_time": "2025-06-15 19:20:05",
        "tag": [
            "dns",
            "reflection"
        ],
        "type": "ip"
    }