Hostname
bookmarked.com
Last fetched
bookmarked.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
bookmarked.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 |
|---|---|---|---|---|
| 199.60.103.120 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.20 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of bookmarked.com owner
- Contact emails
- dkerley@tacready.com
- 1782aab5-fca9-4c42-b8a3-28a508b49d67@identity-protect.org
- 474987f3-fcbe-4eaf-89cc-832a905ec3b0@identity-protect.org
- 658b2c30-01b6-4059-80f5-be66cbac061c@identity-protect.org
- af9facd1-538e-4593-86b2-a95d82d9a4fa@identity-protect.org
- f1b28be8-b609-4687-b64a-46df0a5bbb6d@identity-protect.org
- pw-4b1e2f0ae7a4fbb54260148dcd525541@privacyguardian.org
Subdomains
31 observed subdomains of bookmarked.com.
Showing 23 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bookmarked.com in the public web crawl.
11 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for bookmarked.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 39855019.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from bookmarked.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bookmarked.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.