Hostname
mk2.netatlantic.com
Last fetched
mk2.netatlantic.com resolves to 20 IPv4 addresses operated by INTERNAP-BLOCK-4 - Unitas Global in US.
Nutrition Label
Resolution chain
mk2.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.14 | 104.37.120.0/21 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.100 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.101 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.109 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.110 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.111 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.222 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.223 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.224 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.238 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.239 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.240 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.241 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.35 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.52 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.53 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.54 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.63 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.74 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
| 69.25.195.75 | 69.25.192.0/20 | AS14742 | INTERNAP-BLOCK-4 - Unitas Global | US |
WHOIS identity
No WHOIS records are currently associated with mk2.netatlantic.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from mk2.netatlantic.com in the public web crawl.
13 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mk2.netatlantic.com.
| Mechanism | Target |
|---|---|
| SPF_A | mk2.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 | mk2.netatlantic.com |
Related pages
Pivot deeper into the graph from mk2.netatlantic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mk2.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.