Hostname
highgate.com
Last fetched
highgate.com resolves to 2 IPv4 addresses operated by AS16276 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
highgate.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.44.217.176 | 142.44.128.0/17 | AS16276 | — | US |
| 34.206.172.137 | 34.192.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- highgate hotels l.p.
- Contact emails
Subdomains
12 observed subdomains of highgate.com.
Web-graph footprint
Distinct hostnames that link to or from highgate.com in the public web crawl.
248 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for highgate.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.apexportal.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.231.14.43 |
| SPF_IP | 198.231.15.1/32 |
| SPF_IP | 204.246.140.70 |
| SPF_IP | 208.84.65.220/32 |
| SPF_IP | 209.198.199.254 |
| SPF_IP | 67.231.151.29/32 |
| SPF_IP | 67.231.152.177/32 |
| SPF_IP | 67.231.158.158/32 |
| SPF_MX | highgate.com |
Related pages
Pivot deeper into the graph from highgate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "highgate.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.