Hostname
ns2.andrewmagic.com
Last fetched
ns2.andrewmagic.com resolves to 3 IPv4 addresses operated by FORKNETWORKING - Fork Networking, LLC in US.
Nutrition Label
Resolution chain
ns2.andrewmagic.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.153.148.209 | 104.153.228.0/22 | AS46841 | FORKNETWORKING - Fork Networking, LLC | US |
| 198.20.113.5 | 198.22.122.0/24 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | NL |
| 209.222.251.92 | 209.226.250.0/24 | AS26383 | ASNET - Baxet Group Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with ns2.andrewmagic.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for ns2.andrewmagic.com.
| Mechanism | Target |
|---|---|
| SPF_A | dns.andrewmagic.com |
| SPF_IP | 107.6.183.2 |
| SPF_IP | 107.6.183.3 |
| SPF_IP | 107.6.183.4 |
| SPF_IP | 107.6.183.5 |
| SPF_IP | 107.6.183.6 |
| SPF_IP | 15.204.54.148 |
| SPF_IP | 15.204.54.157 |
| SPF_IP | 15.204.54.158 |
| SPF_IP | 15.204.54.159 |
| SPF_IP | 172.241.113.168 |
| SPF_IP | 185.245.80.34 |
| SPF_IP | 185.245.80.35 |
| SPF_IP | 185.245.80.37 |
| SPF_IP | 185.245.80.38 |
| SPF_IP | 5.135.232.196 |
| SPF_IP | 5.135.66.237 |
| SPF_IP | 5.135.66.238 |
| SPF_IP | 51.79.119.31 |
| SPF_IP | 51.79.119.36 |
| SPF_IP | 51.79.119.38 |
| SPF_IP | 51.79.119.39 |
| SPF_IP | 51.91.165.132 |
| SPF_IP | 69.162.109.140 |
| SPF_IP | 69.162.109.142 |
Related pages
Pivot deeper into the graph from ns2.andrewmagic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns2.andrewmagic.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.