Hostname
bst.edu
Last fetched
bst.edu resolves to 13 IPv4 addresses operated by AS47583 in US.
Nutrition Label
Resolution chain
bst.edu resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with bst.edu in WhisperGraph.
Subdomains
8 observed subdomains of bst.edu.
Web-graph footprint
Distinct hostnames that link to or from bst.edu in the public web crawl.
32 sites link to this hostname.
84 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for bst.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | relay.kinstamailservice.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.autopilothq.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from bst.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bst.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.