Hostname
e15.com
Last fetched
e15.com resolves to 1 IPv4 address operated by SCALEUP in DE. WHOIS lists iana:141 as the registrar.
Nutrition Label
Resolution chain
e15.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 |
|---|---|---|---|---|
| 81.28.233.186 | 81.28.232.0/22 | AS29014 | SCALEUP | DE |
WHOIS identity
- Registrar
- iana:141
- Organization
- e15 design & distributions
- Contact emails
Subdomains
12 observed subdomains of e15.com.
Web-graph footprint
Distinct hostnames that link to or from e15.com in the public web crawl.
295 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for e15.com.
| Mechanism | Target |
|---|---|
| SPF_A | e15.com |
| SPF_A | mail.e15.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.variomedia.de |
| SPF_IP | 80.151.40.154 |
| SPF_MX | e15.com |
Related pages
Pivot deeper into the graph from e15.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e15.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.