Hostname
pnbhousing.com
Last fetched
pnbhousing.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
pnbhousing.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 |
|---|---|---|---|---|
| 52.66.101.246 | 52.66.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
15 observed subdomains of pnbhousing.com.
Web-graph footprint
Distinct hostnames that link to or from pnbhousing.com in the public web crawl.
361 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pnbhousing.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 133714be.ppspf.net |
| SPF_INCLUDE | in-iwc-spf.icewarpcloud.in |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 103.161.43.86 |
| SPF_IP | 14.141.50.42 |
| SPF_IP | 180.179.193.229 |
| SPF_IP | 202.56.231.129 |
| SPF_IP | 3.109.187.96/32 |
Related pages
Pivot deeper into the graph from pnbhousing.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pnbhousing.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.