54.149.51.104

United States

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Fri Mar 27 2020 02:11:14 GMT+0000
Last seen: Fri Mar 27 2020 03:11:14 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS16509 Amazon com Inc
AS Country Code:
US (United States)
AS Registry:
arin
AS Date:
Thu Oct 23 2014 00:00:00 GMT+0000
AS CIDR:
54.148.0.0/15

Registrant information
Registrant name:
Amazon Technologies Inc.
Address:
410 Terry Ave N.
Postal Code:
98109
Country Code:
US (United States)
City:
Seattle
State:
WA

Emails
Emails:
  • abuse@amazonaws.com
  • amzn-noc-contact@amazon.com
  • aws-routing-poc@amazon.com
  • Dates
    Indexed:
    Fri Mar 27 2020 03:11:14 GMT+0000
    Last modified:
    Fri Mar 27 2020 03:11:14 GMT+0000
    Last Updated:
    Thu Nov 13 2014 00:00:00 GMT+0000
    AS Date:
    Thu Oct 23 2014 00:00:00 GMT+0000

    Location - Seattle - WA - United States


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "410 Terry Ave N.",
        "as_name": "AS16509 Amazon com Inc",
        "as_number": "16509",
        "asn_cidr": "54.148.0.0/15",
        "asn_country_code": "US",
        "asn_date": "2014-10-23 00:00:00",
        "asn_registry": "arin",
        "blacklist": [
            {
                "count": 1,
                "description": "HTTP Spammer",
                "first_seen": "2020-03-27 03:11:14",
                "last_seen": "2020-03-27 03:11:14",
                "source": "StopForumSpam.com"
            }
        ],
        "cidr": [
            "54.144.0.0/12"
        ],
        "city": "Seattle",
        "classification": "suspicious",
        "country_code": "US",
        "creation_time": "2020-03-27 03:11:14",
        "email": [
            "abuse@amazonaws.com",
            "amzn-noc-contact@amazon.com",
            "aws-routing-poc@amazon.com"
        ],
        "ip_addr": "54.149.51.104",
        "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-11-13 00:00:00",
        "location": {
            "lat": 45.8696,
            "lon": -119.688
        },
        "modification_time": "2020-03-27 03:11:14",
        "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": "98109",
        "registrant_name": "Amazon Technologies Inc.",
        "state": "WA",
        "tag": [
            "bot",
            "abuse"
        ],
        "type": "ip"
    }