Hostname
housing.com
Last fetched
housing.com resolves to 13 IPv4 addresses operated by AKAMAI-ASN1 in RO. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
housing.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.76.220.123 | 104.76.220.0/24 | AS20940 | AKAMAI-ASN1 | RO |
| 104.76.220.146 | 104.76.220.0/24 | AS20940 | AKAMAI-ASN1 | RO |
| 184.24.77.11 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.16 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.4 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.148 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.149 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.201.246 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.248 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.40.11 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.40.83 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.146.90 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.97 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain protection services,
- Contact emails
Subdomains
43 observed subdomains of housing.com.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from housing.com in the public web crawl.
2,923 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for housing.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 136.226.142.0/24 |
| SPF_IP | 136.226.152.0/24 |
| SPF_IP | 147.161.200.0/24 |
| SPF_IP | 147.161.205.0/24 |
| SPF_IP | 165.225.118.0/24 |
| SPF_IP | 167.103.30.0/24 |
| SPF_IP | 167.103.34.0/24 |
| SPF_IP | 18.138.13.160 |
| SPF_IP | 18.138.139.6 |
Related pages
Pivot deeper into the graph from housing.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "housing.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.