Hostname
elderbre.com
Last fetched
elderbre.com resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
elderbre.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 146.59.253.71 | 146.59.0.0/16 | AS16276 | — | FR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of elderbre.com owner
- Contact emails
- elderbre@ya.com
- 178b702c-f7eb-4345-bef4-60719c5a62c7@identity-protect.org
- 1c9b2384-27fb-46c8-97b5-3efca6649b93@identity-protect.org
- 2be0ad31-4677-4eef-8aa5-8475231f9f67@identity-protect.org
- 4e9266b2-636c-44c4-9b99-cede97373a11@identity-protect.org
- 78c33b2e-ba81-4819-881f-23533464086b@identity-protect.org
- 924ef27a-796a-448b-b7a7-ec8c0051d328@identity-protect.org
Subdomains
2 observed subdomains of elderbre.com.
| Subdomain |
|---|
| mail.elderbre.com |
| www.elderbre.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for elderbre.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from elderbre.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elderbre.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.