Hostname
ramset.com.au
Last fetched
ramset.com.au resolves to 1 IPv4 address operated by REMANOVA in AU. WHOIS lists registrar:markmonitor corporate services inc as the registrar.
Nutrition Label
Resolution chain
ramset.com.au resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.249.238.128 | 103.249.236.0/22 | AS133159 | REMANOVA | AU |
WHOIS identity
- Registrar
- registrar:markmonitor corporate services inc
- Organization
- craig smith
- Contact emails
- —
Subdomains
5 observed subdomains of ramset.com.au.
Web-graph footprint
Distinct hostnames that link to or from ramset.com.au in the public web crawl.
1,052 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for ramset.com.au.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 119.161.38.31 |
| SPF_IP | 119.161.38.32 |
| SPF_IP | 125.7.25.190 |
| SPF_IP | 202.1.235.16/32 |
| SPF_IP | 202.160.102.80 |
| SPF_IP | 203.214.173.101 |
| SPF_IP | 203.48.50.100 |
| SPF_IP | 220.157.70.130 |
Related pages
Pivot deeper into the graph from ramset.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ramset.com.au"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.