Hostname
elite.linchpin.dev
Last fetched
elite.linchpin.dev resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in US.
Nutrition Label
Resolution chain
elite.linchpin.dev 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 |
|---|---|---|---|---|
| 8.47.69.6 | 8.48.82.0/23 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.6 | 8.7.92.0/23 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with elite.linchpin.dev in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for elite.linchpin.dev.
| Mechanism | Target |
|---|---|
| SPF_A | elite.linchpin.dev |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_MX | elite.linchpin.dev |
Related pages
Pivot deeper into the graph from elite.linchpin.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elite.linchpin.dev"})-[: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.