Skip to content

Hostname

kindred.com

Last fetched

kindred.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · kindred.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/kindred.com

Resolution chain

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

IPPrefixASNOperatorCountry
15.197.225.12815.197.224.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA
3.33.251.1683.33.240.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
iana:146
Organization
******** ******** (see notes section below on how to view unmasked data)
Contact emails

Subdomains

62 observed subdomains of kindred.com.

Web-graph footprint

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

14 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for kindred.com.

MechanismTarget
SPF_Amail.four51.com
SPF_INCLUDE_spf.qp-mail.com
SPF_INCLUDEmktomail.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf_oci.taleo.net
SPF_IP12.157.188.193/26
SPF_IP12.157.189.145
SPF_IP12.157.189.146
SPF_IP12.157.190.48/29
SPF_IP138.1.127.67
SPF_IP167.89.9.78
SPF_IP18.217.163.93
SPF_IP199.231.192.186
SPF_IP209.134.131.132/32
SPF_IP68.233.76.14/32
SPF_MXkindred.com

Related pages

Pivot deeper into the graph from kindred.com.

Cypher and MCP

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

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