Hostname
jdecoffee.com
Last fetched
jdecoffee.com resolves to 2 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:1728 as the registrar.
Nutrition Label
Resolution chain
jdecoffee.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 51.91.60.233 | 51.91.0.0/16 | AS16276 | — | FR |
| 89.106.200.1 | 89.106.200.0/24 | AS209626 | — | NL |
WHOIS identity
- Registrar
- iana:1728
- Organization
- koninklijke douwe egberts b.v.
- Contact emails
Subdomains
80 observed subdomains of jdecoffee.com.
Showing 25 of 80. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from jdecoffee.com in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for jdecoffee.com.
| Mechanism | Target |
|---|---|
| SPF_A | jdecoffee.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.vaimo.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-prod.gps.ihost.com |
| SPF_INCLUDE | spf-test.gps.ihost.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.139.0.2/32 |
| SPF_IP | 148.139.1.2/32 |
| SPF_IP | 167.89.4.125/32 |
| SPF_IP | 45.9.54.41 |
| SPF_IP | 45.9.54.42 |
| SPF_IP | 45.9.54.43 |
| SPF_IP | 45.9.54.62 |
Related pages
Pivot deeper into the graph from jdecoffee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jdecoffee.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.