Skip to content

Hostname

lyft.com

Last fetched

lyft.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · lyft.comRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/lyft.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.226.244.10513.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.2613.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.3913.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.9613.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.33.153.10713.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.5413.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.7913.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
13.33.153.9913.33.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.GB
18.244.60.1118.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.11318.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.4618.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
18.244.60.8818.244.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:292
Organization
domain name manager
Contact emails

Subdomains

52 observed subdomains of lyft.com.

Web-graph footprint

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

11,575 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for lyft.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEdocebosaas.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEmailgun.org
SPF_INCLUDEqemailserver.com
SPF_INCLUDEspf_c.oraclecloud.com
SPF_INCLUDEusermail.zohocreator.com

Related pages

Pivot deeper into the graph from lyft.com.

Cypher and MCP

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

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