Hostname
webhouse.net
Last fetched
webhouse.net resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
webhouse.net 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 |
|---|---|---|---|---|
| 35.158.249.19 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for webhouse.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 18.184.75.195 |
| SPF_IP | 18.194.93.117 |
| SPF_IP | 18.196.206.109 |
| SPF_IP | 18.197.44.50 |
| SPF_IP | 35.156.158.113 |
| SPF_IP | 35.157.62.18 |
| SPF_IP | 35.158.249.19 |
| SPF_IP | 52.30.62.50 |
| SPF_IP | 52.57.229.223 |
| SPF_IP | 52.59.54.196 |
| SPF_IP | 87.118.110.6 |
| SPF_IP | 87.118.111.6 |
| SPF_IP | 87.118.122.160 |
Related pages
Pivot deeper into the graph from webhouse.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webhouse.net"})-[: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.