Hostname
beyondmatter.com
Last fetched
beyondmatter.com resolves to 1 IPv4 address operated by AS213426 in DE. WHOIS lists iana:1239 as the registrar.
Nutrition Label
Resolution chain
beyondmatter.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 |
|---|---|---|---|---|
| 82.153.225.157 | 82.153.225.0/24 | AS213426 | — | DE |
WHOIS identity
- Registrar
- iana:1239
- Organization
- sascha schwegeler
- Contact emails
Subdomains
7 observed subdomains of beyondmatter.com.
Web-graph footprint
Distinct hostnames that link to or from beyondmatter.com in the public web crawl.
33 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for beyondmatter.com.
| Mechanism | Target |
|---|---|
| SPF_A | beyondmatter.com |
| SPF_INCLUDE | 951866a5be33.p517.email.myshopify.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 212.162.57.144 |
| SPF_IP | 2a09:9340:1801:1c:0:0:0:a |
| SPF_IP | 82.153.225.157 |
| SPF_IP | 85.214.244.149 |
| SPF_MX | beyondmatter.com |
Related pages
Pivot deeper into the graph from beyondmatter.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "beyondmatter.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.