203.80.189.162

Bangladesh

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Wed Nov 18 2020 08:17:23 GMT+0000
Last seen: Fri Jan 15 2021 10:03:20 GMT+0000
Period: 2 months

Whois information


Autonomous System
AS Name:
AS38592 Chittagong Online Limited.
AS Country Code:
BD (Bangladesh)
AS Registry:
apnic
AS Date:
Fri Feb 09 2007 00:00:00 GMT+0000
AS CIDR:
203.80.189.0/24

Registrant information
Registrant name:
Chittagong Online Limited.
Address:
Chittagong Online Limited. IIUC Tower (14th Floor), 1700/A, Plot-9, Sk. Mujib Road, Agrabad C/A, Chittagong-4100, Bangladesh.
Postal Code:
4225
Country Code:
BD (Bangladesh)
City:
Chittagong

Emails
Emails:
  • irt@colbd.com
  • mailadmin@colbd.com
  • cto@colbd.com
  • ceo@colbd.com
  • Dates
    Indexed:
    Wed Nov 18 2020 08:17:23 GMT+0000
    Last modified:
    Mon Jul 07 2025 19:23:16 GMT+0000
    AS Date:
    Fri Feb 09 2007 00:00:00 GMT+0000

    Location - Chittagong - Bangladesh


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "Chittagong Online Limited.\nIIUC Tower (14th Floor),\n1700/A, Plot-9, Sk. Mujib Road, Agrabad C/A,\nChittagong-4100,\nBangladesh.",
        "as_name": "AS38592 Chittagong Online Limited.",
        "as_number": "38592",
        "asn_cidr": "203.80.189.0/24",
        "asn_country_code": "BD",
        "asn_date": "2007-02-09 00:00:00",
        "asn_registry": "apnic",
        "blacklist": [
            {
                "count": 4,
                "description": "SSH Attacker",
                "first_seen": "2020-11-18 08:17:23",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-01-15 10:03:20",
                "source": "Blocklist.de"
            }
        ],
        "cidr": [
            "203.80.188.0/22"
        ],
        "city": "Chittagong",
        "classification": "suspicious",
        "country_code": "BD",
        "creation_time": "2020-11-18 08:17:23",
        "email": [
            "irt@colbd.com",
            "mailadmin@colbd.com",
            "cto@colbd.com",
            "ceo@colbd.com"
        ],
        "ip_addr": "203.80.189.162",
        "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.3475365,
            "lon": 91.8123324
        },
        "modification_time": "2025-07-07 19:23:16",
        "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": "4225",
        "registrant_name": "Chittagong Online Limited.",
        "scoring_executed_time": "2025-07-07 19:23:16",
        "tag": [
            "ssh",
            "bruteforce",
            "bot"
        ],
        "type": "ip"
    }