Skip to content

Hostname

api-dev.propiedades.com

Last fetched

api-dev.propiedades.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api-dev.propiedades.comRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api-dev.propiedades.com

Resolution chain

api-dev.propiedades.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.58.105.9916.58.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
18.189.25.12918.189.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.190.81.3118.190.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
18.221.51.16418.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
18.223.176.24018.220.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.141.224.83.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.149.164.2373.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.24.1553.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.21.22.2313.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.propiedades.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.propiedades.com.

Cypher and MCP

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

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