Skip to content

Hostname

strata-ct.com

Last fetched

strata-ct.com resolves to 2 IPv4 addresses operated by IWEB-AS - Leaseweb Canada Inc. in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
174.142.159.3174.142.0.0/16AS32613IWEB-AS - Leaseweb Canada Inc.CA
70.38.112.970.38.0.0/17AS32613IWEB-AS - Leaseweb Canada Inc.CA

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

7 observed subdomains of strata-ct.com.

Web-graph footprint

Distinct hostnames that link to or from strata-ct.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

  • strata-ct.com

SPF policy

8 SPF mechanisms authorising senders for strata-ct.com.

MechanismTarget
SPF_Astrata-ct.com
SPF_IP160.153.153.159
SPF_IP174.142.159.1
SPF_IP174.142.159.3
SPF_IP174.142.186.166
SPF_IP50.62.177.7
SPF_IP70.38.112.9
SPF_MXstrata-ct.com

Related pages

Pivot deeper into the graph from strata-ct.com.

Cypher and MCP

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

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