Skip to content

Hostname

lightbend.com

Last fetched

lightbend.com resolves to 20 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · lightbend.comRouting diversity6.5/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint7.2/10canon.whisper.security/host/lightbend.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.51.126.213100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
107.22.255.149107.22.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
107.23.186.252107.23.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
18.210.148.8518.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.212.152.1393.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.227.127.2503.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.172.86.6935.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.195.157.23144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.53.25044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.219.79.12844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.0.115.17752.0.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.20.51.23652.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.73.93.7352.72.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.165.144.5554.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.174.199.24554.174.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.237.175.24254.237.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.81.38.16854.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.116.10854.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.26.23898.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.86.197.23152.86.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
domains by proxy,
Contact emails

Subdomains

124 observed subdomains of lightbend.com.

Web-graph footprint

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

398 sites link to this hostname.

10 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for lightbend.com.

MechanismTarget
SPF_Ainfo.lightbend.com
SPF_INCLUDE45500578.spf06.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmailsenders.netsuite.com
SPF_INCLUDEspf.zoho.com
SPF_INCLUDEtransmail.net
SPF_INCLUDEzoho.com
SPF_MXlightbend.com

Related pages

Pivot deeper into the graph from lightbend.com.

Cypher and MCP

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

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