a.lviv.ua

0

Resolved Ips

0

Urls in hostname

0

Malware requesting


Blacklist timeline



Whois information

Registrant information
Dates
Creation time:
Mon Apr 07 2025 10:36:17 GMT+0000
Modification time:
Mon Apr 07 2025 10:36:17 GMT+0000
Domain analysis
Hostname:
a.lviv.ua
Domain:
a.lviv.ua
Entropy:
2.5032583347756456
Domain lenght:
9
Domain consonants:
3

Developers can check API Specification here:


Request:

          
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/hostname/a.lviv.ua
        

Request:

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

url = 'https://api.maltiverse.com/hostname/a.lviv.ua'
response = requests.get(url)
parsed = json.loads(response.text)
print(json.dumps(parsed, indent=4, sort_keys=True))
        

Request:

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

Response:

      
{
    "classification": "neutral",
    "creation_time": "2025-04-07 10:36:17",
    "domain": "a.lviv.ua",
    "domain_consonants": 3,
    "domain_lenght": 9,
    "entropy": 2.5032583347756456,
    "hostname": "a.lviv.ua",
    "is_alive": false,
    "is_cnc": false,
    "is_distributing_malware": false,
    "is_iot_threat": false,
    "is_mining_pool": false,
    "is_open_proxy": false,
    "is_phishing": false,
    "is_storing_phishing": false,
    "is_tor_node": false,
    "is_vpn_node": false,
    "last_online_time": null,
    "modification_time": "2025-04-07 10:36:17",
    "number_of_offline_malicious_urls_allocated": 0,
    "number_of_online_malicious_urls_allocated": 0,
    "tld": "lviv.ua",
    "type": "hostname"
}