Hostname
berelshop.com
Last fetched
berelshop.com resolves to 2 IPv4 addresses operated by AS749 in US. WHOIS lists iana:1483 as the registrar.
Nutrition Label
Resolution chain
berelshop.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 |
|---|---|---|---|---|
| 22.227.38.65 | 22.0.0.0/8 | AS749 | — | US |
| 74.119.239.234 | 74.119.239.0/24 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
- Registrar
- iana:1483
- Organization
- comercializadora margus
- Contact emails
Subdomains
8 observed subdomains of berelshop.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for berelshop.com.
| Mechanism | Target |
|---|---|
| SPF_A | berelshop.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | smtp.relay.serverneubox.com.mx |
| SPF_IP | 198.59.144.23 |
| SPF_IP | 65.99.205.112 |
| SPF_IP | 65.99.252.194 |
| SPF_MX | berelshop.com |
Related pages
Pivot deeper into the graph from berelshop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "berelshop.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.