Skip to content

Hostname

a.apply.lendspace.com

Last fetched

a.apply.lendspace.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · a.apply.lendspace.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/a.apply.lendspace.com

Resolution chain

a.apply.lendspace.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
44.255.141.15245.2.248.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.34.183.20852.46.55.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.43.251.11052.46.57.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.88.76.2252.94.24.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
54.191.215.20554.192.88.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.200.62.23954.222.38.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with a.apply.lendspace.com in WhisperGraph.

Subdomains

1 observed subdomain of a.apply.lendspace.com.

Threat posture

History

Related pages

Pivot deeper into the graph from a.apply.lendspace.com.

Cypher and MCP

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

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