Hostname
demandware.com
Last fetched
demandware.com resolves to 4 IPv4 addresses operated by AKAMAI-AMS in BR. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
demandware.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.109.10.129 | 104.109.10.0/24 | AS33905 | AKAMAI-AMS | BR |
| 184.25.179.132 | 184.25.179.0/24 | AS33905 | AKAMAI-AMS | AU |
| 184.31.10.133 | 184.31.10.0/24 | AS33905 | AKAMAI-AMS | US |
| 23.1.106.133 | 23.1.106.0/24 | AS33905 | AKAMAI-AMS | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- salesforce.com,
- Contact emails
Subdomains
48 observed subdomains of demandware.com.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from demandware.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for demandware.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.demandware.com |
| SPF_INCLUDE | _netblocks2.demandware.com |
| SPF_INCLUDE | _netblocks3.demandware.com |
| SPF_INCLUDE | _netblocks4.demandware.com |
| SPF_INCLUDE | _netblocks5.demandware.com |
| SPF_INCLUDE | _spfblock.demandware.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | demandware.com |
Related pages
Pivot deeper into the graph from demandware.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "demandware.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.