Hostname
thepropertygeeks.com
Last fetched
thepropertygeeks.com resolves to 1 IPv4 address operated by AS12488 in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
thepropertygeeks.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 |
|---|---|---|---|---|
| 185.53.59.215 | 185.53.56.0/22 | AS12488 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
6 observed subdomains of thepropertygeeks.com.
Web-graph footprint
Distinct hostnames that link to or from thepropertygeeks.com in the public web crawl.
31 sites link to this hostname.
121 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for thepropertygeeks.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.53.59.215 |
Related pages
Pivot deeper into the graph from thepropertygeeks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thepropertygeeks.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.