Skip to content

Hostname

baen.com

Last fetched

baen.com resolves to 2 IPv4 addresses operated by RACKSPACE - Rackspace Hosting in US. WHOIS lists iana:617 as the registrar.

Nutrition Label

WHISPER CANON · baen.comRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/baen.com

Resolution chain

baen.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
146.20.149.42146.20.0.0/16AS27357RACKSPACE - Rackspace HostingUS
146.20.149.43146.20.0.0/16AS27357RACKSPACE - Rackspace HostingUS

WHOIS identity

Registrar
iana:617
Organization
anonymize, llc.
Contact emails

Subdomains

7 observed subdomains of baen.com.

Web-graph footprint

Distinct hostnames that link to or from baen.com in the public web crawl.

1,479 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for baen.com.

MechanismTarget
SPF_INCLUDE_spf.createsend.com
SPF_INCLUDE_spf.protonmail.ch
SPF_INCLUDEspf.protection.outlook.com
SPF_IP146.20.122.155
SPF_IP146.20.149.42
SPF_IP146.20.149.43
SPF_IP173.236.6.65
SPF_IP70.62.98.10

Related pages

Pivot deeper into the graph from baen.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "baen.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.