Skip to content

Hostname

enterprise.apigee.com

Last fetched

enterprise.apigee.com resolves to 5 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · enterprise.apigee.comRouting diversity3.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/enterprise.apigee.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.214.125.20318.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.209.245.2243.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.217.8.944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.178.190.18154.178.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP
54.178.246.7254.178.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with enterprise.apigee.com in WhisperGraph.

Subdomains

4 observed subdomains of enterprise.apigee.com.

Web-graph footprint

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

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for enterprise.apigee.com.

MechanismTarget
SPF_INCLUDE_spf.acquia.com
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmktomail.com
SPF_INCLUDEstspg-customer.com

Related pages

Pivot deeper into the graph from enterprise.apigee.com.

Cypher and MCP

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

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