95.216.96.172

Germany

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Tue Nov 24 2020 09:33:42 GMT+0000
Last seen: Wed Nov 25 2020 12:36:35 GMT+0000
Period: a day

Whois information


Autonomous System
AS Name:
AS57166 D2 International Investment Ukraine Ltd
AS Country Code:
DE (Germany)
AS Registry:
ripencc
AS Date:
Tue Feb 24 2009 00:00:00 GMT+0000
AS CIDR:
95.216.0.0/16

Registrant information
Address:
Industriestrasse 25 D-91710 Gunzenhausen GERMANY
Country Code:
DE (Germany)

Emails
Emails:
  • abuse@hetzner.com
  • peering@hetzner.com
  • Dates
    Indexed:
    Sun Nov 22 2020 04:11:04 GMT+0000
    Last modified:
    Thu May 09 2024 20:01:58 GMT+0000
    Last Updated:
    Thu Nov 02 2017 11:54:31 GMT+0000
    AS Date:
    Tue Feb 24 2009 00:00:00 GMT+0000

    Location - Germany

    Leaflet | © OpenStreetMap contributors

    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "Industriestrasse 25\nD-91710\nGunzenhausen\nGERMANY",
        "as_name": "AS57166 D2 International Investment Ukraine Ltd",
        "as_number": "57166",
        "asn_cidr": "95.216.0.0/16",
        "asn_country_code": "DE",
        "asn_date": "2009-02-24 00:00:00",
        "asn_registry": "ripencc",
        "blacklist": [
            {
                "count": 4,
                "description": "ET CINS Active Threat Intelligence Poor Reputation IP UDP",
                "first_seen": "2020-11-24 09:33:42",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-11-25 12:36:35",
                "source": "Emerging Threats"
            },
            {
                "count": 4,
                "description": "ET CINS Active Threat Intelligence Poor Reputation IP TCP",
                "first_seen": "2020-11-24 09:33:39",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-11-25 12:36:33",
                "source": "Emerging Threats"
            },
            {
                "count": 2,
                "description": "Malicious Host",
                "first_seen": "2020-11-22 04:11:04",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-11-24 07:38:27",
                "source": "CIArmy"
            },
            {
                "count": 4,
                "description": "Malicious Host",
                "first_seen": "2020-11-22 07:47:31",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-12-15 06:49:26",
                "source": "Alienvault Ip Reputation Database"
            }
        ],
        "cidr": [
            "95.216.0.0/15"
        ],
        "classification": "suspicious",
        "country_code": "DE",
        "creation_time": "2020-11-22 04:11:04",
        "email": [
            "abuse@hetzner.com",
            "peering@hetzner.com"
        ],
        "ip_addr": "95.216.96.172",
        "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-11-02 11:54:31",
        "location": {
            "lat": 51.2993,
            "lon": 9.491
        },
        "modification_time": "2024-05-09 20:01:58",
        "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,
        "type": "ip"
    }