Skip to content

Hostname

tsc.edu

Last fetched

tsc.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · tsc.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tsc.edu

Resolution chain

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

IPPrefixASNOperatorCountry
104.18.0.7104.18.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.1.7104.18.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

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 tsc.edu in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

81 SPF mechanisms authorising senders for tsc.edu.

MechanismTarget
SPF_INCLUDE_spf.psm.knowbe4.com
SPF_INCLUDE_spf.regroup.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEspf.ess.barracudanetworks.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP108.177.8.0/21
SPF_IP108.177.96.0/19
SPF_IP108.179.144.0/20
SPF_IP13.215.187.237
SPF_IP13.237.94.13/32
SPF_IP130.211.0.0/22
SPF_IP139.180.17.0/24
SPF_IP141.193.184.128/25
SPF_IP141.193.184.32/27
SPF_IP141.193.184.64/26
SPF_IP141.193.185.128/25
SPF_IP141.193.185.32/27
SPF_IP141.193.185.64/26
SPF_IP143.244.80.0/20
SPF_IP147.160.167.0/26
SPF_IP147.160.167.14/32
SPF_IP147.160.167.15/32
SPF_IP158.247.16.0/20
SPF_IP159.183.195.16
SPF_IP172.217.0.0/19
SPF_IP172.217.128.0/19
SPF_IP172.217.160.0/20
SPF_IP172.217.192.0/19
SPF_IP172.217.32.0/20
SPF_IP172.253.112.0/20
SPF_IP172.253.56.0/21
SPF_IP172.87.142.160
SPF_IP173.194.0.0/16
SPF_IP176.31.145.254/32
SPF_IP18.208.124.128/25
SPF_IP198.187.196.100/32
SPF_IP198.187.196.130/32
SPF_IP2001:4860:4000::/36
SPF_IP209.222.80.0/21
SPF_IP209.85.128.0/17
SPF_IP216.183.48.98
SPF_IP216.183.49.85
SPF_IP216.239.32.0/19
SPF_IP216.58.192.0/19
SPF_IP23.21.109.197/32
SPF_IP23.21.109.212/32
SPF_IP2404:6800:4000::/36
SPF_IP2607:f8b0:4000::/36
SPF_IP2800:3f0:4000::/36
SPF_IP2a00:1450:4000::0/36
SPF_IP2c0f:fb50:4000::/36
SPF_IP3.145.232.16/28
SPF_IP3.210.190.0/24
SPF_IP3.218.253.173
SPF_IP3.93.157.0/24
SPF_IP3.99.6.92
SPF_IP34.213.212.147
SPF_IP35.160.78.215
SPF_IP35.190.247.0/24
SPF_IP35.191.0.0/16
SPF_IP52.31.29.196/32
SPF_IP52.42.20.3/32
SPF_IP52.45.50.190/32
SPF_IP52.49.201.246/32
SPF_IP52.49.235.189/32
SPF_IP52.60.142.64
SPF_IP52.76.190.252
SPF_IP54.174.147.233/32
SPF_IP54.174.52.0/24
SPF_IP54.174.57.0/24
SPF_IP54.174.59.0/24
SPF_IP54.174.60.0/23
SPF_IP54.174.63.0/24
SPF_IP54.195.228.99/32
SPF_IP54.66.240.63
SPF_IP64.233.160.0/19
SPF_IP66.102.0.0/20
SPF_IP66.249.80.0/20
SPF_IP72.14.192.0/18
SPF_IP74.122.64.130
SPF_IP74.125.0.0/16

Related pages

Pivot deeper into the graph from tsc.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "tsc.edu"})-[: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.