201.230.217.43

Peru

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Thu Jun 12 2025 23:45:00 GMT+0000
Last seen: Fri Jun 13 2025 00:45:00 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS6147 PE TDP GRS
AS Country Code:
PE (Peru)
AS Registry:
lacnic
AS Date:
Mon Sep 05 2005 00:00:00 GMT+0000
AS CIDR:
201.230.128.0/17

Registrant information
Registrant name:
PE TDP GRS
Postal Code:
15081
Country Code:
PE (Peru)
City:
Lima District

Emails
Emails:
  • gestionip@telefonica.net.pe
  • Dates
    Indexed:
    Wed Jan 13 2021 16:00:33 GMT+0000
    Last modified:
    Fri Jun 13 2025 00:45:01 GMT+0000
    Last Updated:
    Wed Nov 23 2005 00:00:00 GMT+0000
    AS Date:
    Mon Sep 05 2005 00:00:00 GMT+0000

    Location - Lima District - Peru


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "as_name": "AS6147 PE TDP GRS",
        "as_number": "6147",
        "asn_cidr": "201.230.128.0/17",
        "asn_country_code": "PE",
        "asn_date": "2005-09-05 00:00:00",
        "asn_registry": "lacnic",
        "blacklist": [
            {
                "count": 1,
                "description": "Mail Spammer",
                "first_seen": "2025-06-13 00:45:00",
                "last_seen": "2025-06-13 00:45:00",
                "source": "Barracuda"
            },
            {
                "count": 1,
                "description": "HTTP Spammer",
                "first_seen": "2021-01-13 16:00:33",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-04-11 17:36:32",
                "source": "StopForumSpam.com"
            }
        ],
        "cidr": [
            "201.230.216.0/22"
        ],
        "city": "Lima District",
        "classification": "suspicious",
        "country_code": "PE",
        "creation_time": "2021-01-13 16:00:33",
        "email": [
            "gestionip@telefonica.net.pe"
        ],
        "ip_addr": "201.230.217.43",
        "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,
        "last_updated": "2005-11-23 00:00:00",
        "location": {
            "lat": -12.046374,
            "lon": -77.0427934
        },
        "modification_time": "2025-06-13 00:45:01",
        "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": "15081",
        "registrant_name": "PE TDP GRS",
        "scoring_executed_time": "2025-06-13 00:45:01",
        "tag": [
            "bot",
            "abuse"
        ],
        "type": "ip"
    }