129.121.15.239

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:00:17 GMT+0000
Last seen: Fri Mar 27 2020 03:00:17 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS36024 Colo4 LLC
AS Country Code:
US (United States)
AS Registry:
arin
AS Date:
Fri Mar 11 1988 00:00:00 GMT+0000
AS CIDR:
129.121.0.0/19

Registrant information
Registrant name:
Oso Grande IP Services, LLC
Address:
C/O A Small Orange LLC 10 Corporate Drive
Postal Code:
01803
Country Code:
US (United States)
City:
Burlington
State:
MA

Emails
Emails:
  • eig-net-team@endurance.com
  • abuse@asmallorange.com
  • noc@asmallorange.com
  • Dates
    Indexed:
    Fri Mar 27 2020 02:56:29 GMT+0000
    Last modified:
    Fri Mar 27 2020 03:00:18 GMT+0000
    Last Updated:
    Wed Nov 26 2014 00:00:00 GMT+0000
    AS Date:
    Fri Mar 11 1988 00:00:00 GMT+0000

    Location - Burlington - MA - United States

    Leaflet | © OpenStreetMap contributors

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "C/O A Small Orange LLC\n10 Corporate Drive",
        "as_name": "AS36024 Colo4 LLC",
        "as_number": "36024",
        "asn_cidr": "129.121.0.0/19",
        "asn_country_code": "US",
        "asn_date": "1988-03-11 00:00:00",
        "asn_registry": "arin",
        "blacklist": [
            {
                "count": 1,
                "description": "Phishing Other",
                "first_seen": "2020-03-27 03:00:17",
                "last_seen": "2020-03-27 03:00:17",
                "source": "Phishtank"
            },
            {
                "count": 1,
                "description": "Social Engineering",
                "first_seen": "2020-03-27 02:56:29",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-03-27 02:56:29",
                "source": "OpenPhish"
            },
            {
                "count": 1,
                "description": "Phishing BT Group plc",
                "first_seen": "2020-03-27 02:56:29",
                "last_seen": "2020-03-27 02:56:29",
                "source": "OpenPhish"
            }
        ],
        "cidr": [
            "129.121.0.0/16"
        ],
        "city": "Burlington",
        "classification": "suspicious",
        "country_code": "US",
        "creation_time": "2020-03-27 02:56:29",
        "email": [
            "eig-net-team@endurance.com",
            "abuse@asmallorange.com",
            "noc@asmallorange.com"
        ],
        "ip_addr": "129.121.15.239",
        "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-26 00:00:00",
        "location": {
            "lat": 30.366,
            "lon": -97.6437
        },
        "modification_time": "2020-03-27 03:00:18",
        "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": "01803",
        "registrant_name": "Oso Grande IP Services, LLC",
        "state": "MA",
        "tag": [
            "phishing",
            "sector:telecommunications",
            "bt group plc"
        ],
        "type": "ip"
    }