Hostname
mars.com
Last fetched
mars.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
mars.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 |
|---|---|---|---|---|
| 13.33.153.32 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.35 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.52 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 13.33.153.78 | 13.33.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.222.136.102 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.20 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.25 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.55 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:470
- Organization
- mars incorporated
- Contact emails
Subdomains
438 observed subdomains of mars.com.
Showing 25 of 438. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mars.com in the public web crawl.
4,907 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mars.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.mars-inc.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from mars.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mars.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.