Skip to content

Hostname

m.hypedc.com

Last fetched

m.hypedc.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

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

Resolution chain

m.hypedc.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.187.2113.33.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.33.187.3713.33.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.33.187.813.33.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.33.187.8713.33.186.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.164.96.1518.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.3318.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.3418.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.164.96.6518.164.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.152.1123.166.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.152.133.166.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.152.493.166.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.152.73.166.152.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with m.hypedc.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for m.hypedc.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP202.86.208.170

Related pages

Pivot deeper into the graph from m.hypedc.com.

Cypher and MCP

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

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