Hostname
elheim.com
Last fetched
elheim.com resolves to 1 IPv4 address operated by AS213230 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
elheim.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 |
|---|---|---|---|---|
| 5.161.47.1 | 5.161.47.0/24 | AS213230 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- edwin l. heim
- Contact emails
- webmaster@elheim.com
- 237fc879-afe0-44df-88eb-0f9873a3719e@identity-protect.org
- 39bb1c53-cdaa-4eb3-8e60-234df74f5ea2@identity-protect.org
- 3c835283-f02e-49ca-a732-51f550577d33@identity-protect.org
- 90554a67-1174-43a0-ad78-66ed4fa9bbbc@identity-protect.org
- 97725439-93ac-46e7-8d23-4e29202ae085@identity-protect.org
- d23aa6a8-9f21-4360-a389-42945a337642@identity-protect.org
Subdomains
10 observed subdomains of elheim.com.
Web-graph footprint
Distinct hostnames that link to or from elheim.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for elheim.com.
| Mechanism | Target |
|---|---|
| SPF_A | elheim.com |
| SPF_INCLUDE | spf.happyfox.com |
| SPF_IP | 208.103.125.70 |
| SPF_MX | elheim.com |
Related pages
Pivot deeper into the graph from elheim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elheim.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.