Hostname
northpeakpath.com
Last fetched
northpeakpath.com resolves to 1 IPv4 address operated by COGENT-174 - Cogent Communications, LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
northpeakpath.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 |
|---|---|---|---|---|
| 38.103.246.85 | 38.103.246.0/24 | AS174 | COGENT-174 - Cogent Communications, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
5 observed subdomains of northpeakpath.com.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for northpeakpath.com.
| Mechanism | Target |
|---|---|
| SPF_A | northpeakpath.com |
| SPF_IP | 192.227.185.166/32 |
| SPF_IP | 192.227.185.167/32 |
| SPF_IP | 192.227.185.169/32 |
| SPF_IP | 93.95.115.135/32 |
| SPF_IP | 93.95.115.147/32 |
| SPF_IP | 93.95.115.157/32 |
| SPF_MX | northpeakpath.com |
Related pages
Pivot deeper into the graph from northpeakpath.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "northpeakpath.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.