Hostname
consumerdirect.com
Last fetched
consumerdirect.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CH. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
consumerdirect.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 |
|---|---|---|---|---|
| 143.204.55.25 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.39 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.7 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 143.204.55.86 | 143.204.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.167.212.105 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.212.119 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.212.60 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.212.79 | 3.167.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- david b. coulter
- Contact emails
Subdomains
19 observed subdomains of consumerdirect.com.
Web-graph footprint
Distinct hostnames that link to or from consumerdirect.com in the public web crawl.
20 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for consumerdirect.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 9409493.spf10.hubspotemail.net |
| SPF_INCLUDE | _vccnets.8x8.com |
| SPF_INCLUDE | hubspotemail.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from consumerdirect.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "consumerdirect.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.