117.222.161.84

India

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Jan 13 2021 14:15:22 GMT+0000
Last seen: Wed Jan 13 2021 15:15:22 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS9829 National Internet Backbone
AS Country Code:
IN (India)
AS Registry:
apnic
AS Date:
Wed Aug 01 2007 00:00:00 GMT+0000
AS CIDR:
117.222.160.0/20

Registrant information
Registrant name:
Broadband Multiplay Project, O/o DGM BB, NOC BSNL Bangalore
Address:
Internet Cell Bharat Sanchar Nigam Limited 8th Floor,148-B Statesman House Barakhamba Road, New Delhi - 110 001
Country Code:
IN (India)
City:
Kozhikode

Emails
Emails:
  • abuse1@bsnl.in
  • hostmaster@bsnl.in
  • dnwplg@bsnl.in
  • Dates
    Indexed:
    Wed Dec 09 2020 02:16:09 GMT+0000
    Last modified:
    Thu May 09 2024 11:03:29 GMT+0000
    AS Date:
    Wed Aug 01 2007 00:00:00 GMT+0000

    Location - Kozhikode - India

    Leaflet | © OpenStreetMap contributors

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "Internet Cell\nBharat Sanchar Nigam Limited\n8th Floor,148-B Statesman House\nBarakhamba Road, New Delhi - 110 001",
        "as_name": "AS9829 National Internet Backbone",
        "as_number": "9829",
        "asn_cidr": "117.222.160.0/20",
        "asn_country_code": "IN",
        "asn_date": "2007-08-01 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 2,
                "description": "Mail Spammer",
                "first_seen": "2021-01-13 15:15:22",
                "last_seen": "2021-01-13 15:15:22",
                "source": "Abuseat.org"
            },
            {
                "count": 6,
                "description": "Mail Spammer",
                "first_seen": "2020-12-09 02:16:09",
                "last_seen": "2022-11-29 03:15:11",
                "source": "Barracuda"
            },
            {
                "count": 4,
                "description": "Malware Download",
                "first_seen": "2020-12-09 02:16:09",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-01-13 15:15:22",
                "source": "Abuse.ch"
            },
            {
                "count": 2,
                "description": "Malware Download",
                "first_seen": "2022-11-29 03:15:07",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2022-11-29 03:15:07",
                "source": "URLhaus Abuse.ch"
            }
        ],
        "cidr": [
            "117.222.0.0/16"
        ],
        "city": "Kozhikode",
        "classification": "suspicious",
        "country_code": "IN",
        "creation_time": "2020-12-09 02:16:09",
        "email": [
            "abuse1@bsnl.in",
            "hostmaster@bsnl.in",
            "dnwplg@bsnl.in"
        ],
        "ip_addr": "117.222.161.84",
        "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": 11.25,
            "lon": 75.7667
        },
        "modification_time": "2024-05-09 11:03:29",
        "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,
        "registrant_name": "Broadband Multiplay Project, O/o DGM BB, NOC BSNL Bangalore",
        "tag": [
            "malware_download",
            "elf"
        ],
        "type": "ip"
    }