Skip to content

Hostname

ns12.planetsmb.com

Last fetched

ns12.planetsmb.com resolves to 2 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in US.

Nutrition Label

WHISPER CANON · ns12.planetsmb.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/ns12.planetsmb.com

Resolution chain

ns12.planetsmb.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.67.19.2208.67.16.0/21AS174COGENT-174 - Cogent Communications, LLCUS
72.37.212.25472.37.212.0/24AS3257US

WHOIS identity

No WHOIS records are currently associated with ns12.planetsmb.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for ns12.planetsmb.com.

MechanismTarget
SPF_IP208.67.19.1

Related pages

Pivot deeper into the graph from ns12.planetsmb.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ns12.planetsmb.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 20

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