Hostname
housiders.com
Last fetched
housiders.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
housiders.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.165.83.123 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.83.21 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.83.38 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.83.94 | 18.165.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.86.57.44 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.7 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.73 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 99.86.57.96 | 99.86.57.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:379
- Organization
- moovidy tech,
- Contact emails
- —
Subdomains
11 observed subdomains of housiders.com.
Web-graph footprint
Distinct hostnames that link to or from housiders.com in the public web crawl.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for housiders.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from housiders.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "housiders.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.