72.252.198.25

United States

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Jan 13 2021 15:49:22 GMT+0000
Last seen: Mon Apr 12 2021 10:26:36 GMT+0000
Period: 3 months

Whois information


Autonomous System
AS Name:
AS30689 FLOW
AS Country Code:
US (United States)
AS Registry:
arin
AS Date:
Wed Jan 19 2005 00:00:00 GMT+0000
AS CIDR:
72.252.198.0/24

Registrant information
Registrant name:
Columbus Networks USA, Inc.
Address:
15950 West Dixie Highway
Postal Code:
33162
Country Code:
US (United States)
City:
North Miami Beach
State:
FL

Emails
Emails:
  • jalonso@columbus-networks.com
  • abuse@cwc.com
  • ipnoc@columbus-networks.com
  • daniel.herrera@cwc.com
  • dherrera@columbus-networks.com
  • rprudhomme@columbus.co
  • pautore@columbus-networks.com
  • Dates
    Indexed:
    Wed Jan 13 2021 15:49:22 GMT+0000
    Last modified:
    Thu May 09 2024 18:32:56 GMT+0000
    Last Updated:
    Wed Mar 08 2017 00:00:00 GMT+0000
    AS Date:
    Wed Jan 19 2005 00:00:00 GMT+0000

    Location - North Miami Beach - FL - United States

    Leaflet | © OpenStreetMap contributors

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "15950 West Dixie Highway",
        "as_name": "AS30689 FLOW",
        "as_number": "30689",
        "asn_cidr": "72.252.198.0/24",
        "asn_country_code": "US",
        "asn_date": "2005-01-19 00:00:00",
        "asn_registry": "arin",
        "blacklist": [
            {
                "count": 4,
                "description": "HTTP Spammer",
                "first_seen": "2021-01-13 15:49:22",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-04-12 10:26:36",
                "source": "StopForumSpam.com"
            }
        ],
        "cidr": [
            "72.252.0.0/16"
        ],
        "city": "North Miami Beach",
        "classification": "suspicious",
        "country_code": "US",
        "creation_time": "2021-01-13 15:49:22",
        "email": [
            "jalonso@columbus-networks.com",
            "abuse@cwc.com",
            "ipnoc@columbus-networks.com",
            "daniel.herrera@cwc.com",
            "dherrera@columbus-networks.com",
            "rprudhomme@columbus.co",
            "pautore@columbus-networks.com"
        ],
        "ip_addr": "72.252.198.25",
        "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": "2017-03-08 00:00:00",
        "location": {
            "lat": 25.9843,
            "lon": -80.2149
        },
        "modification_time": "2024-05-09 18:32:56",
        "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": "33162",
        "registrant_name": "Columbus Networks USA, Inc.",
        "state": "FL",
        "tag": [
            "bot",
            "abuse"
        ],
        "type": "ip"
    }