201.139.89.81

Brazil

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Tue Jan 03 2023 01:27:32 GMT+0000
Last seen: Wed Jan 03 2024 10:28:44 GMT+0000
Period: a year

Whois information


Autonomous System
AS Name:
AS61833 P R LIMA CIA LTDA
AS Country Code:
BR (Brazil)
AS Registry:
lacnic
AS Date:
Wed Jul 02 2014 00:00:00 GMT+0000
AS CIDR:
201.139.89.0/24

Registrant information
Registrant name:
P. R. LIMA & CIA LTDA
Country Code:
BR (Brazil)
City:
Leopoldina

Emails
Emails:
  • microtechnet@globomail.com
  • cert@cert.br
  • Dates
    Indexed:
    Wed Jan 13 2021 14:40:24 GMT+0000
    Last modified:
    Wed Jan 03 2024 10:28:44 GMT+0000
    Last Updated:
    Wed Jul 02 2014 00:00:00 GMT+0000
    AS Date:
    Wed Jul 02 2014 00:00:00 GMT+0000

    Location - Leopoldina - Brazil


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "as_name": "AS61833 P R LIMA CIA LTDA",
        "as_number": "61833",
        "asn_cidr": "201.139.89.0/24",
        "asn_country_code": "BR",
        "asn_date": "2014-07-02 00:00:00",
        "asn_registry": "lacnic",
        "blacklist": [
            {
                "count": 3,
                "description": "Proxy",
                "first_seen": "2023-01-03 01:27:32",
                "labels": [
                    "anonymization"
                ],
                "last_seen": "2024-01-03 10:28:44",
                "source": "FireHOL"
            },
            {
                "count": 1,
                "description": "Mail Spammer",
                "first_seen": "2021-02-22 05:30:12",
                "last_seen": "2023-01-03 01:27:37",
                "source": "Barracuda"
            },
            {
                "count": 1,
                "description": "Anonymizer",
                "first_seen": "2021-01-14 06:10:04",
                "labels": [
                    "anonymizer"
                ],
                "last_seen": "2021-03-28 13:04:23",
                "source": "Maltiverse Research Team"
            },
            {
                "count": 1,
                "description": "Anonymizer",
                "first_seen": "2021-01-13 14:40:24",
                "last_seen": "2021-03-07 15:46:02",
                "source": "Maltiverse"
            },
            {
                "count": 1,
                "description": "Mail Spammer",
                "first_seen": "2021-02-22 05:30:12",
                "last_seen": "2021-02-22 05:30:12",
                "source": "Abuseat.org"
            }
        ],
        "cidr": [
            "201.139.88.0/22"
        ],
        "city": "Leopoldina",
        "classification": "suspicious",
        "country_code": "BR",
        "creation_time": "2021-01-13 14:40:24",
        "email": [
            "microtechnet@globomail.com",
            "cert@cert.br"
        ],
        "ip_addr": "201.139.89.81",
        "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": "2014-07-02 00:00:00",
        "location": {
            "lat": -21.5349,
            "lon": -42.6447
        },
        "modification_time": "2024-01-03 10:28:44",
        "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,
        "registrant_name": "P. R. LIMA & CIA LTDA",
        "tag": [
            "anonymization",
            "anonymizer"
        ],
        "type": "ip"
    }