www.rocksresort.com.au

2

Resolved Ips

0

Urls in hostname

0

Malware requesting

Current activity of this Hostname


Offline Hostname

This Hostname is no longer DNS resolving.
Last online a few seconds ago, (2025-04-05 04:10:37)




Blacklist timeline


First seen: Mon Aug 16 2021 22:17:25 GMT+0000
Last seen: Mon Aug 16 2021 23:17:25 GMT+0000
Period: an hour

Whois information

Hostname info
AS Name:
AS13335 CloudFlare
TLD:
com.au
Registrant information
Dates
Creation time:
Mon Aug 16 2021 23:17:25 GMT+0000
Modification time:
Mon Aug 16 2021 23:17:25 GMT+0000
Domain analysis
Hostname:
www.rocksresort.com.au
Domain:
rocksresort.com.au
Entropy:
3.413088436425757
Domain lenght:
18
Domain consonants:
10

Developers can check API Specification here:


Request:

          
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/hostname/www.rocksresort.com.au
        

Request:

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

url = 'https://api.maltiverse.com/hostname/www.rocksresort.com.au'
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/www.rocksresort.com.au'
$headers =  @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
        

Response:

      
{
    "as_name": "AS13335 CloudFlare",
    "as_number": "13335",
    "blacklist": [
        {
            "count": 1,
            "description": "Malicious site",
            "first_seen": "2021-08-16 23:17:25",
            "last_seen": "2021-08-16 23:17:25",
            "source": "Hybrid-Analysis"
        }
    ],
    "classification": "suspicious",
    "creation_time": "2021-08-16 23:17:25",
    "domain": "rocksresort.com.au",
    "domain_consonants": 10,
    "domain_lenght": 18,
    "entropy": 3.413088436425757,
    "hostname": "www.rocksresort.com.au",
    "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": "2025-04-05 04:10:37",
    "last_resolved_ip": "104.21.33.67",
    "modification_time": "2021-08-16 23:17:25",
    "number_of_offline_malicious_urls_allocated": 0,
    "number_of_online_malicious_urls_allocated": 0,
    "resolved_ip": [
        {
            "ip_addr": "104.21.33.67",
            "timestamp": "2021-08-16 23:17:25"
        },
        {
            "ip_addr": "172.67.159.134",
            "timestamp": "2021-08-16 23:17:25"
        }
    ],
    "tld": "com.au",
    "type": "hostname"
}
    
IPs resolved by this hostname
Resolution date IP
Mon Aug 16 2021 23:17:25 GMT+0000 104.21.33.67
Mon Aug 16 2021 23:17:25 GMT+0000 172.67.159.134