Hostname
reifen.com
Last fetched
reifen.com resolves to 2 IPv4 addresses operated by AS13237 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
reifen.com 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 |
|---|---|---|---|---|
| 62.80.103.141 | 62.80.202.0/24 | AS13237 | — | DE |
| 62.80.103.143 | 62.80.202.0/24 | AS13237 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- olaf sockel
- Contact emails
Subdomains
62 observed subdomains of reifen.com.
Showing 25 of 62. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from reifen.com in the public web crawl.
472 sites link to this hostname.
101 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for reifen.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.reifen.com |
| SPF_A | spf.couplingmail.com |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.smtp.net |
| SPF_IP | 194.145.122.253 |
| SPF_IP | 62.80.103.184 |
| SPF_IP | 85.10.215.193 |
| SPF_MX | reifen.com |
Related pages
Pivot deeper into the graph from reifen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reifen.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.