Hostname
giant-roc.com
Last fetched
giant-roc.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
giant-roc.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:151
- Organization
- frank noack
- Contact emails
Subdomains
5 observed subdomains of giant-roc.com.
Web-graph footprint
Distinct hostnames that link to or from giant-roc.com in the public web crawl.
37 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for giant-roc.com.
| Mechanism | Target |
|---|---|
| SPF_A | hs4.ms.pent.ly |
| SPF_A | hs5.ms.pent.ly |
| SPF_A | hs6.ms.pent.ly |
| SPF_A | hs7.ms.pent.ly |
| SPF_A | mailserver.happyshops.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_MX | giant-roc.com |
Related pages
Pivot deeper into the graph from giant-roc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "giant-roc.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.