Hostname
qa2-api.lendflow.co
Last fetched
qa2-api.lendflow.co resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
qa2-api.lendflow.co resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.144.141.213 | 18.144.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.18.98.204 | 50.18.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.176.119.124 | 54.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.215.253.49 | 54.215.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with qa2-api.lendflow.co in WhisperGraph.
Subdomains
1 observed subdomain of qa2-api.lendflow.co.
| Subdomain |
|---|
| wildcard.qa2-api.lendflow.co |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from qa2-api.lendflow.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qa2-api.lendflow.co"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.