Skip to content

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

WHISPER CANON · ns4.simerson.orgRouting diversity2.4/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/ns4.simerson.org

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.

IPPrefixASNOperatorCountry
66.128.51.16366.128.48.0/20AS7819GLOBAL-IP-NETWORKS - Global IP Networks INCUS
69.0.145.5669.0.145.0/24AS13768COGECO-PEER1 - Aptum TechnologiesCA

WHOIS identity

No WHOIS records are currently associated with ns4.simerson.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for ns4.simerson.org.

MechanismTarget
SPF_INCLUDEmx.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.