103.39.128.123

India

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Fri Mar 27 2020 03:13:48 GMT+0000
Last seen: Mon May 17 2021 08:10:59 GMT+0000
Period: a year

Whois information


Autonomous System
AS Name:
AS45916 Gujarat Telelink Pvt Ltd
AS Country Code:
IN (India)
AS Registry:
apnic
AS Date:
Tue Sep 23 2014 00:00:00 GMT+0000
AS CIDR:
103.39.128.0/24

Registrant information
Registrant name:
Gtpl Broadband Pvt. Ltd.
Address:
202, shahjanand Complex Opp. Swaminarayan Temple Shahibag Ahmedabad Gujarat
Country Code:
IN (India)

Emails
Emails:
  • ip.admin@gtpl.net
  • abuse.report@gtpl.net
  • Dates
    Indexed:
    Fri Mar 27 2020 03:13:48 GMT+0000
    Last modified:
    Mon May 17 2021 08:10:59 GMT+0000
    AS Date:
    Tue Sep 23 2014 00:00:00 GMT+0000

    Location - India


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "202, shahjanand Complex\nOpp. Swaminarayan Temple\nShahibag Ahmedabad Gujarat",
        "as_name": "AS45916 Gujarat Telelink Pvt Ltd",
        "as_number": "45916",
        "asn_cidr": "103.39.128.0/24",
        "asn_country_code": "IN",
        "asn_date": "2014-09-23 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 1,
                "description": "HTTP Spammer",
                "first_seen": "2020-03-27 03:13:48",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-05-17 08:10:59",
                "source": "StopForumSpam.com"
            }
        ],
        "cidr": [
            "103.39.128.0/22"
        ],
        "classification": "suspicious",
        "country_code": "IN",
        "creation_time": "2020-03-27 03:13:48",
        "email": [
            "ip.admin@gtpl.net",
            "abuse.report@gtpl.net"
        ],
        "ip_addr": "103.39.128.123",
        "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": 22.3,
            "lon": 73.2
        },
        "modification_time": "2021-05-17 08:10:59",
        "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": "Gtpl Broadband Pvt. Ltd.",
        "tag": [
            "bot",
            "abuse"
        ],
        "type": "ip"
    }