Hostname
ns4.simerson.org
Last fetched
ns4.simerson.org resolves to 2 IPv4 addresses operated by GLOBAL-IP-NETWORKS - Global IP Networks INC in US.
Nutrition Label
Resolution chain
ns4.simerson.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 |
|---|---|---|---|---|
| 66.128.51.163 | 66.128.48.0/20 | AS7819 | GLOBAL-IP-NETWORKS - Global IP Networks INC | US |
| 69.0.145.56 | 69.0.145.0/24 | AS13768 | COGECO-PEER1 - Aptum Technologies | CA |
WHOIS identity
No WHOIS records are currently associated with ns4.simerson.org in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ns4.simerson.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mx.theartfarm.com |
Related pages
Pivot deeper into the graph from ns4.simerson.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns4.simerson.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.