Hostname
fictionaut.com
Last fetched
fictionaut.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
fictionaut.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 |
|---|---|---|---|---|
| 50.17.202.132 | 50.17.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- carson baker
- Contact emails
- hostmaster@unoeuro.com
- 202c7625-3c4b-492a-b01c-527e9e7c5076@identity-protect.org
- 346402a4-416f-4663-a097-ea0b6ab95bbe@identity-protect.org
- 90cbc5b7-ea5d-4309-a6fc-dad9f629f8bf@identity-protect.org
- c0e4a702-a7b8-432a-a2dc-ff48f5612239@identity-protect.org
- carson@carsonbaker.org
- d6f555e2-77d7-4134-8318-b8d267a58ff8@identity-protect.org
- fe056b37-c3f2-47d0-914c-6284b3ff648f@identity-protect.org
- info@domain-contact.org
Subdomains
3 observed subdomains of fictionaut.com.
Web-graph footprint
Distinct hostnames that link to or from fictionaut.com in the public web crawl.
335 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for fictionaut.com.
| Mechanism | Target |
|---|---|
| SPF_A | fictionaut.com |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | spf.messagingengine.com |
Related pages
Pivot deeper into the graph from fictionaut.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fictionaut.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.