Hostname
mail.harborhigh.org
Last fetched
mail.harborhigh.org resolves to 2 IPv4 addresses operated by AS-30083-US-VELIA-NET - velia.net in US.
Nutrition Label
Resolution chain
mail.harborhigh.org 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 |
|---|---|---|---|---|
| 148.72.177.40 | 148.72.177.0/24 | AS30083 | AS-30083-US-VELIA-NET - velia.net | US |
| 173.224.122.237 | 173.224.122.0/24 | AS30083 | AS-30083-US-VELIA-NET - velia.net | US |
WHOIS identity
No WHOIS records are currently associated with mail.harborhigh.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.harborhigh.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.harborhigh.org |
| SPF_IP | 148.72.158.229 |
| SPF_IP | 148.72.177.40 |
| SPF_IP | 148.72.177.53 |
| SPF_IP | 162.221.185.10 |
| SPF_IP | 162.221.185.12 |
| SPF_IP | 173.224.122.237 |
| SPF_IP | 199.189.86.209 |
| SPF_MX | mail.harborhigh.org |
Related pages
Pivot deeper into the graph from mail.harborhigh.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.harborhigh.org"})-[: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.