Hostname
pts.edu
Last fetched
pts.edu resolves to 1 IPv4 address operated by ENVENTIS - Fidium in US.
Nutrition Label
Resolution chain
pts.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 |
|---|---|---|---|---|
| 64.61.208.232 | 64.61.192.0/18 | AS12042 | ENVENTIS - Fidium | US |
WHOIS identity
- Registrar
- —
- Organization
- pittsburgh theological seminary
- Contact emails
- —
Subdomains
41 observed subdomains of pts.edu.
Showing 23 of 41. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pts.edu in the public web crawl.
278 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for pts.edu.
| Mechanism | Target |
|---|---|
| SPF_A | pts.edu |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_IP | 198.17.44.24/32 |
| SPF_IP | 64.61.208.224/27 |
| SPF_IP | 74.122.104.0/22 |
| SPF_IP | 98.142.80.209/32 |
| SPF_MX | pts.edu |
Related pages
Pivot deeper into the graph from pts.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pts.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.