103.5.148.99

Indonesia

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Nov 25 2020 06:22:33 GMT+0000
Last seen: Fri Jul 25 2025 16:44:56 GMT+0000
Period: 5 years

Whois information


Autonomous System
AS Name:
AS58387 Badan Pengawas Obat Dan Makanan
AS Country Code:
ID (Indonesia)
AS Registry:
apnic
AS Date:
Mon Sep 26 2011 00:00:00 GMT+0000
AS CIDR:
103.5.148.0/24

Registrant information
Registrant name:
Badan Pengawas Obat Dan Makanan
Address:
Badan Pengawas Obat dan Makanan Jln.Percetakan Negara no 23 Central Jakarta 10560
Postal Code:
11510
Country Code:
ID (Indonesia)
City:
West Jakarta City

Emails
Emails:
  • abuse@pom.go.id
  • bidang_ti@pom.go.id
  • Dates
    Indexed:
    Wed Nov 25 2020 06:22:33 GMT+0000
    Last modified:
    Fri Jul 25 2025 16:44:56 GMT+0000
    AS Date:
    Mon Sep 26 2011 00:00:00 GMT+0000

    Location - West Jakarta City - Indonesia


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "Badan Pengawas Obat dan Makanan\nJln.Percetakan Negara no 23\nCentral Jakarta 10560",
        "as_name": "AS58387 Badan Pengawas Obat Dan Makanan",
        "as_number": "58387",
        "asn_cidr": "103.5.148.0/24",
        "asn_country_code": "ID",
        "asn_date": "2011-09-26 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 20,
                "description": "DNS Server",
                "first_seen": "2020-11-25 06:22:33",
                "labels": [
                    "benign"
                ],
                "last_seen": "2025-07-25 16:44:56",
                "ref": [
                    1,
                    21745
                ],
                "source": "Public-dns.info"
            }
        ],
        "cidr": [
            "103.5.148.0/24"
        ],
        "city": "West Jakarta City",
        "classification": "neutral",
        "country_code": "ID",
        "creation_time": "2020-11-25 06:22:33",
        "email": [
            "abuse@pom.go.id",
            "bidang_ti@pom.go.id"
        ],
        "ip_addr": "103.5.148.99",
        "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": -6.1683295,
            "lon": 106.7588494
        },
        "modification_time": "2025-07-25 16:44:56",
        "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": "11510",
        "registrant_name": "Badan Pengawas Obat Dan Makanan",
        "scoring_executed_time": "2025-06-15 19:02:51",
        "tag": [
            "dns",
            "reflection"
        ],
        "type": "ip"
    }