202.78.97.41

Philippines

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Fri Feb 12 2021 19:42:56 GMT+0000
Last seen: Tue Jul 22 2025 16:40:12 GMT+0000
Period: 4 years

Whois information


Autonomous System
AS Name:
AS6648 Sky Internet
AS Country Code:
PH (Philippines)
AS Registry:
apnic
AS Date:
Fri Mar 31 2000 00:00:00 GMT+0000
AS CIDR:
202.78.97.0/24

Registrant information
Registrant name:
Sky Internet
Address:
6/F BayanTel Bldg. 234 Roosevelt Avenue San Francisco Del Monte, Quezon City Philippines
Postal Code:
7500
Country Code:
PH (Philippines)
City:
Bongao

Emails
Emails:
  • abuse@bayan.com.ph
  • cybersecurity_abuse@globe.com.ph
  • gtpmc-ipservices@globe.com.ph
  • stang@bayan.com.ph
  • abuse@skyinet.net
  • ip-admin-contact@skyinet.net
  • stang@bayantel.com.ph
  • Dates
    Indexed:
    Fri Feb 12 2021 19:42:56 GMT+0000
    Last modified:
    Tue Jul 22 2025 16:40:12 GMT+0000
    AS Date:
    Fri Mar 31 2000 00:00:00 GMT+0000

    Location - Bongao - Philippines


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "6/F BayanTel Bldg. 234 Roosevelt Avenue\nSan Francisco Del Monte, Quezon City Philippines",
        "as_name": "AS6648 Sky Internet",
        "as_number": "6648",
        "asn_cidr": "202.78.97.0/24",
        "asn_country_code": "PH",
        "asn_date": "2000-03-31 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 17,
                "description": "DNS Server",
                "first_seen": "2021-02-12 19:42:56",
                "labels": [
                    "benign"
                ],
                "last_seen": "2025-07-22 16:40:12",
                "ref": [
                    1,
                    21745
                ],
                "source": "Public-dns.info"
            }
        ],
        "cidr": [
            "202.78.64.0/18"
        ],
        "city": "Bongao",
        "classification": "neutral",
        "country_code": "PH",
        "creation_time": "2021-02-12 19:42:56",
        "email": [
            "abuse@bayan.com.ph",
            "cybersecurity_abuse@globe.com.ph",
            "gtpmc-ipservices@globe.com.ph",
            "stang@bayan.com.ph",
            "abuse@skyinet.net",
            "ip-admin-contact@skyinet.net",
            "stang@bayantel.com.ph"
        ],
        "ip_addr": "202.78.97.41",
        "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": 5.1041783,
            "lon": 119.8120795
        },
        "modification_time": "2025-07-22 16:40:12",
        "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": "7500",
        "registrant_name": "Sky Internet",
        "scoring_executed_time": "2025-06-15 19:04:05",
        "tag": [
            "dns",
            "reflection"
        ],
        "type": "ip"
    }