Hostname
spoonfroggraphics.com
Last fetched
spoonfroggraphics.com resolves to 1 IPv4 address operated by AS63956 in AU. WHOIS lists iana:30 as the registrar.
Nutrition Label
Resolution chain
spoonfroggraphics.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 |
|---|---|---|---|---|
| 103.127.41.126 | 103.127.66.0/24 | AS63956 | — | AU |
WHOIS identity
- Registrar
- iana:30
- Organization
- dawn rogers
- Contact emails
Subdomains
1 observed subdomain of spoonfroggraphics.com.
| Subdomain |
|---|
| www.spoonfroggraphics.com |
Web-graph footprint
Distinct hostnames that link to or from spoonfroggraphics.com in the public web crawl.
58 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- spoonfroggraphics.com
SPF policy
8 SPF mechanisms authorising senders for spoonfroggraphics.com.
| Mechanism | Target |
|---|---|
| SPF_A | spoonfroggraphics.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.syd.digitalhost.com |
| SPF_IP | 103.127.41.126 |
| SPF_IP | 129.80.43.150/32 |
| SPF_IP | 45.33.111.13 |
| SPF_IP | 50.116.10.247 |
| SPF_MX | spoonfroggraphics.com |
Related pages
Pivot deeper into the graph from spoonfroggraphics.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spoonfroggraphics.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.