Hostname
marshalls.com
Last fetched
marshalls.com resolves to 7 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
marshalls.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.110.185 | 2.16.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.198.56 | 2.17.196.0/22 | AS20940 | AKAMAI-ASN1 | BE |
| 2.17.198.56 | 2.17.196.0/22 | AS20940 | AKAMAI-ASN1 | BE |
| 2.17.198.59 | 2.17.196.0/22 | AS20940 | AKAMAI-ASN1 | BE |
| 2.17.198.59 | 2.17.196.0/22 | AS20940 | AKAMAI-ASN1 | BE |
| 23.36.162.211 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.212 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.46.216.206 | 23.46.216.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.46.216.209 | 23.46.216.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
47 observed subdomains of marshalls.com.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from marshalls.com in the public web crawl.
1,318 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for marshalls.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
| SPF_IP | 205.220.161.171 |
| SPF_IP | 205.220.171.102 |
| SPF_IP | 205.220.173.171 |
| SPF_IP | 205.220.182.205 |
Related pages
Pivot deeper into the graph from marshalls.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "marshalls.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.