Hostname
hpp.com
Last fetched
hpp.com resolves to 2 IPv4 addresses operated by EXOSCALE in CH. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
hpp.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 |
|---|---|---|---|---|
| 159.100.251.128 | 159.100.248.0/21 | AS61098 | EXOSCALE | CH |
| 46.30.61.193 | 46.30.56.0/21 | AS15817 | MITTWALD-AS Mittwald CM Service GmbH und Co. KG | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- hpp architekten
- Contact emails
Subdomains
15 observed subdomains of hpp.com.
Web-graph footprint
Distinct hostnames that link to or from hpp.com in the public web crawl.
227 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
16 SPF mechanisms authorising senders for hpp.com.
| Mechanism | Target |
|---|---|
| SPF_A | hpp.com |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf.nl2go.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 145.253.121.90 |
| SPF_IP | 145.253.121.91 |
| SPF_IP | 145.253.121.92 |
| SPF_IP | 176.95.92.112/28 |
| SPF_IP | 176.95.92.115 |
| SPF_IP | 176.95.92.117 |
| SPF_IP | 178.63.227.186 |
| SPF_IP | 2a01:4f8:11a:300:78:47:162:83 |
| SPF_IP | 2a03:2a00:1200:0:1:0:0:3898 |
| SPF_IP | 46.30.61.193 |
| SPF_IP | 78.47.162.83 |
| SPF_MX | hpp.com |
Related pages
Pivot deeper into the graph from hpp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hpp.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.