Skip to content

Hostname

secure.prometeoapi.net

Last fetched

secure.prometeoapi.net resolves to 3 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · secure.prometeoapi.netRouting diversity3.0/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/secure.prometeoapi.net

Resolution chain

secure.prometeoapi.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.219.67.8013.224.27.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.17.15345.2.210.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
52.205.64.352.216.11.0/24AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with secure.prometeoapi.net in WhisperGraph.

Subdomains

1 observed subdomain of secure.prometeoapi.net.

Threat posture

History

Related pages

Pivot deeper into the graph from secure.prometeoapi.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "secure.prometeoapi.net"})-[: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.