167.99.48.10

United States

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Fri May 14 2021 15:16:15 GMT+0000
Last seen: Fri May 14 2021 16:16:15 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS14061 DigitalOcean, LLC
AS Country Code:
US (United States)
AS Registry:
arin
AS Date:
Fri Nov 10 2017 00:00:00 GMT+0000
AS CIDR:
167.99.48.0/20

Registrant information
Registrant name:
DigitalOcean, LLC
Address:
101 Ave of the Americas 10th Floor
Postal Code:
07013
Country Code:
US (United States)
City:
Clifton
State:
NY

Emails
Emails:
  • abuse@digitalocean.com
  • noc@digitalocean.com
  • Dates
    Indexed:
    Thu May 13 2021 13:47:59 GMT+0000
    Last modified:
    Sat May 11 2024 16:34:01 GMT+0000
    Last Updated:
    Fri Apr 03 2020 00:00:00 GMT+0000
    AS Date:
    Fri Nov 10 2017 00:00:00 GMT+0000

    Location - Clifton - NY - United States


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "101 Ave of the Americas\n10th Floor",
        "as_name": "AS14061 DigitalOcean, LLC",
        "as_number": "14061",
        "asn_cidr": "167.99.48.0/20",
        "asn_country_code": "US",
        "asn_date": "2017-11-10 00:00:00",
        "asn_registry": "arin",
        "blacklist": [
            {
                "count": 4,
                "description": "ET COMPROMISED Known Compromised or Hostile Host Traffic UDP",
                "first_seen": "2021-05-14 16:16:15",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-05-14 16:16:15",
                "source": "Emerging Threats"
            },
            {
                "count": 4,
                "description": "ET COMPROMISED Known Compromised or Hostile Host Traffic TCP",
                "first_seen": "2021-05-14 16:16:14",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-05-14 16:16:14",
                "source": "Emerging Threats"
            },
            {
                "count": 4,
                "description": "HTTP Attacker",
                "first_seen": "2021-05-13 13:47:59",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-05-13 13:47:59",
                "source": "Blocklist.de"
            }
        ],
        "cidr": [
            "167.99.0.0/16"
        ],
        "city": "Clifton",
        "classification": "suspicious",
        "country_code": "US",
        "creation_time": "2021-05-13 13:47:59",
        "email": [
            "abuse@digitalocean.com",
            "noc@digitalocean.com"
        ],
        "ip_addr": "167.99.48.10",
        "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": "2020-04-03 00:00:00",
        "location": {
            "lat": 40.8584328,
            "lon": -74.1637553
        },
        "modification_time": "2024-05-11 16:34: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": "07013",
        "registrant_name": "DigitalOcean, LLC",
        "state": "NY",
        "tag": [
            "apache",
            "ddos",
            "rfi",
            "attacker"
        ],
        "type": "ip"
    }