Hostname
www.roycesoftware.com
Last fetched
www.roycesoftware.com resolves to 1 IPv4 address operated by AS38195 in AU.
Nutrition Label
Resolution chain
www.roycesoftware.com 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 |
|---|---|---|---|---|
| 115.70.103.6 | 115.70.96.0/21 | AS38195 | — | AU |
WHOIS identity
No WHOIS records are currently associated with www.roycesoftware.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for www.roycesoftware.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.roycesoftware.com |
| SPF_INCLUDE | icloud.com |
| SPF_IP | 17.253.144.10 |
| SPF_IP | 17.56.9.31 |
| SPF_IP | 17.57.154.33 |
| SPF_IP | 45.76.115.214 |
| SPF_MX | www.roycesoftware.com |
Related pages
Pivot deeper into the graph from www.roycesoftware.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.roycesoftware.com"})-[: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.