Skip to content

Hostname

sanderis.com

Last fetched

sanderis.com resolves to 2 IPv4 addresses operated by AFFINITY-INTER - Ntirety, Inc. in US. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · sanderis.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/sanderis.com

Resolution chain

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

IPPrefixASNOperatorCountry
64.71.35.7164.71.32.0/21AS18447AFFINITY-INTER - Ntirety, Inc.US
64.99.64.3764.99.0.0/16AS15348TUCOWS - Tucows.com Co.CA

WHOIS identity

Registrar
iana:69
Organization
longbeachculture_org
Contact emails

Web-graph footprint

Distinct hostnames that link to or from sanderis.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for sanderis.com.

MechanismTarget
SPF_INCLUDEmfg.siteprotect.com

Related pages

Pivot deeper into the graph from sanderis.com.

Cypher and MCP

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

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