Hostname
cts.edu
Last fetched
cts.edu resolves to 1 IPv4 address operated by DBISP - dbISP, LLC in US.
Nutrition Label
Resolution chain
cts.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 207.189.161.16 | 207.189.161.0/24 | AS396492 | DBISP - dbISP, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- christian theological seminary
- Contact emails
- —
Subdomains
18 observed subdomains of cts.edu.
Web-graph footprint
Distinct hostnames that link to or from cts.edu in the public web crawl.
315 sites link to this hostname.
459 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for cts.edu.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | email.populi.co |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 204.134.134.92 |
| SPF_IP | 207.189.161.16 |
| SPF_IP | 216.54.158.194 |
Related pages
Pivot deeper into the graph from cts.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cts.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.