189.47.112.20

Brazil

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Fri Jan 15 2021 07:59:47 GMT+0000
Last seen: Fri Jan 15 2021 12:33:33 GMT+0000
Period: 5 hours

Whois information


Autonomous System
AS Name:
AS27699 TELEFÔNICA BRASIL S A
AS Country Code:
BR (Brazil)
AS Registry:
lacnic
AS Date:
Fri Jun 22 2007 00:00:00 GMT+0000
AS CIDR:
189.46.0.0/15

Registrant information
Registrant name:
TELEFNICA BRASIL S.A
Country Code:
BR (Brazil)
City:
Bauru

Emails
Emails:
  • dominios-vivo.br@telefonica.com
  • abuse.br@telefonica.com
  • cert@cert.br
  • Dates
    Indexed:
    Wed Jan 13 2021 13:45:41 GMT+0000
    Last modified:
    Thu May 09 2024 12:22:28 GMT+0000
    Last Updated:
    Thu Mar 07 2013 00:00:00 GMT+0000
    AS Date:
    Fri Jun 22 2007 00:00:00 GMT+0000

    Location - Bauru - Brazil


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

              
    $url = 'https://api.maltiverse.com/ip/189.47.112.20'
    $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": "189.46.0.0/15",
        "asn_country_code": "BR",
        "asn_date": "2007-06-22 00:00:00",
        "asn_registry": "lacnic",
        "blacklist": [
            {
                "count": 4,
                "description": "Mail Spammer",
                "first_seen": "2021-01-15 07:59:47",
                "last_seen": "2021-01-15 12:33:33",
                "source": "Abuseat.org"
            },
            {
                "count": 4,
                "description": "Mail Spammer",
                "first_seen": "2021-01-15 07:59:47",
                "last_seen": "2021-01-15 12:33:33",
                "source": "Barracuda"
            },
            {
                "count": 4,
                "description": "Anonymizer",
                "first_seen": "2021-01-14 04:12:38",
                "labels": [
                    "anonymizer"
                ],
                "last_seen": "2021-01-15 07:59:43",
                "source": "Maltiverse Research Team"
            },
            {
                "count": 4,
                "description": "ET TOR Known Tor Exit Node TCP Traffic",
                "first_seen": "2021-01-15 10:48:51",
                "labels": [
                    "anonymization"
                ],
                "last_seen": "2021-01-18 14:31:34",
                "source": "Emerging Threats"
            },
            {
                "count": 4,
                "description": "TOR Exit Node",
                "first_seen": "2021-01-13 16:09:31",
                "labels": [
                    "anonymizer"
                ],
                "last_seen": "2021-01-17 15:02:28",
                "source": "TorProject.org"
            },
            {
                "count": 2,
                "description": "ET TOR Known Tor Relay/Router (Not Exit) Node TCP Traffic",
                "first_seen": "2021-01-15 10:53:40",
                "labels": [
                    "anonymization"
                ],
                "last_seen": "2021-01-18 14:33:58",
                "source": "Emerging Threats"
            },
            {
                "count": 2,
                "description": "Anonymizer",
                "first_seen": "2021-01-13 13:45:41",
                "last_seen": "2021-01-13 13:45:41",
                "source": "Maltiverse"
            }
        ],
        "cidr": [
            "189.46.0.0/15"
        ],
        "city": "Bauru",
        "classification": "suspicious",
        "country_code": "BR",
        "creation_time": "2021-01-13 13:45:41",
        "email": [
            "dominios-vivo.br@telefonica.com",
            "abuse.br@telefonica.com",
            "cert@cert.br"
        ],
        "ip_addr": "189.47.112.20",
        "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": "2013-03-07 00:00:00",
        "location": {
            "lat": -22.2635,
            "lon": -49.1364
        },
        "modification_time": "2024-05-09 12:22:28",
        "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": "TELEFNICA BRASIL S.A",
        "tag": [
            "anonymizer",
            "tor"
        ],
        "type": "ip"
    }