Hostname
raindrop.houzees.com
Last fetched
raindrop.houzees.com resolves to 1 IPv4 address operated by AS51713 in GB.
Nutrition Label
Resolution chain
raindrop.houzees.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 |
|---|---|---|---|---|
| 69.72.248.100 | 69.72.248.0/24 | AS51713 | — | GB |
WHOIS identity
No WHOIS records are currently associated with raindrop.houzees.com in WhisperGraph.
Subdomains
1 observed subdomain of raindrop.houzees.com.
| Subdomain |
|---|
| www.raindrop.houzees.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for raindrop.houzees.com.
| Mechanism | Target |
|---|---|
| SPF_A | raindrop.houzees.com |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 103.72.76.91 |
| SPF_IP | 185.146.23.237 |
| SPF_IP | 216.137.186.163 |
| SPF_IP | 69.72.248.100 |
| SPF_IP | 70.32.23.79 |
| SPF_MX | raindrop.houzees.com |
Related pages
Pivot deeper into the graph from raindrop.houzees.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "raindrop.houzees.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.