Skip to content

Hostname

otpp.com

Last fetched

otpp.com resolves to 2 IPv4 addresses operated by EQUINIX in CA.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
67.210.219.2067.210.216.0/22AS15830EQUINIXCA
76.66.216.13676.66.0.0/16AS577BACOM - Bell CanadaCA

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for otpp.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP52.138.63.125
SPF_IP52.156.2.97
SPF_IP52.228.1.251
SPF_IP65.110.174.168
SPF_IP67.210.219.11
SPF_IP67.210.219.4
SPF_IP69.46.126.197
SPF_IP74.201.71.34/32
SPF_IP76.66.216.144
SPF_IP76.66.216.147
SPF_IP98.158.89.152

Related pages

Pivot deeper into the graph from otpp.com.

Cypher and MCP

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

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