Hostname
n.ht
Last fetched
n.ht resolves to 15 IPv4 addresses operated by PEEKABO - Peekabo Networks in US. WHOIS lists iana:9999 as the registrar.
Nutrition Label
Resolution chain
n.ht resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.147.52.14 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.15 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.16 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.21 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.22 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.23 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.24 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.25 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.26 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.31 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.32 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.33 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.34 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.35 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
| 23.147.52.36 | 23.147.52.0/24 | AS402075 | PEEKABO - Peekabo Networks | US |
WHOIS identity
- Registrar
- iana:9999
- Organization
- deng hei
- Contact emails
Subdomains
7 observed subdomains of n.ht.
Web-graph footprint
Distinct hostnames that link to or from n.ht in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for n.ht.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ap.rp.oracleemaildelivery.com |
| SPF_INCLUDE | eu.rp.oracleemaildelivery.com |
| SPF_INCLUDE | rp.oracleemaildelivery.com |
Related pages
Pivot deeper into the graph from n.ht.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "n.ht"})-[: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.