126.48.48.226

Japan

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sat Oct 17 2020 23:00:00 GMT+0000
Last seen: Sun Oct 18 2020 00:00:00 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS17676 Softbank Corp.
AS Country Code:
JP (Japan)
AS Registry:
apnic
AS Date:
Tue Feb 08 2005 00:00:00 GMT+0000
AS CIDR:
126.48.0.0/16

Registrant information
Registrant name:
Softbank Corp.
Address:
Tokyo Shiodome bldg., 1-9-1, Higashi-Shimbashi Minatoku,Tokyo, Japan
Postal Code:
108-0074
Country Code:
JP (Japan)
City:
Minato

Emails
Emails:
  • abuse@bbtec.net
  • SBBGRP-ispnw@g.softbank.co.jp
  • hostmaster@bbtec.net
  • Dates
    Indexed:
    Mon Oct 19 2020 03:39:47 GMT+0000
    Last modified:
    Wed Mar 12 2025 23:23:49 GMT+0000
    AS Date:
    Tue Feb 08 2005 00:00:00 GMT+0000

    Location - Minato - Japan


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "Tokyo Shiodome bldg.,\n1-9-1, Higashi-Shimbashi\nMinatoku,Tokyo, Japan",
        "as_name": "AS17676 Softbank Corp.",
        "as_number": "17676",
        "asn_cidr": "126.48.0.0/16",
        "asn_country_code": "JP",
        "asn_date": "2005-02-08 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2020-10-18 00:00:00",
                "last_seen": "2020-10-18 00:00:00",
                "source": "HoneyDB"
            }
        ],
        "cidr": [
            "126.0.0.0/9",
            " 126.128.0.0/14",
            " 126.132.0.0/15"
        ],
        "city": "Minato",
        "classification": "suspicious",
        "country_code": "JP",
        "creation_time": "2020-10-19 03:39:47",
        "email": [
            "abuse@bbtec.net",
            "SBBGRP-ispnw@g.softbank.co.jp",
            "hostmaster@bbtec.net"
        ],
        "ip_addr": "126.48.48.226",
        "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,
        "location": {
            "lat": 35.6580681,
            "lon": 139.7515992
        },
        "modification_time": "2025-03-12 23:23:49",
        "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": "108-0074",
        "registrant_name": "Softbank Corp.",
        "scoring_executed_time": "2025-03-12 22:32:01",
        "type": "ip"
    }