Skip to content

Hostname

acapi.infogram.com

Last fetched

acapi.infogram.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · acapi.infogram.comRouting diversity3.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/acapi.infogram.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.248.197.7513.248.192.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA
18.203.226.8318.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.212.20.2852.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.214.164.13652.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
76.223.83.20576.223.80.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with acapi.infogram.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for acapi.infogram.com.

MechanismTarget
SPF_INCLUDE521303.spf06.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEmailgun.org

Related pages

Pivot deeper into the graph from acapi.infogram.com.

Cypher and MCP

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

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