Hostname
spvalue.com.au
Last fetched
spvalue.com.au resolves to 3 IPv4 addresses operated by ACCOR-AS in AE.
Nutrition Label
Resolution chain
spvalue.com.au resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.78.0.165 | 147.78.0.0/24 | AS136258 | ACCOR-AS | AE |
| 149.28.47.113 | 149.28.32.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 45.77.148.74 | 45.77.144.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
WHOIS identity
No WHOIS records are currently associated with spvalue.com.au in WhisperGraph.
Subdomains
7 observed subdomains of spvalue.com.au.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for spvalue.com.au.
| Mechanism | Target |
|---|---|
| SPF_A | spvalue.com.au |
| SPF_INCLUDE | spf.greengeeks.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 23.106.55.197 |
| SPF_MX | spvalue.com.au |
Related pages
Pivot deeper into the graph from spvalue.com.au.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spvalue.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.