194.168.4.123

United Kingdom

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sat Nov 21 2020 11:08:35 GMT+0000
Last seen: Sun Aug 10 2025 18:32:08 GMT+0000
Period: 5 years

Whois information


Autonomous System
AS Name:
AS5089 Virgin Media Limited
AS Country Code:
GB (United Kingdom)
AS Registry:
ripencc
AS Date:
Mon Dec 11 1995 00:00:00 GMT+0000
AS CIDR:
194.168.0.0/17

Registrant information
Registrant name:
Virgin Media Limited
Address:
Virgin Media 500 Brook Drive Green Park Reading Berkshire RG2 6UU
Postal Code:
SW1
Country Code:
GB (United Kingdom)
City:
London

Dates
Indexed:
Sat Nov 21 2020 11:08:35 GMT+0000
Last modified:
Sun Aug 10 2025 18:32:08 GMT+0000
Last Updated:
Sat Nov 14 2015 14:46:47 GMT+0000
AS Date:
Mon Dec 11 1995 00:00:00 GMT+0000

Location - London - United Kingdom

Leaflet | © OpenStreetMap contributors

Developers can check API Specification here:


Request:

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

Request:

Alternatively you can use Maltiverse Python3 Library:
          
import requests
import json

url = 'https://api.maltiverse.com/ip/194.168.4.123'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
        

Request:

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

Response:

      
{
    "address": "Virgin Media\n500 Brook Drive Green Park\nReading\nBerkshire\nRG2 6UU",
    "as_name": "AS5089 Virgin Media Limited",
    "as_number": "5089",
    "asn_cidr": "194.168.0.0/17",
    "asn_country_code": "GB",
    "asn_date": "1995-12-11 00:00:00",
    "asn_registry": "ripencc",
    "blacklist": [
        {
            "count": 30,
            "description": "DNS Server",
            "first_seen": "2020-11-21 11:08:35",
            "labels": [
                "benign"
            ],
            "last_seen": "2025-08-10 18:32:08",
            "ref": [
                1,
                21745
            ],
            "source": "Public-dns.info"
        }
    ],
    "cidr": [
        "194.168.4.0/23"
    ],
    "city": "London",
    "classification": "neutral",
    "country_code": "GB",
    "creation_time": "2020-11-21 11:08:35",
    "ip_addr": "194.168.4.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,
    "last_updated": "2015-11-14 14:46:47",
    "location": {
        "lat": 51.5073509,
        "lon": -0.1277583
    },
    "modification_time": "2025-08-10 18:32:08",
    "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": "SW1",
    "registrant_name": "Virgin Media Limited",
    "scoring_executed_time": "2025-06-15 20:41:50",
    "tag": [
        "dns",
        "reflection"
    ],
    "type": "ip"
}