Hostname
shop.numerade.com
Last fetched
shop.numerade.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
shop.numerade.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.21.20.175 | 100.42.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 100.22.86.117 | 100.42.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.145.149.13 | 16.182.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.160.155.7 | 35.185.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.225.112.70 | 45.3.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.241.138.63 | 45.3.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.254.169.159 | 45.3.0.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.214.105.171 | 54.222.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with shop.numerade.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for shop.numerade.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from shop.numerade.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shop.numerade.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.