Hostname
proptecham.ai
Last fetched
proptecham.ai resolves to 3 IPv4 addresses operated by AS63949 in US. WHOIS lists registrar:namecheap as the registrar.
Nutrition Label
Resolution chain
proptecham.ai resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.234.24.211 | 172.234.16.0/20 | AS63949 | — | US |
| 172.239.57.117 | 172.239.32.0/19 | AS63949 | — | US |
| 192.64.119.182 | 192.64.119.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
WHOIS identity
- Registrar
- registrar:namecheap
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
7 observed subdomains of proptecham.ai.
Web-graph footprint
Distinct hostnames that link to or from proptecham.ai in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for proptecham.ai.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | customeriomail.com |
| SPF_IP | 13.42.12.207 |
| SPF_IP | 31.222.146.8 |
| SPF_IP | 31.222.146.9 |
| SPF_IP | 94.236.52.52 |
Related pages
Pivot deeper into the graph from proptecham.ai.
- IP · 172.234.24.211
- ASN · AS63949
- Registrar · registrar:namecheap
- Country · US
- Email · 57101a2568374bb783386e79c4d05089.protect@withheldforprivacy.com
- TLD · .ai
- Browse hostnames · pr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "proptecham.ai"})-[: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.