Hostname
bejamas.com
Last fetched
bejamas.com resolves to 16 IPv4 addresses operated by DCPL-IN DEV COLLECTION PRIVATE LIMITED in IN. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
bejamas.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.5.115 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | IN |
| 13.225.5.12 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | IN |
| 13.225.5.35 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | IN |
| 13.225.5.64 | 0.0.0.0/0 | AS64073 | DCPL-IN DEV COLLECTION PRIVATE LIMITED | IN |
| 18.173.205.102 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.205.119 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.205.19 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.205.65 | 18.173.204.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.239.18.20 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.18.44 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.18.49 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.18.79 | 18.239.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 3.174.83.23 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.83.27 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.83.32 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.83.75 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of bejamas.com.
Web-graph footprint
Distinct hostnames that link to or from bejamas.com in the public web crawl.
155 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for bejamas.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from bejamas.com.
- IP · 13.225.5.115
- ASN · AS64073DCPL-IN DEV COLLECTION PRIVATE LIMITED
- Registrar · iana:1068
- Country · IN
- Email · marcturkewitz@gmail.com
- TLD · .com
- Browse hostnames · be…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bejamas.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.