Hostname
jaybee.com
Last fetched
jaybee.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
jaybee.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 |
|---|---|---|---|---|
| 18.66.248.100 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.248.13 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.248.33 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.248.94 | 18.66.248.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.168.122.36 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.4 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.83 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.88 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of jaybee.com.
| Subdomain |
|---|
| www.jaybee.com |
Web-graph footprint
Distinct hostnames that link to or from jaybee.com in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for jaybee.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 194.90.1.0/24 |
| SPF_IP | 194.90.6.0/24 |
| SPF_IP | 194.90.9.0/26 |
| SPF_IP | 199.203.100.200 |
| SPF_IP | 199.203.100.202 |
| SPF_IP | 199.203.100.205 |
| SPF_IP | 199.203.100.206 |
Related pages
Pivot deeper into the graph from jaybee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jaybee.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.