Hostname
zip.netatlantic.com
Last fetched
zip.netatlantic.com resolves to 20 IPv4 addresses operated by INTERNAP-BLOCK-4 - Unitas Global in US.
Nutrition Label
Resolution chain
zip.netatlantic.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.37.123.24 | 104.37.120.0/21 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.193.129 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.193.142 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.193.238 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.193.240 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.193.45 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.193.5 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.137 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.138 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.169 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.172 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.173 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.174 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.175 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.176 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.177 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.178 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.203 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.204 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.194.205 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
WHOIS identity
No WHOIS records are currently associated with zip.netatlantic.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from zip.netatlantic.com in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for zip.netatlantic.com.
| Mechanism | Target |
|---|---|
| SPF_A | zip.netatlantic.com |
| SPF_IP | 104.37.120.0/21 |
| SPF_IP | 13.108.0.0/14 |
| SPF_IP | 136.146.0.0/15 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 65.221.109.0/24 |
| SPF_IP | 69.25.192.0/22 |
| SPF_IP | 69.25.192.109 |
| SPF_IP | 69.25.192.2 |
| SPF_IP | 69.25.192.22 |
| SPF_IP | 96.43.144.0/20 |
| SPF_MX | zip.netatlantic.com |
Related pages
Pivot deeper into the graph from zip.netatlantic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zip.netatlantic.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.