Hostname
wavecore-ledger.com
Last fetched
wavecore-ledger.com resolves to 3 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
wavecore-ledger.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.32.82.176 | 178.32.0.0/15 | AS16276 | — | FR |
| 5.196.171.39 | 5.196.0.0/16 | AS16276 | — | FR |
| 51.68.132.245 | 51.68.0.0/16 | AS16276 | — | PL |
WHOIS identity
- Registrar
- iana:472
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of wavecore-ledger.com.
Showing 2 of 6. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- mail.wavecore-ledger.com
- wavecore-ledger.com
SPF policy
5 SPF mechanisms authorising senders for wavecore-ledger.com.
| Mechanism | Target |
|---|---|
| SPF_A | wavecore-ledger.com |
| SPF_IP | 23.95.132.200 |
| SPF_IP | 37.187.155.145 |
| SPF_IP | 79.137.68.87 |
| SPF_MX | wavecore-ledger.com |
Related pages
Pivot deeper into the graph from wavecore-ledger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wavecore-ledger.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.