201.68.163.30

Brazil

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Mon Oct 19 2020 03:43:26 GMT+0000
Last seen: Tue May 06 2025 22:33:53 GMT+0000
Period: 5 years

Whois information


Autonomous System
AS Name:
AS27699 TELEF NICA BRASIL S.A
AS Country Code:
BR (Brazil)
AS Registry:
lacnic
AS Date:
Mon Jan 30 2006 00:00:00 GMT+0000
AS CIDR:
201.68.0.0/16

Registrant information
Registrant name:
TELEF NICA BRASIL S.A
Postal Code:
13990-000
Country Code:
BR (Brazil)
City:
Espírito Santo do Pinhal

Emails
Emails:
  • dominios-vivo.br@telefonica.com
  • abuse.br@telefonica.com
  • cert@cert.br
  • Dates
    Indexed:
    Mon Oct 19 2020 03:43:26 GMT+0000
    Last modified:
    Tue May 06 2025 22:33:55 GMT+0000
    Last Updated:
    Wed Apr 23 2008 00:00:00 GMT+0000
    AS Date:
    Mon Jan 30 2006 00:00:00 GMT+0000

    Location - Espírito Santo do Pinhal - Brazil


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "as_name": "AS27699 TELEF NICA BRASIL S.A",
        "as_number": "27699",
        "asn_cidr": "201.68.0.0/16",
        "asn_country_code": "BR",
        "asn_date": "2006-01-30 00:00:00",
        "asn_registry": "lacnic",
        "blacklist": [
            {
                "count": 2,
                "description": "Mail Spammer",
                "first_seen": "2020-10-19 03:43:26",
                "last_seen": "2025-05-06 22:33:53",
                "source": "Barracuda"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2020-10-21 06:43:29",
                "last_seen": "2020-11-10 06:39:29",
                "source": "Alienvault Ip Reputation Database"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2020-10-18 00:00:00",
                "last_seen": "2020-10-18 00:00:00",
                "source": "HoneyDB"
            }
        ],
        "cidr": [
            "201.68.0.0/15"
        ],
        "city": "Espírito Santo do Pinhal",
        "classification": "suspicious",
        "country_code": "BR",
        "creation_time": "2020-10-19 03:43:26",
        "email": [
            "dominios-vivo.br@telefonica.com",
            "abuse.br@telefonica.com",
            "cert@cert.br"
        ],
        "ip_addr": "201.68.163.30",
        "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": "2008-04-23 00:00:00",
        "location": {
            "lat": -22.1957895,
            "lon": -46.75606
        },
        "modification_time": "2025-05-06 22:33:55",
        "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": "13990-000",
        "registrant_name": "TELEF NICA BRASIL S.A",
        "scoring_executed_time": "2025-05-06 22:33:55",
        "type": "ip"
    }